Statistics
| Branch: | Revision:

root / eise / eise.owl @ e1d544c9

History | View | Annotate | Download (15.589 KB)

1
<?xml version="1.0"?>
2

    
3

    
4
<!DOCTYPE rdf:RDF [
5
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
6
    <!ENTITY dc "http://purl.org/dc/elements/1.1/" >
7
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
8
    <!ENTITY csra "http://www.cit-ec.de/csra/interaction" >
9
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
10
    <!ENTITY interaction "http://www.cit-ec.de/csra/interaction#" >
11
    <!ENTITY ont "http://www.co-ode.org/ontologies/ont.owl#" >
12
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
13
    <!ENTITY eise "https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#" >
14
]>
15

    
16

    
17
<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#"
18
     xml:base="http://www.w3.org/2002/07/owl"
19
     xmlns:csra="http://www.cit-ec.de/csra/interaction"
20
     xmlns:ont="http://www.co-ode.org/ontologies/ont.owl#"
21
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
22
     xmlns:owl="http://www.w3.org/2002/07/owl#"
23
     xmlns:interaction="&csra;#"
24
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
25
     xmlns:eise="https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#"
26
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
27
     xmlns:dc="http://purl.org/dc/elements/1.1/">
28
    <Ontology rdf:about="https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl">
29
        <dc:date rdf:datatype="&xsd;date">Date: 2016/02/17 15:00:00</dc:date>
30
        <rdfs:comment>TODO</rdfs:comment>
31
        <dc:creator>Norman Koester</dc:creator>
32
        <imports rdf:resource="http://purl.oclc.org/NET/ssnx/ssn"/>
33
        <imports rdf:resource="http://www.w3.org/2006/time"/>
34
        <versionIRI rdf:resource="https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/revisions/0.0.1/entry/eise/eise.owl"/>
35
    </Ontology>
36
    
37

    
38

    
39
    <!-- 
40
    ///////////////////////////////////////////////////////////////////////////////////////
41
    //
42
    // Object Properties
43
    //
44
    ///////////////////////////////////////////////////////////////////////////////////////
45
     -->
46

    
47
    
48

    
49

    
50
    <!-- http://www.co-ode.org/ontologies/ont.owl#isAt -->
51

    
52
    <ObjectProperty rdf:about="&ont;isAt">
53
        <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Object"/>
54
        <rdfs:range rdf:resource="&eise;Location"/>
55
    </ObjectProperty>
56
    
57

    
58

    
59
    <!-- http://www.co-ode.org/ontologies/ont.owl#participatesIn -->
60

    
61
    <ObjectProperty rdf:about="&ont;participatesIn">
62
        <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Action"/>
63
        <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Object"/>
64
    </ObjectProperty>
65
    
66

    
67

    
68
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#createTime -->
69

    
70
    <ObjectProperty rdf:about="&eise;createTime">
71
        <rdfs:domain rdf:resource="&eise;Metadata"/>
72
        <rdfs:subPropertyOf rdf:resource="&eise;metadataProperty"/>
73
    </ObjectProperty>
74
    
75

    
76

    
77
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#happensAt -->
78

    
79
    <ObjectProperty rdf:about="&eise;happensAt">
80
        <rdfs:domain rdf:resource="&ont;Interaction"/>
81
        <rdfs:range rdf:resource="&eise;Location"/>
82
    </ObjectProperty>
83
    
84

    
85

    
86
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#hasActuator -->
87

    
88
    <ObjectProperty rdf:about="&eise;hasActuator">
89
        <rdfs:range rdf:resource="&eise;Actuator"/>
90
        <rdfs:domain rdf:resource="&eise;ArtificialAgent"/>
91
    </ObjectProperty>
92
    
93

    
94

    
95
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#hasMetadata -->
96

    
97
    <ObjectProperty rdf:about="&eise;hasMetadata">
98
        <rdfs:range rdf:resource="&eise;Metadata"/>
99
        <rdfs:domain rdf:resource="&eise;RSBEvent"/>
100
    </ObjectProperty>
101
    
