comparison rdf/vamp.n3 @ 193:20393d30baee

* Add hasDuration to output in ontology
author cannam
date Mon, 22 Sep 2008 13:40:00 +0000
parents 64709b340651
children 87ec761c7513
comparison
equal deleted inserted replaced
192:d4fbd4e6fdbf 193:20393d30baee
336 a rdf:Property; 336 a rdf:Property;
337 a owl:FunctionalProperty; 337 a owl:FunctionalProperty;
338 a owl:DatatypeProperty; 338 a owl:DatatypeProperty;
339 rdfs:label "quantized step"; 339 rdfs:label "quantized step";
340 rdfs:comment """ 340 rdfs:comment """
341 Quantize step. Only defined if is_quantized is true 341 Quantize step. Only defined for quantized outputs
342 """; 342 """;
343 rdfs:domain vamp:QuantizedOutput; 343 rdfs:domain vamp:QuantizedOutput;
344 rdfs:domain vamp:QuantizedParameter; 344 rdfs:domain vamp:QuantizedParameter;
345 vs:term_status "unstable"; 345 vs:term_status "unstable";
346 . 346 .
347 347
348 vamp:has_duration
349 a rdf:Property;
350 a owl:FunctionalProperty;
351 a owl:DatatypeProperty;
352 rdfs:label "has duration";
353 rdfs:comment """
354 True if features on this output are known to have durations
355 """;
356 rdfs:domain vamp:PluginOutput;
357 vs:term_status "unstable";
358 .
359
348 vamp:unit 360 vamp:unit
349 a rdf:Property; 361 a rdf:Property;
350 a owl:DatatypeProperty; 362 a owl:DatatypeProperty;
351 a owl:FunctionalProperty; 363 a owl:FunctionalProperty;
352 rdfs:label "unit"; 364 rdfs:label "unit";
426 rdfs:domain vamp:PluginOutput; 438 rdfs:domain vamp:PluginOutput;
427 rdfs:range vamp:SampleType; 439 rdfs:range vamp:SampleType;
428 vs:term_status "unstable"; 440 vs:term_status "unstable";
429 . 441 .
430 442
431 #These last 2 properties are included to match the Audio Features Ontology (not estrictly from the Vamp API). 443 # The next 3 properties are included to link in the Audio Features Ontology (not estrictly from the Vamp API).
432 444
433 vamp:computes_event_type 445 vamp:computes_event_type
434 a rdf:Property; 446 a rdf:Property;
435 a owl:ObjectProperty; 447 a owl:ObjectProperty;
436 rdfs:label "event type"; 448 rdfs:label "event type";