comparison rdf/vamp.n3 @ 273:de3e865f92c8 vamp-plugin-sdk-v2.0

* Add transform summary type; use long quotes for descriptions; turn off debug
author cannam
date Fri, 05 Dec 2008 16:25:58 +0000
parents 91821a3ab0b6
children
comparison
equal deleted inserted replaced
272:9dc3a5e17600 273:de3e865f92c8
706 rdfs:comment """ 706 rdfs:comment """
707 Specifies temporal information when processing a data stream. 707 Specifies temporal information when processing a data stream.
708 """; 708 """;
709 rdfs:domain vamp:Transform; 709 rdfs:domain vamp:Transform;
710 . 710 .
711
712 vamp:summary_type
713 a rdf:Property;
714 a owl:DatatypeProperty;
715 a owl:FunctionalProperty;
716 rdfs:label "summary type";
717 vs:term_status "unstable";
718 rdfs:comment """
719 Specifies a summary type to be used (for averaging etc) on transform results.
720 """;
721 rdfs:domain vamp:Transform;
722 .
711 723
712 ##### Parameter properties 724 ##### Parameter properties
713 725
714 vamp:value 726 vamp:value
715 a rdf:Property; 727 a rdf:Property;