102

    
103

    
104
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#hasSensor -->
105

    
106
    <ObjectProperty rdf:about="&eise;hasSensor">
107
        <rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/ssn#Sensor"/>
108
        <rdfs:domain rdf:resource="&eise;ArtificialAgent"/>
109
    </ObjectProperty>
110
    
111

    
112

    
113
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#metadataProperty -->
114

    
115
    <ObjectProperty rdf:about="&eise;metadataProperty"/>
116
    
117

    
118

    
119
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#receiveTime -->
120

    
121
    <ObjectProperty rdf:about="&eise;receiveTime">
122
        <rdfs:domain rdf:resource="&eise;Metadata"/>
123
        <rdfs:subPropertyOf rdf:resource="&eise;metadataProperty"/>
124
    </ObjectProperty>
125
    
126

    
127

    
128
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#sendTime -->
129

    
130
    <ObjectProperty rdf:about="&eise;sendTime">
131
        <rdfs:range rdf:resource="http://www.w3.org/2006/time#xsdDateTime"/>
132
        <rdfs:domain rdf:resource="&eise;Metadata"/>
133
        <rdfs:subPropertyOf rdf:resource="&eise;metadataProperty"/>
134
        <rdfs:range>
135
            <Restriction>
136
                <onProperty rdf:resource="http://www.w3.org/2006/time#xsdDateTime"/>
137
                <allValuesFrom rdf:resource="&xsd;dateTime"/>
138
            </Restriction>
139
        </rdfs:range>
140
    </ObjectProperty>
141
    
142

    
143

    
144
    <!-- 
145
    ///////////////////////////////////////////////////////////////////////////////////////
146
    //
147
    // Data properties
148
    //
149
    ///////////////////////////////////////////////////////////////////////////////////////
150
     -->
151

    
152
    
153

    
154

    
155
    <!-- http://www.co-ode.org/ontologies/ont.owl#name -->
156

    
157
    <DatatypeProperty rdf:about="&ont;name">
158
        <rdfs:domain rdf:resource="&eise;Location"/>
159
        <rdfs:subPropertyOf rdf:resource="&eise;locationProperty"/>
160
    </DatatypeProperty>
161
    
162

    
163

    
164
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#RSBeventProperty -->
165

    
166
    <DatatypeProperty rdf:about="&eise;RSBeventProperty"/>
167
    
168

    
169

    
170
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#cause -->
171

    
172
    <DatatypeProperty rdf:about="&eise;cause">
173
        <rdfs:domain rdf:resource="&eise;RSBEvent"/>
174
        <rdfs:subPropertyOf rdf:resource="&eise;RSBeventProperty"/>
175
    </DatatypeProperty>
176
    
177

    
178

    
179
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#createTime -->
180

    
181
    <DatatypeProperty rdf:about="&eise;createTime"/>
182
    
183

    
184

    
185
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#dateOfBirth -->
186

    
187
    <DatatypeProperty rdf:about="&eise;dateOfBirth">
188
        <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Agent"/>
189
        <rdfs:subPropertyOf rdf:resource="&eise;personProperty"/>
190
    </DatatypeProperty>
191
    
192

    
193

    
194
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#familyName -->
195

    
196
    <DatatypeProperty rdf:about="&eise;familyName">
197
        <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Agent"/>
198
        <rdfs:subPropertyOf rdf:resource="&eise;personProperty"/>
199
    </DatatypeProperty>
200
    
201

    
202

    
203
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#gender -->
204

    
205
    <DatatypeProperty rdf:about="&eise;gender">
206
        <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Agent"/>
207
        <rdfs:subPropertyOf rdf:resource="&eise;personProperty"/>
208
    </DatatypeProperty>
209
    
210

    
211

    
212
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#givenName -->
213

    
214
    <DatatypeProperty rdf:about="&eise;givenName">
215
        <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Agent"/>
216
        <rdfs:subPropertyOf rdf:resource="&eise;personProperty"/>
217
    </DatatypeProperty>
218
    
219

    
220

    
221
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#height -->
222

    
223
    <DatatypeProperty rdf:about="&eise;height">
