comparison examples/vamp-example-plugins.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 0f72cadc5cc8
children
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:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:plugbase="http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#" 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:xsd="http://www.w3.org/2001/XMLSchema#" xml:base="http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#"> 2 <rdf:RDF xmlns:af="http://purl.org/ontology/af/" xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:plugbase="http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#" 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:xsd="http://www.w3.org/2001/XMLSchema#" xml:base="http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#">
3 <vamp:PluginDescription rdf:about=""> 3 <vamp:PluginDescription rdf:about="">
4 <foaf:maker rdf:resource="blah"/> 4 <foaf:maker rdf:resource="x"/>
5 <foaf:maker rdf:resource="http://www.vamp-plugins.org/doap.rdf#template-generator"/> 5 <foaf:maker rdf:resource="http://www.vamp-plugins.org/doap.rdf#template-generator"/>
6 <foaf:primaryTopic rdf:resource=""/> 6 <foaf:primaryTopic rdf:resource=""/>
7 </vamp:PluginDescription> 7 </vamp:PluginDescription>
8 <vamp:PluginLibrary rdf:about="#vamp-example-plugins"> 8 <vamp:PluginLibrary rdf:about="#vamp-example-plugins">
9 <vamp:identifier>vamp-example-plugins</vamp:identifier> 9 <vamp:identifier>vamp-example-plugins</vamp:identifier>
19 <foaf:maker> 19 <foaf:maker>
20 <rdf:Description> 20 <rdf:Description>
21 <foaf:name>Vamp SDK Example Plugins</foaf:name> 21 <foaf:name>Vamp SDK Example Plugins</foaf:name>
22 </rdf:Description> 22 </rdf:Description>
23 </foaf:maker> 23 </foaf:maker>
24 <cc:license rdf:resource="FIXME license for the plugin"/>
25 <vamp:identifier>amplitudefollower</vamp:identifier> 24 <vamp:identifier>amplitudefollower</vamp:identifier>
26 <vamp:vamp_API_version rdf:resource="http://purl.org/ontology/vamp/api_version_1"/> 25 <vamp:vamp_API_version rdf:resource="http://purl.org/ontology/vamp/api_version_1"/>
27 <owl:versionInfo>1</owl:versionInfo> 26 <owl:versionInfo>1</owl:versionInfo>
28 <vamp:input_domain rdf:resource="http://purl.org/ontology/vamp/TimeDomain"/> 27 <vamp:input_domain rdf:resource="http://purl.org/ontology/vamp/TimeDomain"/>
29 <vamp:parameter_descriptor rdf:resource="#amplitudefollower_param_attack"/> 28 <vamp:parameter rdf:resource="#amplitudefollower_param_attack"/>
30 <vamp:parameter_descriptor rdf:resource="#amplitudefollower_param_release"/> 29 <vamp:parameter rdf:resource="#amplitudefollower_param_release"/>
31 <vamp:output_descriptor rdf:resource="#amplitudefollower_output_amplitude"/> 30 <vamp:output rdf:resource="#amplitudefollower_output_amplitude"/>
32 </vamp:Plugin> 31 </vamp:Plugin>
33 <vamp:ParameterDescriptor rdf:about="#amplitudefollower_param_attack"> 32 <vamp:Parameter rdf:about="#amplitudefollower_param_attack">
34 <vamp:identifier>attack</vamp:identifier> 33 <vamp:identifier>attack</vamp:identifier>
35 <dc:title>Attack time</dc:title> 34 <dc:title>Attack time</dc:title>
36 <dc:format>s</dc:format> 35 <dc:format>s</dc:format>
37 <vamp:min_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</vamp:min_value> 36 <vamp:min_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</vamp:min_value>
38 <vamp:max_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</vamp:max_value> 37 <vamp:max_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</vamp:max_value>
39 <vamp:unit>s</vamp:unit> 38 <vamp:unit>s</vamp:unit>
40 <vamp:default_value rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.01</vamp:default_value> 39 <vamp:default_value rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.01</vamp:default_value>
41 <vamp:value_names rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> 40 <vamp:value_names rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
42 </vamp:ParameterDescriptor> 41 </vamp:Parameter>
43 <vamp:ParameterDescriptor rdf:about="#amplitudefollower_param_release"> 42 <vamp:Parameter rdf:about="#amplitudefollower_param_release">
44 <vamp:identifier>release</vamp:identifier> 43 <vamp:identifier>release</vamp:identifier>
45 <dc:title>Release time</dc:title> 44 <dc:title>Release time</dc:title>
46 <dc:format>s</dc:format> 45 <dc:format>s</dc:format>
47 <vamp:min_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</vamp:min_value> 46 <vamp:min_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</vamp:min_value>
48 <vamp:max_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</vamp:max_value> 47 <vamp:max_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</vamp:max_value>
49 <vamp:unit>s</vamp:unit> 48 <vamp:unit>s</vamp:unit>
50 <vamp:default_value rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.01</vamp:default_value> 49 <vamp:default_value rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.01</vamp:default_value>
51 <vamp:value_names rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> 50 <vamp:value_names rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
52 </vamp:ParameterDescriptor> 51 </vamp:Parameter>
53 <vamp:DenseOutput rdf:about="#amplitudefollower_output_amplitude"> 52 <vamp:DenseOutput rdf:about="#amplitudefollower_output_amplitude">
54 <vamp:identifier>amplitude</vamp:identifier> 53 <vamp:identifier>amplitude</vamp:identifier>
55 <dc:title>Amplitude</dc:title> 54 <dc:title>Amplitude</dc:title>
56 <dc:description></dc:description> 55 <dc:description></dc:description>
57 <vamp:fixed_bin_count>true</vamp:fixed_bin_count> 56 <vamp:fixed_bin_count>true</vamp:fixed_bin_count>
61 <rdf:Description> 60 <rdf:Description>
62 <rdf:first></rdf:first> 61 <rdf:first></rdf:first>
63 <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> 62 <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
64 </rdf:Description> 63 </rdf:Description>
65 </vamp:bin_names> 64 </vamp:bin_names>
66 <vamp:computes_feature_type rdf:resource="FIXME feature type URI"/>
67 <vamp:computes_event_type rdf:resource="FIXME event type URI"/>
68 </vamp:DenseOutput> 65 </vamp:DenseOutput>
69 <vamp:Plugin rdf:about="#percussiononsets"> 66 <vamp:Plugin rdf:about="#percussiononsets">
70 <dc:title>Simple Percussion Onset Detector</dc:title> 67 <dc:title>Simple Percussion Onset Detector</dc:title>
71 <vamp:name>Simple Percussion Onset Detector</vamp:name> 68 <vamp:name>Simple Percussion Onset Detector</vamp:name>
72 <dc:description>Detect percussive note onsets by identifying broadband energy rises</dc:description> 69 <dc:description>Detect percussive note onsets by identifying broadband energy rises</dc:description>
73 <foaf:maker> 70 <foaf:maker>
74 <rdf:Description> 71 <rdf:Description>
75 <foaf:name>Vamp SDK Example Plugins</foaf:name> 72 <foaf:name>Vamp SDK Example Plugins</foaf:name>
76 </rdf:Description> 73 </rdf:Description>
77 </foaf:maker> 74 </foaf:maker>
78 <cc:license rdf:resource="FIXME license for the plugin"/>
79 <vamp:identifier>percussiononsets</vamp:identifier> 75 <vamp:identifier>percussiononsets</vamp:identifier>
80 <vamp:vamp_API_version rdf:resource="http://purl.org/ontology/vamp/api_version_1"/> 76 <vamp:vamp_API_version rdf:resource="http://purl.org/ontology/vamp/api_version_1"/>
81 <owl:versionInfo>2</owl:versionInfo> 77 <owl:versionInfo>2</owl:versionInfo>
82 <vamp:input_domain rdf:resource="http://purl.org/ontology/vamp/FrequencyDomain"/> 78 <vamp:input_domain rdf:resource="http://purl.org/ontology/vamp/FrequencyDomain"/>
83 <vamp:parameter_descriptor rdf:resource="#percussiononsets_param_threshold"/> 79 <vamp:parameter rdf:resource="#percussiononsets_param_threshold"/>
84 <vamp:parameter_descriptor rdf:resource="#percussiononsets_param_sensitivity"/> 80 <vamp:parameter rdf:resource="#percussiononsets_param_sensitivity"/>
85 <vamp:output_descriptor rdf:resource="#percussiononsets_output_onsets"/> 81 <vamp:output rdf:resource="#percussiononsets_output_onsets"/>
86 <vamp:output_descriptor rdf:resource="#percussiononsets_output_detectionfunction"/> 82 <vamp:output rdf:resource="#percussiononsets_output_detectionfunction"/>
87 </vamp:Plugin> 83 </vamp:Plugin>
88 <vamp:ParameterDescriptor rdf:about="#percussiononsets_param_threshold"> 84 <vamp:Parameter rdf:about="#percussiononsets_param_threshold">
89 <vamp:identifier>threshold</vamp:identifier> 85 <vamp:identifier>threshold</vamp:identifier>
90 <dc:title>Energy rise threshold</dc:title> 86 <dc:title>Energy rise threshold</dc:title>
91 <dc:format>dB</dc:format> 87 <dc:format>dB</dc:format>
92 <vamp:min_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</vamp:min_value> 88 <vamp:min_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</vamp:min_value>
93 <vamp:max_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">20</vamp:max_value> 89 <vamp:max_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">20</vamp:max_value>
94 <vamp:unit>dB</vamp:unit> 90 <vamp:unit>dB</vamp:unit>
95 <vamp:default_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</vamp:default_value> 91 <vamp:default_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</vamp:default_value>
96 <vamp:value_names rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> 92 <vamp:value_names rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
97 </vamp:ParameterDescriptor> 93 </vamp:Parameter>
98 <vamp:ParameterDescriptor rdf:about="#percussiononsets_param_sensitivity"> 94 <vamp:Parameter rdf:about="#percussiononsets_param_sensitivity">
99 <vamp:identifier>sensitivity</vamp:identifier> 95 <vamp:identifier>sensitivity</vamp:identifier>
100 <dc:title>Sensitivity</dc:title> 96 <dc:title>Sensitivity</dc:title>
101 <dc:format>%</dc:format> 97 <dc:format>%</dc:format>
102 <vamp:min_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</vamp:min_value> 98 <vamp:min_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</vamp:min_value>
103 <vamp:max_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">100</vamp:max_value> 99 <vamp:max_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">100</vamp:max_value>
104 <vamp:unit>%</vamp:unit> 100 <vamp:unit>%</vamp:unit>
105 <vamp:default_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">40</vamp:default_value> 101 <vamp:default_value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">40</vamp:default_value>
106 <vamp:value_names rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> 102 <vamp:value_names rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
107 </vamp:ParameterDescriptor> 103 </vamp:Parameter>
108 <vamp:SparseOutput rdf:about="#percussiononsets_output_onsets"> 104 <vamp:SparseOutput rdf:about="#percussiononsets_output_onsets">
109 <vamp:identifier>onsets</vamp:identifier> 105 <vamp:identifier>onsets</vamp:identifier>
110 <dc:title>Onsets</dc:title> 106 <dc:title>Onsets</dc:title>
111 <dc:description>Percussive note onset locations</dc:description> 107 <dc:description>Percussive note onset locations</dc:description>
112 <vamp:fixed_bin_count>true</vamp:fixed_bin_count> 108 <vamp:fixed_bin_count>true</vamp:fixed_bin_count>
113 <vamp:unit></vamp:unit> 109 <vamp:unit></vamp:unit>
114 <vamp:bin_count rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</vamp:bin_count> 110 <vamp:bin_count rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</vamp:bin_count>
115 <vamp:bin_names rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> 111 <vamp:bin_names rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
116 <vamp:sample_type rdf:resource="http://purl.org/ontology/vamp/VariableSampleRate"/> 112 <vamp:sample_type rdf:resource="http://purl.org/ontology/vamp/VariableSampleRate"/>
117 <vamp:sample_rate rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">44100</vamp:sample_rate> 113 <vamp:sample_rate rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">44100</vamp:sample_rate>
118 <vamp:computes_feature_type rdf:resource="FIXME feature type URI"/>
119 <vamp:computes_event_type rdf:resource="FIXME event type URI"/>
120 </vamp:SparseOutput> 114 </vamp:SparseOutput>
121 <vamp:DenseOutput rdf:about="#percussiononsets_output_detectionfunction"> 115 <vamp:DenseOutput rdf:about="#percussiononsets_output_detectionfunction">
122 <vamp:identifier>detectionfunction</vamp:identifier> 116 <vamp:identifier>detectionfunction</vamp:identifier>
123 <dc:title>Detection Function</dc:title> 117 <dc:title>Detection Function</dc:title>
124 <dc:description>Broadband energy rise detection function</dc:description> 118 <dc:description>Broadband energy rise detection function</dc:description>
131 <rdf:Description> 125 <rdf:Description>
132 <rdf:first></rdf:first> 126 <rdf:first></rdf:first>
133 <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> 127 <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
134 </rdf:Description> 128 </rdf:Description>
135 </vamp:bin_names> 129 </vamp:bin_names>
136 <vamp:computes_feature_type rdf:resource="FIXME feature type URI"/>
137 <vamp:computes_event_type rdf:resource="FIXME event type URI"/>
138 </vamp:DenseOutput> 130 </vamp:DenseOutput>
139 <vamp:Plugin rdf:about="#spectralcentroid"> 131 <vamp:Plugin rdf:about="#spectralcentroid">
140 <dc:title>Spectral Centroid</dc:title> 132 <dc:title>Spectral Centroid</dc:title>
141 <vamp:name>Spectral Centroid</vamp:name> 133 <vamp:name>Spectral Centroid</vamp:name>
142 <dc:description>Calculate the centroid frequency of the spectrum of the input signal</dc:description> 134 <dc:description>Calculate the centroid frequency of the spectrum of the input signal</dc:description>
143 <foaf:maker> 135 <foaf:maker>
144 <rdf:Description> 136 <rdf:Description>
145 <foaf:name>Vamp SDK Example Plugins</foaf:name> 137 <foaf:name>Vamp SDK Example Plugins</foaf:name>
146 </rdf:Description> 138 </rdf:Description>
147 </foaf:maker> 139 </foaf:maker>
148 <cc:license rdf:resource="FIXME license for the plugin"/>
149 <vamp:identifier>spectralcentroid</vamp:identifier> 140 <vamp:identifier>spectralcentroid</vamp:identifier>
150 <vamp:vamp_API_version rdf:resource="http://purl.org/ontology/vamp/api_version_1"/> 141 <vamp:vamp_API_version rdf:resource="http://purl.org/ontology/vamp/api_version_1"/>
151 <owl:versionInfo>2</owl:versionInfo> 142 <owl:versionInfo>2</owl:versionInfo>
152 <vamp:input_domain rdf:resource="http://purl.org/ontology/vamp/FrequencyDomain"/> 143 <vamp:input_domain rdf:resource="http://purl.org/ontology/vamp/FrequencyDomain"/>
153 <vamp:output_descriptor rdf:resource="#spectralcentroid_output_logcentroid"/> 144 <vamp:output rdf:resource="#spectralcentroid_output_logcentroid"/>
154 <vamp:output_descriptor rdf:resource="#spectralcentroid_output_linearcentroid"/> 145 <vamp:output rdf:resource="#spectralcentroid_output_linearcentroid"/>
155 </vamp:Plugin> 146 </vamp:Plugin>
156 <vamp:DenseOutput rdf:about="#spectralcentroid_output_logcentroid"> 147 <vamp:DenseOutput rdf:about="#spectralcentroid_output_logcentroid">
157 <vamp:identifier>logcentroid</vamp:identifier> 148 <vamp:identifier>logcentroid</vamp:identifier>
158 <dc:title>Log Frequency Centroid</dc:title> 149 <dc:title>Log Frequency Centroid</dc:title>
159 <dc:description>Centroid of the log weighted frequency spectrum</dc:description> 150 <dc:description>Centroid of the log weighted frequency spectrum</dc:description>
164 <rdf:Description> 155 <rdf:Description>
165 <rdf:first></rdf:first> 156 <rdf:first></rdf:first>
166 <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> 157 <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
167 </rdf:Description> 158 </rdf:Description>
168 </vamp:bin_names> 159 </vamp:bin_names>
169 <vamp:computes_feature_type rdf:resource="FIXME feature type URI"/>
170 <vamp:computes_event_type rdf:resource="FIXME event type URI"/>
171 </vamp:DenseOutput> 160 </vamp:DenseOutput>
172 <vamp:DenseOutput rdf:about="#spectralcentroid_output_linearcentroid"> 161 <vamp:DenseOutput rdf:about="#spectralcentroid_output_linearcentroid">
173 <vamp:identifier>linearcentroid</vamp:identifier> 162 <vamp:identifier>linearcentroid</vamp:identifier>
174 <dc:title>Linear Frequency Centroid</dc:title> 163 <dc:title>Linear Frequency Centroid</dc:title>
175 <dc:description>Centroid of the linear frequency spectrum</dc:description> 164 <dc:description>Centroid of the linear frequency spectrum</dc:description>
180 <rdf:Description> 169 <rdf:Description>
181 <rdf:first></rdf:first> 170 <rdf:first></rdf:first>
182 <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> 171 <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
183 </rdf:Description> 172 </rdf:Description>
184 </vamp:bin_names> 173 </vamp:bin_names>
185 <vamp:computes_feature_type rdf:resource="FIXME feature type URI"/>
186 <vamp:computes_event_type rdf:resource="FIXME event type URI"/>
187 </vamp:DenseOutput> 174 </vamp:DenseOutput>
188 <vamp:Plugin rdf:about="#zerocrossing"> 175 <vamp:Plugin rdf:about="#zerocrossing">
189 <dc:title>Zero Crossings</dc:title> 176 <dc:title>Zero Crossings</dc:title>
190 <vamp:name>Zero Crossings</vamp:name> 177 <vamp:name>Zero Crossings</vamp:name>
191 <dc:description>Detect and count zero crossing points</dc:description> 178 <dc:description>Detect and count zero crossing points</dc:description>
192 <foaf:maker> 179 <foaf:maker>
193 <rdf:Description> 180 <rdf:Description>
194 <foaf:name>Vamp SDK Example Plugins</foaf:name> 181 <foaf:name>Vamp SDK Example Plugins</foaf:name>
195 </rdf:Description> 182 </rdf:Description>
196 </foaf:maker> 183 </foaf:maker>
197 <cc:license rdf:resource="FIXME license for the plugin"/>
198 <vamp:identifier>zerocrossing</vamp:identifier> 184 <vamp:identifier>zerocrossing</vamp:identifier>
199 <vamp:vamp_API_version rdf:resource="http://purl.org/ontology/vamp/api_version_1"/> 185 <vamp:vamp_API_version rdf:resource="http://purl.org/ontology/vamp/api_version_1"/>
200 <owl:versionInfo>2</owl:versionInfo> 186 <owl:versionInfo>2</owl:versionInfo>
201 <vamp:input_domain rdf:resource="http://purl.org/ontology/vamp/TimeDomain"/> 187 <vamp:input_domain rdf:resource="http://purl.org/ontology/vamp/TimeDomain"/>
202 <vamp:output_descriptor rdf:resource="#zerocrossing_output_counts"/> 188 <vamp:output rdf:resource="#zerocrossing_output_counts"/>
203 <vamp:output_descriptor rdf:resource="#zerocrossing_output_zerocrossings"/> 189 <vamp:output rdf:resource="#zerocrossing_output_zerocrossings"/>
204 </vamp:Plugin> 190 </vamp:Plugin>
205 <vamp:DenseOutput rdf:about="#zerocrossing_output_counts"> 191 <vamp:DenseOutput rdf:about="#zerocrossing_output_counts">
206 <vamp:identifier>counts</vamp:identifier> 192 <vamp:identifier>counts</vamp:identifier>
207 <dc:title>Zero Crossing Counts</dc:title> 193 <dc:title>Zero Crossing Counts</dc:title>
208 <dc:description>The number of zero crossing points per processing block</dc:description> 194 <dc:description>The number of zero crossing points per processing block</dc:description>
215 <rdf:Description> 201 <rdf:Description>
216 <rdf:first></rdf:first> 202 <rdf:first></rdf:first>
217 <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> 203 <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
218 </rdf:Description> 204 </rdf:Description>
219 </vamp:bin_names> 205 </vamp:bin_names>
220 <vamp:computes_feature_type rdf:resource="FIXME feature type URI"/>
221 <vamp:computes_event_type rdf:resource="FIXME event type URI"/>
222 </vamp:DenseOutput> 206 </vamp:DenseOutput>
223 <vamp:SparseOutput rdf:about="#zerocrossing_output_zerocrossings"> 207 <vamp:SparseOutput rdf:about="#zerocrossing_output_zerocrossings">
224 <vamp:identifier>zerocrossings</vamp:identifier> 208 <vamp:identifier>zerocrossings</vamp:identifier>
225 <dc:title>Zero Crossings</dc:title> 209 <dc:title>Zero Crossings</dc:title>
226 <dc:description>The locations of zero crossing points</dc:description> 210 <dc:description>The locations of zero crossing points</dc:description>
230 <vamp:quantize_step rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</vamp:quantize_step> 214 <vamp:quantize_step rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</vamp:quantize_step>
231 <vamp:bin_count rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</vamp:bin_count> 215 <vamp:bin_count rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</vamp:bin_count>
232 <vamp:bin_names rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> 216 <vamp:bin_names rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
233 <vamp:sample_type rdf:resource="http://purl.org/ontology/vamp/VariableSampleRate"/> 217 <vamp:sample_type rdf:resource="http://purl.org/ontology/vamp/VariableSampleRate"/>
234 <vamp:sample_rate rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">44100</vamp:sample_rate> 218 <vamp:sample_rate rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">44100</vamp:sample_rate>
235 <vamp:computes_feature_type rdf:resource="FIXME feature type URI"/>
236 <vamp:computes_event_type rdf:resource="FIXME event type URI"/>
237 </vamp:SparseOutput> 219 </vamp:SparseOutput>
238 </rdf:RDF> 220 </rdf:RDF>