Revision f901810b

View differences:

eise/eise.owl
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
]>
14

  
15

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

  
36

  
37
    <!-- 
38
    ///////////////////////////////////////////////////////////////////////////////////////
39
    //
40
    // Object Properties
41
    //
42
    ///////////////////////////////////////////////////////////////////////////////////////
43
     -->
44

  
45
    
46

  
47

  
48
    <!-- http://www.cit-ec.de/csra/interaction#happensAt -->
49

  
50
    <ObjectProperty rdf:about="&csra;#happensAt">
51
        <rdfs:range rdf:resource="&csra;#Location"/>
52
        <rdfs:domain rdf:resource="&ont;Interaction"/>
53
    </ObjectProperty>
54
    
55

  
56

  
57
    <!-- http://www.cit-ec.de/csra/interaction#hasActuator -->
58

  
59
    <ObjectProperty rdf:about="&csra;#hasActuator">
60
        <rdfs:range rdf:resource="&csra;#Actuator"/>
61
        <rdfs:domain rdf:resource="&csra;#ArtificialAgent"/>
62
    </ObjectProperty>
63
    
64

  
65

  
66
    <!-- http://www.cit-ec.de/csra/interaction#hasMetadata -->
67

  
68
    <ObjectProperty rdf:about="&csra;#hasMetadata">
69
        <rdfs:range rdf:resource="&csra;#Metadata"/>
70
        <rdfs:domain rdf:resource="&csra;#RSBEvent"/>
71
    </ObjectProperty>
72
    
73

  
74

  
75
    <!-- http://www.cit-ec.de/csra/interaction#hasSensor -->
76

  
77
    <ObjectProperty rdf:about="&csra;#hasSensor">
78
        <rdfs:range rdf:resource="http://purl.oclc.org/NET/ssnx/ssn#Sensor"/>
79
        <rdfs:domain rdf:resource="&csra;#ArtificialAgent"/>
80
    </ObjectProperty>
81
    
82

  
83

  
84
    <!-- http://www.cit-ec.de/csra/interaction#metadataProperty -->
85

  
86
    <ObjectProperty rdf:about="&csra;#metadataProperty"/>
87
    
88

  
89

  
90
    <!-- http://www.cit-ec.de/csra/interaction#sendTime -->
91

  
92
    <ObjectProperty rdf:about="&csra;#sendTime">
93
        <rdfs:domain rdf:resource="&csra;#Metadata"/>
94
        <rdfs:subPropertyOf rdf:resource="&csra;#metadataProperty"/>
95
        <rdfs:range rdf:resource="http://www.w3.org/2006/time#xsdDateTime"/>
96
        <rdfs:range>
97
            <Restriction>
98
                <onProperty rdf:resource="http://www.w3.org/2006/time#xsdDateTime"/>
99
                <allValuesFrom rdf:resource="&xsd;dateTime"/>
100
            </Restriction>
101
        </rdfs:range>
102
    </ObjectProperty>
103
    
104

  
105

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

  
108
    <ObjectProperty rdf:about="&ont;isAt">
109
        <rdfs:range rdf:resource="&csra;#Location"/>
110
        <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Object"/>
111
    </ObjectProperty>
112
    
113

  
114

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

  
117
    <ObjectProperty rdf:about="&ont;participatesIn">
118
        <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Action"/>
119
        <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Object"/>
120
    </ObjectProperty>
121
    
122

  
123

  
124
    <!-- 
125
    ///////////////////////////////////////////////////////////////////////////////////////
126
    //
127
    // Data properties
128
    //
129
    ///////////////////////////////////////////////////////////////////////////////////////
130
     -->
131

  
132
    
133

  
134

  
135
    <!-- http://www.cit-ec.de/csra/interaction#RSBeventProperty -->
136

  
137
    <DatatypeProperty rdf:about="&csra;#RSBeventProperty"/>
138
    
139

  
140

  
141
    <!-- http://www.cit-ec.de/csra/interaction#cause -->
142

  
143
    <DatatypeProperty rdf:about="&csra;#cause">
144
        <rdfs:domain rdf:resource="&csra;#RSBEvent"/>
145
        <rdfs:subPropertyOf rdf:resource="&csra;#RSBeventProperty"/>
146
    </DatatypeProperty>
147
    
148

  
149

  
150
    <!-- http://www.cit-ec.de/csra/interaction#createTime -->
151

  
152
    <DatatypeProperty rdf:about="&csra;#createTime">
153
        <rdfs:domain rdf:resource="&csra;#Metadata"/>
154
        <rdfs:subPropertyOf rdf:resource="&csra;#metadataProperty"/>
155
    </DatatypeProperty>
156
    
