diff rdf/vamp.n3 @ 224:11588ad1cc3b

* Remove vamp:copyright_note -- the existing dc:rights is suitable, it seems
author cannam
date Tue, 04 Nov 2008 17:13:25 +0000
parents 87ec761c7513
children 91821a3ab0b6
line wrap: on
line diff
--- a/rdf/vamp.n3	Tue Nov 04 16:59:25 2008 +0000
+++ b/rdf/vamp.n3	Tue Nov 04 17:13:25 2008 +0000
@@ -288,17 +288,6 @@
 	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)