Mercurial > hg > vamp-plugin-sdk
changeset 193:20393d30baee
* Add hasDuration to output in ontology
author | cannam |
---|---|
date | Mon, 22 Sep 2008 13:40:00 +0000 |
parents | d4fbd4e6fdbf |
children | 27cfae2a4155 |
files | rdf/vamp.n3 |
diffstat | 1 files changed, 14 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/rdf/vamp.n3 Thu Sep 18 16:08:28 2008 +0000 +++ b/rdf/vamp.n3 Mon Sep 22 13:40:00 2008 +0000 @@ -338,13 +338,25 @@ a owl:DatatypeProperty; rdfs:label "quantized step"; rdfs:comment """ - Quantize step. Only defined if is_quantized is true + Quantize step. Only defined for quantized outputs """; rdfs:domain vamp:QuantizedOutput; rdfs:domain vamp:QuantizedParameter; vs:term_status "unstable"; . +vamp:has_duration + a rdf:Property; + a owl:FunctionalProperty; + a owl:DatatypeProperty; + rdfs:label "has duration"; + rdfs:comment """ + True if features on this output are known to have durations + """; + rdfs:domain vamp:PluginOutput; + vs:term_status "unstable"; + . + vamp:unit a rdf:Property; a owl:DatatypeProperty; @@ -428,7 +440,7 @@ vs:term_status "unstable"; . -#These last 2 properties are included to match the Audio Features Ontology (not estrictly from the Vamp API). +# The next 3 properties are included to link in the Audio Features Ontology (not estrictly from the Vamp API). vamp:computes_event_type a rdf:Property;