157

  
158

  
159
    <!-- http://www.cit-ec.de/csra/interaction#dateOfBirth -->
160

  
161
    <DatatypeProperty rdf:about="&csra;#dateOfBirth">
162
        <rdfs:subPropertyOf rdf:resource="&csra;#personProperty"/>
163
        <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Agent"/>
164
    </DatatypeProperty>
165
    
166

  
167

  
168
    <!-- http://www.cit-ec.de/csra/interaction#familyName -->
169

  
170
    <DatatypeProperty rdf:about="&csra;#familyName">
171
        <rdfs:subPropertyOf rdf:resource="&csra;#personProperty"/>
172
        <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Agent"/>
173
    </DatatypeProperty>
174
    
175

  
176

  
177
    <!-- http://www.cit-ec.de/csra/interaction#gender -->
178

  
179
    <DatatypeProperty rdf:about="&csra;#gender">
180
        <rdfs:subPropertyOf rdf:resource="&csra;#personProperty"/>
181
        <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Agent"/>
182
    </DatatypeProperty>
183
    
184

  
185

  
186
    <!-- http://www.cit-ec.de/csra/interaction#givenName -->
187

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

  
194

  
195
    <!-- http://www.cit-ec.de/csra/interaction#height -->
196

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

  
203

  
204
    <!-- http://www.cit-ec.de/csra/interaction#id -->
205

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

  
212

  
213
    <!-- http://www.cit-ec.de/csra/interaction#locationProperty -->
214

  
215
    <DatatypeProperty rdf:about="&csra;#locationProperty"/>
216
    
217

  
218

  
219
    <!-- http://www.cit-ec.de/csra/interaction#metadataProperty -->
220

  
221
    <DatatypeProperty rdf:about="&csra;#metadataProperty">
222
        <rdfs:subPropertyOf rdf:resource="&csra;#RSBeventProperty"/>
223
    </DatatypeProperty>
224
    
225

  
226

  
227
    <!-- http://www.cit-ec.de/csra/interaction#payload -->
228

  
229
    <DatatypeProperty rdf:about="&csra;#payload">
230
        <rdfs:domain rdf:resource="&csra;#RSBEvent"/>
231
        <rdfs:subPropertyOf rdf:resource="&csra;#RSBeventProperty"/>
232
    </DatatypeProperty>
233
    
234

  
235

  
236
    <!-- http://www.cit-ec.de/csra/interaction#personProperty -->
237

  
238
    <DatatypeProperty rdf:about="&csra;#personProperty"/>
239
    
240

  
241

  
242
    <!-- http://www.cit-ec.de/csra/interaction#receiveTime -->
243

  
244
    <DatatypeProperty rdf:about="&csra;#receiveTime">
245
        <rdfs:domain rdf:resource="&csra;#Metadata"/>
246
        <rdfs:subPropertyOf rdf:resource="&csra;#metadataProperty"/>
247
    </DatatypeProperty>
248
    
249

  
250

  
251
    <!-- http://www.cit-ec.de/csra/interaction#scope -->
252

  
253
    <DatatypeProperty rdf:about="&csra;#scope">
254
        <rdfs:domain rdf:resource="&csra;#RSBEvent"/>
255
        <rdfs:subPropertyOf rdf:resource="&csra;#RSBeventProperty"/>
256
    </DatatypeProperty>
257
    
258

  
259

  
260
    <!-- http://www.cit-ec.de/csra/interaction#sendTime -->
261

  
262
    <DatatypeProperty rdf:about="&csra;#sendTime">
263
        <rdfs:subPropertyOf rdf:resource="&csra;#metadataProperty"/>
264
    </DatatypeProperty>
265
    
266

  
267

  
268
    <!-- http://www.cit-ec.de/csra/interaction#type -->
269

  
270
    <DatatypeProperty rdf:about="&csra;#type"/>
271
    
272

  
273

  
274
    <!-- http://www.cit-ec.de/csra/interaction#uuid -->
275

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

  
282

  
283
    <!-- http://www.cit-ec.de/csra/interaction#wireschema -->
284

  
285
    <DatatypeProperty rdf:about="&csra;#wireschema">
286
        <rdfs:domain rdf:resource="&csra;#RSBEvent"/>
287
        <rdfs:subPropertyOf rdf:resource="&csra;#RSBeventProperty"/>
288
    </DatatypeProperty>
289
    
290

  
291

  
292
    <!-- http://www.cit-ec.de/csra/interaction#x -->
293

  
294
    <DatatypeProperty rdf:about="&csra;#x">
295
        <rdfs:subPropertyOf rdf:resource="&csra;#locationProperty"/>
296
        <rdfs:domain rdf:resource="&ont;Position"/>
297
    </DatatypeProperty>
