Revision e1d544c9 eise/eise.owl

View differences:

eise/eise.owl
10 10
    <!ENTITY interaction "http://www.cit-ec.de/csra/interaction#" >
11 11
    <!ENTITY ont "http://www.co-ode.org/ontologies/ont.owl#" >
12 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#" >
13 14
]>
14 15

  
15 16

  
......
21 22
     xmlns:owl="http://www.w3.org/2002/07/owl#"
22 23
     xmlns:interaction="&csra;#"
23 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#"
24 26
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
25 27
     xmlns:dc="http://purl.org/dc/elements/1.1/">
26
    <Ontology rdf:about="http://www.cit-ec.de/csra/interaction">
28
    <Ontology rdf:about="https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl">
27 29
        <dc:date rdf:datatype="&xsd;date">Date: 2016/02/17 15:00:00</dc:date>
28 30
        <rdfs:comment>TODO</rdfs:comment>
29 31
        <dc:creator>Norman Koester</dc:creator>
30 32
        <imports rdf:resource="http://purl.oclc.org/NET/ssnx/ssn"/>
31
        <versionIRI rdf:resource="&csra;/0.0.1"/>
32 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"/>
33 35
    </Ontology>
34 36
    
35 37

  
......
45 47
    
46 48

  
47 49

  
48
    <!-- http://www.cit-ec.de/csra/interaction#happensAt -->
50
    <!-- http://www.co-ode.org/ontologies/ont.owl#isAt -->
49 51

  
50
    <ObjectProperty rdf:about="&csra;#happensAt">
51
        <rdfs:range rdf:resource="&csra;#Location"/>
52
        <rdfs:domain rdf:resource="&ont;Interaction"/>
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"/>
53 55
    </ObjectProperty>
54 56
    
55 57

  
56 58

  
57
    <!-- http://www.cit-ec.de/csra/interaction#hasActuator -->
59
    <!-- http://www.co-ode.org/ontologies/ont.owl#participatesIn -->
58 60

  
59
    <ObjectProperty rdf:about="&csra;#hasActuator">
60
        <rdfs:range rdf:resource="&csra;#Actuator"/>
61
        <rdfs:domain rdf:resource="&csra;#ArtificialAgent"/>
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"/>
62 64
    </ObjectProperty>
63 65
    
64 66

  
65 67

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

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

  
74 76

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

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

  
83 85

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

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

  
89 94

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

  
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>
97
    <ObjectProperty rdf:about="&eise;hasMetadata">
98
        <rdfs:range rdf:resource="&eise;Metadata"/>
99
        <rdfs:domain rdf:resource="&eise;RSBEvent"/>
102 100
    </ObjectProperty>
103 101
    
104 102

  
105 103

  
106
    <!-- http://www.co-ode.org/ontologies/ont.owl#isAt -->
104
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#hasSensor -->
107 105

  
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"/>
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"/>
111 109
    </ObjectProperty>
112 110
    
113 111

  
114 112

  
115
    <!-- http://www.co-ode.org/ontologies/ont.owl#participatesIn -->
113
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#metadataProperty -->
116 114

  
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"/>
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>
120 140
    </ObjectProperty>
121 141
    
122 142

  
......
132 152
    
133 153

  
134 154

  
135
    <!-- http://www.cit-ec.de/csra/interaction#RSBeventProperty -->
155
    <!-- http://www.co-ode.org/ontologies/ont.owl#name -->
136 156

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

  
140 163

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

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

  
149 169

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

  
152
    <DatatypeProperty rdf:about="&csra;#createTime">
153
        <rdfs:domain rdf:resource="&csra;#Metadata"/>
154
        <rdfs:subPropertyOf rdf:resource="&csra;#metadataProperty"/>
172
    <DatatypeProperty rdf:about="&eise;cause">
173
        <rdfs:domain rdf:resource="&eise;RSBEvent"/>
174
        <rdfs:subPropertyOf rdf:resource="&eise;RSBeventProperty"/>
155 175
    </DatatypeProperty>
156 176
    
157 177

  
158 178

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

  
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>
181
    <DatatypeProperty rdf:about="&eise;createTime"/>
165 182
    
