Skip to content

Commit 5e13e1f

Browse files
committed
Added SoundFile and WelcomeSound types.
1 parent e5def8a commit 5e13e1f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ontology/catalog-v001.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
33
<group id="Folder Repository, directory=, recursive=true, Auto-Update=true, version=2" prefer="public" xml:base="">
4-
<uri id="Automatically generated entry, Timestamp=1484657053007" name="http://www.matthias-fisch.de/ontologies/wot" uri="ontology.owl"/>
4+
<uri id="Automatically generated entry, Timestamp=1484673027571" name="http://www.matthias-fisch.de/ontologies/wot" uri="ontology.owl"/>
55
</group>
66
</catalog>

ontology/ontology.owl

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@
134134

135135

136136

137+
<!-- http://www.matthias-fisch.de/ontologies/wot#SoundFile -->
138+
139+
<owl:Class rdf:about="http://www.matthias-fisch.de/ontologies/wot#SoundFile"/>
140+
141+
142+
137143
<!-- http://www.matthias-fisch.de/ontologies/wot#Speaker -->
138144

139145
<owl:Class rdf:about="http://www.matthias-fisch.de/ontologies/wot#Speaker">
@@ -161,6 +167,14 @@
161167
<rdfs:comment xml:lang="en">Stop some sort of flashing.</rdfs:comment>
162168
<rdfs:seeAlso rdf:resource="http://elite.polito.it/ontologies/dogont.owl#OffFlashingCommand"/>
163169
</owl:Class>
170+
171+
172+
173+
<!-- http://www.matthias-fisch.de/ontologies/wot#WelcomeSound -->
174+
175+
<owl:Class rdf:about="http://www.matthias-fisch.de/ontologies/wot#WelcomeSound">
176+
<rdfs:subClassOf rdf:resource="http://www.matthias-fisch.de/ontologies/wot#SoundFile"/>
177+
</owl:Class>
164178
</rdf:RDF>
165179

166180

0 commit comments

Comments
 (0)