comparison rdf/vamp.n3 @ 146:6b80bb85083b

* we spell quantized with a z in the vamp api
author cannam
date Fri, 20 Jun 2008 14:15:02 +0000
parents fcf07a78871d
children afd60ff5ceef
comparison
equal deleted inserted replaced
145:521ff35b8b4c 146:6b80bb85083b
305 . 305 .
306 306
307 vamp:is_quantized 307 vamp:is_quantized
308 a rdf:Property; 308 a rdf:Property;
309 a owl:DatatypeProperty; 309 a owl:DatatypeProperty;
310 rdfs:label "is quantised"; 310 rdfs:label "is quantized";
311 rdfs:comment """ 311 rdfs:comment """
312 Quantised. A boolean type. 312 Quantized. A boolean type.
313 """; 313 """;
314 rdfs:domain vamp:PluginOutput; 314 rdfs:domain vamp:PluginOutput;
315 vs:term_status "unstable"; 315 vs:term_status "unstable";
316 . 316 .
317 317
343 a rdf:Property; 343 a rdf:Property;
344 a owl:FunctionalProperty; 344 a owl:FunctionalProperty;
345 a owl:DatatypeProperty; 345 a owl:DatatypeProperty;
346 rdfs:label "quantized step"; 346 rdfs:label "quantized step";
347 rdfs:comment """ 347 rdfs:comment """
348 Quantize step. Only defined if is_quantised is true 348 Quantize step. Only defined if is_quantized is true
349 """; 349 """;
350 rdfs:domain vamp:PluginOutput; 350 rdfs:domain vamp:PluginOutput;
351 rdfs:domain vamp:ParameterDescriptor; 351 rdfs:domain vamp:ParameterDescriptor;
352 vs:term_status "unstable"; 352 vs:term_status "unstable";
353 . 353 .