comparison rdf/vamp.n3 @ 159:64709b340651

* Update to newer audio features ontology
author cannam
date Mon, 30 Jun 2008 17:00:43 +0000
parents 7c08ba8083b2
children 20393d30baee
comparison
equal deleted inserted replaced
158:7c08ba8083b2 159:64709b340651
428 vs:term_status "unstable"; 428 vs:term_status "unstable";
429 . 429 .
430 430
431 #These last 2 properties are included to match the Audio Features Ontology (not estrictly from the Vamp API). 431 #These last 2 properties are included to match the Audio Features Ontology (not estrictly from the Vamp API).
432 432
433 vamp:computes_feature_type 433 vamp:computes_event_type
434 a rdf:Property;
435 a owl:ObjectProperty;
436 rdfs:label "event type";
437 rdfs:comment """
438 Associates a plugin output with its corresponding event type (for example, in the Audio Features ontology).
439 """;
440 rdfs:domain vamp:PluginOutput;
441 rdfs:range event:Event;
442 vs:term_status "unstable";
443 .
444
445 vamp:computes_feature
434 a rdf:Property; 446 a rdf:Property;
435 a owl:ObjectProperty; 447 a owl:ObjectProperty;
436 rdfs:label "feature type"; 448 rdfs:label "feature type";
437 rdfs:comment """ 449 rdfs:comment """
438 Feature Types output by the plugin. Links the vamp ontology to the audio features ontology. 450 Associates a plugin output with the attribute connecting the event to its value data.
439 """; 451 """;
440 rdfs:domain vamp:PluginOutput; 452 rdfs:domain vamp:PluginOutput;
441 rdfs:range af:AudioFeature; 453 rdfs:range event:factor;
442 vs:term_status "unstable"; 454 vs:term_status "unstable";
443 . 455 .
444 456
445 vamp:computes_event_type 457 vamp:computes_signal_type
446 a rdf:Property; 458 a rdf:Property;
447 a owl:ObjectProperty; 459 a owl:ObjectProperty;
448 rdfs:label "event type"; 460 rdfs:label "signal type";
449 rdfs:comment """ 461 rdfs:comment """
450 Event Type output by the plugin. 462 Associates a dense plugin output with its corresponding signal type (for example, in the Audio Features ontology).
451 """; 463 """;
452 rdfs:domain vamp:PluginOutput; 464 rdfs:domain vamp:PluginOutput;
453 rdfs:range event:Event; 465 rdfs:range af:Signal;
454 vs:term_status "unstable"; 466 vs:term_status "unstable";
455 . 467 .
456 468
457 ######################## 469 ########################
458 # INDIVIDUALS 470 # INDIVIDUALS