Mercurial > hg > vamp-plugin-sdk
changeset 222:87ec761c7513
* Add copyright note
| author | cannam |
|---|---|
| date | Wed, 29 Oct 2008 17:19:29 +0000 |
| parents | 2d713ece8dbf |
| children | 2a57bd3eee76 |
| files | rdf/vamp.n3 |
| diffstat | 1 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rdf/vamp.n3 Wed Oct 29 17:15:10 2008 +0000 +++ b/rdf/vamp.n3 Wed Oct 29 17:19:29 2008 +0000 @@ -268,7 +268,7 @@ vamp:vamp_API_version a rdf:Property; a owl:DatatypeProperty; - rdfs:label "vamp API version"; + rdfs:label "Vamp API version"; rdfs:comment """ Version of the Vamp API used to implement this plugin. """; @@ -288,6 +288,17 @@ vs:term_status "stable"; . +vamp:copyright_note + a rdf:Property; + a owl:DatatypeProperty; + rdfs:label "Copyright note"; + rdfs:comment """ + Semi-formal copyright note for the plugin. + """; + rdfs:domain vamp:Plugin; + vs:term_status "unstable"; + . + # Note that other properties like maker can be linked to the plugin descriptor using other namespaces ##### Parameter Descriptor properties (and some common with PluginOutput)
