-
Notifications
You must be signed in to change notification settings - Fork 0
/
ontology.ttl
442 lines (312 loc) · 16.1 KB
/
ontology.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
@prefix : <https://w3id.org/0.6/LODO#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://w3id.org/0.6/LODO#> .
<https://w3id.org/0.6/LODO> rdf:type owl:Ontology ;
<http://purl.org/dc/elements/1.1/rights> "https://creativecommons.org/licenses/by/4.0/" ;
<http://purl.org/dc/terms/abstract> "LODO is an ontology that incorporates multiple LOD specifications based on respective industry standards. Its purpose is to facilitate the representation of LOD-sensitive BIM data through formal ontology definitions. This approach can be readily customized and implemented in the current BIM process, as it allows for the representation of BIM data in various ontologies such as BOT, ifcOWL, and others." ;
<http://purl.org/dc/terms/bibliographicCitation> "Janakiram Karlapudi.: LOD Ontology, https://w3id.org/0.6/LODO, 2023." ;
<http://purl.org/dc/terms/created> "2023-05-30T15:30:00"^^xsd:dateTime ;
<http://purl.org/dc/terms/creator> "Janakiram Karlapudi ([email protected])" ;
<http://purl.org/dc/terms/date> "2023-05-30T15:47:00"^^xsd:dateTime ;
<http://purl.org/dc/terms/description> "LODO is an ontology that incorporates multiple LOD specifications based on respective industry standards. Its purpose is to facilitate the representation of LOD-sensitive BIM data through formal ontology definitions. This approach can be readily customized and implemented in the current BIM process, as it allows for the representation of BIM data in various ontologies such as BOT, ifcOWL, and others." ;
<http://purl.org/dc/terms/license> "Creative Commons Attribution 4.0 International license" ,
"https://creativecommons.org/licenses/by/4.0/" ;
<http://purl.org/dc/terms/title> "LOD Ontology" ;
<http://purl.org/ontology/bibo/status> "LOD Ontology Specification" ;
<http://purl.org/vocab/vann/preferredNamespacePrefix> "lodo" ;
<http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/0.6/LODO" ;
rdfs:seeAlso "https://ceur-ws.org/Vol-3081/09paper.pdf" ;
owl:versionInfo "0.6" ;
<https://schema.org/citation> "Janakiram Karlapudi.: LOD Ontology, https://w3id.org/0.6/LODO, 2023." ;
<https://www.w3.org/Submission/ccREL/license> "https://creativecommons.org/licenses/by/4.0/" .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/elements/1.1/rights
<http://purl.org/dc/elements/1.1/rights> rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/abstract
<http://purl.org/dc/terms/abstract> rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/bibliographicCitation
<http://purl.org/dc/terms/bibliographicCitation> rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/date
<http://purl.org/dc/terms/date> rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .
### http://purl.org/ontology/bibo/status
<http://purl.org/ontology/bibo/status> rdf:type owl:AnnotationProperty .
### http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .
### http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .
### https://schema.org/citation
<https://schema.org/citation> rdf:type owl:AnnotationProperty .
### https://www.w3.org/Submission/ccREL/license
<https://www.w3.org/Submission/ccREL/license> rdf:type owl:AnnotationProperty .
#################################################################
# Object Properties
#################################################################
### https://w3id.org/0.6/LODO#hasImmediateNextLevel
:hasImmediateNextLevel rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :hasNextLevel ;
owl:inverseOf :hasImmediatePreviousLevel ;
rdfs:domain :LODLevel ;
rdfs:range :LODLevel ;
<http://purl.org/dc/terms/description> "Represent the Immediate next level in the sequence" ;
rdfs:label "Immediate Next Level" .
### https://w3id.org/0.6/LODO#hasImmediatePreviousLevel
:hasImmediatePreviousLevel rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :hasPreviousLevel ;
rdfs:domain :LODLevel ;
rdfs:range :LODLevel ;
<http://purl.org/dc/terms/description> "Represents the Immediate Previous level in the sequence" ;
rdfs:label "Immediate Previous Level" .
### https://w3id.org/0.6/LODO#hasLevel
:hasLevel rdf:type owl:ObjectProperty ;
rdfs:domain :LODFramework ;
rdfs:range :LODLevel ;
owl:propertyChainAxiom ( :hasLevel
:hasSubLevel
) ;
<http://purl.org/dc/terms/description> "Enables the connection betweendifferent levels to its framework" ;
rdfs:label "has Level" .
### https://w3id.org/0.6/LODO#hasNextLevel
:hasNextLevel rdf:type owl:ObjectProperty ;
owl:inverseOf :hasPreviousLevel ;
rdf:type owl:TransitiveProperty ;
rdfs:domain :LODLevel ;
rdfs:range :LODLevel ;
<http://purl.org/dc/terms/description> "Indicates the sequence of levels." ;
rdfs:label "has Next Level" .
### https://w3id.org/0.6/LODO#hasPreviousLevel
:hasPreviousLevel rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain :LODLevel ;
rdfs:range :LODLevel ;
<http://purl.org/dc/terms/description> "Indicates the sequence of levels." ;
rdfs:label "has Previous Level" .
### https://w3id.org/0.6/LODO#hasSubLevel
:hasSubLevel rdf:type owl:ObjectProperty ;
owl:inverseOf :hasSuperLevel ;
rdf:type owl:TransitiveProperty ;
rdfs:domain :LODLevel ;
rdfs:range :LODLevel ;
<http://purl.org/dc/terms/description> "Represents the relation between Upper levels and its sub level" ;
rdfs:label "has Sub Level" .
### https://w3id.org/0.6/LODO#hasSuperLevel
:hasSuperLevel rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain :LODLevel ;
rdfs:range :LODLevel ;
rdfs:label "has Super Level" .
#################################################################
# Classes
#################################################################
### https://w3id.org/0.6/LODO#LODFramework
:LODFramework rdf:type owl:Class ;
owl:disjointWith :LODLevel ;
<http://purl.org/dc/terms/description> "Represents the defined frameworks according to National or International standards" ;
rdfs:label "LOD Framework" .
### https://w3id.org/0.6/LODO#LODLevel
:LODLevel rdf:type owl:Class ;
<http://purl.org/dc/terms/description> "Indicates the different LOD levels deffined with in the different LOD frameworks" ;
rdfs:label "LOD Level" .
#################################################################
# Individuals
#################################################################
### https://w3id.org/0.6/LODO#AsBuilt
:AsBuilt rdf:type owl:NamedIndividual ;
:hasSubLevel :LOD_500 ;
rdfs:label "AsBuilt" .
### https://w3id.org/0.6/LODO#AsDesigned
:AsDesigned rdf:type owl:NamedIndividual ;
:hasNextLevel :AsBuilt ;
:hasSubLevel :LOD_100 ,
:LOD_200 ,
:LOD_300 ,
:LOD_350 ,
:LOD_400 ;
rdfs:label "AsDesigned" .
### https://w3id.org/0.6/LODO#Italy_Level_of_Development
:Italy_Level_of_Development rdf:type owl:NamedIndividual ;
:hasLevel :LOG_Geometrical_Object ,
:LOI_Information_Object ;
<http://purl.org/dc/terms/description> "Italy - Level of Development of Objects" ;
rdfs:label "Italy Level of Development" .
### https://w3id.org/0.6/LODO#LOD_1
:LOD_1 rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOD_2 ;
rdfs:label "LOD 1" .
### https://w3id.org/0.6/LODO#LOD_100
:LOD_100 rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOD_200 ;
rdfs:label "LOD 100" .
### https://w3id.org/0.6/LODO#LOD_2
:LOD_2 rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOD_3 ;
rdfs:label "LOD 2" .
### https://w3id.org/0.6/LODO#LOD_200
:LOD_200 rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOD_300 ;
rdfs:label "LOD 200" .
### https://w3id.org/0.6/LODO#LOD_3
:LOD_3 rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOD_4 ;
rdfs:label "LOD 3" .
### https://w3id.org/0.6/LODO#LOD_300
:LOD_300 rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOD_350 ;
rdfs:label "LOD 300" .
### https://w3id.org/0.6/LODO#LOD_350
:LOD_350 rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOD_400 ;
rdfs:label "LOD 350" .
### https://w3id.org/0.6/LODO#LOD_4
:LOD_4 rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOD_5 ;
rdfs:label "LOD 4" .
### https://w3id.org/0.6/LODO#LOD_400
:LOD_400 rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOD_500 ;
rdfs:label "LOD 400" .
### https://w3id.org/0.6/LODO#LOD_5
:LOD_5 rdf:type owl:NamedIndividual ;
rdfs:label "LOD 5" .
### https://w3id.org/0.6/LODO#LOD_500
:LOD_500 rdf:type owl:NamedIndividual ;
rdfs:label "LOD 500" .
### https://w3id.org/0.6/LODO#LOG_A
:LOG_A rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOG_B ;
rdfs:label "LOG A" .
### https://w3id.org/0.6/LODO#LOG_B
:LOG_B rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOG_C ;
rdfs:label "LOG B" .
### https://w3id.org/0.6/LODO#LOG_C
:LOG_C rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOG_D ;
rdfs:label "LOG C" .
### https://w3id.org/0.6/LODO#LOG_D
:LOG_D rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOG_E ;
rdfs:label "LOG D" .
### https://w3id.org/0.6/LODO#LOG_E
:LOG_E rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOG_F ;
rdfs:label "LOG E" .
### https://w3id.org/0.6/LODO#LOG_F
:LOG_F rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOG_G ;
rdfs:label "LOG F" .
### https://w3id.org/0.6/LODO#LOG_G
:LOG_G rdf:type owl:NamedIndividual ;
rdfs:label "LOG G" .
### https://w3id.org/0.6/LODO#LOG_Geometrical_Object
:LOG_Geometrical_Object rdf:type owl:NamedIndividual ;
:hasSubLevel :LOG_A ,
:LOG_B ,
:LOG_C ,
:LOG_D ,
:LOG_E ,
:LOG_F ,
:LOG_G ;
<http://purl.org/dc/terms/description> "Describes about the level of geometrical information of an object" ;
rdfs:label "LOG - Geometrical Object" .
### https://w3id.org/0.6/LODO#LOI_1
:LOI_1 rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOI_2 ;
rdfs:label "LOI 1" .
### https://w3id.org/0.6/LODO#LOI_2
:LOI_2 rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOI_3 ;
rdfs:label "LOI 2" .
### https://w3id.org/0.6/LODO#LOI_3
:LOI_3 rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOI_4 ;
rdfs:label "LOI 3" .
### https://w3id.org/0.6/LODO#LOI_4
:LOI_4 rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOI_5 ;
rdfs:label "LOI 4" .
### https://w3id.org/0.6/LODO#LOI_5
:LOI_5 rdf:type owl:NamedIndividual ;
rdfs:label "LOI 5" .
### https://w3id.org/0.6/LODO#LOI_A
:LOI_A rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOI_B ;
rdfs:label "LOI A" .
### https://w3id.org/0.6/LODO#LOI_B
:LOI_B rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOI_C ;
rdfs:label "LOI B" .
### https://w3id.org/0.6/LODO#LOI_C
:LOI_C rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOI_D ;
rdfs:label "LOI C" .
### https://w3id.org/0.6/LODO#LOI_D
:LOI_D rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOI_E ;
rdfs:label "LOI D" .
### https://w3id.org/0.6/LODO#LOI_E
:LOI_E rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOI_F ;
rdfs:label "LOI E" .
### https://w3id.org/0.6/LODO#LOI_F
:LOI_F rdf:type owl:NamedIndividual ;
:hasImmediateNextLevel :LOI_G ;
rdfs:label "LOI F" .
### https://w3id.org/0.6/LODO#LOI_G
:LOI_G rdf:type owl:NamedIndividual ;
rdfs:label "LOI G" .
### https://w3id.org/0.6/LODO#LOI_Information_Object
:LOI_Information_Object rdf:type owl:NamedIndividual ;
:hasSubLevel :LOI_A ,
:LOI_B ,
:LOI_C ,
:LOI_D ,
:LOI_E ,
:LOI_F ,
:LOI_G ;
<http://purl.org/dc/terms/description> "Decribes about the attribute information about the object" ;
rdfs:label "LOI - Information Object" .
### https://w3id.org/0.6/LODO#Level_of_Detail
:Level_of_Detail rdf:type owl:NamedIndividual ;
:hasSubLevel :LOD_1 ,
:LOD_2 ,
:LOD_3 ,
:LOD_4 ,
:LOD_5 ;
rdfs:label "Level of Detail" .
### https://w3id.org/0.6/LODO#Level_of_Information
:Level_of_Information rdf:type owl:NamedIndividual ;
:hasSubLevel :LOI_1 ,
:LOI_2 ,
:LOI_3 ,
:LOI_4 ,
:LOI_5 ;
rdfs:label "Level of Information" .
### https://w3id.org/0.6/LODO#UK_Level_of_Definition
:UK_Level_of_Definition rdf:type owl:NamedIndividual ;
:hasLevel :Level_of_Detail ,
:Level_of_Information ;
<http://purl.org/dc/terms/description> "From the standards BS 1192-1 and PAS 1192-2 and 3" ;
rdfs:label "UK Level of Definition" .
### https://w3id.org/0.6/LODO#USA_BIMForum
:USA_BIMForum rdf:type owl:NamedIndividual ;
:hasLevel :AsBuilt ,
:AsDesigned ;
<http://purl.org/dc/terms/description> "USA Level of Development" ;
rdfs:label "USA BIMForum" .
### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/