224
        <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Agent"/>
225
        <rdfs:subPropertyOf rdf:resource="&eise;personProperty"/>
226
    </DatatypeProperty>
227
    
228

    
229

    
230
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#id -->
231

    
232
    <DatatypeProperty rdf:about="&eise;id">
233
        <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Agent"/>
234
        <rdfs:subPropertyOf rdf:resource="&eise;personProperty"/>
235
    </DatatypeProperty>
236
    
237

    
238

    
239
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#locationProperty -->
240

    
241
    <DatatypeProperty rdf:about="&eise;locationProperty"/>
242
    
243

    
244

    
245
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#metadataProperty -->
246

    
247
    <DatatypeProperty rdf:about="&eise;metadataProperty">
248
        <rdfs:subPropertyOf rdf:resource="&eise;RSBeventProperty"/>
249
    </DatatypeProperty>
250
    
251

    
252

    
253
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#payload -->
254

    
255
    <DatatypeProperty rdf:about="&eise;payload">
256
        <rdfs:domain rdf:resource="&eise;RSBEvent"/>
257
        <rdfs:subPropertyOf rdf:resource="&eise;RSBeventProperty"/>
258
    </DatatypeProperty>
259
    
260

    
261

    
262
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#personProperty -->
263

    
264
    <DatatypeProperty rdf:about="&eise;personProperty"/>
265
    
266

    
267

    
268
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#receiveTime -->
269

    
270
    <DatatypeProperty rdf:about="&eise;receiveTime"/>
271
    
272

    
273

    
274
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#scope -->
275

    
276
    <DatatypeProperty rdf:about="&eise;scope">
277
        <rdfs:domain rdf:resource="&eise;RSBEvent"/>
278
        <rdfs:subPropertyOf rdf:resource="&eise;RSBeventProperty"/>
279
    </DatatypeProperty>
280
    
281

    
282

    
283
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#sendTime -->
284

    
285
    <DatatypeProperty rdf:about="&eise;sendTime"/>
286
    
287

    
288

    
289
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#type -->
290

    
291
    <DatatypeProperty rdf:about="&eise;type"/>
292
    
293

    
294

    
295
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#uuid -->
296

    
297
    <DatatypeProperty rdf:about="&eise;uuid">
298
        <rdfs:domain rdf:resource="&eise;RSBEvent"/>
299
        <rdfs:subPropertyOf rdf:resource="&eise;RSBeventProperty"/>
300
    </DatatypeProperty>
301
    
302

    
303

    
304
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#wireschema -->
305

    
306
    <DatatypeProperty rdf:about="&eise;wireschema">
307
        <rdfs:domain rdf:resource="&eise;RSBEvent"/>
308
        <rdfs:subPropertyOf rdf:resource="&eise;RSBeventProperty"/>
309
    </DatatypeProperty>
310
    
311

    
312

    
313
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#x -->
314

    
315
    <DatatypeProperty rdf:about="&eise;x">
316
        <rdfs:domain rdf:resource="&ont;Position"/>
317
        <rdfs:subPropertyOf rdf:resource="&eise;locationProperty"/>
318
    </DatatypeProperty>
319
    
320

    
321

    
322
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#y -->
323

    
324
    <DatatypeProperty rdf:about="&eise;y">
325
        <rdfs:domain rdf:resource="&ont;Position"/>
326
        <rdfs:subPropertyOf rdf:resource="&eise;locationProperty"/>
327
    </DatatypeProperty>
328
    
329

    
330

    
331
    <!-- 
332
    ///////////////////////////////////////////////////////////////////////////////////////
333
    //
334
    // Classes
335
    //
336
    ///////////////////////////////////////////////////////////////////////////////////////
337
     -->
338

    
339
    
340

    
341

    
342
    <!-- http://www.co-ode.org/ontologies/ont.owl#Area -->
343

    
344
    <Class rdf:about="&ont;Area">
345
        <rdfs:subClassOf rdf:resource="&eise;Location"/>
346
    </Class>
347
    
