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@640
|
11 ]>
|
mas01mj@640
|
12
|
mas01mj@640
|
13
|
mas01mj@640
|
14
|
mas01mj@640
|
15 <rdf:RDF xmlns:rdf="&rdf;"
|
mas01mj@640
|
16 xmlns:rdfs="&rdfs;"
|
mas01mj@640
|
17 xmlns:owl="&owl;"
|
mas01mj@640
|
18 xmlns:xsd="&xsd;"
|
mas01mj@640
|
19 xmlns:dat="&dat;"
|
mas01mj@640
|
20 xml:base="&base;"
|
mas01mj@640
|
21 xmlns:dc="&dc;"
|
mas01mj@640
|
22 xmlns:dct="&dct;">
|
mas01mj@640
|
23
|
mas01mj@640
|
24
|
mas01mj@640
|
25 <owl:Ontology rdf:about="&base;">
|
mas01mj@640
|
26 <rdfs:label>AudioDB Ontology</rdfs:label>
|
mas01mj@640
|
27 <dc:title xml:lang="en">AudioDB Ontology</dc:title>
|
mas01mj@640
|
28 <dc:description xml:lang="en">Describes the contents of an AudioDB instance</dc:description>
|
mas01mj@640
|
29 <dc:creator>Michael O. Jewell (mailto:mas01mj@gold.ac.uk)</dc:creator>
|
mas01mj@640
|
30 <dct:created>2009-10-07</dct:created>
|
mas01mj@640
|
31 <owl:versionInfo>0.1</owl:versionInfo>
|
mas01mj@640
|
32 </owl:Ontology>
|
mas01mj@640
|
33
|
mas01mj@640
|
34 <owl:Class rdf:ID="Database">
|
mas01mj@640
|
35 <rdfs:label>AudioDB</rdfs:label>
|
mas01mj@640
|
36 <rdfs:comment>Represents a collection of extracted features and information about their extraction.</rdfs:comment>
|
mas01mj@640
|
37 <rdfs:subClassOf rdf:resource="foaf:Document" />
|
mas01mj@640
|
38 </owl:Class>
|
mas01mj@640
|
39
|
mas01mj@640
|
40 <owl:Class rdf:ID="Feature">
|
mas01mj@640
|
41 <rdfs:label>Feature</rdfs:label>
|
mas01mj@640
|
42 <rdfs:comment>Information about an audio feature</rdfs:comment>
|
mas01mj@640
|
43 </owl:Class>
|
mas01mj@640
|
44
|
mas01mj@640
|
45 <owl:ObjectProperty rdf:ID="window-type">
|
mas01mj@640
|
46 <rdfs:label>Window Type</rdfs:label>
|
mas01mj@640
|
47 <rdfs:comment>This property indicates that there is some no link between the named Expressions</rdfs:comment>
|
mas01mj@640
|
48 <owl:inverseOf rdf:resource="#is-not-linked-to"/>
|
mas01mj@640
|
49 <rdfs:domain rdf:resource="#Expression"/>
|
mas01mj@640
|
50 <rdfs:range rdf:resource="#Expression"/>
|
mas01mj@640
|
51 </owl:ObjectProperty>
|
mas01mj@640
|
52
|
mas01mj@640
|
53 <owl:Class rdf:ID="ChromogramFeature">
|
mas01mj@640
|
54 <rdfs:label>Chromogram Feature</rdfs:label>
|
mas01mj@640
|
55 <rdfs:comment>Information about an audio feature</rdfs:comment>
|
mas01mj@640
|
56 <rdfs:subClassOf rdf:resource="audiodb:Feature" />
|
mas01mj@640
|
57 </owl:Class>
|
mas01mj@640
|
58
|
mas01mj@640
|
59 <owl:Class rdf:ID="MFCCFeature">
|
mas01mj@640
|
60 <rdfs:label>MFCC Feature</rdfs:label>
|
mas01mj@640
|
61 <rdfs:comment>Information about an audio feature</rdfs:comment>
|
mas01mj@640
|
62 <rdfs:subClassOf rdf:resource="audiodb:Feature" />
|
mas01mj@640
|
63 </owl:Class>
|
mas01mj@640
|
64
|
mas01mj@640
|
65 <owl:Class rdf:ID="CQTFeature">
|
mas01mj@640
|
66 <rdfs:label>CQT Feature</rdfs:label>
|
mas01mj@640
|
67 <rdfs:comment>Information about an audio feature</rdfs:comment>
|
mas01mj@640
|
68 <rdfs:subClassOf rdf:resource="audiodb:Feature" />
|
mas01mj@640
|
69 </owl:Class>
|
mas01mj@640
|
70
|
mas01mj@640
|
71 </rdf:RDF>
|