-
Notifications
You must be signed in to change notification settings - Fork 0
/
notepattern-aligns.owl
481 lines (281 loc) · 21.3 KB
/
notepattern-aligns.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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
<?xml version="1.0"?>
<rdf:RDF xmlns="https://purl.org/andreapoltronieri/notepattern/"
xml:base="https://purl.org/andreapoltronieri/notepattern/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:mno="http://cedric.cnam.fr/isid/ontologies/MusicNote.owl#"
xmlns:mso="http://linkeddata.uni-muenster.de/ontology/musicscore/"
xmlns:mto="http://purl.org/ontology/mto/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:opla="http://ontologydesignpatterns.org/opla/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
xmlns:cpannotationschema="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#">
<owl:Ontology rdf:about="https://purl.org/andreapoltronieri/notepattern-aligns">
<owl:imports rdf:resource="https://purl.org/andreapoltronieri/scorepart"/>
<dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Andrea Poltronieri (University of Bologna)</dc:creator>
<dc:description xml:lang="en">Alignments to the Music Note Ontology</dc:description>
<dc:language rdf:resource="http://publications.europa.eu/resource/authority/language/ENG"/>
<dc:title xml:lang="en">Note Pattern Alignments</dc:title>
<terms:license rdf:resource="https://creativecommons.org/licenses/by-sa/4.0/"/>
<rdfs:label xml:lang="en">Note Pattern Alignments</rdfs:label>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ontologydesignpatterns.org/opla/reusesPatternAsTemplate -->
<owl:AnnotationProperty rdf:about="http://ontologydesignpatterns.org/opla/reusesPatternAsTemplate"/>
<!-- http://purl.org/dc/elements/1.1/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/creator"/>
<!-- http://purl.org/dc/elements/1.1/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
<!-- http://purl.org/dc/elements/1.1/issued -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/issued"/>
<!-- http://purl.org/dc/elements/1.1/language -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/language"/>
<!-- http://purl.org/dc/elements/1.1/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
<!-- http://purl.org/dc/terms/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
<!-- http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements -->
<owl:AnnotationProperty rdf:about="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements">
<rdfs:comment>This annotation property is used for exemplifying possible requirements the content pattern provides a solution for. Requirements are expressed as natural language competency questions.</rdfs:comment>
</owl:AnnotationProperty>
<!-- http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#extractedFrom -->
<owl:AnnotationProperty rdf:about="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#extractedFrom">
<rdfs:comment>This annotation property should be assigned with a URI, which points to the possible reference ontology which the annotated pattern was extracted from (i.e. the reference ontology that the ontology elements have been deeply or partially cloned by). The range is not explicit in the definition of the annotation property because it would turn the ontology to OWL Full. E.g. The participation pattern is extracted from the Dolce Ultra Lite ontology, hence the value for this annotation property is http://www.ontologydesignpatterns.org/ont/dul/DUL.owl</rdfs:comment>
</owl:AnnotationProperty>
<!-- http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasComponent -->
<owl:AnnotationProperty rdf:about="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasComponent">
<rdfs:comment>This annotation property is useful for content ontology design patterns. Its value is a URI, which refers to another content ontology design pattern which is a component of the annotated one.</rdfs:comment>
</owl:AnnotationProperty>
<!-- http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasConsequences -->
<owl:AnnotationProperty rdf:about="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasConsequences">
<rdfs:comment>This annotation property is used for briefly describing the benefits and/or possible trade-offs when using the CP.</rdfs:comment>
</owl:AnnotationProperty>
<!-- http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasIntent -->
<owl:AnnotationProperty rdf:about="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasIntent">
<rdfs:comment>This annotation property is used in order to describe the intent of the content pattern.</rdfs:comment>
</owl:AnnotationProperty>
<!-- http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasUnitTest -->
<owl:AnnotationProperty rdf:about="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasUnitTest">
<rdfs:comment>This property can be used to annotate a unit test (e.g. in the form of a SPARQL query) to be launched to evaluate an ontology against a requirement-based task.</rdfs:comment>
</owl:AnnotationProperty>
<!-- http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#isCloneOf -->
<owl:AnnotationProperty rdf:about="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#isCloneOf">
<rdfs:comment>This annotation property is used for referring a cloned ontology entity to its cloning source.</rdfs:comment>
</owl:AnnotationProperty>
<!-- http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#isSpecializationOf -->
<owl:AnnotationProperty rdf:about="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#isSpecializationOf">
<rdfs:comment>This annotation property is useful for content ontology design patterns and its elements. Its value is a URI, which refers either to a content ontology design pattern that is specialized by the annotated one, or to an ontology element that is specialized by the annotated one.</rdfs:comment>
</owl:AnnotationProperty>
<!-- http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#reengineeredFrom -->
<owl:AnnotationProperty rdf:about="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#reengineeredFrom">
<rdfs:comment>This annotation property should be assigned with a URI, which points to the concept schema, page, or anything else from which the annotated pattern was reengineered. If the source does not have any URI e.g., a printed book, this property value should provide information as precise as possible in order to identify the source. This property is alternative to the extractedFrom property because it is used when the pattern come from a concept schema which is not an owl ontology. For example content ontology design patterns, which are reengineered from data model patterns, rdf schemas, etc. should be annotatd with this property. E.g. The basicpersonalfoaf pattern is extracted from the rdf FOAF specification, hence the value for this annotation property is http://xmlns.com/foaf/spec/20071002.rdf</rdfs:comment>
</owl:AnnotationProperty>
<!-- http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#relatedCPs -->
<owl:AnnotationProperty rdf:about="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#relatedCPs">
<rdfs:comment>This annotation property can be used to indicate other CPs (if any) that specialize, generalize, inlcude, or are components of the CP. Furthermore, this field may indicate other CPs that are typically used in conjunction with the described one. Important similarities and differences with other patterns can be also described here.</rdfs:comment>
</owl:AnnotationProperty>
<!-- http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#scenarios -->
<owl:AnnotationProperty rdf:about="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#scenarios">
<rdfs:comment>This annotation property is used for describing examples of instantiation of the Content OP. For example, for the part-of Content OP (which represents part-whole relations) a possible scenario is the sentence: "the brain is part of the human body". Scenarios are expressed as natural language sentences.</rdfs:comment>
</owl:AnnotationProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://purl.org/andreapoltronieri/notepattern#hasPositionInMeasure -->
<owl:DatatypeProperty rdf:about="https://purl.org/andreapoltronieri/notepattern#hasPositionInMeasure">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
<rdfs:label xml:lang="en">has position in measure</rdfs:label>
</owl:DatatypeProperty>
<!-- https://purl.org/andreapoltronieri/notepattern/hasLiteralDynamic -->
<owl:DatatypeProperty rdf:about="https://purl.org/andreapoltronieri/notepattern/hasLiteralDynamic">
<rdfs:domain rdf:resource="https://purl.org/andreapoltronieri/notepattern/NoteDynamic"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">The dynamic expressed in a music score by means of adjectives (e.g. piano).</rdfs:comment>
<rdfs:label xml:lang="en">has literal dynamic</rdfs:label>
</owl:DatatypeProperty>
<!-- https://purl.org/andreapoltronieri/notepattern/hasMeasure -->
<owl:DatatypeProperty rdf:about="https://purl.org/andreapoltronieri/notepattern/hasMeasure">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
<rdfs:comment xml:lang="en">The measure (expressed in bars) to which a note belongs in a music score.</rdfs:comment>
<rdfs:label xml:lang="en">has measure</rdfs:label>
<rdfs:seeAlso rdf:resource="http://cedric.cnam.fr/isid/ontologies/MusicNote.owl#Measure"/>
<rdfs:seeAlso rdf:resource="http://purl.org/ontology/mto/Bar"/>
</owl:DatatypeProperty>
<!-- https://purl.org/andreapoltronieri/notepattern/hasMidiPitch -->
<owl:DatatypeProperty rdf:about="https://purl.org/andreapoltronieri/notepattern/hasMidiPitch">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="https://purl.org/andreapoltronieri/notepattern/NotePitch"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
<rdfs:comment xml:lang="en">The pitch of a note expressed by means of its MIDI number.</rdfs:comment>
<rdfs:label xml:lang="en">has midi pitch</rdfs:label>
</owl:DatatypeProperty>
<!-- https://purl.org/andreapoltronieri/notepattern/hasMidiVelocity -->
<owl:DatatypeProperty rdf:about="https://purl.org/andreapoltronieri/notepattern/hasMidiVelocity">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="https://purl.org/andreapoltronieri/notepattern/NoteDynamic"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
<rdfs:comment xml:lang="en">The dynamics of the note expressed symbolically by means of the MIDI command "velocity".</rdfs:comment>
<rdfs:label xml:lang="en">has midi velocity</rdfs:label>
</owl:DatatypeProperty>
<!-- https://purl.org/andreapoltronieri/notepattern/isDefinedByOctave -->
<owl:DatatypeProperty rdf:about="https://purl.org/andreapoltronieri/notepattern/isDefinedByOctave">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="https://purl.org/andreapoltronieri/notepattern/NotePitch"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
<rdfs:comment xml:lang="en">The octave on which the note is defined.</rdfs:comment>
<rdfs:label xml:lang="en">is defined by octave</rdfs:label>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://cedric.cnam.fr/isid/ontologies/MusicNote.owl#Part -->
<owl:Class rdf:about="http://cedric.cnam.fr/isid/ontologies/MusicNote.owl#Part">
<rdfs:label xml:lang="en">Part</rdfs:label>
</owl:Class>
<!-- http://linkeddata.uni-muenster.de/ontology/musicscore/Duration -->
<owl:Class rdf:about="http://linkeddata.uni-muenster.de/ontology/musicscore/Duration">
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/mto/Duration"/>
<rdfs:label xml:lang="en">Duration</rdfs:label>
</owl:Class>
<!-- http://linkeddata.uni-muenster.de/ontology/musicscore/Dynamic -->
<owl:Class rdf:about="http://linkeddata.uni-muenster.de/ontology/musicscore/Dynamic">
<rdfs:label xml:lang="en">Dynamic</rdfs:label>
</owl:Class>
<!-- http://linkeddata.uni-muenster.de/ontology/musicscore/NoteSet -->
<owl:Class rdf:about="http://linkeddata.uni-muenster.de/ontology/musicscore/NoteSet">
<rdfs:label xml:lang="en">Note Set</rdfs:label>
</owl:Class>
<!-- http://linkeddata.uni-muenster.de/ontology/musicscore/Part -->
<owl:Class rdf:about="http://linkeddata.uni-muenster.de/ontology/musicscore/Part">
<owl:equivalentClass rdf:resource="https://purl.org/andreapoltronieri/scorepart/Part"/>
<rdfs:label xml:lang="en">Part</rdfs:label>
</owl:Class>
<!-- http://linkeddata.uni-muenster.de/ontology/musicscore/Voice -->
<owl:Class rdf:about="http://linkeddata.uni-muenster.de/ontology/musicscore/Voice">
<rdfs:label xml:lang="en">Voice</rdfs:label>
</owl:Class>
<!-- http://purl.org/ontology/mto/Duration -->
<owl:Class rdf:about="http://purl.org/ontology/mto/Duration">
<rdfs:label xml:lang="en">Duration</rdfs:label>
</owl:Class>
<!-- http://purl.org/ontology/mto/Pitch -->
<owl:Class rdf:about="http://purl.org/ontology/mto/Pitch">
<rdfs:label xml:lang="en">Pitch</rdfs:label>
</owl:Class>
<!-- https://archive.org/services/purl/purl/ontology/mto/Accidental -->
<owl:Class rdf:about="https://archive.org/services/purl/purl/ontology/mto/Accidental">
<rdfs:label xml:lang="en">Accidental</rdfs:label>
</owl:Class>
<!-- https://purl.org/andreapoltronieri/notepattern#Accidental -->
<owl:Class rdf:about="https://purl.org/andreapoltronieri/notepattern#Accidental">
<rdfs:subClassOf rdf:resource="https://archive.org/services/purl/purl/ontology/mto/Accidental"/>
<rdfs:comment xml:lang="en">The accidental of a note (e.g. sharp).</rdfs:comment>
<rdfs:label xml:lang="en">Accidental</rdfs:label>
</owl:Class>
<!-- https://purl.org/andreapoltronieri/notepattern#DoubleFlat -->
<owl:Class rdf:about="https://purl.org/andreapoltronieri/notepattern#DoubleFlat">
<rdfs:subClassOf rdf:resource="https://purl.org/andreapoltronieri/notepattern#Accidental"/>
<rdfs:label xml:lang="en">Double Flat</rdfs:label>
</owl:Class>
<!-- https://purl.org/andreapoltronieri/notepattern#DoubleSharp -->
<owl:Class rdf:about="https://purl.org/andreapoltronieri/notepattern#DoubleSharp">
<rdfs:subClassOf rdf:resource="https://purl.org/andreapoltronieri/notepattern#Accidental"/>
<rdfs:label xml:lang="en">Double Sharp</rdfs:label>
</owl:Class>
<!-- https://purl.org/andreapoltronieri/notepattern#Flat -->
<owl:Class rdf:about="https://purl.org/andreapoltronieri/notepattern#Flat">
<rdfs:subClassOf rdf:resource="https://purl.org/andreapoltronieri/notepattern#Accidental"/>
<rdfs:label xml:lang="en">Flat</rdfs:label>
</owl:Class>
<!-- https://purl.org/andreapoltronieri/notepattern#Natural -->
<owl:Class rdf:about="https://purl.org/andreapoltronieri/notepattern#Natural">
<rdfs:subClassOf rdf:resource="https://purl.org/andreapoltronieri/notepattern#Accidental"/>
<rdfs:label xml:lang="en">Natural</rdfs:label>
</owl:Class>
<!-- https://purl.org/andreapoltronieri/notepattern#Sharp -->
<owl:Class rdf:about="https://purl.org/andreapoltronieri/notepattern#Sharp">
<rdfs:subClassOf rdf:resource="https://purl.org/andreapoltronieri/notepattern#Accidental"/>
<rdfs:label xml:lang="en">Sharp</rdfs:label>
</owl:Class>
<!-- https://purl.org/andreapoltronieri/notepattern/NoteDuration -->
<owl:Class rdf:about="https://purl.org/andreapoltronieri/notepattern/NoteDuration">
<rdfs:subClassOf rdf:resource="http://linkeddata.uni-muenster.de/ontology/musicscore/Duration"/>
<rdfs:comment xml:lang="en">The quantised duration of a symbolic music note.</rdfs:comment>
<rdfs:label xml:lang="en">Note Duration</rdfs:label>
</owl:Class>
<!-- https://purl.org/andreapoltronieri/notepattern/NoteDynamic -->
<owl:Class rdf:about="https://purl.org/andreapoltronieri/notepattern/NoteDynamic">
<rdfs:subClassOf rdf:resource="http://linkeddata.uni-muenster.de/ontology/musicscore/Dynamic"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://purl.org/andreapoltronieri/notepattern/hasLiteralDynamic"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://purl.org/andreapoltronieri/notepattern/hasMidiVelocity"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">The dynamic of a symbolic note.</rdfs:comment>
<rdfs:label xml:lang="en">Note Dynamic</rdfs:label>
</owl:Class>
<!-- https://purl.org/andreapoltronieri/notepattern/NotePitch -->
<owl:Class rdf:about="https://purl.org/andreapoltronieri/notepattern/NotePitch">
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/mto/Pitch"/>
<rdfs:comment xml:lang="en">The pitch of a symbolic note.</rdfs:comment>
<rdfs:label xml:lang="en">Note Pitch</rdfs:label>
</owl:Class>
<!-- https://purl.org/andreapoltronieri/notepattern/SymbolicNote -->
<owl:Class rdf:about="https://purl.org/andreapoltronieri/notepattern/SymbolicNote">
<rdfs:subClassOf rdf:resource="http://linkeddata.uni-muenster.de/ontology/musicscore/NoteSet"/>
<rdfs:comment xml:lang="en">A music note from the western temperament system.</rdfs:comment>
<rdfs:label xml:lang="en">Note Event</rdfs:label>
<rdfs:seeAlso rdf:resource="http://purl.org/ontology/mto/Note"/>
</owl:Class>
<!-- https://purl.org/andreapoltronieri/scorepart/Part -->
<rdf:Description rdf:about="https://purl.org/andreapoltronieri/scorepart/Part">
<rdfs:subClassOf rdf:resource="http://cedric.cnam.fr/isid/ontologies/MusicNote.owl#Part"/>
</rdf:Description>
<!-- https://purl.org/andreapoltronieri/scorepart/#Voice -->
<owl:Class rdf:about="https://purl.org/andreapoltronieri/scorepart/#Voice">
<rdfs:subClassOf rdf:resource="http://linkeddata.uni-muenster.de/ontology/musicscore/Voice"/>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotations
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="https://purl.org/andreapoltronieri/scorepart/hasClef">
<rdfs:seeAlso rdf:resource="http://purl.org/ontology/mto/Clef"/>
</rdf:Description>
<rdf:Description rdf:about="https://purl.org/andreapoltronieri/scorepart/hasMetric">
<rdfs:seeAlso rdf:resource="http://purl.org/ontology/mto/TimeSignature"/>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->