348

    
349

    
350
    <!-- http://www.co-ode.org/ontologies/ont.owl#Conversation -->
351

    
352
    <Class rdf:about="&ont;Conversation">
353
        <rdfs:subClassOf rdf:resource="&ont;Interaction"/>
354
    </Class>
355
    
356

    
357

    
358
    <!-- http://www.co-ode.org/ontologies/ont.owl#Interaction -->
359

    
360
    <Class rdf:about="&ont;Interaction">
361
        <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Action"/>
362
    </Class>
363
    
364

    
365

    
366
    <!-- http://www.co-ode.org/ontologies/ont.owl#Position -->
367

    
368
    <Class rdf:about="&ont;Position">
369
        <rdfs:subClassOf rdf:resource="&eise;Location"/>
370
    </Class>
371
    
372

    
373

    
374
    <!-- http://www.co-ode.org/ontologies/ont.owl#Room -->
375

    
376
    <Class rdf:about="&ont;Room">
377
        <rdfs:subClassOf rdf:resource="&ont;Area"/>
378
    </Class>
379
    
380

    
381

    
382
    <!-- http://www.co-ode.org/ontologies/ont.owl#Topic -->
383

    
384
    <Class rdf:about="&ont;Topic">
385
        <rdfs:subClassOf rdf:resource="&ont;Interaction"/>
386
    </Class>
387
    
388

    
389

    
390
    <!-- http://www.co-ode.org/ontologies/ont.owl#Utterance -->
391

    
392
    <Class rdf:about="&ont;Utterance">
393
        <rdfs:subClassOf rdf:resource="&ont;Interaction"/>
394
    </Class>
395
    
396

    
397

    
398
    <!-- http://www.w3.org/2006/time#xsdDateTime -->
399

    
400
    <Class rdf:about="http://www.w3.org/2006/time#xsdDateTime"/>
401
    
402

    
403

    
404
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#Actuator -->
405

    
406
    <Class rdf:about="&eise;Actuator">
407
        <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#PhysicalObject"/>
408
    </Class>
409
    
410

    
411

    
412
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#ArtificialAgent -->
413

    
414
    <Class rdf:about="&eise;ArtificialAgent">
415
        <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#PhysicalAgent"/>
416
        <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#PhysicalObject"/>
417
    </Class>
418
    
419

    
420

    
421
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#Location -->
422

    
423
    <Class rdf:about="&eise;Location">
424
        <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#SpaceRegion"/>
425
    </Class>
426
    
427

    
428

    
429
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#Metadata -->
430

    
431
    <Class rdf:about="&eise;Metadata">
432
        <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Abstract"/>
433
    </Class>
434
    
435

    
436

    
437
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#RSBEvent -->
438

    
439
    <Class rdf:about="&eise;RSBEvent">
440
        <rdfs:subClassOf rdf:resource="http://purl.oclc.org/NET/ssnx/ssn#ObservationValue"/>
441
    </Class>
442
    
443

    
444

    
445
    <!-- 
446
    ///////////////////////////////////////////////////////////////////////////////////////
447
    //
448
    // Individuals
449
    //
450
    ///////////////////////////////////////////////////////////////////////////////////////
451
     -->
452

    
453
    
454

    
455

    
456
    <!-- http://www.co-ode.org/ontologies/ont.owl#Kitchen -->
457

    
458
    <NamedIndividual rdf:about="&ont;Kitchen">
459
        <rdf:type rdf:resource="&ont;Room"/>
460
    </NamedIndividual>
461
    
462

    
463

    
464
    <!-- http://www.co-ode.org/ontologies/ont.owl#Norman -->
465

    
466
    <NamedIndividual rdf:about="&ont;Norman">
467
        <rdf:type rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Object"/>
468
        <rdf:type rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Person"/>
469
        <eise:givenName>Norman</eise:givenName>
470
        <ont:isAt rdf:resource="&ont;Kitchen"/>
471
    </NamedIndividual>
472
</rdf:RDF>
473

    
474

    
475

    
476
<!-- Generated by the OWL API (version 3.5.1) http://owlapi.sourceforge.net -->
477