comparison rdf/vamp.n3 @ 154:d7dcc37161e6

* slightly more sensible placeholders; some minor textual changes
author cannam
date Wed, 25 Jun 2008 11:48:25 +0000
parents 2282b572c386
children b734b032558c
comparison
equal deleted inserted replaced
153:2282b572c386 154:d7dcc37161e6
140 vs:term_status "unstable"; 140 vs:term_status "unstable";
141 . 141 .
142 142
143 vamp:TrackLevelOutput 143 vamp:TrackLevelOutput
144 a owl:Class; 144 a owl:Class;
145 rdfs:label "track level output"; 145 rdfs:label "Track level output";
146 rdfs:subClassOf vamp:PluginOutput; 146 rdfs:subClassOf vamp:PluginOutput;
147 rdfs:comment """ 147 rdfs:comment """
148 Specific output type for track level information. The Vamp API does not provide for this sort of output directly, so this will require a "hacky" interpretation of the feature timestamp to establish that it reflects track metadata instead of temporal data. 148 Specific output type for track level information. The Vamp API does not provide for this sort of output directly, so this will require a "hacky" interpretation of the feature timestamp to establish that it reflects track metadata instead of temporal data.
149 """; 149 """;
150 vs:term_status "unstable"; 150 vs:term_status "unstable";
198 ## I think parameter_descriptor and output_descriptor should be simply 198 ## I think parameter_descriptor and output_descriptor should be simply
199 ## called parameter and output respectively, and vamp:Transform should 199 ## called parameter and output respectively, and vamp:Transform should
200 ## be included in the domain of vamp:output because transforms need to 200 ## be included in the domain of vamp:output because transforms need to
201 ## be able to specify an output as well as a plugin. 201 ## be able to specify an output as well as a plugin.
202 202
203 ##!!! lacking plugin version? 203 ##!!! lacking plugin version? (in transform)
204 204
205 vamp:parameter 205 vamp:parameter
206 a rdf:Property; 206 a rdf:Property;
207 a owl:ObjectProperty; 207 a owl:ObjectProperty;
208 rdfs:label "parameter descriptor"; 208 rdfs:label "parameter descriptor";