mas01mj@640
|
1 <?xml version="1.0"?>
|
mas01mj@640
|
2
|
mas01mj@640
|
3 <!DOCTYPE owl [
|
mas01mj@640
|
4 <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
|
mas01mj@640
|
5 <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
mas01mj@640
|
6 <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
|
mas01mj@640
|
7 <!ENTITY owl "http://www.w3.org/2002/07/owl#">
|
mas01mj@640
|
8 <!ENTITY base "http://omras2.gold.ac.uk/ontology/audiodb#">
|
mas01mj@640
|
9 <!ENTITY dc "http://purl.org/dc/elements/1.1/">
|
mas01mj@640
|
10 <!ENTITY dct "http://purl.org/dc/terms/">
|
mas01mj@642
|
11 <!ENTITY off "http://purl.org/ontology/off/">
|
mas01mj@642
|
12 <!ENTITY foaf "http://xmlns.com/foaf/0.1/">
|
mas01mj@642
|
13 <!ENTITY doap "http://usefulinc.com/ns/doap#">
|
mas01mj@640
|
14 ]>
|
mas01mj@640
|
15
|
mas01mj@640
|
16 <rdf:RDF xmlns:rdf="&rdf;"
|
mas01mj@640
|
17 xmlns:rdfs="&rdfs;"
|
mas01mj@640
|
18 xmlns:owl="&owl;"
|
mas01mj@640
|
19 xmlns:xsd="&xsd;"
|
mas01mj@640
|
20 xml:base="&base;"
|
mas01mj@640
|
21 xmlns:dc="&dc;"
|
mas01mj@642
|
22 xmlns:dct="&dct;"
|
mas01mj@642
|
23 xmlns:foaf="&foaf;"
|
mas01mj@642
|
24 xmlns:off="&off;">
|
mas01mj@640
|
25
|
mas01mj@640
|
26 <owl:Ontology rdf:about="&base;">
|
mas01mj@640
|
27 <rdfs:label>AudioDB Ontology</rdfs:label>
|
mas01mj@640
|
28 <dc:title xml:lang="en">AudioDB Ontology</dc:title>
|
mas01mj@640
|
29 <dc:description xml:lang="en">Describes the contents of an AudioDB instance</dc:description>
|
mas01mj@640
|
30 <dc:creator>Michael O. Jewell (mailto:mas01mj@gold.ac.uk)</dc:creator>
|
mas01mj@640
|
31 <dct:created>2009-10-07</dct:created>
|
mas01mj@640
|
32 <owl:versionInfo>0.1</owl:versionInfo>
|
mas01mj@640
|
33 </owl:Ontology>
|
mas01mj@640
|
34
|
mas01mj@640
|
35 <owl:Class rdf:ID="Database">
|
mas01mj@640
|
36 <rdfs:label>AudioDB</rdfs:label>
|
mas01mj@640
|
37 <rdfs:comment>Represents a collection of extracted features and information about their extraction.</rdfs:comment>
|
mas01mj@642
|
38 <rdfs:subClassOf rdf:resource="&foaf;Document" />
|
mas01mj@640
|
39 </owl:Class>
|
mas01mj@640
|
40
|
mas01mj@642
|
41 <owl:ObjectProperty rdf:ID="has-feature">
|
mas01mj@642
|
42 <rdfs:label>Has Feature</rdfs:label>
|
mas01mj@642
|
43 <rdfs:domain rdf:resource="#Database"/>
|
mas01mj@642
|
44 <rdfs:range rdf:resource="#Feature" />
|
mas01mj@642
|
45 </owl:ObjectProperty>
|
mas01mj@642
|
46
|
mas01mj@640
|
47 <owl:Class rdf:ID="Feature">
|
mas01mj@640
|
48 <rdfs:label>Feature</rdfs:label>
|
mas01mj@640
|
49 <rdfs:comment>Information about an audio feature</rdfs:comment>
|
mas01mj@640
|
50 </owl:Class>
|
mas01mj@640
|
51
|
mas01mj@642
|
52 <owl:ObjectProperty rdf:ID="extractor">
|
mas01mj@642
|
53 <rdfs:label>Extractor</rdfs:label>
|
mas01mj@642
|
54 <rdfs:domain rdf:resource="#Feature"/>
|
mas01mj@642
|
55 <rdfs:domain rdf:resource="&doap;Version"/>
|
mas01mj@640
|
56 </owl:ObjectProperty>
|
mas01mj@640
|
57
|
mas01mj@642
|
58 <owl:ObjectProperty rdf:ID="window">
|
mas01mj@642
|
59 <rdfs:label>Window</rdfs:label>
|
mas01mj@642
|
60 <rdfs:domain rdf:resource="#Feature"/>
|
mas01mj@642
|
61 <rdfs:range rdf:resource="#Window"/>
|
mas01mj@642
|
62 </owl:ObjectProperty>
|
mas01mj@642
|
63
|
mas01mj@642
|
64 <owl:ObjectProperty rdf:ID="hop-size">
|
mas01mj@642
|
65 <rdfs:label>Hop Size</rdfs:label>
|
mas01mj@642
|
66 <rdfs:domain rdf:resource="#Feature"/>
|
mas01mj@642
|
67 <rdfs:range rdf:resource="&xsd;integer" />
|
mas01mj@642
|
68 </owl:ObjectProperty>
|
mas01mj@642
|
69
|
mas01mj@642
|
70 <owl:ObjectProperty rdf:ID="window-length">
|
mas01mj@642
|
71 <rdfs:label>Window Length</rdfs:label>
|
mas01mj@642
|
72 <rdfs:domain rdf:resource="#Feature"/>
|
mas01mj@642
|
73 <rdfs:range rdf:resource="&xsd;integer" />
|
mas01mj@642
|
74 </owl:ObjectProperty>
|
mas01mj@642
|
75
|
mas01mj@642
|
76 <owl:ObjectProperty rdf:ID="nfft">
|
mas01mj@642
|
77 <rdfs:label>nfft</rdfs:label>
|
mas01mj@642
|
78 <rdfs:domain rdf:resource="#Feature"/>
|
mas01mj@642
|
79 <rdfs:range rdf:resource="&xsd;integer" />
|
mas01mj@642
|
80 </owl:ObjectProperty>
|
mas01mj@642
|
81
|
mas01mj@642
|
82 <owl:ObjectProperty rdf:ID="segn">
|
mas01mj@642
|
83 <rdfs:label>segn</rdfs:label>
|
mas01mj@642
|
84 <rdfs:domain rdf:resource="#Feature"/>
|
mas01mj@642
|
85 <rdfs:range rdf:resource="&xsd;integer" />
|
mas01mj@642
|
86 </owl:ObjectProperty>
|
mas01mj@642
|
87
|
mas01mj@642
|
88 <owl:ObjectProperty rdf:ID="channel">
|
mas01mj@642
|
89 <rdfs:label>channel</rdfs:label>
|
mas01mj@642
|
90 <rdfs:domain rdf:resource="#Feature"/>
|
mas01mj@642
|
91 <rdfs:range rdf:resource="&xsd;integer" />
|
mas01mj@642
|
92 </owl:ObjectProperty>
|
mas01mj@642
|
93
|
mas01mj@642
|
94 <owl:ObjectProperty rdf:ID="dimension">
|
mas01mj@642
|
95 <rdfs:label>dimension</rdfs:label>
|
mas01mj@642
|
96 <rdfs:domain rdf:resource="#Feature"/>
|
mas01mj@642
|
97 <rdfs:range rdf:resource="&xsd;integer" />
|
mas01mj@642
|
98 </owl:ObjectProperty>
|
mas01mj@642
|
99
|
mas01mj@642
|
100 <owl:ObjectProperty rdf:ID="loedge">
|
mas01mj@642
|
101 <rdfs:label>loedge</rdfs:label>
|
mas01mj@642
|
102 <rdfs:domain rdf:resource="#Feature"/>
|
mas01mj@642
|
103 <rdfs:range rdf:resource="&xsd;double" />
|
mas01mj@642
|
104 </owl:ObjectProperty>
|
mas01mj@642
|
105
|
mas01mj@642
|
106 <owl:ObjectProperty rdf:ID="hiedge">
|
mas01mj@642
|
107 <rdfs:label>hiedge</rdfs:label>
|
mas01mj@642
|
108 <rdfs:domain rdf:resource="#Feature"/>
|
mas01mj@642
|
109 <rdfs:range rdf:resource="&xsd;double" />
|
mas01mj@642
|
110 </owl:ObjectProperty>
|
mas01mj@642
|
111
|
mas01mj@642
|
112 <owl:ObjectProperty rdf:ID="octaveres">
|
mas01mj@642
|
113 <rdfs:label>octaveres</rdfs:label>
|
mas01mj@642
|
114 <rdfs:domain rdf:resource="#Feature"/>
|
mas01mj@642
|
115 <rdfs:range rdf:resource="&xsd;double" />
|
mas01mj@642
|
116 </owl:ObjectProperty>
|
mas01mj@642
|
117
|
mas01mj@642
|
118 <owl:ObjectProperty rdf:ID="segmentation-type">
|
mas01mj@642
|
119 <rdfs:label>segmentation type</rdfs:label>
|
mas01mj@642
|
120 <rdfs:domain rdf:resource="#Feature"/>
|
mas01mj@642
|
121 <rdfs:range rdf:resource="#Segmentation" />
|
mas01mj@642
|
122 </owl:ObjectProperty>
|
mas01mj@642
|
123
|
mas01mj@642
|
124 <owl:Class rdf:ID="Segmentation">
|
mas01mj@642
|
125 <rdfs:label>Segmentation</rdfs:label>
|
mas01mj@642
|
126 </owl:Class>
|
mas01mj@642
|
127
|
mas01mj@642
|
128 <owl:Class rdf:ID="FrameSegmentation">
|
mas01mj@642
|
129 <rdfs:label>Frame Segmentation</rdfs:label>
|
mas01mj@642
|
130 <rdfs:subClassOf rdf:resource="#Segmentation" />
|
mas01mj@642
|
131 </owl:Class>
|
mas01mj@642
|
132
|
mas01mj@642
|
133 <owl:Class rdf:ID="BeatSegmentation">
|
mas01mj@642
|
134 <rdfs:label>Beat Segmentation</rdfs:label>
|
mas01mj@642
|
135 <rdfs:subClassOf rdf:resource="#Segmentation" />
|
mas01mj@642
|
136 </owl:Class>
|
mas01mj@642
|
137
|
mas01mj@642
|
138 <owl:Class rdf:ID="StructuralSegmentation">
|
mas01mj@642
|
139 <rdfs:label>Structural Segmentation</rdfs:label>
|
mas01mj@642
|
140 <rdfs:subClassOf rdf:resource="#Segmentation" />
|
mas01mj@642
|
141 </owl:Class>
|
mas01mj@642
|
142
|
mas01mj@642
|
143
|
mas01mj@642
|
144 <owl:Class rdf:ID="Window">
|
mas01mj@642
|
145 <rdfs:label>Window</rdfs:label>
|
mas01mj@642
|
146 </owl:Class>
|
mas01mj@642
|
147
|
mas01mj@642
|
148 <owl:Class rdf:ID="HammingWindow">
|
mas01mj@642
|
149 <rdfs:label>Hamming Window</rdfs:label>
|
mas01mj@642
|
150 <rdfs:subClassOf rdf:resource="#Window" />
|
mas01mj@642
|
151 </owl:Class>
|
mas01mj@642
|
152
|
mas01mj@640
|
153 <owl:Class rdf:ID="ChromogramFeature">
|
mas01mj@640
|
154 <rdfs:label>Chromogram Feature</rdfs:label>
|
mas01mj@642
|
155 <rdfs:subClassOf rdf:resource="#Feature" />
|
mas01mj@640
|
156 </owl:Class>
|
mas01mj@640
|
157
|
mas01mj@640
|
158 <owl:Class rdf:ID="MFCCFeature">
|
mas01mj@640
|
159 <rdfs:label>MFCC Feature</rdfs:label>
|
mas01mj@642
|
160 <rdfs:subClassOf rdf:resource="#Feature" />
|
mas01mj@640
|
161 </owl:Class>
|
mas01mj@640
|
162
|
mas01mj@640
|
163 <owl:Class rdf:ID="CQTFeature">
|
mas01mj@640
|
164 <rdfs:label>CQT Feature</rdfs:label>
|
mas01mj@642
|
165 <rdfs:subClassOf rdf:resource="#Feature" />
|
mas01mj@640
|
166 </owl:Class>
|
mas01mj@640
|
167
|
mas01mj@640
|
168 </rdf:RDF>
|