# HG changeset patch # User cannam # Date 1225300769 0 # Node ID 87ec761c7513e4021c2c307f0e88847f11a62d83 # Parent 2d713ece8dbfda9602b9e15cb3961530964c29ee * Add copyright note diff -r 2d713ece8dbf -r 87ec761c7513 rdf/vamp.n3 --- 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)