-
Notifications
You must be signed in to change notification settings - Fork 1
/
multitrack.owl
364 lines (278 loc) · 13.1 KB
/
multitrack.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY mt "http://purl.org/ontology/studio/multitrack#" >
<!ENTITY foaf "http://xmlns.com/foaf/0.1/" >
<!ENTITY event "http://purl.org/NET/c4dm/event.owl#" >
<!ENTITY mo "http://purl.org/ontology/mo/" >
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY owl11 "http://www.w3.org/2006/12/owl11#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY owl11xml "http://www.w3.org/2006/12/owl11-xml#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>
<rdf:RDF
xmlns:mt="http://example.org/ontology/multitrack.owl#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:owl11="http://www.w3.org/2006/12/owl11#"
xmlns:owl11xml="http://www.w3.org/2006/12/owl11-xml#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:mo="http://purl.org/ontology/mo/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xml:base="http://purl.org/ontology/studio/multitrack">
<owl:Ontology rdf:about="">
<rdfs:comment
>An ontology for describing concepts in multitrack media production </rdfs:comment>
<owl:imports rdf:resource="file:/Users/gfazekas/dev/mo-tools/motools/mopy/musicontology.rdfs"/>
</owl:Ontology>
<!--
*
* Classes
*
-->
<!-- http://.../multitrack.owl#MultitrackProject -->
<owl:Class rdf:about="#MultitrackProject">
<rdfs:subClassOf rdf:resource="&foaf;Project"/>
<rdfs:comment
>A project created in a multitrack media production tool, an audio editor, a DAW, or a sequencer of some kind.</rdfs:comment>
</owl:Class>
<!-- http://.../multitrack.owl#ProjectTrack -->
<owl:Class rdf:about="#ProjectTrack">
<!-- <rdfs:subClassOf rdf:resource="&mo;Track"/> ??? -->
<rdfs:comment
>A track in a multitrack project. A container type for audio/media clips, control events, feature events, or annotations.</rdfs:comment>
</owl:Class>
<!-- http://.../multitrack.owl#MediaTrack -->
<owl:Class rdf:about="#MediaTrack">
<rdfs:subClassOf rdf:resource="&mt;ProjectTrack"/>
<!-- <rdfs:subClassOf rdf:resource="&mo;Track"/> ??? -->
<rdfs:comment
>A track in a multitrack project holding audiovisual information only. </rdfs:comment>
</owl:Class>
<!-- http://.../multitrack.owl#AudioTrack -->
<owl:Class rdf:about="#AudioTrack">
<rdfs:subClassOf rdf:resource="&mt;MediaTrack"/>
<rdfs:comment
>An AudioTrack contains a set of audio clips organized in a musically meaningful way.</rdfs:comment>
</owl:Class>
<!-- http://.../multitrack.owl#VideoTrack -->
<owl:Class rdf:about="#VideoTrack">
<rdfs:subClassOf rdf:resource="&mt;MediaTrack"/>
<rdfs:comment
>Contains a set of video clips organized in some sense.</rdfs:comment>
</owl:Class>
<!-- http://.../multitrack.owl#AutomationTrack -->
<owl:Class rdf:about="#AutomationTrack">
<rdfs:subClassOf rdf:resource="&mt;ProjectTrack"/>
<rdfs:comment
>Represents a sequence of control parameters of some kind, or an envelope.</rdfs:comment>
</owl:Class>
<!-- http://.../multitrack.owl#AnnotationTrack -->
<owl:Class rdf:about="#AnnotationTrack">
<rdfs:subClassOf rdf:resource="&mt;ProjectTrack"/>
<rdfs:comment
>A sequence of labels or descriptors related to a signal. As an example, it may contain a sequence of FeatureEvents described in the audio feature ontology, or a label stating that someone kicked a microphone stand and a resulting artifact needs to be removed from the recording.</rdfs:comment>
</owl:Class>
<!-- http://.../multitrack.owl#MidiTrack -->
<owl:Class rdf:about="#MidiTrack">
<rdfs:subClassOf rdf:resource="&mt;ProjectTrack"/>
<rdfs:comment
>Container for a set of commands or events compatible with the MIDI specification.</rdfs:comment>
</owl:Class>
<!-- http://.../multitrack.owl#MediaClip -->
<owl:Class rdf:about="#MediaClip">
<rdfs:subClassOf rdf:resource="&event;Event"/>
<rdfs:comment
>Represents a take of a usually short performance as stored in a media editor application.
It is distinct from the signal itself, (e.g. a picture of a waveform on screen and its zoom ratio) and may not be directly related to a signal at all. A non-destructive editor is a good example of this concept. Generally we refer to an internal state of an editor as a result of a performance and a corresponding recording event.
</rdfs:comment>
</owl:Class>
<!-- http://.../multitrack.owl#AudioClip -->
<owl:Class rdf:about="#AudioClip">
<rdfs:subClassOf rdf:resource="&mt;MediaClip"/>
<rdfs:comment
>A type of MediaClip for Audio content. It may or may not form a musically meaningful section or part of a song.
</rdfs:comment>
</owl:Class>
<!-- http://.../multitrack.owl#VideoClip -->
<owl:Class rdf:about="#VideoClip">
<rdfs:subClassOf rdf:resource="&mt;MediaClip"/>
<rdfs:comment
>Represents a sequence of images constituting a short section of video in a track.
</rdfs:comment>
</owl:Class>
<!-- http://.../multitrack.owl#Annotation -->
<owl:Class rdf:about="#Annotation">
<rdfs:subClassOf rdf:resource="&event;Event"/>
<rdfs:comment
>A label, marker or some sort of visualization associated with an event in a signal.
</rdfs:comment>
</owl:Class>
<!-- http://.../multitrack.owl#ControlEvent -->
<owl:Class rdf:about="#AutomationEvent">
<rdfs:subClassOf rdf:resource="&event;Event"/>
<rdfs:comment
>Reference to some parameter change, e.g. a volume change command in an automation track.
</rdfs:comment>
</owl:Class>
<!-- http://.../multitrack.owl#Envelope -->
<owl:Class rdf:about="#Envelope">
<!-- <rdfs:subClassOf rdf:resource="&event;Event"/> -->
<rdfs:comment
>A continuous time function of some sort controlling one or more parameters.
</rdfs:comment>
</owl:Class>
<!-- http://.../multitrack.owl#MIDICommand -->
<owl:Class rdf:about="#MIDICommand">
<!-- <rdfs:subClassOf rdf:resource="&event;Event"/> -->
<rdfs:comment
>Reference to a single MIDI message containing a command or event. (Clarify this from MIDI specs.)
</rdfs:comment>
</owl:Class>
<!-- http://.../multitrack.owl#AutomationParameter -->
<owl:Class rdf:about="#AutomationParameter">
<!-- <rdfs:subClassOf rdf:resource="&event;Event"/> -->
<rdfs:comment
>A numerical parameter used for automation, e.g. volume change.
</rdfs:comment>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Agent -->
<owl:Class rdf:about="&foaf;Project"/>
<!-- http://xmlns.com/foaf/0.1/Document -->
<owl:Class rdf:about="&foaf;Document"/>
<!-- http://purl.org/NET/c4dm/event.owl#Event -->
<owl:Class rdf:about="&event;Event"/>
<!--
*
* Object Properties
*
-->
<!-- http://.../multitrack.owl#track -->
<owl:ObjectProperty rdf:about="#track">
<rdf:type rdf:resource="&owl11;AntisymmetricProperty"/>
<rdfs:domain rdf:resource="#MultitrackProject"/>
<rdfs:comment
>Used for specifying a track in a project.</rdfs:comment>
<rdfs:range rdf:resource="#ProjectTrack"/>
</owl:ObjectProperty>
<!-- http://.../multitrack.owl#inProject -->
<owl:ObjectProperty rdf:about="#inProject">
<rdf:type rdf:resource="&owl11;AntisymmetricProperty"/>
<owl:inverseOf rdf:resource="#track"/>
<rdfs:comment
>Used for a track included in several projects. (inverse of hasTrack).</rdfs:comment>
</owl:ObjectProperty>
<!-- http://.../multitrack.owl#clip -->
<owl:ObjectProperty rdf:about="#clip">
<rdf:type rdf:resource="&owl11;AntisymmetricProperty"/>
<rdfs:domain rdf:resource="#MediaTrack"/>
<rdfs:comment
>a track contains a clip</rdfs:comment>
<rdfs:range rdf:resource="#MediaClip"/>
</owl:ObjectProperty>
<!-- http://.../multitrack.owl#inTrack -->
<owl:ObjectProperty rdf:about="#inTrack">
<rdf:type rdf:resource="&owl11;AntisymmetricProperty"/>
<owl:inverseOf rdf:resource="#clip"/>
<rdfs:comment
>Used for a clip included in several tracks. (inverse of holdsClip). </rdfs:comment>
</owl:ObjectProperty>
<!-- http://.../multitrack.owl#annotation -->
<owl:ObjectProperty rdf:about="#annotation">
<rdf:type rdf:resource="&owl11;AntisymmetricProperty"/>
<rdfs:domain rdf:resource="#AnnotationTrack"/>
<rdfs:comment
>Relates an annotation track to an annotation.</rdfs:comment>
<rdfs:range rdf:resource="#Annotation"/>
</owl:ObjectProperty>
<!-- http://.../multitrack.owl#automationEvent -->
<owl:ObjectProperty rdf:about="#automationEvent">
<rdf:type rdf:resource="&owl11;AntisymmetricProperty"/>
<rdfs:domain rdf:resource="#AutomationTrack"/>
<rdfs:comment
>Relates an automation track to a automation event.</rdfs:comment>
<rdfs:range rdf:resource="#AutomationEvent"/>
</owl:ObjectProperty>
<!-- http://.../multitrack.owl#parameter -->
<owl:ObjectProperty rdf:about="#parameter">
<rdf:type rdf:resource="&owl11;AntisymmetricProperty"/>
<rdfs:domain rdf:resource="#AutomationEvent"/>
<rdfs:comment
>Used to link an automation event to a set of parameters. </rdfs:comment>
<rdfs:range rdf:resource="#AutomationParameter"/>
</owl:ObjectProperty>
<!-- http://.../multitrack.owl#envelope -->
<owl:ObjectProperty rdf:about="#envelope">
<rdf:type rdf:resource="&owl11;AntisymmetricProperty"/>
<rdfs:domain rdf:resource="#AutomationTrack"/>
<rdfs:comment
>Link an envelope to an automation track.</rdfs:comment>
<rdfs:range rdf:resource="#Envelope"/>
</owl:ObjectProperty>
<!-- http://.../multitrack.owl#midiCommand -->
<owl:ObjectProperty rdf:about="#midiCommand">
<rdf:type rdf:resource="&owl11;AntisymmetricProperty"/>
<rdfs:domain rdf:resource="#MidiTrack"/>
<rdfs:comment
>Link a MIDI command to a MIDI Track.</rdfs:comment>
<rdfs:range rdf:resource="#MIDICommand"/>
</owl:ObjectProperty>
<!-- http://.../multitrack.owl#representationOf -->
<owl:ObjectProperty rdf:about="#representationOf">
<rdf:type rdf:resource="&owl11;AntisymmetricProperty"/>
<rdfs:domain rdf:resource="#AudioClip"/>
<rdfs:comment
>Relates an audio clip to a performance. </rdfs:comment>
<rdfs:range rdf:resource="&mo;Performance"/>
</owl:ObjectProperty>
<!-- http://.../multitrack.owl#productOf -->
<!-- would this be the redefinition of event:producedIn ?
<owl:ObjectProperty rdf:about="#productOf">
<rdf:type rdf:resource="&owl11;AntisymmetricProperty"/>
<rdfs:domain rdf:resource="#MediaClip"/>
<rdfs:comment
>A shortcut to relate a clip to a recording event.</rdfs:comment>
<rdfs:range rdf:resource="&mo;Recording"/>
</owl:ObjectProperty>
-->
<!-- http://.../multitrack.owl#contains_signal -->
<owl:ObjectProperty rdf:about="#signal">
<rdf:type rdf:resource="&owl11;AntisymmetricProperty"/>
<rdfs:domain rdf:resource="#MediaClip"/>
<rdfs:comment
>A shortcut to relate a clip to a signal.</rdfs:comment>
<rdfs:range rdf:resource="&mo;Signal"/>
</owl:ObjectProperty>
<!-- http://purl.org/ontology/mo/Performance -->
<owl:Class rdf:about="&mo;Performance"/>
<!-- http://purl.org/ontology/mo/Performance -->
<owl:Class rdf:about="&mo;Recording"/>
<!-- http://purl.org/ontology/mo/Performance -->
<owl:Class rdf:about="&mo;Signal"/>
<!--
*
* Data Properties
*
-->
<!-- http://.../multitrack.owl#value -->
<owl:DatatypeProperty rdf:about="#value">
<rdfs:domain rdf:resource="#AutomationParameter"/>
<rdfs:range rdf:resource="&xsd;float"/>
<rdfs:range rdf:resource="&xsd;integer"/>
<rdfs:range rdf:resource="&xsd;int"/>
</owl:DatatypeProperty>
<!-- http://.../multitrack.owl#label -->
<owl:DatatypeProperty rdf:about="#label">
<rdfs:domain rdf:resource="#Annotation"/>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<!-- http://.../multitrack.owl#functionOf -->
<owl:DatatypeProperty rdf:about="#functionOf">
<rdfs:domain rdf:resource="#Envelope"/>
<rdfs:range rdf:resource="&xsd;string"/>
<rdfs:comment>A mathematical expression. Primarily for calculating a parameter between two automation events (e.g. can be a linear function of time.)</rdfs:comment>
</owl:DatatypeProperty>
</rdf:RDF>