# HG changeset patch # User cannam # Date 1214321908 0 # Node ID 3ec175bf52491b646d5aad41b9c2316cc5f610f9 # Parent 58f4d399a85dd07b2f08d9ed71265ff848998258 * fix typos, add a remark about descriptor naming diff -r 58f4d399a85d -r 3ec175bf5249 examples/vamp-example-plugins:spectralcentroid.n3 --- a/examples/vamp-example-plugins:spectralcentroid.n3 Tue Jun 24 09:35:38 2008 +0000 +++ b/examples/vamp-example-plugins:spectralcentroid.n3 Tue Jun 24 15:38:28 2008 +0000 @@ -1,6 +1,6 @@ @prefix rdfs: . @prefix xsd: . -@prefix vamp: . +@prefix vamp: . @prefix vampex: . @prefix plugbase: . @prefix owl: . diff -r 58f4d399a85d -r 3ec175bf5249 rdf/generator/template-generator.cpp --- a/rdf/generator/template-generator.cpp Tue Jun 24 09:35:38 2008 +0000 +++ b/rdf/generator/template-generator.cpp Tue Jun 24 15:38:28 2008 +0000 @@ -131,7 +131,7 @@ vamp:min_value "+to_string(p.minValue)+" ;\n\ vamp:max_value "+to_string(p.maxValue)+" ;\n\ vamp:unit \""+p.unit+"\" ;\n\ - vamo:quantize_step "+to_string(p.quantizeStep)+" ;\n\ + vamp:quantize_step "+to_string(p.quantizeStep)+" ;\n\ vamp:default_value "+to_string(p.defaultValue)+" ;\n\ vamp:value_names ("; diff -r 58f4d399a85d -r 3ec175bf5249 rdf/vamp.n3 --- 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: . @prefix foaf: . @prefix vs: . -@prefix list: . @prefix dc: . -@prefix mo: . @prefix event: . @prefix af: . -@prefix tl: . @prefix 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;