comparison rdf/vamp.rdf @ 150:573114586df1

* update rdf/xml version
author cannam
date Mon, 23 Jun 2008 16:15:24 +0000
parents 27da08f3e951
children b734b032558c
comparison
equal deleted inserted replaced
149:0f72cadc5cc8 150:573114586df1
40 <rdfs:comment> 40 <rdfs:comment>
41 Descriptor for a plugin parameter. Hosts need to know about the specific type and form of the parameters of a particular plugin for a correct transform setup. 41 Descriptor for a plugin parameter. Hosts need to know about the specific type and form of the parameters of a particular plugin for a correct transform setup.
42 </rdfs:comment> 42 </rdfs:comment>
43 <vs:term_status>stable</vs:term_status> 43 <vs:term_status>stable</vs:term_status>
44 </owl:Class> 44 </owl:Class>
45 <owl:Class rdf:about="QuantizedParameterDescriptor">
46 <rdfs:label>QuantizedParameter Descriptor</rdfs:label>
47 <rdfs:subClassOf rdf:resource="ParameterDescriptor"/>
48 <rdfs:comment>
49 Descriptor of a parameter that does have quantized values. The property quantize_step is just defined for this subclass and not for the general Parameter Descriptor.
50 </rdfs:comment>
51 <vs:term_status>stable</vs:term_status>
52 </owl:Class>
45 <owl:Class rdf:about="PluginOutput"> 53 <owl:Class rdf:about="PluginOutput">
46 <rdfs:label>Vamp Plugin output descriptor</rdfs:label> 54 <rdfs:label>Vamp Plugin output descriptor</rdfs:label>
47 <rdfs:comment> 55 <rdfs:comment>
48 Descriptor for an output of a plugin. This descriptor provides information that is necessary to correctly interpret the output features. The output type will determine how to read the temporal information of the extracted features and how to manage the burden of ouput data. 56 Descriptor for an output of a plugin. This descriptor provides information that is necessary to correctly interpret the output features. The output type will determine how to read the temporal information of the extracted features and how to manage the burden of ouput data.
49 </rdfs:comment> 57 </rdfs:comment>
50 <vs:term_status>unstable</vs:term_status> 58 <vs:term_status>unstable</vs:term_status>
59 </owl:Class>
60 <owl:Class rdf:about="QuantizedOutput">
61 <rdfs:label>Quantized Output</rdfs:label>
62 <rdfs:subClassOf rdf:resource="PluginOutput"/>
63 <rdfs:comment>
64 Descriptor of an output that does have quantized values.
65 </rdfs:comment>
66 <vs:term_status>stable</vs:term_status>
67 </owl:Class>
68 <owl:Class rdf:about="KnownExtentsOutput">
69 <rdfs:label>Known Extents Output</rdfs:label>
70 <rdfs:subClassOf rdf:resource="PluginOutput"/>
71 <rdfs:comment>
72 Descriptor of an output that does have known extents.
73 </rdfs:comment>
74 <vs:term_status>stable</vs:term_status>
51 </owl:Class> 75 </owl:Class>
52 <owl:Class rdf:about="DenseOutput"> 76 <owl:Class rdf:about="DenseOutput">
53 <rdfs:subClassOf rdf:resource="PluginOutput"/> 77 <rdfs:subClassOf rdf:resource="PluginOutput"/>
54 <rdfs:label>Dense output</rdfs:label> 78 <rdfs:label>Dense output</rdfs:label>
55 <rdfs:comment> 79 <rdfs:comment>
186 <rdfs:label>max value</rdfs:label> 210 <rdfs:label>max value</rdfs:label>
187 <rdfs:comment> 211 <rdfs:comment>
188 Maximum value of the parameter range 212 Maximum value of the parameter range
189 </rdfs:comment> 213 </rdfs:comment>
190 <rdfs:range rdf:resource="ParameterDescriptor"/> 214 <rdfs:range rdf:resource="ParameterDescriptor"/>
191 <rdfs:range rdf:resource="PluginOutput"/> 215 <rdfs:range rdf:resource="KnownExtentsOutput"/>
192 <vs:term_status>unstable</vs:term_status> 216 <vs:term_status>unstable</vs:term_status>
193 </rdf:Property> 217 </rdf:Property>
194 <rdf:Property rdf:about="min_value"> 218 <rdf:Property rdf:about="min_value">
195 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 219 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
196 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 220 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
197 <rdfs:label>min value</rdfs:label> 221 <rdfs:label>min value</rdfs:label>
198 <rdfs:comment> 222 <rdfs:comment>
199 Minimum value of the parameter range 223 Minimum value of the parameter range
200 </rdfs:comment> 224 </rdfs:comment>
201 <rdfs:range rdf:resource="ParameterDescriptor"/> 225 <rdfs:range rdf:resource="ParameterDescriptor"/>
202 <rdfs:range rdf:resource="PluginOutput"/> 226 <rdfs:range rdf:resource="KnownExtentsOutput"/>
203 <vs:term_status>unstable</vs:term_status> 227 <vs:term_status>unstable</vs:term_status>
204 </rdf:Property> 228 </rdf:Property>
205 <rdf:Property rdf:about="default_value"> 229 <rdf:Property rdf:about="default_value">
206 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 230 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
207 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 231 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
210 Default value of the parameter 234 Default value of the parameter
211 </rdfs:comment> 235 </rdfs:comment>
212 <rdfs:range rdf:resource="ParameterDescriptor"/> 236 <rdfs:range rdf:resource="ParameterDescriptor"/>
213 <vs:term_status>unstable</vs:term_status> 237 <vs:term_status>unstable</vs:term_status>
214 </rdf:Property> 238 </rdf:Property>
239 <rdf:Property rdf:about="quantize_step">
240 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
241 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
242 <rdfs:label>quantized step</rdfs:label>
243 <rdfs:comment>
244 Quantize step. Only defined if is_quantized is true
245 </rdfs:comment>
246 <rdfs:domain rdf:resource="QuantizedOutput"/>
247 <rdfs:domain rdf:resource="QuantizedParameterDescriptor"/>
248 <vs:term_status>unstable</vs:term_status>
249 </rdf:Property>
250 <rdf:Property rdf:about="unit">
251 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
252 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
253 <rdfs:label>unit</rdfs:label>
254 <rdfs:comment>
255 Unit of the output/parameter. A string type
256 </rdfs:comment>
257 <rdfs:domain rdf:resource="PluginOutput"/>
258 <rdfs:domain rdf:resource="ParameterDescriptor"/>
259 <vs:term_status>unstable</vs:term_status>
260 </rdf:Property>
261 <rdf:Property rdf:about="value_names">
262 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
263 <rdfs:label>value names</rdfs:label>
264 <rdfs:comment>
265 List of value names if available
266 </rdfs:comment>
267 <rdfs:domain rdf:resource="ParameterDescriptor"/>
268 <vs:term_status>unstable</vs:term_status>
269 </rdf:Property>
215 <rdf:Property rdf:about="fixed_bin_count"> 270 <rdf:Property rdf:about="fixed_bin_count">
216 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 271 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
217 <rdfs:label>fixed bin count</rdfs:label> 272 <rdfs:label>fixed bin count</rdfs:label>
218 <rdfs:comment> 273 <rdfs:comment>
219 Fixed bin count. A boolean type. 274 Fixed bin count. A boolean type.
220 </rdfs:comment> 275 </rdfs:comment>
221 <rdfs:domain rdf:resource="PluginOutput"/> 276 <rdfs:domain rdf:resource="PluginOutput"/>
222 <vs:term_status>unstable</vs:term_status> 277 <vs:term_status>unstable</vs:term_status>
223 </rdf:Property> 278 </rdf:Property>
224 <rdf:Property rdf:about="is_quantized">
225 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
226 <rdfs:label>is quantized</rdfs:label>
227 <rdfs:comment>
228 Quantized. A boolean type.
229 </rdfs:comment>
230 <rdfs:domain rdf:resource="PluginOutput"/>
231 <vs:term_status>unstable</vs:term_status>
232 </rdf:Property>
233 <rdf:Property rdf:about="unit">
234 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
235 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
236 <rdfs:label>unit</rdfs:label>
237 <rdfs:comment>
238 Unit of the output/parameter. A string type
239 </rdfs:comment>
240 <rdfs:domain rdf:resource="PluginOutput"/>
241 <rdfs:domain rdf:resource="ParameterDescriptor"/>
242 <vs:term_status>unstable</vs:term_status>
243 </rdf:Property>
244 <rdf:Property rdf:about="sample_rate"> 279 <rdf:Property rdf:about="sample_rate">
245 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 280 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
246 <rdfs:label>sample rate</rdfs:label> 281 <rdfs:label>sample rate</rdfs:label>
247 <rdfs:comment> 282 <rdfs:comment>
248 Sample rate of the output if any. Should be read depending on SampleType and Output classes. 283 Sample rate of the output if any. Should be read depending on SampleType and Output classes.
257 <rdfs:comment> 292 <rdfs:comment>
258 Specifies the sample rate if it is not constant. 293 Specifies the sample rate if it is not constant.
259 </rdfs:comment> 294 </rdfs:comment>
260 <rdfs:domain rdf:resource="Transform"/> 295 <rdfs:domain rdf:resource="Transform"/>
261 </rdf:Property> 296 </rdf:Property>
262 <rdf:Property rdf:about="quantize_step">
263 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
264 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
265 <rdfs:label>quantized step</rdfs:label>
266 <rdfs:comment>
267 Quantize step. Only defined if is_quantized is true
268 </rdfs:comment>
269 <rdfs:domain rdf:resource="PluginOutput"/>
270 <rdfs:domain rdf:resource="ParameterDescriptor"/>
271 <vs:term_status>unstable</vs:term_status>
272 </rdf:Property>
273 <rdf:Property rdf:about="bin_count"> 297 <rdf:Property rdf:about="bin_count">
274 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 298 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
275 <rdfs:label>bin count</rdfs:label> 299 <rdfs:label>bin count</rdfs:label>
276 <rdfs:comment> 300 <rdfs:comment>
277 Number of elements of the bin output. This information is necessary to define the output as belonging to a specific subclass of Plugin Output. 301 Number of elements of the bin output. This information is necessary to define the output as belonging to a specific subclass of Plugin Output.
281 </rdf:Property> 305 </rdf:Property>
282 <rdf:Property rdf:about="bin_names"> 306 <rdf:Property rdf:about="bin_names">
283 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 307 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
284 <rdfs:label>bin names</rdfs:label> 308 <rdfs:label>bin names</rdfs:label>
285 <rdfs:comment> 309 <rdfs:comment>
286 List of bin names if available 310 List of bin names if available.
287 </rdfs:comment> 311 </rdfs:comment>
288 <rdfs:domain rdf:resource="PluginOutput"/> 312 <rdfs:domain rdf:resource="PluginOutput"/>
289 <vs:term_status>unstable</vs:term_status> 313 <vs:term_status>unstable</vs:term_status>
290 </rdf:Property> 314 </rdf:Property>
291 <rdf:Property rdf:about="sample_type"> 315 <rdf:Property rdf:about="sample_type">