comparison rdf/vamp.rdf @ 135:6bffd86a103d

* Add RDF ontology for Vamp plugins [experimental]
author cannam
date Thu, 29 May 2008 14:17:02 +0000
parents
children 1b1ebb0f10ac
comparison
equal deleted inserted replaced
134:c1dce0b033cb 135:6bffd86a103d
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:list="http://www.w3.org/2000/10/swap/list#" xmlns:mo="http://purl.org/ontology/mo/" 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:tl="http://purl.org/NET/c4dm/timeline.owl#" 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/km-rdf/vamp-n3/vamp.n3">
3 <owl:Ontology rdf:about="">
4 <dc:title>Vamp Plugins Ontology</dc:title>
5 <rdfs:label>Vamp Plugins Ontology</rdfs:label>
6 <rdfs:comment>
7 added comments from Cannam
8 </rdfs:comment>
9 <foaf:maker>Chris Cannam</foaf:maker>
10 <foaf:maker>Chris Sutton</foaf:maker>
11 <foaf:maker>Yves Raimond</foaf:maker>
12 <foaf:maker>David Pastor Escuredo</foaf:maker>
13 <dc:date>$Date: 2008/05/21 17:05:11 $</dc:date>
14 </owl:Ontology>
15 <owl:AnnotationProperty rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
16 <owl:Class rdf:about="http://purl.org/ontology/vamp/Plugin">
17 <rdfs:label>Vamp Plugin</rdfs:label>
18 <rdfs:comment>
19 Vamp plugin is an implementation of a feature extraction algorithm based on the Vamp API.
20 </rdfs:comment>
21 <vs:term_status>stable</vs:term_status>
22 </owl:Class>
23 <owl:Class rdf:about="http://purl.org/ontology/vamp/PluginLibrary">
24 <rdfs:label>Vamp Plugin Library</rdfs:label>
25 <rdfs:comment>
26 Library of Vamp Plugins
27 </rdfs:comment>
28 <vs:term_status>stable</vs:term_status>
29 </owl:Class>
30 <owl:Class rdf:about="http://purl.org/ontology/vamp/PluginDescription">
31 <rdfs:label>Vamp Plugin Descriptor</rdfs:label>
32 <rdfs:comment>
33 The plugin descriptor provides basic metadata of the plugin. We may remove this and link directly to the plugin instance
34 </rdfs:comment>
35 <vs:term_status>unstable</vs:term_status>
36 </owl:Class>
37 <owl:Class rdf:about="http://purl.org/ontology/vamp/ParameterDescriptor">
38 <rdfs:label>Vamp Plugin Parameter Descriptor</rdfs:label>
39 <rdfs:comment>
40 Descriptior of a plugin parameter
41 </rdfs:comment>
42 <vs:term_status>stable</vs:term_status>
43 </owl:Class>
44 <owl:Class rdf:about="http://purl.org/ontology/vamp/PluginOutput">
45 <rdfs:label>Vamp Plugin output descriptor</rdfs:label>
46 <rdfs:comment>
47 Descriptior of the plugin output. This descriptor provides necessary information to interpret correctly the output features.
48 Each plugin will be bound to one of the subclasses.
49 </rdfs:comment>
50 <vs:term_status>unstable</vs:term_status>
51 </owl:Class>
52 <owl:Class rdf:about="http://purl.org/ontology/vamp/DenseOutput">
53 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
54 <rdfs:comment>
55 Large binary data as output.
56 </rdfs:comment>
57 <vs:term_status>unstable</vs:term_status>
58 </owl:Class>
59 <owl:Class rdf:about="http://purl.org/ontology/vamp/SparseOutput">
60 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
61 <rdfs:comment>
62 The output defines events with no large data associated.
63 </rdfs:comment>
64 <vs:term_status>unstable</vs:term_status>
65 </owl:Class>
66 <owl:Class rdf:about="http://purl.org/ontology/vamp/TrackLevelOutput">
67 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
68 <rdfs:comment>
69 We obtain track metadata?
70 </rdfs:comment>
71 <vs:term_status>unstable</vs:term_status>
72 </owl:Class>
73 <owl:Class rdf:about="http://purl.org/ontology/vamp/PluginProgram">
74 <rdfs:label>Plugin program</rdfs:label>
75 <rdfs:comment>
76 Plugin program defines a predefined context of parameters.
77 </rdfs:comment>
78 <vs:term_status>stable</vs:term_status>
79 </owl:Class>
80 <owl:Class rdf:about="http://purl.org/ontology/vamp/Feature">
81 <rdfs:label>Vamp Feature</rdfs:label>
82 <rdfs:comment>This may be removed mighty soon as we rely on the Audio Features Ontology for this</rdfs:comment>
83 <vs:term_status>deprecated</vs:term_status>
84 </owl:Class>
85 <owl:Class rdf:about="http://purl.org/ontology/vamp/InputDomain">
86 <rdfs:label>Plugin input domain</rdfs:label>
87 <rdfs:comment>Plugin input domain</rdfs:comment>
88 <vs:term_status>stable</vs:term_status>
89 </owl:Class>
90 <owl:Class rdf:about="http://purl.org/ontology/vamp/SampleType">
91 <rdfs:label>sample type</rdfs:label>
92 <rdfs:comment>sample type for the plugin output</rdfs:comment>
93 <vs:term_status>stable</vs:term_status>
94 </owl:Class>
95 <rdf:Property rdf:about="http://purl.org/ontology/vamp/plugin_descriptor">
96 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
97 <rdfs:label>plugin descriptor</rdfs:label>
98 <rdfs:comment>
99 Links the plugin descriptor to the plugin (it may be redundant for an RDF decription to have a plugin descriptor).
100 </rdfs:comment>
101 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginDescription"/>
102 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/>
103 <vs:term_status>stable</vs:term_status>
104 </rdf:Property>
105 <rdf:Property rdf:about="http://purl.org/ontology/vamp/parameter_descriptor">
106 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
107 <rdfs:label>parameter descriptor</rdfs:label>
108 <rdfs:comment>
109 Links each parameter descriptor to the plugin.
110 </rdfs:comment>
111 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/>
112 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/>
113 <vs:term_status>stable</vs:term_status>
114 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
115 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
116 <rdfs:label>parameter descriptor</rdfs:label>
117 <vs:term_status>stable</vs:term_status>
118 <rdfs:comment>
119 Specifies exactly the type of descriptor to set in the transform by linking it.
120 </rdfs:comment>
121 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Parameter"/>
122 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/>
123 </rdf:Property>
124 <rdf:Property rdf:about="http://purl.org/ontology/vamp/output_descriptor">
125 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
126 <rdfs:label>output descriptor</rdfs:label>
127 <rdfs:comment>
128 Links each output descriptor to the plugin.
129 </rdfs:comment>
130 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
131 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/>
132 <vs:term_status>stable</vs:term_status>
133 </rdf:Property>
134 <rdf:Property rdf:about="http://purl.org/ontology/vamp/available_plugin">
135 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
136 <rdfs:label>available plugin</rdfs:label>
137 <rdfs:comment>
138 Available plugins in the library
139 </rdfs:comment>
140 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Plugin"/>
141 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginLibrary"/>
142 <vs:term_status>stable</vs:term_status>
143 </rdf:Property>
144 <rdf:Property rdf:about="http://purl.org/ontology/vamp/parameter">
145 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
146 <rdfs:label>parameter</rdfs:label>
147 <rdfs:comment>
148 Actual parameter used in the plugin transform to run the plugin
149 </rdfs:comment>
150 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Plugin"/>
151 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
152 <vs:term_status>stable</vs:term_status>
153 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
154 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
155 <rdfs:label>parameter</rdfs:label>
156 <vs:term_status>stable</vs:term_status>
157 <rdfs:comment>
158 Specifies the parameter to set the plugin in execution.
159 </rdfs:comment>
160 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
161 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Parameter"/>
162 </rdf:Property>
163 <rdf:Property rdf:about="http://purl.org/ontology/vamp/identifier">
164 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
165 <rdfs:label>plugin identifier</rdfs:label>
166 <rdfs:comment>
167 Machine-readable identifier for Vamp plugin classes.
168 </rdfs:comment>
169 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginDescription"/>
170 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginProgram"/>
171 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
172 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/>
173 <vs:term_status>stable</vs:term_status>
174 </rdf:Property>
175 <rdf:Property rdf:about="http://purl.org/ontology/vamp/name">
176 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
177 <rdfs:label>plugin name</rdfs:label>
178 <rdfs:comment>
179 Human-readable identifier for the plugin.
180 </rdfs:comment>
181 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginDescription"/>
182 <vs:term_status>stable</vs:term_status>
183 </rdf:Property>
184 <rdf:Property rdf:about="http://purl.org/ontology/vamp/vamp_API_version">
185 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
186 <rdfs:label>vamp API version</rdfs:label>
187 <rdfs:comment>
188 Version of the Vamp API used for the plugin.
189 </rdfs:comment>
190 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginDescription"/>
191 <vs:term_status>stable</vs:term_status>
192 </rdf:Property>
193 <rdf:Property rdf:about="http://purl.org/ontology/vamp/input_domain">
194 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
195 <rdfs:label>input domain</rdfs:label>
196 <rdfs:comment>
197 Input domain for the plugin (time or frequency).
198 </rdfs:comment>
199 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/>
200 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/InputDomain"/>
201 <vs:term_status>stable</vs:term_status>
202 </rdf:Property>
203 <rdf:Property rdf:about="http://purl.org/ontology/vamp/max_value">
204 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
205 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
206 <rdfs:label>max value</rdfs:label>
207 <rdfs:comment>Maximum value of the parameter</rdfs:comment>
208 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/>
209 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
210 <vs:term_status>unstable</vs:term_status>
211 </rdf:Property>
212 <rdf:Property rdf:about="http://purl.org/ontology/vamp/min_value">
213 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
214 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
215 <rdfs:label>min value</rdfs:label>
216 <rdfs:comment>Minimum value of the parameter</rdfs:comment>
217 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/>
218 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
219 <vs:term_status>unstable</vs:term_status>
220 </rdf:Property>
221 <rdf:Property rdf:about="http://purl.org/ontology/vamp/default_value">
222 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
223 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
224 <rdfs:label>default value</rdfs:label>
225 <rdfs:comment>Default value of the parameter</rdfs:comment>
226 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/>
227 <vs:term_status>unstable</vs:term_status>
228 </rdf:Property>
229 <rdf:Property rdf:about="http://purl.org/ontology/vamp/fixed_bin_count">
230 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
231 <rdfs:label>fixed bin count</rdfs:label>
232 <rdfs:comment>fixed bin count</rdfs:comment>
233 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
234 <vs:term_status>unstable</vs:term_status>
235 </rdf:Property>
236 <rdf:Property rdf:about="http://purl.org/ontology/vamp/unit">
237 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
238 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
239 <rdfs:label>unit</rdfs:label>
240 <rdfs:comment>unit of the output</rdfs:comment>
241 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
242 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/>
243 <vs:term_status>unstable</vs:term_status>
244 </rdf:Property>
245 <rdf:Property rdf:about="http://purl.org/ontology/vamp/sample_rate">
246 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
247 <rdfs:label>sample rate</rdfs:label>
248 <rdfs:comment>sample rate of the output</rdfs:comment>
249 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
250 <vs:term_status>unstable</vs:term_status>
251 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
252 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
253 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
254 <rdfs:label>sample rate</rdfs:label>
255 <vs:term_status>stable</vs:term_status>
256 <rdfs:comment>
257 Specifies the sample rate if it is not constant.
258 </rdfs:comment>
259 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
260 </rdf:Property>
261 <rdf:Property rdf:about="http://purl.org/ontology/vamp/quantized_step">
262 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
263 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
264 <rdfs:label>quantized step</rdfs:label>
265 <rdfs:comment>quantized step (if any)</rdfs:comment>
266 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
267 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/>
268 <vs:term_status>unstable</vs:term_status>
269 </rdf:Property>
270 <rdf:Property rdf:about="http://purl.org/ontology/vamp/bin_count">
271 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
272 <rdfs:label>bin count</rdfs:label>
273 <rdfs:comment>bin count</rdfs:comment>
274 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
275 <vs:term_status>unstable</vs:term_status>
276 </rdf:Property>
277 <rdf:Property rdf:about="http://purl.org/ontology/vamp/bin_names">
278 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
279 <rdfs:label>bin names</rdfs:label>
280 <rdfs:comment>bin names</rdfs:comment>
281 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
282 <vs:term_status>unstable</vs:term_status>
283 </rdf:Property>
284 <rdf:Property rdf:about="http://purl.org/ontology/vamp/sample_type">
285 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
286 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
287 <rdfs:label>sample type</rdfs:label>
288 <rdfs:comment>sample type</rdfs:comment>
289 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
290 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/SampleType"/>
291 <vs:term_status>unstable</vs:term_status>
292 </rdf:Property>
293 <rdf:Property rdf:about="http://purl.org/ontology/vamp/computes_feature_type">
294 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
295 <rdfs:label>feature type</rdfs:label>
296 <rdfs:comment>
297 Feature Types output by the plugin
298 </rdfs:comment>
299 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/>
300 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
301 <vs:term_status>unstable</vs:term_status>
302 </rdf:Property>
303 <vamp:InputDomain rdf:about="http://purl.org/ontology/vamp/time_domain"/>
304 <vamp:InputDomain rdf:about="http://purl.org/ontology/vamp/frequency_domain"/>
305 <vamp:SampleType rdf:about="http://purl.org/ontology/vamp/OneSamplePerStep"/>
306 <vamp:SampleType rdf:about="http://purl.org/ontology/vamp/FixedSampleRate"/>
307 <vamp:SampleType rdf:about="http://purl.org/ontology/vamp/VariableSampleRate"/>
308 <owl:Class rdf:about="http://purl.org/ontology/vamp/Transform">
309 <rdfs:label>Plugin Transform</rdfs:label>
310 <vs:term_status>stable</vs:term_status>
311 <rdfs:comment>
312 The plugin transform defines the context of the feature extraction process.
313 </rdfs:comment>
314 </owl:Class>
315 <owl:Class rdf:about="http://purl.org/ontology/vamp/Parameter">
316 <rdfs:label>Parameter</rdfs:label>
317 <vs:term_status>unstable</vs:term_status>
318 <rdfs:comment>
319 Parameter used by the plugin transform to set up the plugin.
320 </rdfs:comment>
321 </owl:Class>
322 <rdf:Property rdf:about="http://purl.org/ontology/vamp/plugin">
323 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
324 <rdfs:label>plugin</rdfs:label>
325 <vs:term_status>stable</vs:term_status>
326 <rdfs:comment>
327 Specifies the plugin in execution.
328 </rdfs:comment>
329 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
330 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Plugin"/>
331 </rdf:Property>
332 <rdf:Property rdf:about="http://purl.org/ontology/vamp/program">
333 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
334 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
335 <rdfs:label>program</rdfs:label>
336 <vs:term_status>stable</vs:term_status>
337 <rdfs:comment>
338 Specifies the program to set the plugin in execution.
339 </rdfs:comment>
340 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/>
341 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginProgram"/>
342 </rdf:Property>
343 <rdf:Property rdf:about="http://purl.org/ontology/vamp/step_size">
344 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
345 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
346 <rdfs:label>step size</rdfs:label>
347 <vs:term_status>stable</vs:term_status>
348 <rdfs:comment>
349 Specifies the step size for the framing.
350 </rdfs:comment>
351 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
352 </rdf:Property>
353 <rdf:Property rdf:about="http://purl.org/ontology/vamp/block_size">
354 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
355 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
356 <rdfs:label>block size</rdfs:label>
357 <vs:term_status>stable</vs:term_status>
358 <rdfs:comment>
359 Specifies the block size for the framing.
360 </rdfs:comment>
361 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
362 </rdf:Property>
363 <rdf:Property rdf:about="http://purl.org/ontology/vamp/transform_type">
364 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
365 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
366 <rdfs:label>transform type</rdfs:label>
367 <vs:term_status>unstable</vs:term_status>
368 <rdfs:comment>
369 Specifies the transform type (they should be individuals).
370 </rdfs:comment>
371 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
372 </rdf:Property>
373 <rdf:Property rdf:about="http://purl.org/ontology/vamp/window_type">
374 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
375 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
376 <rdfs:label>window type</rdfs:label>
377 <vs:term_status>unstable</vs:term_status>
378 <rdfs:comment>
379 Specifies the window type (they should be individuals and clearly not here).
380 </rdfs:comment>
381 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginTransform"/>
382 </rdf:Property>
383 <rdf:Property rdf:about="http://purl.org/ontology/vamp/value">
384 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
385 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
386 <rdfs:label>value</rdfs:label>
387 <vs:term_status>stable</vs:term_status>
388 <rdfs:comment>
389 Specifies the current value of the parameter.
390 </rdfs:comment>
391 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Parameter"/>
392 </rdf:Property>
393 </rdf:RDF>
394