166 183

  
167 184

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

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

  
176 193

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

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

  
185 202

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

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

  
194 211

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

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

  
203 220

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

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

  
212 229

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

  
215
    <DatatypeProperty rdf:about="&csra;#locationProperty"/>
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>
216 236
    
217 237

  
218 238

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

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

  
226 244

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

  
229
    <DatatypeProperty rdf:about="&csra;#payload">
230
        <rdfs:domain rdf:resource="&csra;#RSBEvent"/>
231
        <rdfs:subPropertyOf rdf:resource="&csra;#RSBeventProperty"/>
247
    <DatatypeProperty rdf:about="&eise;metadataProperty">
248
        <rdfs:subPropertyOf rdf:resource="&eise;RSBeventProperty"/>
232 249
    </DatatypeProperty>
233 250
    
234 251

  
235 252

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

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

  
241 261

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

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

  
250 267

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

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

  
259 273

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

  
262
    <DatatypeProperty rdf:about="&csra;#sendTime">
263
        <rdfs:subPropertyOf rdf:resource="&csra;#metadataProperty"/>
276
    <DatatypeProperty rdf:about="&eise;scope">
277
        <rdfs:domain rdf:resource="&eise;RSBEvent"/>
278
        <rdfs:subPropertyOf rdf:resource="&eise;RSBeventProperty"/>
264 279
    </DatatypeProperty>
265 280
    
266 281

  
267 282

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

  
270
    <DatatypeProperty rdf:about="&csra;#type"/>
285
    <DatatypeProperty rdf:about="&eise;sendTime"/>
271 286
    
272 287

  
273 288

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

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

  
282 294

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

  
285
    <DatatypeProperty rdf:about="&csra;#wireschema">
286
        <rdfs:domain rdf:resource="&csra;#RSBEvent"/>
287
        <rdfs:subPropertyOf rdf:resource="&csra;#RSBeventProperty"/>
297
    <DatatypeProperty rdf:about="&eise;uuid">
298
        <rdfs:domain rdf:resource="&eise;RSBEvent"/>
299
        <rdfs:subPropertyOf rdf:resource="&eise;RSBeventProperty"/>
288 300
    </DatatypeProperty>
289 301
    
290 302

  
291 303

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

  
294
    <DatatypeProperty rdf:about="&csra;#x">
295
        <rdfs:subPropertyOf rdf:resource="&csra;#locationProperty"/>
296
        <rdfs:domain rdf:resource="&ont;Position"/>
306
    <DatatypeProperty rdf:about="&eise;wireschema">
307
        <rdfs:domain rdf:resource="&eise;RSBEvent"/>
308
        <rdfs:subPropertyOf rdf:resource="&eise;RSBeventProperty"/>
297 309
    </DatatypeProperty>
298 310
    
299 311

  
300 312

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

  
303
    <DatatypeProperty rdf:about="&csra;#y">
304
        <rdfs:subPropertyOf rdf:resource="&csra;#locationProperty"/>
315
    <DatatypeProperty rdf:about="&eise;x">
305 316
        <rdfs:domain rdf:resource="&ont;Position"/>
317
        <rdfs:subPropertyOf rdf:resource="&eise;locationProperty"/>
306 318
    </DatatypeProperty>
307 319
    
308 320

  
309 321

  
310
    <!-- http://www.co-ode.org/ontologies/ont.owl#name -->
322
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#y -->
311 323

  
312
    <DatatypeProperty rdf:about="&ont;name">
313
        <rdfs:domain rdf:resource="&csra;#Location"/>
314
        <rdfs:subPropertyOf rdf:resource="&csra;#locationProperty"/>
324
    <DatatypeProperty rdf:about="&eise;y">
325
        <rdfs:domain rdf:resource="&ont;Position"/>
326
        <rdfs:subPropertyOf rdf:resource="&eise;locationProperty"/>
315 327
    </DatatypeProperty>
316 328
    
317 329

  
......
327 339
    
328 340

  
329 341

  
330
    <!-- http://www.cit-ec.de/csra/interaction#Actuator -->
342
    <!-- http://www.co-ode.org/ontologies/ont.owl#Area -->
331 343

  
332
    <Class rdf:about="&csra;#Actuator">
333
        <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#PhysicalObject"/>
344
    <Class rdf:about="&ont;Area">
345
        <rdfs:subClassOf rdf:resource="&eise;Location"/>