298
    
299

  
300

  
301
    <!-- http://www.cit-ec.de/csra/interaction#y -->
302

  
303
    <DatatypeProperty rdf:about="&csra;#y">
304
        <rdfs:subPropertyOf rdf:resource="&csra;#locationProperty"/>
305
        <rdfs:domain rdf:resource="&ont;Position"/>
306
    </DatatypeProperty>
307
    
308

  
309

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

  
312
    <DatatypeProperty rdf:about="&ont;name">
313
        <rdfs:domain rdf:resource="&csra;#Location"/>
314
        <rdfs:subPropertyOf rdf:resource="&csra;#locationProperty"/>
315
    </DatatypeProperty>
316
    
317

  
318

  
319
    <!-- 
320
    ///////////////////////////////////////////////////////////////////////////////////////
321
    //
322
    // Classes
323
    //
324
    ///////////////////////////////////////////////////////////////////////////////////////
325
     -->
326

  
327
    
328

  
329

  
330
    <!-- http://www.cit-ec.de/csra/interaction#Actuator -->
331

  
332
    <Class rdf:about="&csra;#Actuator">
333
        <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#PhysicalObject"/>
334
    </Class>
335
    
336

  
337

  
338
    <!-- http://www.cit-ec.de/csra/interaction#ArtificialAgent -->
339

  
340
    <Class rdf:about="&csra;#ArtificialAgent">
341
        <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#PhysicalAgent"/>
342
        <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#PhysicalObject"/>
343
    </Class>
344
    
345

  
346

  
347
    <!-- http://www.cit-ec.de/csra/interaction#Location -->
348

  
349
    <Class rdf:about="&csra;#Location">
350
        <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#SpaceRegion"/>
351
    </Class>
352
    
353

  
354

  
355
    <!-- http://www.cit-ec.de/csra/interaction#Metadata -->
356

  
357
    <Class rdf:about="&csra;#Metadata">
358
        <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Abstract"/>
359
    </Class>
360
    
361

  
362

  
363
    <!-- http://www.cit-ec.de/csra/interaction#RSBEvent -->
364

  
365
    <Class rdf:about="&csra;#RSBEvent">
366
        <rdfs:subClassOf rdf:resource="http://purl.oclc.org/NET/ssnx/ssn#ObservationValue"/>
367
    </Class>
368
    
369

  
370

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

  
373
    <Class rdf:about="&ont;Area">
374
        <rdfs:subClassOf rdf:resource="&csra;#Location"/>
375
    </Class>
376
    
377

  
378

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

  
381
    <Class rdf:about="&ont;Conversation">
382
        <rdfs:subClassOf rdf:resource="&ont;Interaction"/>
383
    </Class>
384
    
385

  
386

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

  
389
    <Class rdf:about="&ont;Interaction">
390
        <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Action"/>
391
    </Class>
392
    
393

  
394

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

  
397
    <Class rdf:about="&ont;Position">
398
        <rdfs:subClassOf rdf:resource="&csra;#Location"/>
399
    </Class>
400
    
401

  
402

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

  
405
    <Class rdf:about="&ont;Room">
406
        <rdfs:subClassOf rdf:resource="&ont;Area"/>
407
    </Class>
408
    
409

  
410

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

  
413
    <Class rdf:about="&ont;Topic">
414
        <rdfs:subClassOf rdf:resource="&ont;Interaction"/>
415
    </Class>
416
    
417

  
418

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

  
421
    <Class rdf:about="&ont;Utterance">
422
        <rdfs:subClassOf rdf:resource="&ont;Interaction"/>
423
    </Class>
424
    
425

  
426

  
427
    <!-- http://www.w3.org/2006/time#xsdDateTime -->
428

  
429
    <Class rdf:about="http://www.w3.org/2006/time#xsdDateTime"/>
430
    
431

  
432

  
433
    <!-- 
434
    ///////////////////////////////////////////////////////////////////////////////////////
435
    //
436
    // Individuals
437
    //
438
    ///////////////////////////////////////////////////////////////////////////////////////
439
     -->
440

  
441
    
442

  
443

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

  
446
    <NamedIndividual rdf:about="&ont;Kitchen">
447
        <rdf:type rdf:resource="&ont;Room"/>
448
    </NamedIndividual>
449
    
450

  
451

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

  
454
    <NamedIndividual rdf:about="&ont;Norman">
455
        <rdf:type rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Object"/>
456
        <rdf:type rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Person"/>
457
        <interaction:givenName>Norman</interaction:givenName>
458
        <ont:isAt rdf:resource="&ont;Kitchen"/>
459
    </NamedIndividual>
460
</rdf:RDF>
461

  
462

  
463

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

  

Also available in: Unified diff