comparison rdf/vamp.rdf @ 158:7c08ba8083b2

* Update vamp example plugins rdf against new ontology * Update vamp.rdf again (with right base url)
author cannam
date Wed, 25 Jun 2008 12:20:22 +0000
parents b734b032558c
children 4869152c8a80
comparison
equal deleted inserted replaced
157:62ab43ce9790 158:7c08ba8083b2
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <rdf:RDF xmlns:af="http://purl.org/ontology/af/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:event="http://purl.org/NET/c4dm/event.owl#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vamp="http://purl.org/ontology/vamp/" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns="file:///home/david/vamp/vamp-plugin-sdk/trunk/rdf/vamp.n3"> 2 <rdf:RDF xmlns:af="http://purl.org/ontology/af/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:event="http://purl.org/NET/c4dm/event.owl#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:vamp="http://purl.org/ontology/vamp/" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xml:base="http://purl.org/ontology/vamp/">
3 <owl:Ontology rdf:about=""> 3 <owl:Ontology rdf:about="">
4 <dc:title>Vamp Plugins Ontology</dc:title> 4 <dc:title>Vamp Plugins Ontology</dc:title>
5 <rdfs:label>Vamp Plugins Ontology</rdfs:label> 5 <rdfs:label>Vamp Plugins Ontology</rdfs:label>
6 <rdfs:comment> 6 <rdfs:comment>
7 Vamp Ontology. This ontology includes the following descriptions: 7 Vamp Ontology. This ontology includes the following descriptions:
19 <foaf:maker>Yves Raimond</foaf:maker> 19 <foaf:maker>Yves Raimond</foaf:maker>
20 <foaf:maker>David Pastor Escuredo</foaf:maker> 20 <foaf:maker>David Pastor Escuredo</foaf:maker>
21 <dc:date>$Date: 2008/05/21 17:05:11 $</dc:date> 21 <dc:date>$Date: 2008/05/21 17:05:11 $</dc:date>
22 </owl:Ontology> 22 </owl:Ontology>
23 <owl:AnnotationProperty rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/> 23 <owl:AnnotationProperty rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
24 <owl:Class rdf:about="http://purl.org/ontology/vamp/Plugin"> 24 <owl:Class rdf:about="Plugin">
25 <rdfs:label>Vamp Plugin</rdfs:label> 25 <rdfs:label>Vamp Plugin</rdfs:label>
26 <rdfs:comment> 26 <rdfs:comment>
27 A Vamp plugin is an implementation of an audio feature extraction algorithm using the Vamp API. 27 A Vamp plugin is an implementation of an audio feature extraction algorithm using the Vamp API.
28 </rdfs:comment> 28 </rdfs:comment>
29 <vs:term_status>stable</vs:term_status> 29 <vs:term_status>stable</vs:term_status>
30 </owl:Class> 30 </owl:Class>
31 <owl:Class rdf:about="http://purl.org/ontology/vamp/PluginLibrary"> 31 <owl:Class rdf:about="PluginLibrary">
32 <rdfs:label>Vamp Plugin Library</rdfs:label> 32 <rdfs:label>Vamp Plugin Library</rdfs:label>
33 <rdfs:comment> 33 <rdfs:comment>
34 Library of Vamp Plugins. This may need to include rights. 34 Library of Vamp Plugins. This may need to include rights.
35 </rdfs:comment> 35 </rdfs:comment>
36 <vs:term_status>stable</vs:term_status> 36 <vs:term_status>stable</vs:term_status>
37 </owl:Class> 37 </owl:Class>
38 <owl:Class rdf:about="http://purl.org/ontology/vamp/Parameter"> 38 <owl:Class rdf:about="Parameter">
39 <rdfs:label>Vamp Plugin Parameter</rdfs:label> 39 <rdfs:label>Vamp Plugin Parameter</rdfs:label>
40 <rdfs:comment> 40 <rdfs:comment>
41 Descriptor for a plugin parameter. Hosts need to know about the specific type and form of the parameters of a particular plugin for a correct transform setup. 41 Descriptor for a plugin parameter. Hosts need to know about the specific type and form of the parameters of a particular plugin for a correct transform setup.
42 </rdfs:comment> 42 </rdfs:comment>
43 <vs:term_status>stable</vs:term_status> 43 <vs:term_status>stable</vs:term_status>
44 </owl:Class> 44 </owl:Class>
45 <owl:Class rdf:about="http://purl.org/ontology/vamp/QuantizedParameter"> 45 <owl:Class rdf:about="QuantizedParameter">
46 <rdfs:label>Quantized Parameter</rdfs:label> 46 <rdfs:label>Quantized Parameter</rdfs:label>
47 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/vamp/Parameter"/> 47 <rdfs:subClassOf rdf:resource="Parameter"/>
48 <rdfs:comment> 48 <rdfs:comment>
49 Descriptor of a parameter that does have quantized values. The property quantize_step is just defined for this subclass and not for the general Parameter. 49 Descriptor of a parameter that does have quantized values. The property quantize_step is just defined for this subclass and not for the general Parameter.
50 </rdfs:comment> 50 </rdfs:comment>
51 <vs:term_status>stable</vs:term_status> 51 <vs:term_status>stable</vs:term_status>
52 </owl:Class> 52 </owl:Class>
53 <owl:Class rdf:about="http://purl.org/ontology/vamp/PluginOutput"> 53 <owl:Class rdf:about="PluginOutput">
54 <rdfs:label>Vamp Plugin output descriptor</rdfs:label> 54 <rdfs:label>Vamp Plugin output descriptor</rdfs:label>
55 <rdfs:comment> 55 <rdfs:comment>
56 Descriptor for an output of a plugin. This descriptor provides information that is necessary to correctly interpret the output features. The output type will determine how to read the temporal information of the extracted features and how to manage the burden of ouput data. 56 Descriptor for an output of a plugin. This descriptor provides information that is necessary to correctly interpret the output features. The output type will determine how to read the temporal information of the extracted features and how to manage the burden of ouput data.
57 </rdfs:comment> 57 </rdfs:comment>
58 <vs:term_status>unstable</vs:term_status> 58 <vs:term_status>unstable</vs:term_status>
59 </owl:Class> 59 </owl:Class>
60 <owl:Class rdf:about="http://purl.org/ontology/vamp/QuantizedOutput"> 60 <owl:Class rdf:about="QuantizedOutput">
61 <rdfs:label>Quantized Output</rdfs:label> 61 <rdfs:label>Quantized Output</rdfs:label>
62 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> 62 <rdfs:subClassOf rdf:resource="PluginOutput"/>
63 <rdfs:comment> 63 <rdfs:comment>
64 Descriptor of an output that does have quantized values. 64 Descriptor of an output that does have quantized values.
65 </rdfs:comment> 65 </rdfs:comment>
66 <vs:term_status>stable</vs:term_status> 66 <vs:term_status>stable</vs:term_status>
67 </owl:Class> 67 </owl:Class>
68 <owl:Class rdf:about="http://purl.org/ontology/vamp/KnownExtentsOutput"> 68 <owl:Class rdf:about="KnownExtentsOutput">
69 <rdfs:label>Known Extents Output</rdfs:label> 69 <rdfs:label>Known Extents Output</rdfs:label>
70 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> 70 <rdfs:subClassOf rdf:resource="PluginOutput"/>
71 <rdfs:comment> 71 <rdfs:comment>
72 Descriptor of an output that does have known extents. 72 Descriptor of an output that does have known extents.
73 </rdfs:comment> 73 </rdfs:comment>
74 <vs:term_status>stable</vs:term_status> 74 <vs:term_status>stable</vs:term_status>
75 </owl:Class> 75 </owl:Class>
76 <owl:Class rdf:about="http://purl.org/ontology/vamp/DenseOutput"> 76 <owl:Class rdf:about="DenseOutput">
77 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> 77 <rdfs:subClassOf rdf:resource="PluginOutput"/>
78 <rdfs:label>Dense output</rdfs:label> 78 <rdfs:label>Dense output</rdfs:label>
79 <rdfs:comment> 79 <rdfs:comment>
80 Specific output type for data evenly spaced in time, which may be of high volume and which it is usually desirable to represent in a compact form. 80 Specific output type for data evenly spaced in time, which may be of high volume and which it is usually desirable to represent in a compact form.
81 </rdfs:comment> 81 </rdfs:comment>
82 <vs:term_status>unstable</vs:term_status> 82 <vs:term_status>unstable</vs:term_status>
83 </owl:Class> 83 </owl:Class>
84 <owl:Class rdf:about="http://purl.org/ontology/vamp/SparseOutput"> 84 <owl:Class rdf:about="SparseOutput">
85 <rdfs:label>Sparse output</rdfs:label> 85 <rdfs:label>Sparse output</rdfs:label>
86 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> 86 <rdfs:subClassOf rdf:resource="PluginOutput"/>
87 <rdfs:comment> 87 <rdfs:comment>
88 Specific output type for data that consist of features that require their own individual temporal information. 88 Specific output type for data that consist of features that require their own individual temporal information.
89 </rdfs:comment> 89 </rdfs:comment>
90 <vs:term_status>unstable</vs:term_status> 90 <vs:term_status>unstable</vs:term_status>
91 </owl:Class> 91 </owl:Class>
92 <owl:Class rdf:about="http://purl.org/ontology/vamp/TrackLevelOutput"> 92 <owl:Class rdf:about="TrackLevelOutput">
93 <rdfs:label>track level output</rdfs:label> 93 <rdfs:label>track level output</rdfs:label>
94 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> 94 <rdfs:subClassOf rdf:resource="PluginOutput"/>
95 <rdfs:comment> 95 <rdfs:comment>
96 Specific output type for track level information. The Vamp API does not provide for this sort of output directly, so this will require a "hacky" interpretation of the feature timestamp to establish that it reflects track metadata instead of temporal data. 96 Specific output type for track level information. The Vamp API does not provide for this sort of output directly, so this will require a "hacky" interpretation of the feature timestamp to establish that it reflects track metadata instead of temporal data.
97 </rdfs:comment> 97 </rdfs:comment>
98 <vs:term_status>unstable</vs:term_status> 98 <vs:term_status>unstable</vs:term_status>
99 </owl:Class> 99 </owl:Class>
100 <owl:Class rdf:about="http://purl.org/ontology/vamp/PluginProgram"> 100 <owl:Class rdf:about="PluginProgram">
101 <rdfs:label>Plugin program</rdfs:label> 101 <rdfs:label>Plugin program</rdfs:label>
102 <rdfs:comment> 102 <rdfs:comment>
103 The program is a predefined context of parameters. We may not need a concept for this and just a property linking a string representing the program name. 103 The program is a predefined context of parameters. We may not need a concept for this and just a property linking a string representing the program name.
104 </rdfs:comment> 104 </rdfs:comment>
105 <vs:term_status>unstable</vs:term_status> 105 <vs:term_status>unstable</vs:term_status>
106 </owl:Class> 106 </owl:Class>
107 <owl:Class rdf:about="http://purl.org/ontology/vamp/Feature"> 107 <owl:Class rdf:about="Feature">
108 <rdfs:label>Vamp Feature</rdfs:label> 108 <rdfs:label>Vamp Feature</rdfs:label>
109 <rdfs:comment>This may be removed mighty soon as we rely on the Audio Features Ontology for this</rdfs:comment> 109 <rdfs:comment>This may be removed mighty soon as we rely on the Audio Features Ontology for this</rdfs:comment>
110 <vs:term_status>deprecated</vs:term_status> 110 <vs:term_status>deprecated</vs:term_status>
111 </owl:Class> 111 </owl:Class>
112 <owl:Class rdf:about="http://purl.org/ontology/vamp/InputDomain"> 112 <owl:Class rdf:about="InputDomain">
113 <rdfs:label>Plugin input domain</rdfs:label> 113 <rdfs:label>Plugin input domain</rdfs:label>
114 <rdfs:comment> 114 <rdfs:comment>
115 Plugins declare the input domain they require, so the host can convert the input data properly. Hosts using the Vamp SDK PluginAdapter to wrap plugins should see this work done for them automatically - see the Vamp documentation. 115 Plugins declare the input domain they require, so the host can convert the input data properly. Hosts using the Vamp SDK PluginAdapter to wrap plugins should see this work done for them automatically - see the Vamp documentation.
116 </rdfs:comment> 116 </rdfs:comment>
117 <vs:term_status>stable</vs:term_status> 117 <vs:term_status>stable</vs:term_status>
118 </owl:Class> 118 </owl:Class>
119 <owl:Class rdf:about="http://purl.org/ontology/vamp/SampleType"> 119 <owl:Class rdf:about="SampleType">
120 <rdfs:label>sample type</rdfs:label> 120 <rdfs:label>sample type</rdfs:label>
121 <rdfs:comment> 121 <rdfs:comment>
122 The sample type specifies the temporal information of the plugin output. This information should be combined with the output type for a correct interpretation. 122 The sample type specifies the temporal information of the plugin output. This information should be combined with the output type for a correct interpretation.
123 </rdfs:comment> 123 </rdfs:comment>
124 <vs:term_status>stable</vs:term_status> 124 <vs:term_status>stable</vs:term_status>
125 </owl:Class> 125 </owl:Class>
126 <rdf:Property rdf:about="http://purl.org/ontology/vamp/parameter"> 126 <rdf:Property rdf:about="parameter">
127 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> 127 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
128 <rdfs:label>parameter descriptor</rdfs:label> 128 <rdfs:label>parameter descriptor</rdfs:label>
129 <rdfs:comment> 129 <rdfs:comment>
130 Links each parameter descriptor to the plugin. 130 Links each parameter descriptor to the plugin.
131 </rdfs:comment> 131 </rdfs:comment>
132 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Parameter"/> 132 <rdfs:range rdf:resource="Parameter"/>
133 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/ParameterBinding"/> 133 <rdfs:domain rdf:resource="ParameterBinding"/>
134 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/> 134 <rdfs:domain rdf:resource="Plugin"/>
135 <vs:term_status>stable</vs:term_status> 135 <vs:term_status>stable</vs:term_status>
136 </rdf:Property> 136 </rdf:Property>
137 <rdf:Property rdf:about="http://purl.org/ontology/vamp/output"> 137 <rdf:Property rdf:about="output">
138 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> 138 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
139 <rdfs:label>output</rdfs:label> 139 <rdfs:label>output</rdfs:label>
140 <rdfs:comment> 140 <rdfs:comment>
141 Links each output type to the plugin. 141 Links each output type to the plugin.
142 </rdfs:comment> 142 </rdfs:comment>
143 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> 143 <rdfs:range rdf:resource="PluginOutput"/>
144 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/> 144 <rdfs:domain rdf:resource="Plugin"/>
145 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> 145 <rdfs:domain rdf:resource="Transform"/>
146 <vs:term_status>stable</vs:term_status> 146 <vs:term_status>stable</vs:term_status>
147 </rdf:Property> 147 </rdf:Property>
148 <rdf:Property rdf:about="http://purl.org/ontology/vamp/available_plugin"> 148 <rdf:Property rdf:about="available_plugin">
149 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> 149 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
150 <rdfs:label>available plugin</rdfs:label> 150 <rdfs:label>available plugin</rdfs:label>
151 <rdfs:comment> 151 <rdfs:comment>
152 Available plugins in the library 152 Available plugins in the library
153 </rdfs:comment> 153 </rdfs:comment>
154 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Plugin"/> 154 <rdfs:range rdf:resource="Plugin"/>
155 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginLibrary"/> 155 <rdfs:domain rdf:resource="PluginLibrary"/>
156 <vs:term_status>stable</vs:term_status> 156 <vs:term_status>stable</vs:term_status>
157 </rdf:Property> 157 </rdf:Property>
158 <rdf:Property rdf:about="http://purl.org/ontology/vamp/identifier"> 158 <rdf:Property rdf:about="identifier">
159 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 159 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
160 <rdfs:label>plugin identifier</rdfs:label> 160 <rdfs:label>plugin identifier</rdfs:label>
161 <rdfs:comment> 161 <rdfs:comment>
162 Machine-readable identifier for a Vamp plugin within the scope of its library, or for a plugin descriptor within the scope of the plugin. 162 Machine-readable identifier for a Vamp plugin within the scope of its library, or for a plugin descriptor within the scope of the plugin.
163 </rdfs:comment> 163 </rdfs:comment>
164 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/> 164 <rdfs:domain rdf:resource="Plugin"/>
165 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginLibrary"/> 165 <rdfs:domain rdf:resource="PluginLibrary"/>
166 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginProgram"/> 166 <rdfs:domain rdf:resource="PluginProgram"/>
167 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> 167 <rdfs:domain rdf:resource="PluginOutput"/>
168 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Parameter"/> 168 <rdfs:domain rdf:resource="Parameter"/>
169 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> 169 <rdfs:domain rdf:resource="Transform"/>
170 <vs:term_status>stable</vs:term_status> 170 <vs:term_status>stable</vs:term_status>
171 </rdf:Property> 171 </rdf:Property>
172 <rdf:Property rdf:about="http://purl.org/ontology/vamp/name"> 172 <rdf:Property rdf:about="name">
173 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 173 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
174 <rdfs:label>plugin name</rdfs:label> 174 <rdfs:label>plugin name</rdfs:label>
175 <rdfs:comment> 175 <rdfs:comment>
176 Human-readable identifier for the plugin. 176 Human-readable identifier for the plugin.
177 </rdfs:comment> 177 </rdfs:comment>
178 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/> 178 <rdfs:domain rdf:resource="Plugin"/>
179 <vs:term_status>stable</vs:term_status> 179 <vs:term_status>stable</vs:term_status>
180 </rdf:Property> 180 </rdf:Property>
181 <rdf:Property rdf:about="http://purl.org/ontology/vamp/vamp_API_version"> 181 <rdf:Property rdf:about="vamp_API_version">
182 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 182 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
183 <rdfs:label>vamp API version</rdfs:label> 183 <rdfs:label>vamp API version</rdfs:label>
184 <rdfs:comment> 184 <rdfs:comment>
185 Version of the Vamp API used to implement this plugin. 185 Version of the Vamp API used to implement this plugin.
186 </rdfs:comment> 186 </rdfs:comment>
187 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/> 187 <rdfs:domain rdf:resource="Plugin"/>
188 <vs:term_status>stable</vs:term_status> 188 <vs:term_status>stable</vs:term_status>
189 </rdf:Property> 189 </rdf:Property>
190 <rdf:Property rdf:about="http://purl.org/ontology/vamp/input_domain"> 190 <rdf:Property rdf:about="input_domain">
191 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 191 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
192 <rdfs:label>input domain</rdfs:label> 192 <rdfs:label>input domain</rdfs:label>
193 <rdfs:comment> 193 <rdfs:comment>
194 Input domain required by the plugin (time or frequency). 194 Input domain required by the plugin (time or frequency).
195 </rdfs:comment> 195 </rdfs:comment>
196 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/> 196 <rdfs:domain rdf:resource="Plugin"/>
197 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/InputDomain"/> 197 <rdfs:range rdf:resource="InputDomain"/>
198 <vs:term_status>stable</vs:term_status> 198 <vs:term_status>stable</vs:term_status>
199 </rdf:Property> 199 </rdf:Property>
200 <rdf:Property rdf:about="http://purl.org/ontology/vamp/max_value"> 200 <rdf:Property rdf:about="max_value">
201 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 201 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
202 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 202 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
203 <rdfs:label>max value</rdfs:label> 203 <rdfs:label>max value</rdfs:label>
204 <rdfs:comment> 204 <rdfs:comment>
205 Maximum value of the parameter range 205 Maximum value of the parameter range
206 </rdfs:comment> 206 </rdfs:comment>
207 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Parameter"/> 207 <rdfs:range rdf:resource="Parameter"/>
208 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/KnownExtentsOutput"/> 208 <rdfs:range rdf:resource="KnownExtentsOutput"/>
209 <vs:term_status>unstable</vs:term_status> 209 <vs:term_status>unstable</vs:term_status>
210 </rdf:Property> 210 </rdf:Property>
211 <rdf:Property rdf:about="http://purl.org/ontology/vamp/min_value"> 211 <rdf:Property rdf:about="min_value">
212 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 212 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
213 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 213 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
214 <rdfs:label>min value</rdfs:label> 214 <rdfs:label>min value</rdfs:label>
215 <rdfs:comment> 215 <rdfs:comment>
216 Minimum value of the parameter range 216 Minimum value of the parameter range
217 </rdfs:comment> 217 </rdfs:comment>
218 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Parameter"/> 218 <rdfs:range rdf:resource="Parameter"/>
219 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/KnownExtentsOutput"/> 219 <rdfs:range rdf:resource="KnownExtentsOutput"/>
220 <vs:term_status>unstable</vs:term_status> 220 <vs:term_status>unstable</vs:term_status>
221 </rdf:Property> 221 </rdf:Property>
222 <rdf:Property rdf:about="http://purl.org/ontology/vamp/default_value"> 222 <rdf:Property rdf:about="default_value">
223 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 223 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
224 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 224 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
225 <rdfs:label>default value</rdfs:label> 225 <rdfs:label>default value</rdfs:label>
226 <rdfs:comment> 226 <rdfs:comment>
227 Default value of the parameter 227 Default value of the parameter
228 </rdfs:comment> 228 </rdfs:comment>
229 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Parameter"/> 229 <rdfs:range rdf:resource="Parameter"/>
230 <vs:term_status>unstable</vs:term_status> 230 <vs:term_status>unstable</vs:term_status>
231 </rdf:Property> 231 </rdf:Property>
232 <rdf:Property rdf:about="http://purl.org/ontology/vamp/quantize_step"> 232 <rdf:Property rdf:about="quantize_step">
233 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 233 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
234 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 234 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
235 <rdfs:label>quantized step</rdfs:label> 235 <rdfs:label>quantized step</rdfs:label>
236 <rdfs:comment> 236 <rdfs:comment>
237 Quantize step. Only defined if is_quantized is true 237 Quantize step. Only defined if is_quantized is true
238 </rdfs:comment> 238 </rdfs:comment>
239 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/QuantizedOutput"/> 239 <rdfs:domain rdf:resource="QuantizedOutput"/>
240 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/QuantizedParameter"/> 240 <rdfs:domain rdf:resource="QuantizedParameter"/>
241 <vs:term_status>unstable</vs:term_status> 241 <vs:term_status>unstable</vs:term_status>
242 </rdf:Property> 242 </rdf:Property>
243 <rdf:Property rdf:about="http://purl.org/ontology/vamp/unit"> 243 <rdf:Property rdf:about="unit">
244 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 244 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
245 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 245 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
246 <rdfs:label>unit</rdfs:label> 246 <rdfs:label>unit</rdfs:label>
247 <rdfs:comment> 247 <rdfs:comment>
248 Unit of the output/parameter. A string type 248 Unit of the output/parameter. A string type
249 </rdfs:comment> 249 </rdfs:comment>
250 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> 250 <rdfs:domain rdf:resource="PluginOutput"/>
251 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Parameter"/> 251 <rdfs:domain rdf:resource="Parameter"/>
252 <vs:term_status>unstable</vs:term_status> 252 <vs:term_status>unstable</vs:term_status>
253 </rdf:Property> 253 </rdf:Property>
254 <rdf:Property rdf:about="http://purl.org/ontology/vamp/value_names"> 254 <rdf:Property rdf:about="value_names">
255 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 255 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
256 <rdfs:label>value names</rdfs:label> 256 <rdfs:label>value names</rdfs:label>
257 <rdfs:comment> 257 <rdfs:comment>
258 List of value names if available 258 List of value names if available
259 </rdfs:comment> 259 </rdfs:comment>
260 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Parameter"/> 260 <rdfs:domain rdf:resource="Parameter"/>
261 <vs:term_status>unstable</vs:term_status> 261 <vs:term_status>unstable</vs:term_status>
262 </rdf:Property> 262 </rdf:Property>
263 <rdf:Property rdf:about="http://purl.org/ontology/vamp/fixed_bin_count"> 263 <rdf:Property rdf:about="fixed_bin_count">
264 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 264 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
265 <rdfs:label>fixed bin count</rdfs:label> 265 <rdfs:label>fixed bin count</rdfs:label>
266 <rdfs:comment> 266 <rdfs:comment>
267 Fixed bin count. A boolean type. 267 Fixed bin count. A boolean type.
268 </rdfs:comment> 268 </rdfs:comment>
269 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> 269 <rdfs:domain rdf:resource="PluginOutput"/>
270 <vs:term_status>unstable</vs:term_status> 270 <vs:term_status>unstable</vs:term_status>
271 </rdf:Property> 271 </rdf:Property>
272 <rdf:Property rdf:about="http://purl.org/ontology/vamp/sample_rate"> 272 <rdf:Property rdf:about="sample_rate">
273 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 273 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
274 <rdfs:label>sample rate</rdfs:label> 274 <rdfs:label>sample rate</rdfs:label>
275 <rdfs:comment> 275 <rdfs:comment>
276 Sample rate of the output if any. Should be read depending on SampleType and Output classes. 276 Sample rate of the output if any. Should be read depending on SampleType and Output classes.
277 </rdfs:comment> 277 </rdfs:comment>
278 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> 278 <rdfs:domain rdf:resource="PluginOutput"/>
279 <vs:term_status>unstable</vs:term_status> 279 <vs:term_status>unstable</vs:term_status>
280 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> 280 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
281 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 281 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
282 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 282 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
283 <rdfs:label>sample rate</rdfs:label> 283 <rdfs:label>sample rate</rdfs:label>
284 <vs:term_status>stable</vs:term_status> 284 <vs:term_status>stable</vs:term_status>
285 <rdfs:comment> 285 <rdfs:comment>
286 Specifies the sample rate if it is not constant. 286 Specifies the sample rate if it is not constant.
287 </rdfs:comment> 287 </rdfs:comment>
288 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> 288 <rdfs:domain rdf:resource="Transform"/>
289 </rdf:Property> 289 </rdf:Property>
290 <rdf:Property rdf:about="http://purl.org/ontology/vamp/bin_count"> 290 <rdf:Property rdf:about="bin_count">
291 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 291 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
292 <rdfs:label>bin count</rdfs:label> 292 <rdfs:label>bin count</rdfs:label>
293 <rdfs:comment> 293 <rdfs:comment>
294 Number of elements of the bin output. This information is necessary to define the output as belonging to a specific subclass of Plugin Output. 294 Number of elements of the bin output. This information is necessary to define the output as belonging to a specific subclass of Plugin Output.
295 </rdfs:comment> 295 </rdfs:comment>
296 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> 296 <rdfs:domain rdf:resource="PluginOutput"/>
297 <vs:term_status>unstable</vs:term_status> 297 <vs:term_status>unstable</vs:term_status>
298 </rdf:Property> 298 </rdf:Property>
299 <rdf:Property rdf:about="http://purl.org/ontology/vamp/bin_names"> 299 <rdf:Property rdf:about="bin_names">
300 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 300 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
301 <rdfs:label>bin names</rdfs:label> 301 <rdfs:label>bin names</rdfs:label>
302 <rdfs:comment> 302 <rdfs:comment>
303 List of bin names if available. 303 List of bin names if available.
304 </rdfs:comment> 304 </rdfs:comment>
305 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> 305 <rdfs:domain rdf:resource="PluginOutput"/>
306 <vs:term_status>unstable</vs:term_status> 306 <vs:term_status>unstable</vs:term_status>
307 </rdf:Property> 307 </rdf:Property>
308 <rdf:Property rdf:about="http://purl.org/ontology/vamp/sample_type"> 308 <rdf:Property rdf:about="sample_type">
309 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 309 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
310 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 310 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
311 <rdfs:label>sample type</rdfs:label> 311 <rdfs:label>sample type</rdfs:label>
312 <rdfs:comment> 312 <rdfs:comment>
313 The sample type specifies the temporal information of the output. 313 The sample type specifies the temporal information of the output.
314 </rdfs:comment> 314 </rdfs:comment>
315 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> 315 <rdfs:domain rdf:resource="PluginOutput"/>
316 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/SampleType"/> 316 <rdfs:range rdf:resource="SampleType"/>
317 <vs:term_status>unstable</vs:term_status> 317 <vs:term_status>unstable</vs:term_status>
318 </rdf:Property> 318 </rdf:Property>
319 <rdf:Property rdf:about="http://purl.org/ontology/vamp/computes_feature_type"> 319 <rdf:Property rdf:about="computes_feature_type">
320 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> 320 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
321 <rdfs:label>feature type</rdfs:label> 321 <rdfs:label>feature type</rdfs:label>
322 <rdfs:comment> 322 <rdfs:comment>
323 Feature Types output by the plugin. Links the vamp ontology to the audio features ontology. 323 Feature Types output by the plugin. Links the vamp ontology to the audio features ontology.
324 </rdfs:comment> 324 </rdfs:comment>
325 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> 325 <rdfs:domain rdf:resource="PluginOutput"/>
326 <rdfs:range rdf:resource="http://purl.org/ontology/af/AudioFeature"/> 326 <rdfs:range rdf:resource="../af/AudioFeature"/>
327 <vs:term_status>unstable</vs:term_status> 327 <vs:term_status>unstable</vs:term_status>
328 </rdf:Property> 328 </rdf:Property>
329 <rdf:Property rdf:about="http://purl.org/ontology/vamp/computes_event_type"> 329 <rdf:Property rdf:about="computes_event_type">
330 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> 330 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
331 <rdfs:label>event type</rdfs:label> 331 <rdfs:label>event type</rdfs:label>
332 <rdfs:comment> 332 <rdfs:comment>
333 Event Type output by the plugin. 333 Event Type output by the plugin.
334 </rdfs:comment> 334 </rdfs:comment>
335 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> 335 <rdfs:domain rdf:resource="PluginOutput"/>
336 <rdfs:range rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/> 336 <rdfs:range rdf:resource="../../NET/c4dm/event.owl#Event"/>
337 <vs:term_status>unstable</vs:term_status> 337 <vs:term_status>unstable</vs:term_status>
338 </rdf:Property> 338 </rdf:Property>
339 <vamp:InputDomain rdf:about="http://purl.org/ontology/vamp/TimeDomain"/> 339 <vamp:InputDomain rdf:about="TimeDomain"/>
340 <vamp:InputDomain rdf:about="http://purl.org/ontology/vamp/FrequencyDomain"/> 340 <vamp:InputDomain rdf:about="FrequencyDomain"/>
341 <vamp:SampleType rdf:about="http://purl.org/ontology/vamp/OneSamplePerStep"/> 341 <vamp:SampleType rdf:about="OneSamplePerStep"/>
342 <vamp:SampleType rdf:about="http://purl.org/ontology/vamp/FixedSampleRate"/> 342 <vamp:SampleType rdf:about="FixedSampleRate"/>
343 <vamp:SampleType rdf:about="http://purl.org/ontology/vamp/VariableSampleRate"/> 343 <vamp:SampleType rdf:about="VariableSampleRate"/>
344 <owl:Class rdf:about="http://purl.org/ontology/vamp/Transform"> 344 <owl:Class rdf:about="Transform">
345 <rdfs:label>Transform</rdfs:label> 345 <rdfs:label>Transform</rdfs:label>
346 <vs:term_status>stable</vs:term_status> 346 <vs:term_status>stable</vs:term_status>
347 <rdfs:comment> 347 <rdfs:comment>
348 The Transform defines the environment of any audio processing computation. 348 The Transform defines the environment of any audio processing computation.
349 </rdfs:comment> 349 </rdfs:comment>
350 </owl:Class> 350 </owl:Class>
351 <owl:Class rdf:about="http://purl.org/ontology/vamp/ParameterBinding"> 351 <owl:Class rdf:about="ParameterBinding">
352 <rdfs:label>Parameter binding</rdfs:label> 352 <rdfs:label>Parameter binding</rdfs:label>
353 <vs:term_status>unstable</vs:term_status> 353 <vs:term_status>unstable</vs:term_status>
354 <rdfs:comment> 354 <rdfs:comment>
355 Parameter setting used by the plugin transform to set up the plugin. 355 Parameter setting used by the plugin transform to set up the plugin.
356 </rdfs:comment> 356 </rdfs:comment>
357 </owl:Class> 357 </owl:Class>
358 <owl:Class rdf:about="http://purl.org/ontology/vamp/Configuration"> 358 <owl:Class rdf:about="Configuration">
359 <rdfs:label>Configuration</rdfs:label> 359 <rdfs:label>Configuration</rdfs:label>
360 <vs:term_status>unstable</vs:term_status> 360 <vs:term_status>unstable</vs:term_status>
361 <rdfs:comment> 361 <rdfs:comment>
362 For extension (key/value data provided to DSSI plugins, not relevant to Vamp) 362 For extension (key/value data provided to DSSI plugins, not relevant to Vamp)
363 </rdfs:comment> 363 </rdfs:comment>
364 </owl:Class> 364 </owl:Class>
365 <owl:Class rdf:about="http://purl.org/ontology/vamp/TransformType"> 365 <owl:Class rdf:about="TransformType">
366 <rdfs:label>Transform Type</rdfs:label> 366 <rdfs:label>Transform Type</rdfs:label>
367 <vs:term_status>unstable</vs:term_status> 367 <vs:term_status>unstable</vs:term_status>
368 <rdfs:comment> 368 <rdfs:comment>
369 Specifies the type of transform. May be feature extraction, effect... 369 Specifies the type of transform. May be feature extraction, effect...
370 </rdfs:comment> 370 </rdfs:comment>
371 </owl:Class> 371 </owl:Class>
372 <vamp:TransformType rdf:about="http://purl.org/ontology/vamp/FeatureExtraction"> 372 <vamp:TransformType rdf:about="FeatureExtraction">
373 <rdfs:label>Feature Extraction</rdfs:label> 373 <rdfs:label>Feature Extraction</rdfs:label>
374 <vs:term_status>unstable</vs:term_status> 374 <vs:term_status>unstable</vs:term_status>
375 <rdfs:comment> 375 <rdfs:comment>
376 Feature extraction transform. This may be just a subclass of Transform... 376 Feature extraction transform. This may be just a subclass of Transform...
377 </rdfs:comment> 377 </rdfs:comment>
378 </vamp:TransformType> 378 </vamp:TransformType>
379 <vamp:TransformType rdf:about="http://purl.org/ontology/vamp/Effect"> 379 <vamp:TransformType rdf:about="Effect">
380 <rdfs:label>Effect</rdfs:label> 380 <rdfs:label>Effect</rdfs:label>
381 <vs:term_status>unstable</vs:term_status> 381 <vs:term_status>unstable</vs:term_status>
382 <rdfs:comment> 382 <rdfs:comment>
383 Effect transform. This may be just a subclass of Transform... 383 Effect transform. This may be just a subclass of Transform...
384 </rdfs:comment> 384 </rdfs:comment>
385 </vamp:TransformType> 385 </vamp:TransformType>
386 <rdf:Property rdf:about="http://purl.org/ontology/vamp/engine"> 386 <rdf:Property rdf:about="engine">
387 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> 387 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
388 <rdfs:label>plugin</rdfs:label> 388 <rdfs:label>plugin</rdfs:label>
389 <vs:term_status>stable</vs:term_status> 389 <vs:term_status>stable</vs:term_status>
390 <rdfs:comment> 390 <rdfs:comment>
391 Specifies the sort of plugin in execution. This is an extension to use Transform with other plugin libraries 391 Specifies the sort of plugin in execution. This is an extension to use Transform with other plugin libraries
392 </rdfs:comment> 392 </rdfs:comment>
393 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> 393 <rdfs:domain rdf:resource="Transform"/>
394 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Plugin"/> 394 <rdfs:range rdf:resource="Plugin"/>
395 </rdf:Property> 395 </rdf:Property>
396 <rdf:Property rdf:about="http://purl.org/ontology/vamp/program"> 396 <rdf:Property rdf:about="program">
397 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> 397 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
398 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 398 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
399 <rdfs:label>program</rdfs:label> 399 <rdfs:label>program</rdfs:label>
400 <vs:term_status>stable</vs:term_status> 400 <vs:term_status>stable</vs:term_status>
401 <rdfs:comment> 401 <rdfs:comment>
402 Specifies the program to set the plugin in execution. Here the plugin program matches with the one in the plugin descriptor. There is not descriptor required for the program (just a string), is it? 402 Specifies the program to set the plugin in execution. Here the plugin program matches with the one in the plugin descriptor. There is not descriptor required for the program (just a string), is it?
403 </rdfs:comment> 403 </rdfs:comment>
404 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> 404 <rdfs:domain rdf:resource="Transform"/>
405 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginProgram"/> 405 <rdfs:range rdf:resource="PluginProgram"/>
406 </rdf:Property> 406 </rdf:Property>
407 <rdf:Property rdf:about="http://purl.org/ontology/vamp/configuration"> 407 <rdf:Property rdf:about="configuration">
408 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> 408 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
409 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 409 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
410 <rdfs:label>program</rdfs:label> 410 <rdfs:label>program</rdfs:label>
411 <vs:term_status>stable</vs:term_status> 411 <vs:term_status>stable</vs:term_status>
412 <rdfs:comment> 412 <rdfs:comment>
413 Extension for configuration. 413 Extension for configuration.
414 </rdfs:comment> 414 </rdfs:comment>
415 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> 415 <rdfs:domain rdf:resource="Transform"/>
416 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Configuration"/> 416 <rdfs:range rdf:resource="Configuration"/>
417 </rdf:Property> 417 </rdf:Property>
418 <rdf:Property rdf:about="http://purl.org/ontology/vamp/parameter_binding"> 418 <rdf:Property rdf:about="parameter_binding">
419 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> 419 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
420 <rdfs:label>parameter</rdfs:label> 420 <rdfs:label>parameter</rdfs:label>
421 <vs:term_status>stable</vs:term_status> 421 <vs:term_status>stable</vs:term_status>
422 <rdfs:comment> 422 <rdfs:comment>
423 Specifies the parameter to set the plugin in execution. 423 Specifies the parameter to set the plugin in execution.
424 </rdfs:comment> 424 </rdfs:comment>
425 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> 425 <rdfs:domain rdf:resource="Transform"/>
426 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/ParameterBinding"/> 426 <rdfs:range rdf:resource="ParameterBinding"/>
427 </rdf:Property> 427 </rdf:Property>
428 <rdf:Property rdf:about="http://purl.org/ontology/vamp/step_size"> 428 <rdf:Property rdf:about="step_size">
429 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 429 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
430 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 430 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
431 <rdfs:label>step size</rdfs:label> 431 <rdfs:label>step size</rdfs:label>
432 <vs:term_status>stable</vs:term_status> 432 <vs:term_status>stable</vs:term_status>
433 <rdfs:comment> 433 <rdfs:comment>
434 Specifies the step size for the framing. 434 Specifies the step size for the framing.
435 </rdfs:comment> 435 </rdfs:comment>
436 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> 436 <rdfs:domain rdf:resource="Transform"/>
437 </rdf:Property> 437 </rdf:Property>
438 <rdf:Property rdf:about="http://purl.org/ontology/vamp/block_size"> 438 <rdf:Property rdf:about="block_size">
439 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 439 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
440 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 440 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
441 <rdfs:label>block size</rdfs:label> 441 <rdfs:label>block size</rdfs:label>
442 <vs:term_status>stable</vs:term_status> 442 <vs:term_status>stable</vs:term_status>
443 <rdfs:comment> 443 <rdfs:comment>
444 Specifies the block size for the framing. 444 Specifies the block size for the framing.
445 </rdfs:comment> 445 </rdfs:comment>
446 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> 446 <rdfs:domain rdf:resource="Transform"/>
447 </rdf:Property> 447 </rdf:Property>
448 <rdf:Property rdf:about="http://purl.org/ontology/vamp/transform_type"> 448 <rdf:Property rdf:about="transform_type">
449 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> 449 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
450 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 450 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
451 <rdfs:label>transform type</rdfs:label> 451 <rdfs:label>transform type</rdfs:label>
452 <vs:term_status>unstable</vs:term_status> 452 <vs:term_status>unstable</vs:term_status>
453 <rdfs:comment> 453 <rdfs:comment>
454 Specifies the transform type (we could do this by subclassin transform instead of using a property). 454 Specifies the transform type (we could do this by subclassin transform instead of using a property).
455 </rdfs:comment> 455 </rdfs:comment>
456 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> 456 <rdfs:domain rdf:resource="Transform"/>
457 </rdf:Property> 457 </rdf:Property>
458 <rdf:Property rdf:about="http://purl.org/ontology/vamp/window_type"> 458 <rdf:Property rdf:about="window_type">
459 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 459 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
460 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 460 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
461 <rdfs:label>window type</rdfs:label> 461 <rdfs:label>window type</rdfs:label>
462 <vs:term_status>unstable</vs:term_status> 462 <vs:term_status>unstable</vs:term_status>
463 <rdfs:comment> 463 <rdfs:comment>
464 Specifies the window type (they should be individuals and clearly not here). 464 Specifies the window type (they should be individuals and clearly not here).
465 </rdfs:comment> 465 </rdfs:comment>
466 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> 466 <rdfs:domain rdf:resource="Transform"/>
467 </rdf:Property> 467 </rdf:Property>
468 <rdf:Property rdf:about="http://purl.org/ontology/vamp/start"> 468 <rdf:Property rdf:about="start">
469 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 469 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
470 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 470 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
471 <rdfs:label>start</rdfs:label> 471 <rdfs:label>start</rdfs:label>
472 <vs:term_status>unstable</vs:term_status> 472 <vs:term_status>unstable</vs:term_status>
473 <rdfs:comment> 473 <rdfs:comment>
474 Specifies temporal information when processing a data stream. 474 Specifies temporal information when processing a data stream.
475 </rdfs:comment> 475 </rdfs:comment>
476 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> 476 <rdfs:domain rdf:resource="Transform"/>
477 </rdf:Property> 477 </rdf:Property>
478 <rdf:Property rdf:about="http://purl.org/ontology/vamp/duration"> 478 <rdf:Property rdf:about="duration">
479 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 479 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
480 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 480 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
481 <rdfs:label>start</rdfs:label> 481 <rdfs:label>start</rdfs:label>
482 <vs:term_status>unstable</vs:term_status> 482 <vs:term_status>unstable</vs:term_status>
483 <rdfs:comment> 483 <rdfs:comment>
484 Specifies temporal information when processing a data stream. 484 Specifies temporal information when processing a data stream.
485 </rdfs:comment> 485 </rdfs:comment>
486 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> 486 <rdfs:domain rdf:resource="Transform"/>
487 </rdf:Property> 487 </rdf:Property>
488 <rdf:Property rdf:about="http://purl.org/ontology/vamp/value"> 488 <rdf:Property rdf:about="value">
489 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> 489 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
490 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> 490 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
491 <rdfs:label>value</rdfs:label> 491 <rdfs:label>value</rdfs:label>
492 <vs:term_status>stable</vs:term_status> 492 <vs:term_status>stable</vs:term_status>
493 <rdfs:comment> 493 <rdfs:comment>
494 Specifies the current value of the parameter. 494 Specifies the current value of the parameter.
495 </rdfs:comment> 495 </rdfs:comment>
496 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/ParameterBinding"/> 496 <rdfs:domain rdf:resource="ParameterBinding"/>
497 </rdf:Property> 497 </rdf:Property>
498 </rdf:RDF> 498 </rdf:RDF>
499