diff rdf/vamp.n3 @ 152:3ec175bf5249

* fix typos, add a remark about descriptor naming
author cannam
date Tue, 24 Jun 2008 15:38:28 +0000
parents afd60ff5ceef
children 2282b572c386
line wrap: on
line diff
--- a/rdf/vamp.n3	Tue Jun 24 09:35:38 2008 +0000
+++ b/rdf/vamp.n3	Tue Jun 24 15:38:28 2008 +0000
@@ -4,12 +4,9 @@
 @prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
 @prefix foaf: <http://xmlns.com/foaf/0.1/>.
 @prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#>.
-@prefix list: <http://www.w3.org/2000/10/swap/list#>.
 @prefix dc: <http://purl.org/dc/elements/1.1/>.
-@prefix mo: <http://purl.org/ontology/mo/>.
 @prefix event: <http://purl.org/NET/c4dm/event.owl#>.
 @prefix af: <http://purl.org/ontology/af/>.
-@prefix tl: <http://purl.org/NET/c4dm/timeline.owl#>.
 @prefix vamp: <http://purl.org/ontology/vamp/>.
 @prefix :         <> .
 
@@ -195,6 +192,16 @@
 
 ##### Plugin properties
 
+
+##!!!
+## cc --
+## I think parameter_descriptor and output_descriptor should be simply
+## called parameter and output respectively, and vamp:Transform should
+## be included in the domain of vamp:output because transforms need to
+## be able to specify an output as well as a plugin.
+
+##!!! lacking plugin version?
+
 vamp:parameter_descriptor
 	a rdf:Property;
 	a owl:ObjectProperty;
@@ -575,7 +582,7 @@
 	rdfs:range vamp:PluginProgram;
 	.
 
-vamp:program
+vamp:configuration
 	a rdf:Property;
 	a owl:ObjectProperty;
 	a owl:FunctionalProperty;