comparison ontology/released/audio_features.rdf @ 0:5ea2f132a40c

added old ontology, some documentation and graphs
author gyorgyf
date Thu, 23 Feb 2012 10:39:00 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:5ea2f132a40c
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: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:time="http://www.w3.org/2006/time#" xmlns:tl="http://purl.org/NET/c4dm/timeline.owl#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#">
3 <owl:Ontology rdf:about="file:///home/moustaki/work/workspace/motools/af/rdf/audio_features.n3">
4 <dc:title>The Audio Features ontology</dc:title>
5 <owl:versionInfo>Revision: 1.1</owl:versionInfo>
6 <rdfs:label>The Audio Features ontology</rdfs:label>
7 <dc:description>
8 This ontology expresses some common concepts
9 to represent automatically extracted features
10 from audio signals. Therefore, it mainly relies
11 on the Event ontology, in order to classify particular
12 parts of the timeline backing an audio signal.
13
14 Programs outputting RDF according to this ontology should
15 also describe the ouputted document to express some information
16 about itself (estimated confidence, maintainer of the program, etc.)
17 </dc:description>
18 <dc:creator rdf:resource="http://moustaki.org/foaf.rdf#moustaki"/>
19 <foaf:maker rdf:resource="http://moustaki.org/foaf.rdf#moustaki"/>
20 <dc:date>$Date: 2008/06/23 10:24:13 $</dc:date>
21 </owl:Ontology>
22 <owl:AnnotationProperty rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
23 <owl:Class rdf:about="http://purl.org/ontology/af/Signal">
24 <vs:term_status>testing</vs:term_status>
25 <rdfs:label>Signal-level feature</rdfs:label>
26 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/mo/Signal"/>
27 <rdfs:comment>
28 A signal-like feature, holding dense data describing another signal.
29 Examples of signal features include chromagrams, spectrograms, onset detection functions etc.
30 </rdfs:comment>
31 </owl:Class>
32 <owl:Class rdf:about="http://purl.org/ontology/af/Chromagram">
33 <vs:term_status>testing</vs:term_status>
34 <rdfs:label>Chromagram</rdfs:label>
35 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Signal"/>
36 <rdfs:comment>
37 A chromagram feature.
38 </rdfs:comment>
39 </owl:Class>
40 <owl:Class rdf:about="http://purl.org/ontology/af/DetectionFunction">
41 <vs:term_status>testing</vs:term_status>
42 <rdfs:label>Detection function</rdfs:label>
43 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Signal"/>
44 <rdfs:comment>
45 A detection function.
46 </rdfs:comment>
47 </owl:Class>
48 <owl:Class rdf:about="http://purl.org/ontology/af/TempoDetectionFunction">
49 <vs:term_status>testing</vs:term_status>
50 <rdfs:label>Tempo detection function</rdfs:label>
51 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/DetectionFunction"/>
52 <rdfs:comment>
53 A tempo detection function
54 </rdfs:comment>
55 </owl:Class>
56 <owl:Class rdf:about="http://purl.org/ontology/af/OnsetDetectionFunction">
57 <vs:term_status>testing</vs:term_status>
58 <rdfs:label>Onset detection function</rdfs:label>
59 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/DetectionFunction"/>
60 <rdfs:comment>
61 An onset detection function
62 </rdfs:comment>
63 </owl:Class>
64 <owl:Class rdf:about="http://purl.org/ontology/af/TonalChangeDetectionFunction">
65 <vs:term_status>testing</vs:term_status>
66 <rdfs:label>Tonal change detection function</rdfs:label>
67 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/DetectionFunction"/>
68 <rdfs:comment>
69 A tonal change detection function
70 </rdfs:comment>
71 </owl:Class>
72 <owl:Class rdf:about="http://purl.org/ontology/af/TonalContentSpace">
73 <vs:term_status>testing</vs:term_status>
74 <rdfs:label>Tonal content space</rdfs:label>
75 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Signal"/>
76 <rdfs:comment>
77 A 6-D tonal content space
78 </rdfs:comment>
79 </owl:Class>
80 <owl:Class rdf:about="http://purl.org/ontology/af/Amplitude">
81 <vs:term_status>testing</vs:term_status>
82 <rdfs:label>Amplitude</rdfs:label>
83 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Signal"/>
84 <rdfs:comment>
85 Result of an amplitude following process
86 </rdfs:comment>
87 </owl:Class>
88 <owl:Class rdf:about="http://purl.org/ontology/af/SpectralCentroid">
89 <vs:term_status>testing</vs:term_status>
90 <rdfs:label>Spectral centroid</rdfs:label>
91 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Signal"/>
92 <rdfs:comment>
93 Spectral centroid
94 </rdfs:comment>
95 </owl:Class>
96 <owl:Class rdf:about="http://purl.org/ontology/af/LogFrequencyCentroid">
97 <vs:term_Status>testing</vs:term_Status>
98 <rdfs:label>Log-frequency spectral centroid</rdfs:label>
99 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/SpectralCentroid"/>
100 <rdfs:comment>
101 Log-frequency spectral centroid
102 </rdfs:comment>
103 </owl:Class>
104 <owl:Class rdf:about="http://purl.org/ontology/af/LinearFrequencyCentroid">
105 <vs:term_status>testing</vs:term_status>
106 <rdfs:label>Linear-frequency spectral centroid</rdfs:label>
107 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/SpectralCentroid"/>
108 <rdfs:comment>
109 Log-frequency spectral centroid
110 </rdfs:comment>
111 </owl:Class>
112 <owl:Class rdf:about="http://purl.org/ontology/af/ZeroCrossingCount">
113 <vs:term_status>testing</vs:term_status>
114 <rdfs:label>Zero-crossing counts</rdfs:label>
115 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Signal"/>
116 <rdfs:comment>
117 Zero-crossing counts
118 </rdfs:comment>
119 </owl:Class>
120 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/af/signal_feature">
121 <vs:term_status>testing</vs:term_status>
122 <rdfs:domain rdf:resource="http://purl.org/ontology/mo/Signal"/>
123 <rdfs:label>signal-level feature</rdfs:label>
124 <rdfs:range rdf:resource="http://purl.org/ontology/af/Signal"/>
125 <rdfs:comment>
126 Associates an audio signal with a track-level signal feature.
127 eg. a spectrogram, a chromagram, an onset detection function.
128 </rdfs:comment>
129 </owl:DatatypeProperty>
130 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/af/value">
131 <vs:term_status>testing</vs:term_status>
132 <rdfs:subPropertyOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#value"/>
133 <rdfs:domain rdf:resource="http://purl.org/ontology/af/Signal"/>
134 <rdfs:label>value</rdfs:label>
135 <rdfs:comment>
136 Associates a signal resource as defined in the Music Ontology to a literal: its actual value.
137 For example, it can be used to link an onset detection function to a list of values.
138 </rdfs:comment>
139 </owl:DatatypeProperty>
140 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/af/dimensions">
141 <vs:term_status>testing</vs:term_status>
142 <rdfs:domain rdf:resource="http://purl.org/ontology/af/Signal"/>
143 <rdfs:label>dimensions</rdfs:label>
144 <rdfs:comment>
145 Associates a signal with its dimensions, eg. "12 3546". Equivalent to the mpeg7:dim attribute of the mpeg7:Raw
146 element.
147 </rdfs:comment>
148 </owl:DatatypeProperty>
149 <owl:Class rdf:about="http://purl.org/ontology/af/Segment">
150 <vs:term_status>testing</vs:term_status>
151 <rdfs:label>Segment</rdfs:label>
152 <rdfs:subClassOf rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/>
153 <rdfs:comment>
154 A classifier for a temporal region corresponding to the output
155 of an automatic process---an artificial cognitive agent.
156 </rdfs:comment>
157 <rdfs:subClassOf>
158 <owl:Restriction>
159 <owl:onProperty rdf:resource="http://purl.org/NET/c4dm/event.owl#time"/>
160 <owl:someValuesFrom rdf:resource="http://purl.org/NET/c4dm/timeline.owl#Interval"/>
161 </owl:Restriction>
162 </rdfs:subClassOf>
163 </owl:Class>
164 <owl:Class rdf:about="http://purl.org/ontology/af/StructuralSegment">
165 <vs:term_status>testing</vs:term_status>
166 <rdfs:label>Structural Segment</rdfs:label>
167 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Segment"/>
168 <rdfs:comment>
169 A classifier trying to capture the notion of structure in an audio piece.
170 This classifier should be subsumed by more specific classifiers: speech/music
171 segmentation, structural music segmmentation (intro, verse, chorus, etc.).
172 </rdfs:comment>
173 </owl:Class>
174 <owl:Class rdf:about="http://purl.org/ontology/af/Point">
175 <vs:term_status>testing</vs:term_status>
176 <rdfs:label>Point</rdfs:label>
177 <rdfs:subClassOf rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/>
178 <rdfs:comment>
179 A classifier for instants corresponding to the output of an automatic process---an
180 artificial cognitive agent (should be associated to a time:Instant---DL version).
181 </rdfs:comment>
182 <rdfs:subClassOf>
183 <owl:Restriction>
184 <owl:onProperty rdf:resource="http://purl.org/NET/c4dm/event.owl#time"/>
185 <owl:someValuesFrom rdf:resource="http://purl.org/NET/c4dm/timeline.owl#Instant"/>
186 </owl:Restriction>
187 </rdfs:subClassOf>
188 </owl:Class>
189 <owl:Class rdf:about="http://purl.org/ontology/af/SpeechSegment">
190 <vs:term_status>testing</vs:term_status>
191 <rdfs:label>Speech</rdfs:label>
192 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/StructuralSegment"/>
193 <rdfs:comment>
194 A classifier capturing the notion of an audio segment holding speech
195 content
196 </rdfs:comment>
197 </owl:Class>
198 <owl:Class rdf:about="http://purl.org/ontology/af/Laugh">
199 <vs:term_status>testing</vs:term_status>
200 <rdfs:label>Laugh</rdfs:label>
201 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/SpeechSegment"/>
202 <rdfs:comment>
203 A classifier for laugh content
204 </rdfs:comment>
205 </owl:Class>
206 <owl:Class rdf:about="http://purl.org/ontology/af/Text">
207 <vs:term_status>testing</vs:term_status>
208 <rdfs:label>Text</rdfs:label>
209 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/SpeechSegment"/>
210 <rdfs:comment>
211 A classifier allowing to associate some text to a segment
212 </rdfs:comment>
213 </owl:Class>
214 <owl:Class rdf:about="http://purl.org/ontology/af/EmotionSegment">
215 <vs:term_status>testing</vs:term_status>
216 <rdfs:label>Emotion segment</rdfs:label>
217 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/SpeechSegment"/>
218 <rdfs:comment>
219 A classifier for emotional content
220 </rdfs:comment>
221 </owl:Class>
222 <owl:Class rdf:about="http://purl.org/ontology/af/IdiomSegment">
223 <vs:term_status>testing</vs:term_status>
224 <rdfs:label>Idiom segment</rdfs:label>
225 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/SpeechSegment"/>
226 <rdfs:comment>
227 A classifier for recognized idiom (English with Irish accent, etc.)
228 </rdfs:comment>
229 </owl:Class>
230 <owl:Class rdf:about="http://purl.org/ontology/af/PersonSpeaking">
231 <vs:term_status>testing</vs:term_status>
232 <rdfs:label>Person speaking</rdfs:label>
233 <rdfs:comment>
234 A classifier associating a FOAF description to a particular segment
235 (to classify genre, recognized speaker, etc.)
236 </rdfs:comment>
237 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/SpeechSegment"/>
238 </owl:Class>
239 <owl:Class rdf:about="http://purl.org/ontology/af/MusicSegment">
240 <vs:term_status>testing</vs:term_status>
241 <rdfs:label>Music</rdfs:label>
242 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/StructuralSegment"/>
243 <rdfs:comment>
244 A classifier capturing the notion of an audio segment holding music.
245 This classifier can be subsumed with more specific classifiers.
246 </rdfs:comment>
247 </owl:Class>
248 <owl:Class rdf:about="http://purl.org/ontology/af/MusicStructuralSegment">
249 <vs:term_status>testing</vs:term_status>
250 <rdfs:label>Music structural segment</rdfs:label>
251 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/MusicSegment"/>
252 <rdfs:comment>
253 Classifier capturing the notion of chorus, verse, intro, bridge, phrase, etc.
254 </rdfs:comment>
255 </owl:Class>
256 <owl:Class rdf:about="http://purl.org/ontology/af/ChordSegment">
257 <vs:term_status>testing</vs:term_status>
258 <rdfs:comment>
259 A classifier for chords. Equivalent concept as the one
260 in the Chord ontology.
261 </rdfs:comment>
262 <owl:equivalentClass rdf:resource="http://purl.org/ontology/chord/ChordEvent"/>
263 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/MusicSegment"/>
264 </owl:Class>
265 <owl:Class rdf:about="http://purl.org/ontology/af/KeySegment">
266 <vs:term_status>testing</vs:term_status>
267 <rdfs:comment>
268 A classifier for keys.
269 In case of a "clean cut", instances of such events
270 should have one factor: the detected key (perhaps using the
271 key ontology at http://purl.org/NET/c4dm/keys.owl).
272 In other cases, we can put several keys as a factor, maybe with different confidence
273 factors, using event decomposition.
274 </rdfs:comment>
275 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/MusicSegment"/>
276 <rdfs:label>Key event</rdfs:label>
277 </owl:Class>
278 <owl:Class rdf:about="http://purl.org/ontology/af/TonicSegment">
279 <vs:term_status>testing</vs:term_status>
280 <rdfs:comment>
281 A classifier for tonics.
282 In case of a "clean cut", instances of such events have one
283 factor. In other cases, this event can have several factors, each associated
284 with a particular confidence using event decomposition.
285 </rdfs:comment>
286 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/MusicSegment"/>
287 <rdfs:label>Tonic event</rdfs:label>
288 </owl:Class>
289 <owl:Class rdf:about="http://purl.org/ontology/af/Major">
290 <vs:term_status>testing</vs:term_status>
291 <rdfs:comment>
292 A classifier for a major mode region.
293 In case of a "clean cut", instances of such events have one
294 factor. In other cases, this event can have several factors, each associated
295 with a particular confidence using event decomposition.
296 </rdfs:comment>
297 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/MusicSegment"/>
298 <rdfs:label>Major segment</rdfs:label>
299 </owl:Class>
300 <owl:Class rdf:about="http://purl.org/ontology/af/Minor">
301 <vs:term_status>testing</vs:term_status>
302 <rdfs:comment>
303 A classifier for a minor mode region.
304 In case of a "clean cut", instances of such events have one
305 factor. In other cases, this event can have several factors, each associated
306 with a particular confidence using event decomposition.
307 </rdfs:comment>
308 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/MusicSegment"/>
309 <rdfs:label>Minor segment</rdfs:label>
310 </owl:Class>
311 <owl:Class rdf:about="http://purl.org/ontology/af/Loudness">
312 <vs:term_status>testing</vs:term_status>
313 <rdfs:comment>Event holding a loudness value</rdfs:comment>
314 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/MusicSegment"/>
315 <rdfs:label>Loudness event</rdfs:label>
316 </owl:Class>
317 <owl:Class rdf:about="http://purl.org/ontology/af/Pitch">
318 <vs:term_status>testing</vs:term_status>
319 <rdfs:comment>Event holding a pitch value (for example coming from a monophonic transcription process)</rdfs:comment>
320 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/MusicSegment"/>
321 <rdfs:label>Pitch event</rdfs:label>
322 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
323 <vs:term_status>testing</vs:term_status>
324 <rdfs:label>Pitch event</rdfs:label>
325 <rdfs:comment>Associate a point to a particular pitch</rdfs:comment>
326 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Point"/>
327 </owl:Class>
328 <owl:Class rdf:about="http://purl.org/ontology/af/Tempo">
329 <vs:term_status>testing</vs:term_status>
330 <rdfs:comment>Event holding a tempo value (120bpm...)</rdfs:comment>
331 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/MusicSegment"/>
332 <rdfs:label>Tempo event</rdfs:label>
333 </owl:Class>
334 <owl:Class rdf:about="http://purl.org/ontology/af/Ornament">
335 <vs:term_status>testing</vs:term_status>
336 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/MusicSegment"/>
337 <rdfs:label>Ornament event</rdfs:label>
338 <rdfs:comment>Classifying a temporal region holding a musical ornament</rdfs:comment>
339 </owl:Class>
340 <owl:Class rdf:about="http://purl.org/ontology/af/TimeSignature">
341 <vs:term_status>testing</vs:term_status>
342 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/MusicSegment"/>
343 <rdfs:label>Time signature</rdfs:label>
344 <rdfs:comment>Classifying a temporal region with a particular time signature (what? there is something else than 4/4?? :-)</rdfs:comment>
345 </owl:Class>
346 <owl:Class rdf:about="http://purl.org/ontology/af/Onset">
347 <vs:term_status>testing</vs:term_status>
348 <rdfs:label>Onset</rdfs:label>
349 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Point"/>
350 <rdfs:comment>
351 A classifier corresponding to the output of an onset detection process.
352 </rdfs:comment>
353 </owl:Class>
354 <owl:Class rdf:about="http://purl.org/ontology/af/TonalOnset">
355 <vs:term_status>testing</vs:term_status>
356 <rdfs:label>Pitched onset</rdfs:label>
357 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Onset"/>
358 <rdfs:comment>A pitched onset</rdfs:comment>
359 </owl:Class>
360 <owl:Class rdf:about="http://purl.org/ontology/af/NonTonalOnset">
361 <vs:term_status>testing</vs:term_status>
362 <rdfs:label>Percussive onset</rdfs:label>
363 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Onset"/>
364 <rdfs:comment>A percussive onset</rdfs:comment>
365 </owl:Class>
366 <owl:Class rdf:about="http://purl.org/ontology/af/Beat">
367 <vs:term_status>testing</vs:term_status>
368 <rdfs:label>Beat event</rdfs:label>
369 <rdfs:comment>A beat event (instantaneous)</rdfs:comment>
370 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Point"/>
371 </owl:Class>
372 <owl:Class rdf:about="http://purl.org/ontology/af/KeyChange">
373 <vs:term_status>testing</vs:term_status>
374 <rdfs:label>Key change event</rdfs:label>
375 <rdfs:comment>A key change event. The factor of such an event captures the key that holds after that event.</rdfs:comment>
376 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Point"/>
377 </owl:Class>
378 <owl:Class rdf:about="http://purl.org/ontology/af/TonicChange">
379 <vs:term_status>testing</vs:term_status>
380 <rdfs:label>Tonic change event</rdfs:label>
381 <rdfs:comment>A tonic change event. The factors of such events include the tonic that holds after the event.</rdfs:comment>
382 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Point"/>
383 </owl:Class>
384 <owl:Class rdf:about="http://purl.org/ontology/af/ModeChange">
385 <vs:term_status>testing</vs:term_status>
386 <rdfs:label>Mode change event</rdfs:label>
387 <rdfs:comment>A mode change event. The factors of such events include the mode that holds after the event.</rdfs:comment>
388 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Point"/>
389 </owl:Class>
390 <owl:Class rdf:about="http://purl.org/ontology/af/TonalChange">
391 <vs:term_status>testing</vs:term_status>
392 <rdfs:label>Tonal change event</rdfs:label>
393 <rdfs:comment>A tonal change event.</rdfs:comment>
394 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Point"/>
395 </owl:Class>
396 <owl:Class rdf:about="http://purl.org/ontology/af/ZeroCrossing">
397 <vs:term_status>testing</vs:term_status>
398 <rdfs:label>Zero crossing</rdfs:label>
399 <rdfs:comment>Classifier for a zero-crossing point</rdfs:comment>
400 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/af/Point"/>
401 </owl:Class>
402 <owl:Class rdf:about="http://purl.org/ontology/af/Idiom">
403 <vs:term_status>testing</vs:term_status>
404 <rdfs:label>Idiom</rdfs:label>
405 <rdfs:comment>
406 Idiom (English with Irish accent, Austrian German, etc.)
407 </rdfs:comment>
408 </owl:Class>
409 <owl:Class rdf:about="http://purl.org/ontology/af/EnglishIdiom">
410 <vs:term_status>testing</vs:term_status>
411 <rdfs:label>English idiom</rdfs:label>
412 <rdfs:comment>
413 English idiom
414 </rdfs:comment>
415 </owl:Class>
416 <af:EnglishIdiom rdf:about="http://purl.org/ontology/af/standard_british_english">
417 <vs:term_status>testing</vs:term_status>
418 <dc:title>Standard British English</dc:title>
419 </af:EnglishIdiom>
420 <af:EnglishIdiom rdf:about="http://purl.org/ontology/af/standard_us_english">
421 <vs:term_status>testing</vs:term_status>
422 <dc:title>Standard US English</dc:title>
423 </af:EnglishIdiom>
424 <af:EnglishIdiom rdf:about="http://purl.org/ontology/af/english_irish_accent">
425 <vs:term_status>testing</vs:term_status>
426 <dc:title>English with an Irish accent</dc:title>
427 </af:EnglishIdiom>
428 <af:EnglishIdiom rdf:about="http://purl.org/ontology/af/english_scottish_accent">
429 <vs:term_status>testing</vs:term_status>
430 <dc:title>English with a Scottish accent</dc:title>
431 </af:EnglishIdiom>
432 <owl:Class rdf:about="http://purl.org/ontology/af/GermanIdiom">
433 <vs:term_status>testing</vs:term_status>
434 <rdfs:label>German idiom</rdfs:label>
435 <rdfs:comment>
436 German idiom
437 </rdfs:comment>
438 </owl:Class>
439 <af:GermanIdiom rdf:about="http://purl.org/ontology/af/austrian_german">
440 <vs:term_status>testing</vs:term_status>
441 <dc:title>Austrian German</dc:title>
442 </af:GermanIdiom>
443 <af:GermanIdiom rdf:about="http://purl.org/ontology/af/swiss_german">
444 <vs:term_status>testing</vs:term_status>
445 <dc:title>Swiss German</dc:title>
446 </af:GermanIdiom>
447 <af:GermanIdiom rdf:about="http://purl.org/ontology/af/standard_german">
448 <vs:term_status>testing</vs:term_status>
449 <dc:title>Standard German</dc:title>
450 </af:GermanIdiom>
451 <owl:Class rdf:about="http://purl.org/ontology/af/HungarianIdiom">
452 <vs:term_status>testing</vs:term_status>
453 <rdfs:label>Hungarian idiom</rdfs:label>
454 <rdfs:comment>Hungarian idiom</rdfs:comment>
455 </owl:Class>
456 <af:HungarianIdiom rdf:about="http://purl.org/ontology/af/standard_hungarian">
457 <vs:term_status>testing</vs:term_status>
458 <dc:title>Standard Hungarian</dc:title>
459 </af:HungarianIdiom>
460 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/af/text">
461 <vs:term_status>testing</vs:term_status>
462 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
463 <rdfs:comment>
464 Relates a Text segment (classifying a time interval that can
465 be associated to some text) to a text string or other literals (number, etc.)
466 </rdfs:comment>
467 <rdfs:subPropertyOf rdf:resource="http://purl.org/NET/c4dm/event.owl#hasLiteralFactor"/>
468 <rdfs:domain rdf:resource="http://purl.org/ontology/af/Text"/>
469 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
470 </owl:DatatypeProperty>
471 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/af/idiom">
472 <vs:term_status>testing</vs:term_status>
473 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
474 <rdfs:comment>
475 Associates a segment which classify an idiom (English with Irish accent, etc.) to an actual idiom
476 </rdfs:comment>
477 <rdfs:subPropertyOf rdf:resource="http://purl.org/NET/c4dm/event.owl#hasLiteralFactor"/>
478 <rdfs:domain rdf:resource="http://purl.org/ontology/af/IdiomSegment"/>
479 <rdfs:range rdf:resource="http://purl.org/ontology/af/Idiom"/>
480 </owl:DatatypeProperty>
481 <owl:ObjectProperty rdf:about="http://purl.org/ontology/af/person">
482 <vs:term_status>testing</vs:term_status>
483 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
484 <rdfs:comment>
485 Associates a segment classified as holding speech content to a FOAF
486 profile (maybe holding information about genre, recognized speaker URI, etc.)
487 </rdfs:comment>
488 <rdfs:label>person</rdfs:label>
489 <rdfs:domain rdf:resource="http://purl.org/ontology/af/PersonSegment"/>
490 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
491 </owl:ObjectProperty>
492 <owl:ObjectProperty rdf:about="http://purl.org/ontology/af/emotional_intensity">
493 <vs:term_status>testing</vs:term_status>
494 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
495 <rdfs:comment>
496 Associates an "emotional intensity" value to a
497 segment detected as being "emotional"
498 </rdfs:comment>
499 <rdfs:label>emotional intensity</rdfs:label>
500 <rdfs:domain rdf:resource="http://purl.org/ontology/af/EmotionSegment"/>
501 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
502 </owl:ObjectProperty>
503 <owl:ObjectProperty rdf:about="http://purl.org/ontology/af/key">
504 <vs:term_status>testing</vs:term_status>
505 <rdfs:domain rdf:resource="http://purl.org/ontology/af/KeySegment"/>
506 <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
507 <rdfs:subPropertyOf rdf:resource="http://purl.org/NET/c4dm/event.owl#factor"/>
508 <rdfs:label>key</rdfs:label>
509 <rdfs:comment>Associates a key event to the corresponding key</rdfs:comment>
510 </owl:ObjectProperty>
511 <owl:ObjectProperty rdf:about="http://purl.org/ontology/af/new_key">
512 <vs:term_status>testing</vs:term_status>
513 <rdfs:domain rdf:resource="http://purl.org/ontology/af/KeyChange"/>
514 <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
515 <rdfs:subPropertyOf rdf:resource="http://purl.org/NET/c4dm/event.owl#factor"/>
516 <rdfs:label>new key</rdfs:label>
517 <rdfs:comment>Associates a key change event to the new key, holding after the change</rdfs:comment>
518 </owl:ObjectProperty>
519 <owl:ObjectProperty rdf:about="http://purl.org/ontology/af/tonic">
520 <vs:term_status>testing</vs:term_status>
521 <rdfs:domain rdf:resource="http://purl.org/ontology/af/TonicSegment"/>
522 <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
523 <rdfs:subPropertyOf rdf:resource="http://purl.org/NET/c4dm/event.owl#factor"/>
524 <rdfs:label>tonic</rdfs:label>
525 <rdfs:comment>Associates a tonic event with the corresponding tonic</rdfs:comment>
526 </owl:ObjectProperty>
527 <owl:ObjectProperty rdf:about="http://purl.org/ontology/af/new_tonic">
528 <vs:term_status>testing</vs:term_status>
529 <rdfs:domain rdf:resource="http://purl.org/ontology/af/TonicChangeEvent"/>
530 <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
531 <rdfs:subPropertyOf rdf:resource="http://purl.org/NET/c4dm/event.owl#factor"/>
532 <rdfs:label>new tonic</rdfs:label>
533 <rdfs:comment>Tonic that holds after the tonic change event</rdfs:comment>
534 </owl:ObjectProperty>
535 <owl:ObjectProperty rdf:about="http://purl.org/ontology/af/new_mode">
536 <vs:term_status>testing</vs:term_status>
537 <rdfs:domain rdf:resource="http://purl.org/ontology/af/ModeChangeEvent"/>
538 <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
539 <rdfs:subPropertyOf rdf:resource="http://purl.org/NET/c4dm/event.owl#factor"/>
540 <rdfs:label>new mode</rdfs:label>
541 <rdfs:comment>Mode that holds after the mode change event</rdfs:comment>
542 </owl:ObjectProperty>
543 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/af/feature">
544 <vs:term_status>testing</vs:term_status>
545 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
546 <rdfs:comment>
547 Associates a segment classifying a feature to the actual feature---we should use mpeg7 sort-of datatypes here
548 </rdfs:comment>
549 <rdfs:label>feature</rdfs:label>
550 <rdfs:subPropertyOf rdf:resource="http://purl.org/NET/c4dm/event.owl#literal_factor"/>
551 <rdfs:domain rdf:resource="http://purl.org/ontology/af/Segment"/>
552 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
553 </owl:DatatypeProperty>
554 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/af/tempo">
555 <rdfs:subPropertyOf rdf:resource="http://purl.org/ontology/af/feature"/>
556 <vs:term_status>testing</vs:term_status>
557 <rdfs:label>tempo</rdfs:label>
558 <rdfs:domain rdf:resource="http://purl.org/ontology/af/Tempo"/>
559 <rdfs:comment>
560 Associates a tempo event to the corresponding tempo value.
561 </rdfs:comment>
562 </owl:DatatypeProperty>
563 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/af/pitch">
564 <rdfs:subPropertyOf rdf:resource="http://purl.org/ontology/af/feature"/>
565 <vs:term_status>testing</vs:term_status>
566 <rdfs:label>pitch</rdfs:label>
567 <rdfs:domain rdf:resource="http://purl.org/ontology/af/Pitch"/>
568 <rdfs:comment>
569 Associates a pitch event to the corresponding pitch
570 </rdfs:comment>
571 </owl:DatatypeProperty>
572 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/af/confidence">
573 <vs:term_status>testing</vs:term_status>
574 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
575 <rdfs:comment>
576 A really generic property, allowing to associate a confidence to a document or to a particular
577 resource (such as an automatically detected segment)
578 </rdfs:comment>
579 <rdfs:label>confidence</rdfs:label>
580 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
581 </owl:DatatypeProperty>
582 </rdf:RDF>