334 346
    </Class>
335 347
    
336 348

  
337 349

  
338
    <!-- http://www.cit-ec.de/csra/interaction#ArtificialAgent -->
350
    <!-- http://www.co-ode.org/ontologies/ont.owl#Conversation -->
339 351

  
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"/>
352
    <Class rdf:about="&ont;Conversation">
353
        <rdfs:subClassOf rdf:resource="&ont;Interaction"/>
343 354
    </Class>
344 355
    
345 356

  
346 357

  
347
    <!-- http://www.cit-ec.de/csra/interaction#Location -->
358
    <!-- http://www.co-ode.org/ontologies/ont.owl#Interaction -->
348 359

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

  
354 365

  
355
    <!-- http://www.cit-ec.de/csra/interaction#Metadata -->
366
    <!-- http://www.co-ode.org/ontologies/ont.owl#Position -->
356 367

  
357
    <Class rdf:about="&csra;#Metadata">
358
        <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#Abstract"/>
368
    <Class rdf:about="&ont;Position">
369
        <rdfs:subClassOf rdf:resource="&eise;Location"/>
359 370
    </Class>
360 371
    
361 372

  
362 373

  
363
    <!-- http://www.cit-ec.de/csra/interaction#RSBEvent -->
374
    <!-- http://www.co-ode.org/ontologies/ont.owl#Room -->
364 375

  
365
    <Class rdf:about="&csra;#RSBEvent">
366
        <rdfs:subClassOf rdf:resource="http://purl.oclc.org/NET/ssnx/ssn#ObservationValue"/>
376
    <Class rdf:about="&ont;Room">
377
        <rdfs:subClassOf rdf:resource="&ont;Area"/>
367 378
    </Class>
368 379
    
369 380

  
370 381

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

  
373
    <Class rdf:about="&ont;Area">
374
        <rdfs:subClassOf rdf:resource="&csra;#Location"/>
384
    <Class rdf:about="&ont;Topic">
385
        <rdfs:subClassOf rdf:resource="&ont;Interaction"/>
375 386
    </Class>
376 387
    
377 388

  
378 389

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

  
381
    <Class rdf:about="&ont;Conversation">
392
    <Class rdf:about="&ont;Utterance">
382 393
        <rdfs:subClassOf rdf:resource="&ont;Interaction"/>
383 394
    </Class>
384 395
    
385 396

  
386 397

  
387
    <!-- http://www.co-ode.org/ontologies/ont.owl#Interaction -->
398
    <!-- http://www.w3.org/2006/time#xsdDateTime -->
388 399

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

  
394 403

  
395
    <!-- http://www.co-ode.org/ontologies/ont.owl#Position -->
404
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#Actuator -->
396 405

  
397
    <Class rdf:about="&ont;Position">
398
        <rdfs:subClassOf rdf:resource="&csra;#Location"/>
406
    <Class rdf:about="&eise;Actuator">
407
        <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#PhysicalObject"/>
399 408
    </Class>
400 409
    
401 410

  
402 411

  
403
    <!-- http://www.co-ode.org/ontologies/ont.owl#Room -->
412
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#ArtificialAgent -->
404 413

  
405
    <Class rdf:about="&ont;Room">
406
        <rdfs:subClassOf rdf:resource="&ont;Area"/>
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"/>
407 417
    </Class>
408 418
    
409 419

  
410 420

  
411
    <!-- http://www.co-ode.org/ontologies/ont.owl#Topic -->
421
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#Location -->
412 422

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

  
418 428

  
419
    <!-- http://www.co-ode.org/ontologies/ont.owl#Utterance -->
429
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#Metadata -->
420 430

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

  
426 436

  
427
    <!-- http://www.w3.org/2006/time#xsdDateTime -->
437
    <!-- https://opensource.cit-ec.de/projects/embodied-interaction-ontology/repository/entry/eise/eise.owl#RSBEvent -->
428 438

  
429
    <Class rdf:about="http://www.w3.org/2006/time#xsdDateTime"/>
439
    <Class rdf:about="&eise;RSBEvent">
440
        <rdfs:subClassOf rdf:resource="http://purl.oclc.org/NET/ssnx/ssn#ObservationValue"/>
441
    </Class>
430 442
    
431 443

  
432 444

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

Also available in: Unified diff