Mercurial > hg > vamp-plugin-sdk
comparison rdf/vamp.rdf @ 147:27da08f3e951
* www.purl.org -> purl.org in generator
* update RDF/XML version of vamp ontology
author | cannam |
---|---|
date | Fri, 20 Jun 2008 14:26:23 +0000 |
parents | 147de5e64d28 |
children | 573114586df1 |
comparison
equal
deleted
inserted
replaced
146:6b80bb85083b | 147:27da08f3e951 |
---|---|
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: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"> | 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#" 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: |
8 | 8 |
9 -OWL description of the Vamp API | 9 - OWL description of the Vamp API |
10 -OWL description of the Transform environment necessary to set up the execution of any plugin | 10 - OWL description of the Transform environment necessary to set up the execution of any plugin |
11 | 11 |
12 This Ontology provides semantics to describe and control Vamp plugins in RDF. Any "RDF-speaker" host is therefore able to | 12 This Ontology provides semantics to describe and control Vamp plugins in RDF. Any "RDF-speaker" host is therefore able to |
13 use this ontology to read, set up and execute plugins. | 13 use this ontology to read, set up and execute plugins. |
14 The extracted features are expressed in terms of the Audio Features Ontology (link). | 14 The extracted features are expressed in terms of the Audio Features Ontology: http://purl.org/ontology/af/. |
15 For more information, please visit the Vamp Plugins site: http://www.vamp-plugins.org/ | 15 For more information, please visit the Vamp Plugins website: http://www.vamp-plugins.org/ |
16 </rdfs:comment> | 16 </rdfs:comment> |
17 <foaf:maker>Chris Cannam</foaf:maker> | 17 <foaf:maker>Chris Cannam</foaf:maker> |
18 <foaf:maker>Chris Sutton</foaf:maker> | 18 <foaf:maker>Chris Sutton</foaf:maker> |
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 Vamp plugin is an implementation of a feature extraction algorithm based on 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/ParameterDescriptor"> | 38 <owl:Class rdf:about="ParameterDescriptor"> |
39 <rdfs:label>Vamp Plugin Parameter Descriptor</rdfs:label> | 39 <rdfs:label>Vamp Plugin Parameter Descriptor</rdfs:label> |
40 <rdfs:comment> | 40 <rdfs:comment> |
41 Descriptior of a plugin parameter. Hosts require 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/PluginOutput"> | 45 <owl:Class rdf:about="PluginOutput"> |
46 <rdfs:label>Vamp Plugin output descriptor</rdfs:label> | 46 <rdfs:label>Vamp Plugin output descriptor</rdfs:label> |
47 <rdfs:comment> | 47 <rdfs:comment> |
48 Descriptior of the plugin output. This descriptor provides necessary information to interpret correctly the output features. The output type will determine how to read the temporal information of the extracted feature and how to manage the burden of ouput data. | 48 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. |
49 </rdfs:comment> | 49 </rdfs:comment> |
50 <vs:term_status>unstable</vs:term_status> | 50 <vs:term_status>unstable</vs:term_status> |
51 </owl:Class> | 51 </owl:Class> |
52 <owl:Class rdf:about="http://purl.org/ontology/vamp/DenseOutput"> | 52 <owl:Class rdf:about="DenseOutput"> |
53 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> | 53 <rdfs:subClassOf rdf:resource="PluginOutput"/> |
54 <rdfs:label>Dense output</rdfs:label> | 54 <rdfs:label>Dense output</rdfs:label> |
55 <rdfs:comment> | 55 <rdfs:comment> |
56 Specific output type comprising large binary data (e.g.: chromagram). | 56 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. |
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/SparseOutput"> | 60 <owl:Class rdf:about="SparseOutput"> |
61 <rdfs:label>Sparse output</rdfs:label> | 61 <rdfs:label>Sparse 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 Specific output type used in sparse data outputs (e.g.: key detector). | 64 Specific output type for data that consist of features that require their own individual temporal information. |
65 </rdfs:comment> | 65 </rdfs:comment> |
66 <vs:term_status>unstable</vs:term_status> | 66 <vs:term_status>unstable</vs:term_status> |
67 </owl:Class> | 67 </owl:Class> |
68 <owl:Class rdf:about="http://purl.org/ontology/vamp/TrackLevelOutput"> | 68 <owl:Class rdf:about="TrackLevelOutput"> |
69 <rdfs:label>track level output</rdfs:label> | 69 <rdfs:label>track level 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 Specific output type that returns track level information. This sort of output will require a "hacky" interpretation of the feature timestamp as it will reflect some track metadata instead of temporal data. | 72 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. |
73 </rdfs:comment> | 73 </rdfs:comment> |
74 <vs:term_status>unstable</vs:term_status> | 74 <vs:term_status>unstable</vs:term_status> |
75 </owl:Class> | 75 </owl:Class> |
76 <owl:Class rdf:about="http://purl.org/ontology/vamp/PluginProgram"> | 76 <owl:Class rdf:about="PluginProgram"> |
77 <rdfs:label>Plugin program</rdfs:label> | 77 <rdfs:label>Plugin program</rdfs:label> |
78 <rdfs:comment> | 78 <rdfs:comment> |
79 Plugin program defines a predefined context of parameters. We may not need a concept for this and just a property linking a string representing the program name. | 79 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. |
80 </rdfs:comment> | 80 </rdfs:comment> |
81 <vs:term_status>unstable</vs:term_status> | 81 <vs:term_status>unstable</vs:term_status> |
82 </owl:Class> | 82 </owl:Class> |
83 <owl:Class rdf:about="http://purl.org/ontology/vamp/Feature"> | 83 <owl:Class rdf:about="Feature"> |
84 <rdfs:label>Vamp Feature</rdfs:label> | 84 <rdfs:label>Vamp Feature</rdfs:label> |
85 <rdfs:comment>This may be removed mighty soon as we rely on the Audio Features Ontology for this</rdfs:comment> | 85 <rdfs:comment>This may be removed mighty soon as we rely on the Audio Features Ontology for this</rdfs:comment> |
86 <vs:term_status>deprecated</vs:term_status> | 86 <vs:term_status>deprecated</vs:term_status> |
87 </owl:Class> | 87 </owl:Class> |
88 <owl:Class rdf:about="http://purl.org/ontology/vamp/InputDomain"> | 88 <owl:Class rdf:about="InputDomain"> |
89 <rdfs:label>Plugin input domain</rdfs:label> | 89 <rdfs:label>Plugin input domain</rdfs:label> |
90 <rdfs:comment> | 90 <rdfs:comment> |
91 Plugins warn about the input domain they require so the host can convert properly the input data. Note that this is not necessary if the host is using a PluginAdapter to wrap plugins (see Vamp doc). | 91 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. |
92 </rdfs:comment> | 92 </rdfs:comment> |
93 <vs:term_status>stable</vs:term_status> | 93 <vs:term_status>stable</vs:term_status> |
94 </owl:Class> | 94 </owl:Class> |
95 <owl:Class rdf:about="http://purl.org/ontology/vamp/SampleType"> | 95 <owl:Class rdf:about="SampleType"> |
96 <rdfs:label>sample type</rdfs:label> | 96 <rdfs:label>sample type</rdfs:label> |
97 <rdfs:comment> | 97 <rdfs:comment> |
98 Sample type specifies the temporal information of the plugin output. This information should be confronted with the output type for a correct interpretation. | 98 The sample type specifies the temporal information of the plugin output. This information should be combined with the output type for a correct interpretation. |
99 </rdfs:comment> | 99 </rdfs:comment> |
100 <vs:term_status>stable</vs:term_status> | 100 <vs:term_status>stable</vs:term_status> |
101 </owl:Class> | 101 </owl:Class> |
102 <rdf:Property rdf:about="http://purl.org/ontology/vamp/parameter_descriptor"> | 102 <rdf:Property rdf:about="parameter_descriptor"> |
103 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> | 103 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> |
104 <rdfs:label>parameter descriptor</rdfs:label> | 104 <rdfs:label>parameter descriptor</rdfs:label> |
105 <rdfs:comment> | 105 <rdfs:comment> |
106 Links each parameter descriptor to the plugin. | 106 Links each parameter descriptor to the plugin. |
107 </rdfs:comment> | 107 </rdfs:comment> |
108 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/> | 108 <rdfs:range rdf:resource="ParameterDescriptor"/> |
109 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/> | 109 <rdfs:domain rdf:resource="Plugin"/> |
110 <vs:term_status>stable</vs:term_status> | 110 <vs:term_status>stable</vs:term_status> |
111 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> | 111 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> |
112 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> | 112 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> |
113 <rdfs:label>parameter descriptor</rdfs:label> | 113 <rdfs:label>parameter descriptor</rdfs:label> |
114 <vs:term_status>stable</vs:term_status> | 114 <vs:term_status>stable</vs:term_status> |
115 <rdfs:comment> | 115 <rdfs:comment> |
116 Specifies exactly the type of descriptor to set in the transform by linking it. | 116 Specifies exactly the type of descriptor to set in the transform by linking it. |
117 </rdfs:comment> | 117 </rdfs:comment> |
118 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Parameter"/> | 118 <rdfs:domain rdf:resource="Parameter"/> |
119 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/> | 119 <rdfs:range rdf:resource="ParameterDescriptor"/> |
120 </rdf:Property> | 120 </rdf:Property> |
121 <rdf:Property rdf:about="http://purl.org/ontology/vamp/output_descriptor"> | 121 <rdf:Property rdf:about="output_descriptor"> |
122 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> | 122 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> |
123 <rdfs:label>output descriptor</rdfs:label> | 123 <rdfs:label>output descriptor</rdfs:label> |
124 <rdfs:comment> | 124 <rdfs:comment> |
125 Links each output type to the plugin. | 125 Links each output type to the plugin. |
126 </rdfs:comment> | 126 </rdfs:comment> |
127 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> | 127 <rdfs:range rdf:resource="PluginOutput"/> |
128 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/> | 128 <rdfs:domain rdf:resource="Plugin"/> |
129 <vs:term_status>stable</vs:term_status> | 129 <vs:term_status>stable</vs:term_status> |
130 </rdf:Property> | 130 </rdf:Property> |
131 <rdf:Property rdf:about="http://purl.org/ontology/vamp/available_plugin"> | 131 <rdf:Property rdf:about="available_plugin"> |
132 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> | 132 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> |
133 <rdfs:label>available plugin</rdfs:label> | 133 <rdfs:label>available plugin</rdfs:label> |
134 <rdfs:comment> | 134 <rdfs:comment> |
135 Available plugins in the library | 135 Available plugins in the library |
136 </rdfs:comment> | 136 </rdfs:comment> |
137 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Plugin"/> | 137 <rdfs:range rdf:resource="Plugin"/> |
138 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginLibrary"/> | 138 <rdfs:domain rdf:resource="PluginLibrary"/> |
139 <vs:term_status>stable</vs:term_status> | 139 <vs:term_status>stable</vs:term_status> |
140 </rdf:Property> | 140 </rdf:Property> |
141 <rdf:Property rdf:about="http://purl.org/ontology/vamp/identifier"> | 141 <rdf:Property rdf:about="identifier"> |
142 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 142 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
143 <rdfs:label>plugin identifier</rdfs:label> | 143 <rdfs:label>plugin identifier</rdfs:label> |
144 <rdfs:comment> | 144 <rdfs:comment> |
145 Machine-readable identifier for Vamp plugin classes (and Transform). | 145 Machine-readable identifier for a Vamp plugin within the scope of its library, or for a plugin descriptor within the scope of the plugin. |
146 </rdfs:comment> | 146 </rdfs:comment> |
147 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/> | 147 <rdfs:domain rdf:resource="Plugin"/> |
148 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginProgram"/> | 148 <rdfs:domain rdf:resource="PluginLibrary"/> |
149 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> | 149 <rdfs:domain rdf:resource="PluginProgram"/> |
150 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/> | 150 <rdfs:domain rdf:resource="PluginOutput"/> |
151 <vs:term_status>stable</vs:term_status> | 151 <rdfs:domain rdf:resource="ParameterDescriptor"/> |
152 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> | 152 <vs:term_status>stable</vs:term_status> |
153 </rdf:Property> | 153 <rdfs:domain rdf:resource="Transform"/> |
154 <rdf:Property rdf:about="http://purl.org/ontology/vamp/name"> | 154 </rdf:Property> |
155 <rdf:Property rdf:about="name"> | |
155 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 156 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
156 <rdfs:label>plugin name</rdfs:label> | 157 <rdfs:label>plugin name</rdfs:label> |
157 <rdfs:comment> | 158 <rdfs:comment> |
158 Human-readable identifier for the plugin. | 159 Human-readable identifier for the plugin. |
159 </rdfs:comment> | 160 </rdfs:comment> |
160 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/> | 161 <rdfs:domain rdf:resource="Plugin"/> |
161 <vs:term_status>stable</vs:term_status> | 162 <vs:term_status>stable</vs:term_status> |
162 </rdf:Property> | 163 </rdf:Property> |
163 <rdf:Property rdf:about="http://purl.org/ontology/vamp/vamp_API_version"> | 164 <rdf:Property rdf:about="vamp_API_version"> |
164 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 165 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
165 <rdfs:label>vamp API version</rdfs:label> | 166 <rdfs:label>vamp API version</rdfs:label> |
166 <rdfs:comment> | 167 <rdfs:comment> |
167 Version of the Vamp API used to implement this plugin. | 168 Version of the Vamp API used to implement this plugin. |
168 </rdfs:comment> | 169 </rdfs:comment> |
169 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/> | 170 <rdfs:domain rdf:resource="Plugin"/> |
170 <vs:term_status>stable</vs:term_status> | 171 <vs:term_status>stable</vs:term_status> |
171 </rdf:Property> | 172 </rdf:Property> |
172 <rdf:Property rdf:about="http://purl.org/ontology/vamp/input_domain"> | 173 <rdf:Property rdf:about="input_domain"> |
173 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 174 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
174 <rdfs:label>input domain</rdfs:label> | 175 <rdfs:label>input domain</rdfs:label> |
175 <rdfs:comment> | 176 <rdfs:comment> |
176 Input domain allowed by the plugin (time or frequency). | 177 Input domain required by the plugin (time or frequency). |
177 </rdfs:comment> | 178 </rdfs:comment> |
178 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Plugin"/> | 179 <rdfs:domain rdf:resource="Plugin"/> |
179 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/InputDomain"/> | 180 <rdfs:range rdf:resource="InputDomain"/> |
180 <vs:term_status>stable</vs:term_status> | 181 <vs:term_status>stable</vs:term_status> |
181 </rdf:Property> | 182 </rdf:Property> |
182 <rdf:Property rdf:about="http://purl.org/ontology/vamp/max_value"> | 183 <rdf:Property rdf:about="max_value"> |
183 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 184 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
184 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> | 185 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
185 <rdfs:label>max value</rdfs:label> | 186 <rdfs:label>max value</rdfs:label> |
186 <rdfs:comment> | 187 <rdfs:comment> |
187 Maximum value of the parameter range | 188 Maximum value of the parameter range |
188 </rdfs:comment> | 189 </rdfs:comment> |
189 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/> | 190 <rdfs:range rdf:resource="ParameterDescriptor"/> |
190 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> | 191 <rdfs:range rdf:resource="PluginOutput"/> |
191 <vs:term_status>unstable</vs:term_status> | 192 <vs:term_status>unstable</vs:term_status> |
192 </rdf:Property> | 193 </rdf:Property> |
193 <rdf:Property rdf:about="http://purl.org/ontology/vamp/min_value"> | 194 <rdf:Property rdf:about="min_value"> |
194 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 195 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
195 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> | 196 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
196 <rdfs:label>min value</rdfs:label> | 197 <rdfs:label>min value</rdfs:label> |
197 <rdfs:comment> | 198 <rdfs:comment> |
198 Minimum value of the parameter range | 199 Minimum value of the parameter range |
199 </rdfs:comment> | 200 </rdfs:comment> |
200 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/> | 201 <rdfs:range rdf:resource="ParameterDescriptor"/> |
201 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> | 202 <rdfs:range rdf:resource="PluginOutput"/> |
202 <vs:term_status>unstable</vs:term_status> | 203 <vs:term_status>unstable</vs:term_status> |
203 </rdf:Property> | 204 </rdf:Property> |
204 <rdf:Property rdf:about="http://purl.org/ontology/vamp/default_value"> | 205 <rdf:Property rdf:about="default_value"> |
205 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 206 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
206 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> | 207 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
207 <rdfs:label>default value</rdfs:label> | 208 <rdfs:label>default value</rdfs:label> |
208 <rdfs:comment> | 209 <rdfs:comment> |
209 Default value of the parameter | 210 Default value of the parameter |
210 </rdfs:comment> | 211 </rdfs:comment> |
211 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/> | 212 <rdfs:range rdf:resource="ParameterDescriptor"/> |
212 <vs:term_status>unstable</vs:term_status> | 213 <vs:term_status>unstable</vs:term_status> |
213 </rdf:Property> | 214 </rdf:Property> |
214 <rdf:Property rdf:about="http://purl.org/ontology/vamp/fixed_bin_count"> | 215 <rdf:Property rdf:about="fixed_bin_count"> |
215 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 216 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
216 <rdfs:label>fixed bin count</rdfs:label> | 217 <rdfs:label>fixed bin count</rdfs:label> |
217 <rdfs:comment> | 218 <rdfs:comment> |
218 Fixed bin count. A boolean type. | 219 Fixed bin count. A boolean type. |
219 </rdfs:comment> | 220 </rdfs:comment> |
220 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> | 221 <rdfs:domain rdf:resource="PluginOutput"/> |
221 <vs:term_status>unstable</vs:term_status> | 222 <vs:term_status>unstable</vs:term_status> |
222 </rdf:Property> | 223 </rdf:Property> |
223 <rdf:Property rdf:about="http://purl.org/ontology/vamp/is_quantized"> | 224 <rdf:Property rdf:about="is_quantized"> |
224 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 225 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
225 <rdfs:label>is quantised</rdfs:label> | 226 <rdfs:label>is quantized</rdfs:label> |
226 <rdfs:comment> | 227 <rdfs:comment> |
227 Quantised. A boolean type. | 228 Quantized. A boolean type. |
228 </rdfs:comment> | 229 </rdfs:comment> |
229 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> | 230 <rdfs:domain rdf:resource="PluginOutput"/> |
230 <vs:term_status>unstable</vs:term_status> | 231 <vs:term_status>unstable</vs:term_status> |
231 </rdf:Property> | 232 </rdf:Property> |
232 <rdf:Property rdf:about="http://purl.org/ontology/vamp/unit"> | 233 <rdf:Property rdf:about="unit"> |
233 <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"/> |
234 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> | 235 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
235 <rdfs:label>unit</rdfs:label> | 236 <rdfs:label>unit</rdfs:label> |
236 <rdfs:comment> | 237 <rdfs:comment> |
237 Unit of the output/parameter. A string type | 238 Unit of the output/parameter. A string type |
238 </rdfs:comment> | 239 </rdfs:comment> |
239 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> | 240 <rdfs:domain rdf:resource="PluginOutput"/> |
240 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/> | 241 <rdfs:domain rdf:resource="ParameterDescriptor"/> |
241 <vs:term_status>unstable</vs:term_status> | 242 <vs:term_status>unstable</vs:term_status> |
242 </rdf:Property> | 243 </rdf:Property> |
243 <rdf:Property rdf:about="http://purl.org/ontology/vamp/sample_rate"> | 244 <rdf:Property rdf:about="sample_rate"> |
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#DatatypeProperty"/> |
245 <rdfs:label>sample rate</rdfs:label> | 246 <rdfs:label>sample rate</rdfs:label> |
246 <rdfs:comment> | 247 <rdfs:comment> |
247 Sample rate of the output if any. Should be read depending on SampleType and Output classes. | 248 Sample rate of the output if any. Should be read depending on SampleType and Output classes. |
248 </rdfs:comment> | 249 </rdfs:comment> |
249 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> | 250 <rdfs:domain rdf:resource="PluginOutput"/> |
250 <vs:term_status>unstable</vs:term_status> | 251 <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/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#DatatypeProperty"/> |
253 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> | 254 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
254 <rdfs:label>sample rate</rdfs:label> | 255 <rdfs:label>sample rate</rdfs:label> |
255 <vs:term_status>stable</vs:term_status> | 256 <vs:term_status>stable</vs:term_status> |
256 <rdfs:comment> | 257 <rdfs:comment> |
257 Specifies the sample rate if it is not constant. | 258 Specifies the sample rate if it is not constant. |
258 </rdfs:comment> | 259 </rdfs:comment> |
259 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> | 260 <rdfs:domain rdf:resource="Transform"/> |
260 </rdf:Property> | 261 </rdf:Property> |
261 <rdf:Property rdf:about="http://purl.org/ontology/vamp/quantize_step"> | 262 <rdf:Property rdf:about="quantize_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#FunctionalProperty"/> |
263 <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"/> |
264 <rdfs:label>quantized step</rdfs:label> | 265 <rdfs:label>quantized step</rdfs:label> |
265 <rdfs:comment> | 266 <rdfs:comment> |
266 Quantize step. Only defined if is_quantised is true | 267 Quantize step. Only defined if is_quantized is true |
267 </rdfs:comment> | 268 </rdfs:comment> |
268 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> | 269 <rdfs:domain rdf:resource="PluginOutput"/> |
269 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/ParameterDescriptor"/> | 270 <rdfs:domain rdf:resource="ParameterDescriptor"/> |
270 <vs:term_status>unstable</vs:term_status> | 271 <vs:term_status>unstable</vs:term_status> |
271 </rdf:Property> | 272 </rdf:Property> |
272 <rdf:Property rdf:about="http://purl.org/ontology/vamp/bin_count"> | 273 <rdf:Property rdf:about="bin_count"> |
273 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 274 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
274 <rdfs:label>bin count</rdfs:label> | 275 <rdfs:label>bin count</rdfs:label> |
275 <rdfs:comment> | 276 <rdfs:comment> |
276 Number of elements of the bin output. This information is necessary to define the output as belonging to a specific subclass of Plugin Output. | 277 Number of elements of the bin output. This information is necessary to define the output as belonging to a specific subclass of Plugin Output. |
277 </rdfs:comment> | 278 </rdfs:comment> |
278 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> | 279 <rdfs:domain rdf:resource="PluginOutput"/> |
279 <vs:term_status>unstable</vs:term_status> | 280 <vs:term_status>unstable</vs:term_status> |
280 </rdf:Property> | 281 </rdf:Property> |
281 <rdf:Property rdf:about="http://purl.org/ontology/vamp/bin_names"> | 282 <rdf:Property rdf:about="bin_names"> |
282 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 283 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
283 <rdfs:label>bin names</rdfs:label> | 284 <rdfs:label>bin names</rdfs:label> |
284 <rdfs:comment> | 285 <rdfs:comment> |
285 List of bin names if available | 286 List of bin names if available |
286 </rdfs:comment> | 287 </rdfs:comment> |
287 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> | 288 <rdfs:domain rdf:resource="PluginOutput"/> |
288 <vs:term_status>unstable</vs:term_status> | 289 <vs:term_status>unstable</vs:term_status> |
289 </rdf:Property> | 290 </rdf:Property> |
290 <rdf:Property rdf:about="http://purl.org/ontology/vamp/sample_type"> | 291 <rdf:Property rdf:about="sample_type"> |
291 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 292 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
292 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> | 293 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
293 <rdfs:label>sample type</rdfs:label> | 294 <rdfs:label>sample type</rdfs:label> |
294 <rdfs:comment> | 295 <rdfs:comment> |
295 The sample type specifies the temporal information of the output. | 296 The sample type specifies the temporal information of the output. |
296 </rdfs:comment> | 297 </rdfs:comment> |
297 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> | 298 <rdfs:domain rdf:resource="PluginOutput"/> |
298 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/SampleType"/> | 299 <rdfs:range rdf:resource="SampleType"/> |
299 <vs:term_status>unstable</vs:term_status> | 300 <vs:term_status>unstable</vs:term_status> |
300 </rdf:Property> | 301 </rdf:Property> |
301 <rdf:Property rdf:about="http://purl.org/ontology/vamp/computes_feature_type"> | 302 <rdf:Property rdf:about="computes_feature_type"> |
302 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> | 303 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> |
303 <rdfs:label>feature type</rdfs:label> | 304 <rdfs:label>feature type</rdfs:label> |
304 <rdfs:comment> | 305 <rdfs:comment> |
305 Feature Types output by the plugin. Links the vamp ontology to the audio features ontology. | 306 Feature Types output by the plugin. Links the vamp ontology to the audio features ontology. |
306 </rdfs:comment> | 307 </rdfs:comment> |
307 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> | 308 <rdfs:domain rdf:resource="PluginOutput"/> |
308 <rdfs:range rdf:resource="http://purl.org/ontology/af/AudioFeature"/> | 309 <rdfs:range rdf:resource="../af/AudioFeature"/> |
309 <vs:term_status>unstable</vs:term_status> | 310 <vs:term_status>unstable</vs:term_status> |
310 </rdf:Property> | 311 </rdf:Property> |
311 <rdf:Property rdf:about="http://purl.org/ontology/vamp/computes_event_type"> | 312 <rdf:Property rdf:about="computes_event_type"> |
312 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> | 313 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> |
313 <rdfs:label>event type</rdfs:label> | 314 <rdfs:label>event type</rdfs:label> |
314 <rdfs:comment> | 315 <rdfs:comment> |
315 Event Type output by the plugin. | 316 Event Type output by the plugin. |
316 </rdfs:comment> | 317 </rdfs:comment> |
317 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/PluginOutput"/> | 318 <rdfs:domain rdf:resource="PluginOutput"/> |
318 <rdfs:range rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/> | 319 <rdfs:range rdf:resource="../../NET/c4dm/event.owl#Event"/> |
319 <vs:term_status>unstable</vs:term_status> | 320 <vs:term_status>unstable</vs:term_status> |
320 </rdf:Property> | 321 </rdf:Property> |
321 <vamp:InputDomain rdf:about="http://purl.org/ontology/vamp/TimeDomain"/> | 322 <vamp:InputDomain rdf:about="TimeDomain"/> |
322 <vamp:InputDomain rdf:about="http://purl.org/ontology/vamp/FrequencyDomain"/> | 323 <vamp:InputDomain rdf:about="FrequencyDomain"/> |
323 <vamp:SampleType rdf:about="http://purl.org/ontology/vamp/OneSamplePerStep"/> | 324 <vamp:SampleType rdf:about="OneSamplePerStep"/> |
324 <vamp:SampleType rdf:about="http://purl.org/ontology/vamp/FixedSampleRate"/> | 325 <vamp:SampleType rdf:about="FixedSampleRate"/> |
325 <vamp:SampleType rdf:about="http://purl.org/ontology/vamp/VariableSampleRate"/> | 326 <vamp:SampleType rdf:about="VariableSampleRate"/> |
326 <owl:Class rdf:about="http://purl.org/ontology/vamp/Transform"> | 327 <owl:Class rdf:about="Transform"> |
327 <rdfs:label>Transform</rdfs:label> | 328 <rdfs:label>Transform</rdfs:label> |
328 <vs:term_status>stable</vs:term_status> | 329 <vs:term_status>stable</vs:term_status> |
329 <rdfs:comment> | 330 <rdfs:comment> |
330 The Transform defines the environment of any audio processing computation. | 331 The Transform defines the environment of any audio processing computation. |
331 </rdfs:comment> | 332 </rdfs:comment> |
332 </owl:Class> | 333 </owl:Class> |
333 <owl:Class rdf:about="http://purl.org/ontology/vamp/Parameter"> | 334 <owl:Class rdf:about="Parameter"> |
334 <rdfs:label>Parameter</rdfs:label> | 335 <rdfs:label>Parameter</rdfs:label> |
335 <vs:term_status>unstable</vs:term_status> | 336 <vs:term_status>unstable</vs:term_status> |
336 <rdfs:comment> | 337 <rdfs:comment> |
337 Parameter used by the plugin transform to set up the plugin. The parameter class instances should be instantiated according to the specific vamp:PluginDescriptor instance for each plugin. | 338 Parameter used by the plugin transform to set up the plugin. The parameter class instances should be instantiated according to the specific vamp:PluginDescriptor instance for each plugin. |
338 </rdfs:comment> | 339 </rdfs:comment> |
339 </owl:Class> | 340 </owl:Class> |
340 <owl:Class rdf:about="http://purl.org/ontology/vamp/Configuration"> | 341 <owl:Class rdf:about="Configuration"> |
341 <rdfs:label>Configuration</rdfs:label> | 342 <rdfs:label>Configuration</rdfs:label> |
342 <vs:term_status>unstable</vs:term_status> | 343 <vs:term_status>unstable</vs:term_status> |
343 <rdfs:comment> | 344 <rdfs:comment> |
344 For extension (SV implementation of Transform). | 345 For extension (key/value data provided to DSSI plugins, not relevant to Vamp) |
345 </rdfs:comment> | 346 </rdfs:comment> |
346 </owl:Class> | 347 </owl:Class> |
347 <owl:Class rdf:about="http://purl.org/ontology/vamp/TransformType"> | 348 <owl:Class rdf:about="TransformType"> |
348 <rdfs:label>Transform Type</rdfs:label> | 349 <rdfs:label>Transform Type</rdfs:label> |
349 <vs:term_status>unstable</vs:term_status> | 350 <vs:term_status>unstable</vs:term_status> |
350 <rdfs:comment> | 351 <rdfs:comment> |
351 Specifies the type of transform. May be feature extraction, effect... | 352 Specifies the type of transform. May be feature extraction, effect... |
352 </rdfs:comment> | 353 </rdfs:comment> |
353 </owl:Class> | 354 </owl:Class> |
354 <vamp:TransformType rdf:about="http://purl.org/ontology/vamp/FeatureExtraction"> | 355 <vamp:TransformType rdf:about="FeatureExtraction"> |
355 <rdfs:label>Feature Extraction</rdfs:label> | 356 <rdfs:label>Feature Extraction</rdfs:label> |
356 <vs:term_status>unstable</vs:term_status> | 357 <vs:term_status>unstable</vs:term_status> |
357 <rdfs:comment> | 358 <rdfs:comment> |
358 Feature extraction transform. This may be just a subclass of Transform... | 359 Feature extraction transform. This may be just a subclass of Transform... |
359 </rdfs:comment> | 360 </rdfs:comment> |
360 </vamp:TransformType> | 361 </vamp:TransformType> |
361 <vamp:TransformType rdf:about="http://purl.org/ontology/vamp/Effect"> | 362 <vamp:TransformType rdf:about="Effect"> |
362 <rdfs:label>Effect</rdfs:label> | 363 <rdfs:label>Effect</rdfs:label> |
363 <vs:term_status>unstable</vs:term_status> | 364 <vs:term_status>unstable</vs:term_status> |
364 <rdfs:comment> | 365 <rdfs:comment> |
365 Effect transform. This may be just a subclass of Transform... | 366 Effect transform. This may be just a subclass of Transform... |
366 </rdfs:comment> | 367 </rdfs:comment> |
367 </vamp:TransformType> | 368 </vamp:TransformType> |
368 <rdf:Property rdf:about="http://purl.org/ontology/vamp/engine"> | 369 <rdf:Property rdf:about="engine"> |
369 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> | 370 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> |
370 <rdfs:label>plugin</rdfs:label> | 371 <rdfs:label>plugin</rdfs:label> |
371 <vs:term_status>stable</vs:term_status> | 372 <vs:term_status>stable</vs:term_status> |
372 <rdfs:comment> | 373 <rdfs:comment> |
373 Specifies the plugin in execution. This is an extension to use Transform with other plugin libraries | 374 Specifies the sort of plugin in execution. This is an extension to use Transform with other plugin libraries |
374 </rdfs:comment> | 375 </rdfs:comment> |
375 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> | 376 <rdfs:domain rdf:resource="Transform"/> |
376 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Plugin"/> | 377 <rdfs:range rdf:resource="Plugin"/> |
377 </rdf:Property> | 378 </rdf:Property> |
378 <rdf:Property rdf:about="http://purl.org/ontology/vamp/program"> | 379 <rdf:Property rdf:about="program"> |
379 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> | 380 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> |
380 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> | 381 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
381 <rdfs:label>program</rdfs:label> | 382 <rdfs:label>program</rdfs:label> |
382 <vs:term_status>stable</vs:term_status> | 383 <vs:term_status>stable</vs:term_status> |
383 <rdfs:comment> | 384 <rdfs:comment> |
384 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? | 385 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? |
385 </rdfs:comment> | 386 </rdfs:comment> |
386 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> | 387 <rdfs:domain rdf:resource="Transform"/> |
387 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/PluginProgram"/> | 388 <rdfs:range rdf:resource="PluginProgram"/> |
388 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> | 389 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> |
389 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> | 390 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> |
390 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> | 391 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
391 <rdfs:label>program</rdfs:label> | 392 <rdfs:label>program</rdfs:label> |
392 <vs:term_status>stable</vs:term_status> | 393 <vs:term_status>stable</vs:term_status> |
393 <rdfs:comment> | 394 <rdfs:comment> |
394 Extension for configuration. | 395 Extension for configuration. |
395 </rdfs:comment> | 396 </rdfs:comment> |
396 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> | 397 <rdfs:domain rdf:resource="Transform"/> |
397 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Configuration"/> | 398 <rdfs:range rdf:resource="Configuration"/> |
398 </rdf:Property> | 399 </rdf:Property> |
399 <rdf:Property rdf:about="http://purl.org/ontology/vamp/parameter"> | 400 <rdf:Property rdf:about="parameter"> |
400 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> | 401 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> |
401 <rdfs:label>parameter</rdfs:label> | 402 <rdfs:label>parameter</rdfs:label> |
402 <vs:term_status>stable</vs:term_status> | 403 <vs:term_status>stable</vs:term_status> |
403 <rdfs:comment> | 404 <rdfs:comment> |
404 Specifies the parameter to set the plugin in execution. | 405 Specifies the parameter to set the plugin in execution. |
405 </rdfs:comment> | 406 </rdfs:comment> |
406 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> | 407 <rdfs:domain rdf:resource="Transform"/> |
407 <rdfs:range rdf:resource="http://purl.org/ontology/vamp/Parameter"/> | 408 <rdfs:range rdf:resource="Parameter"/> |
408 </rdf:Property> | 409 </rdf:Property> |
409 <rdf:Property rdf:about="http://purl.org/ontology/vamp/step_size"> | 410 <rdf:Property rdf:about="step_size"> |
410 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 411 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
411 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> | 412 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
412 <rdfs:label>step size</rdfs:label> | 413 <rdfs:label>step size</rdfs:label> |
413 <vs:term_status>stable</vs:term_status> | 414 <vs:term_status>stable</vs:term_status> |
414 <rdfs:comment> | 415 <rdfs:comment> |
415 Specifies the step size for the framing. | 416 Specifies the step size for the framing. |
416 </rdfs:comment> | 417 </rdfs:comment> |
417 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> | 418 <rdfs:domain rdf:resource="Transform"/> |
418 </rdf:Property> | 419 </rdf:Property> |
419 <rdf:Property rdf:about="http://purl.org/ontology/vamp/block_size"> | 420 <rdf:Property rdf:about="block_size"> |
420 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 421 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
421 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> | 422 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
422 <rdfs:label>block size</rdfs:label> | 423 <rdfs:label>block size</rdfs:label> |
423 <vs:term_status>stable</vs:term_status> | 424 <vs:term_status>stable</vs:term_status> |
424 <rdfs:comment> | 425 <rdfs:comment> |
425 Specifies the block size for the framing. | 426 Specifies the block size for the framing. |
426 </rdfs:comment> | 427 </rdfs:comment> |
427 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> | 428 <rdfs:domain rdf:resource="Transform"/> |
428 </rdf:Property> | 429 </rdf:Property> |
429 <rdf:Property rdf:about="http://purl.org/ontology/vamp/transform_type"> | 430 <rdf:Property rdf:about="transform_type"> |
430 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> | 431 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> |
431 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> | 432 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
432 <rdfs:label>transform type</rdfs:label> | 433 <rdfs:label>transform type</rdfs:label> |
433 <vs:term_status>unstable</vs:term_status> | 434 <vs:term_status>unstable</vs:term_status> |
434 <rdfs:comment> | 435 <rdfs:comment> |
435 Specifies the transform type (we could do this by subclassin transform instead of using a property). | 436 Specifies the transform type (we could do this by subclassin transform instead of using a property). |
436 </rdfs:comment> | 437 </rdfs:comment> |
437 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> | 438 <rdfs:domain rdf:resource="Transform"/> |
438 </rdf:Property> | 439 </rdf:Property> |
439 <rdf:Property rdf:about="http://purl.org/ontology/vamp/window_type"> | 440 <rdf:Property rdf:about="window_type"> |
440 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 441 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
441 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> | 442 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
442 <rdfs:label>window type</rdfs:label> | 443 <rdfs:label>window type</rdfs:label> |
443 <vs:term_status>unstable</vs:term_status> | 444 <vs:term_status>unstable</vs:term_status> |
444 <rdfs:comment> | 445 <rdfs:comment> |
445 Specifies the window type (they should be individuals and clearly not here). | 446 Specifies the window type (they should be individuals and clearly not here). |
446 </rdfs:comment> | 447 </rdfs:comment> |
447 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> | 448 <rdfs:domain rdf:resource="Transform"/> |
448 </rdf:Property> | 449 </rdf:Property> |
449 <rdf:Property rdf:about="http://purl.org/ontology/vamp/start"> | 450 <rdf:Property rdf:about="start"> |
450 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 451 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
451 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> | 452 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
452 <rdfs:label>start</rdfs:label> | 453 <rdfs:label>start</rdfs:label> |
453 <vs:term_status>unstable</vs:term_status> | 454 <vs:term_status>unstable</vs:term_status> |
454 <rdfs:comment> | 455 <rdfs:comment> |
455 Specifies temporal information when processing a data stream. | 456 Specifies temporal information when processing a data stream. |
456 </rdfs:comment> | 457 </rdfs:comment> |
457 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> | 458 <rdfs:domain rdf:resource="Transform"/> |
458 </rdf:Property> | 459 </rdf:Property> |
459 <rdf:Property rdf:about="http://purl.org/ontology/vamp/duration"> | 460 <rdf:Property rdf:about="duration"> |
460 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 461 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
461 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> | 462 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
462 <rdfs:label>start</rdfs:label> | 463 <rdfs:label>start</rdfs:label> |
463 <vs:term_status>unstable</vs:term_status> | 464 <vs:term_status>unstable</vs:term_status> |
464 <rdfs:comment> | 465 <rdfs:comment> |
465 Specifies temporal information when processing a data stream. | 466 Specifies temporal information when processing a data stream. |
466 </rdfs:comment> | 467 </rdfs:comment> |
467 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Transform"/> | 468 <rdfs:domain rdf:resource="Transform"/> |
468 </rdf:Property> | 469 </rdf:Property> |
469 <rdf:Property rdf:about="http://purl.org/ontology/vamp/value"> | 470 <rdf:Property rdf:about="value"> |
470 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> | 471 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> |
471 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> | 472 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
472 <rdfs:label>value</rdfs:label> | 473 <rdfs:label>value</rdfs:label> |
473 <vs:term_status>stable</vs:term_status> | 474 <vs:term_status>stable</vs:term_status> |
474 <rdfs:comment> | 475 <rdfs:comment> |
475 Specifies the current value of the parameter. | 476 Specifies the current value of the parameter. |
476 </rdfs:comment> | 477 </rdfs:comment> |
477 <rdfs:domain rdf:resource="http://purl.org/ontology/vamp/Parameter"/> | 478 <rdfs:domain rdf:resource="Parameter"/> |
478 </rdf:Property> | 479 </rdf:Property> |
479 </rdf:RDF> | 480 </rdf:RDF> |