Tore Christiansen

Major restructuring of ontology

This diff is collapsed. Click to expand it.
1 # baseURI: http://data.posccaesar.org/NCS_PLANNING/ 1 # baseURI: http://data.posccaesar.org/NCS_PLANNING/
2 -# imports: http:///data.posccaesar.org/ilap/PLANNING_STANDARD
3 -# imports: http://data.posccaesar.org/brreg/
4 -# imports: http://data.posccaesar.org/ccu/
5 -# imports: http://data.posccaesar.org/diskos/
6 -# imports: http://data.posccaesar.org/epcis/
7 # imports: http://data.posccaesar.org/ilap/ 2 # imports: http://data.posccaesar.org/ilap/
8 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS 3 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS
9 -# imports: http://data.posccaesar.org/ilap/riskfactor/
10 -# imports: http://data.posccaesar.org/ilap/shutdown/
11 -# imports: http://data.posccaesar.org/npd/
12 -# imports: http://data.posccaesar.org/pob/
13 4
14 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . 5 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
15 @prefix ILAP: <http://data.posccaesar.org/ilap/> . 6 @prefix ILAP: <http://data.posccaesar.org/ilap/> .
16 -@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
17 @prefix NPD: <http://data.posccaesar.org/npd/> . 7 @prefix NPD: <http://data.posccaesar.org/npd/> .
18 -@prefix PLANNING_STANDARD: <http:///data.posccaesar.org/ilap/PLANNING_STANDARD#> .
19 -@prefix StandardData: <http://ILAP_1.5_(git)/StandardData#> .
20 @prefix owl: <http://www.w3.org/2002/07/owl#> . 8 @prefix owl: <http://www.w3.org/2002/07/owl#> .
21 @prefix p1: <http://example.org/file1#> . 9 @prefix p1: <http://example.org/file1#> .
22 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 10 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -25,94 +13,8 @@ ...@@ -25,94 +13,8 @@
25 @prefix shutdown: <http://data.posccaesar.org/ilap/shutdown/> . 13 @prefix shutdown: <http://data.posccaesar.org/ilap/shutdown/> .
26 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 14 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
27 15
28 -NCS: rdf:type owl:Ontology ; 16 +: rdf:type owl:Ontology ;
29 - owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , NPD: , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: . 17 + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
30 -
31 -NCS:DG1
32 - rdf:type ILAP:DecisionGate ;
33 - rdfs:label "DG1"^^xsd:string .
34 -
35 -NCS:DG2
36 - rdf:type ILAP:DecisionGate ;
37 - rdfs:label "DG2"^^xsd:string .
38 -
39 -NCS:DG3
40 - rdf:type ILAP:DecisionGate ;
41 - rdfs:label "DG3"^^xsd:string .
42 -
43 -NCS:DG4
44 - rdf:type ILAP:DecisionGate ;
45 - rdfs:label "DG4"^^xsd:string .
46 -
47 -NCS:DG5
48 - rdf:type ILAP:DecisionGate ;
49 - rdfs:label "DG5"^^xsd:string .
50 -
51 -NCS:DG6
52 - rdf:type ILAP:DecisionGate ;
53 - rdfs:label "DG6"^^xsd:string .
54 -
55 -NCS:DG7
56 - rdf:type ILAP:DecisionGate ;
57 - rdfs:label "DG7"^^xsd:string .
58 -
59 -NCS:Development
60 - rdf:type ILAP:PlanPhase ;
61 - rdfs:label "Development"^^xsd:string .
62 -
63 -NCS:Exploration
64 - rdf:type ILAP:PlanPhase ;
65 - rdfs:label "Exploration"^^xsd:string .
66 -
67 -NCS:HighCriticality
68 - rdf:type StandardData:Criticality ;
69 - rdfs:label "High criticality"^^xsd:string .
70 -
71 -NCS:HighPriority
72 - rdf:type StandardData:Priority ;
73 - rdfs:label "High priority"^^xsd:string .
74 -
75 -NCS:LowCriticality
76 - rdf:type StandardData:Criticality ;
77 - rdfs:label "Low criticality"^^xsd:string .
78 -
79 -NCS:LowPriority
80 - rdf:type StandardData:Priority ;
81 - rdfs:label "Low priority"^^xsd:string .
82 -
83 -NCS:NPDelement_1
84 - rdf:type NPD:NPDelement ;
85 - rdfs:label "NPDelement 1"^^xsd:string .
86 -
87 -NCS:NormalCriticality
88 - rdf:type StandardData:Criticality ;
89 - rdfs:label "Normal criticality"^^xsd:string .
90 -
91 -NCS:NormalPriority
92 - rdf:type StandardData:Priority ;
93 - rdfs:label "Normal priority"^^xsd:string .
94 -
95 -NCS:Operation
96 - rdf:type ILAP:PlanPhase ;
97 - rdfs:label "Operation"^^xsd:string .
98 -
99 -NCS:PlannedActivity_1
100 - rdf:type ILAP:PlannedActivity ;
101 - rdfs:label "Planned activity 1"^^xsd:string ;
102 - ILAP:hasActivityWBSelement
103 - ILAP:ActivityWBS_1 .
104 -
105 -NCS:Planning
106 - rdf:type ILAP:PlanPhase ;
107 - rdfs:label "Planning"^^xsd:string .
108 -
109 -NCS:Removal
110 - rdf:type ILAP:PlanPhase ;
111 - rdfs:label "Removal"^^xsd:string .
112 -
113 -NCS:ShutdownAndDecommisioning
114 - rdf:type ILAP:PlanPhase ;
115 - rdfs:label "Shutdown and decommisioning"^^xsd:string .
116 18
117 ILAP: 19 ILAP:
118 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
...@@ -126,6 +28,9 @@ ILAP:Active ...@@ -126,6 +28,9 @@ ILAP:Active
126 rdf:type ILAP:Status ; 28 rdf:type ILAP:Status ;
127 rdfs:label "Active"^^xsd:string . 29 rdfs:label "Active"^^xsd:string .
128 30
31 +ILAP:ActivityInPlan_1
32 + ILAP:hasPlatform <http://data.posccaesar.org/npd/facts/Facility-271385> .
33 +
129 ILAP:ActivityWBS_1 34 ILAP:ActivityWBS_1
130 ILAP:hasWBSProjectType 35 ILAP:hasWBSProjectType
131 ILAP:CAPEX ; 36 ILAP:CAPEX ;
...@@ -174,9 +79,37 @@ ILAP:Country ...@@ -174,9 +79,37 @@ ILAP:Country
174 rdf:type ILAP:PlanGeoArea ; 79 rdf:type ILAP:PlanGeoArea ;
175 rdfs:label "Country"^^xsd:string . 80 rdfs:label "Country"^^xsd:string .
176 81
82 +ILAP:DG1
83 + rdf:type ILAP:DecisionGate ;
84 + rdfs:label "DG1"^^xsd:string .
85 +
86 +ILAP:DG2
87 + rdf:type ILAP:DecisionGate ;
88 + rdfs:label "DG2"^^xsd:string .
89 +
90 +ILAP:DG3
91 + rdf:type ILAP:DecisionGate ;
92 + rdfs:label "DG3"^^xsd:string .
93 +
94 +ILAP:DG4
95 + rdf:type ILAP:DecisionGate ;
96 + rdfs:label "DG4"^^xsd:string .
97 +
98 +ILAP:DG5
99 + rdf:type ILAP:DecisionGate ;
100 + rdfs:label "DG5"^^xsd:string .
101 +
102 +ILAP:DG6
103 + rdf:type ILAP:DecisionGate ;
104 + rdfs:label "DG6"^^xsd:string .
105 +
106 +ILAP:DG7
107 + rdf:type ILAP:DecisionGate ;
108 + rdfs:label "DG7"^^xsd:string .
109 +
177 ILAP:Development 110 ILAP:Development
178 - rdf:type ILAP:PlanLifecycleStage ; 111 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
179 - rdfs:label "Develop"^^xsd:string . 112 + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
180 113
181 ILAP:DisasterRecovery 114 ILAP:DisasterRecovery
182 rdf:type ILAP:PlanObjectiveType ; 115 rdf:type ILAP:PlanObjectiveType ;
...@@ -191,7 +124,7 @@ ILAP:DrillingAndWell ...@@ -191,7 +124,7 @@ ILAP:DrillingAndWell
191 rdfs:label "Drilling and well"^^xsd:string . 124 rdfs:label "Drilling and well"^^xsd:string .
192 125
193 ILAP:Exploration 126 ILAP:Exploration
194 - rdf:type ILAP:PlanLifecycleStage ; 127 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
195 rdfs:label "Exploration"^^xsd:string . 128 rdfs:label "Exploration"^^xsd:string .
196 129
197 ILAP:Facility 130 ILAP:Facility
...@@ -294,12 +227,16 @@ ILAP:Monday ...@@ -294,12 +227,16 @@ ILAP:Monday
294 rdf:type ILAP:CalendarDay ; 227 rdf:type ILAP:CalendarDay ;
295 rdfs:label "Monday"^^xsd:string . 228 rdfs:label "Monday"^^xsd:string .
296 229
230 +ILAP:NPDelement_1
231 + rdf:type NPD:NPDelement ;
232 + rdfs:label "NPDelement 1"^^xsd:string .
233 +
297 ILAP:OPEX 234 ILAP:OPEX
298 rdf:type ILAP:PlanExpenseType ; 235 rdf:type ILAP:PlanExpenseType ;
299 rdfs:label "OPEX"^^xsd:string . 236 rdfs:label "OPEX"^^xsd:string .
300 237
301 ILAP:Operation 238 ILAP:Operation
302 - rdf:type ILAP:PlanLifecycleStage ; 239 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
303 rdfs:label "Operation"^^xsd:string . 240 rdfs:label "Operation"^^xsd:string .
304 241
305 ILAP:OperationAndMaintenance 242 ILAP:OperationAndMaintenance
...@@ -314,8 +251,14 @@ ILAP:Planned ...@@ -314,8 +251,14 @@ ILAP:Planned
314 rdf:type ILAP:Status ; 251 rdf:type ILAP:Status ;
315 rdfs:label "Planned"^^xsd:string . 252 rdfs:label "Planned"^^xsd:string .
316 253
254 +ILAP:PlannedActivity_1
255 + rdf:type ILAP:PlannedActivity ;
256 + rdfs:label "Planned activity 1"^^xsd:string ;
257 + ILAP:hasActivityWBSelement
258 + ILAP:ActivityWBS_1 .
259 +
317 ILAP:Planning 260 ILAP:Planning
318 - rdf:type ILAP:PlanLifecycleStage ; 261 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
319 rdfs:label "Planning"^^xsd:string . 262 rdfs:label "Planning"^^xsd:string .
320 263
321 ILAP:Primavera 264 ILAP:Primavera
...@@ -343,7 +286,7 @@ ILAP:Released ...@@ -343,7 +286,7 @@ ILAP:Released
343 rdfs:label "Released"^^xsd:string . 286 rdfs:label "Released"^^xsd:string .
344 287
345 ILAP:Removal 288 ILAP:Removal
346 - rdf:type ILAP:PlanLifecycleStage ; 289 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
347 rdfs:label "Removal"^^xsd:string . 290 rdfs:label "Removal"^^xsd:string .
348 291
349 ILAP:Renewal 292 ILAP:Renewal
...@@ -379,14 +322,14 @@ ILAP:Scheduled ...@@ -379,14 +322,14 @@ ILAP:Scheduled
379 rdfs:label "Scheduled"^^xsd:string . 322 rdfs:label "Scheduled"^^xsd:string .
380 323
381 ILAP:ShutdownAndDecommisioning 324 ILAP:ShutdownAndDecommisioning
382 - rdf:type ILAP:PlanLifecycleStage ; 325 + rdf:type ILAP:PlanLifecycleStage , ILAP:PlanPhase ;
383 rdfs:label "Shutdown and decommisioning"^^xsd:string . 326 rdfs:label "Shutdown and decommisioning"^^xsd:string .
384 327
385 ILAP:StandardFreeWeekendPeriod 328 ILAP:StandardFreeWeekendPeriod
386 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 329 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
387 rdfs:label "Standard free weekend period"^^xsd:string ; 330 rdfs:label "Standard free weekend period"^^xsd:string ;
388 ILAP:hasCalendarPeriodFreeDay 331 ILAP:hasCalendarPeriodFreeDay
389 - ILAP:Saturday , ILAP:Sunday . 332 + ILAP:Sunday , ILAP:Saturday .
390 333
391 ILAP:StandardWorkWeekdayPeriod 334 ILAP:StandardWorkWeekdayPeriod
392 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 335 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -503,6 +446,11 @@ shutdown:hasShutdownPriority ...@@ -503,6 +446,11 @@ shutdown:hasShutdownPriority
503 shutdown:hasShutdownType 446 shutdown:hasShutdownType
504 rdfs:domain ILAP:Shutdown . 447 rdfs:domain ILAP:Shutdown .
505 448
449 +<http://data.posccaesar.org/npd/ontology/ilap-interface/Facility>
450 + rdf:type owl:Class ;
451 + rdfs:label "Facility"^^xsd:string ;
452 + rdfs:subClassOf ILAP:Facility , owl:Thing .
453 +
506 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> 454 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
507 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . 455 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
508 456
......
1 -K 25
2 -svn:wc:ra_dav:version-url
3 -V 42
4 -/svn/ilap/!svn/ver/28/OWL_1_5/StandardData
5 -END
6 -NPD.ttl
7 -K 25
8 -svn:wc:ra_dav:version-url
9 -V 50
10 -/svn/ilap/!svn/ver/25/OWL_1_5/StandardData/NPD.ttl
11 -END
12 -EPCIS.ttl
13 -K 25
14 -svn:wc:ra_dav:version-url
15 -V 52
16 -/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/EPCIS.ttl
17 -END
18 -POB.ttl
19 -K 25
20 -svn:wc:ra_dav:version-url
21 -V 50
22 -/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/POB.ttl
23 -END
24 -BRREG.ttl
25 -K 25
26 -svn:wc:ra_dav:version-url
27 -V 52
28 -/svn/ilap/!svn/ver/30/OWL_1_5/StandardData/BRREG.ttl
29 -END
30 -CCU.ttl
31 -K 25
32 -svn:wc:ra_dav:version-url
33 -V 50
34 -/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/CCU.ttl
35 -END
36 -SCCS.ttl
37 -K 25
38 -svn:wc:ra_dav:version-url
39 -V 51
40 -/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/SCCS.ttl
41 -END
42 -DISKOS.ttl
43 -K 25
44 -svn:wc:ra_dav:version-url
45 -V 53
46 -/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/DISKOS.ttl
47 -END
1 -10
2 -
3 -dir
4 -29
5 -https://jord-dev.org/svn/ilap/OWL_1_5/StandardData
6 -https://jord-dev.org/svn/ilap
7 -
8 -
9 -
10 -2014-04-11T13:08:30.820903Z
11 -28
12 -hmottestad
13 -
14 -
15 -svn:special svn:externals svn:needs-lock
16 -
17 -
18 -
19 -
20 -
21 -
22 -
23 -
24 -
25 -
26 -
27 -32c34ce5-302f-44b3-a65a-1ca98c1fea32
28 -
29 -BRREG.ttl
30 -file
31 -30
32 -
33 -
34 -
35 -2014-04-12T11:15:19.297000Z
36 -f3e3826734c3cab94eae7f8873f9efb8
37 -2014-04-13T19:23:46.352844Z
38 -30
39 -tchr
40 -
41 -
42 -
43 -
44 -
45 -
46 -
47 -
48 -
49 -
50 -
51 -
52 -
53 -
54 -
55 -
56 -
57 -
58 -
59 -
60 -
61 -3206
62 -
63 -CCU.ttl
64 -file
65 -31
66 -
67 -
68 -
69 -2014-04-16T16:18:52.727000Z
70 -9d80df55191c3c45451a91f63e03325e
71 -2014-04-21T18:24:03.858028Z
72 -31
73 -tchr
74 -
75 -
76 -
77 -
78 -
79 -
80 -
81 -
82 -
83 -
84 -
85 -
86 -
87 -
88 -
89 -
90 -
91 -
92 -
93 -
94 -
95 -809
96 -
97 -DISKOS.ttl
98 -file
99 -31
100 -
101 -
102 -
103 -2014-04-16T17:46:46.569000Z
104 -893b449eea5a8ecdcb5b695a7ccb8f0f
105 -2014-04-21T18:24:03.858028Z
106 -31
107 -tchr
108 -
109 -
110 -
111 -
112 -
113 -
114 -
115 -
116 -
117 -
118 -
119 -
120 -
121 -
122 -
123 -
124 -
125 -
126 -
127 -
128 -
129 -1353
130 -
131 -EPCIS.ttl
132 -file
133 -31
134 -
135 -
136 -
137 -2014-04-16T15:23:07.814000Z
138 -6de151ff7c77bd0bb2720897ec1112af
139 -2014-04-21T18:24:03.858028Z
140 -31
141 -tchr
142 -
143 -
144 -
145 -
146 -
147 -
148 -
149 -
150 -
151 -
152 -
153 -
154 -
155 -
156 -
157 -
158 -
159 -
160 -
161 -
162 -
163 -4014
164 -
165 -NPD.ttl
166 -file
167 -
168 -
169 -
170 -
171 -2014-04-11T13:12:48.341000Z
172 -92e71978e1cc2de3550d5fcb0149b998
173 -2014-04-11T12:09:45.010434Z
174 -25
175 -hmottestad
176 -
177 -
178 -
179 -
180 -
181 -
182 -
183 -
184 -
185 -
186 -
187 -
188 -
189 -
190 -
191 -
192 -
193 -
194 -
195 -
196 -
197 -3415
198 -
199 -POB.ttl
200 -file
201 -31
202 -
203 -
204 -
205 -2014-04-16T20:25:55.012000Z
206 -74ad3b8c507f74b34bdc90432246d07d
207 -2014-04-21T18:24:03.858028Z
208 -31
209 -tchr
210 -
211 -
212 -
213 -
214 -
215 -
216 -
217 -
218 -
219 -
220 -
221 -
222 -
223 -
224 -
225 -
226 -
227 -
228 -
229 -
230 -
231 -887
232 -
233 -SCCS.ttl
234 -file
235 -31
236 -
237 -
238 -
239 -2014-04-16T18:10:01.594000Z
240 -5c4fc7e8cab9db243add699d802fdd86
241 -2014-04-21T18:24:03.858028Z
242 -31
243 -tchr
244 -
245 -
246 -
247 -
248 -
249 -
250 -
251 -
252 -
253 -
254 -
255 -
256 -
257 -
258 -
259 -
260 -
261 -
262 -
263 -
264 -
265 -4287
266 -
1 -# baseURI: http://data.posccaesar.org/brreg/
2 -
3 -# c14n-version: 3
4 -@prefix : <http://data.posccaesar.org/brreg/> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9 -:
10 - rdf:type owl:Ontology ;
11 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
12 -.
13 -:BakerHughes
14 - rdf:type :Contractor ;
15 - rdfs:label "Baker hughes"^^xsd:string ;
16 -.
17 -:ConocoPhillips
18 - rdf:type :OilCompany ;
19 - rdfs:label "Conoco phillips"^^xsd:string ;
20 -.
21 -:Contractor
22 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
23 - rdf:type owl:Class ;
24 - rdfs:label "Contractor"^^xsd:string ;
25 - rdfs:subClassOf :LegalEntity ;
26 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> ;
27 -.
28 -:EniNorge
29 - rdf:type :OilCompany ;
30 - rdfs:label "Eni norge"^^xsd:string ;
31 -.
32 -:LegalEntity
33 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
34 - rdf:type owl:Class ;
35 - rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> ;
36 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ;
37 - rdfs:subClassOf owl:Thing ;
38 - rdfs:subClassOf [
39 - rdf:type owl:Restriction ;
40 - owl:onClass :Location ;
41 - owl:onProperty :hasLegalEntityLocation ;
42 - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
43 - ] ;
44 -.
45 -:Location
46 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
47 - rdf:type owl:Class ;
48 - rdfs:label "Location"^^xsd:string ;
49 - rdfs:subClassOf <http://data.posccaesar.org/ilap/Location> ;
50 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ;
51 - rdfs:subClassOf owl:Thing ;
52 -.
53 -:Lundin
54 - rdf:type :OilCompany ;
55 - rdfs:label "Lundin"^^xsd:string ;
56 -.
57 -:NEA
58 - rdf:type :Regulator ;
59 - rdfs:label "NEA"^^xsd:string ;
60 -.
61 -:NPD
62 - rdf:type :Regulator ;
63 - rdfs:label "NPD"^^xsd:string ;
64 -.
65 -:NTA
66 - rdf:type :Regulator ;
67 - rdfs:label "NTA"^^xsd:string ;
68 -.
69 -:OilCompany
70 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
71 - rdf:type owl:Class ;
72 - rdfs:label "Oil Company"^^xsd:string ;
73 - rdfs:subClassOf :LegalEntity ;
74 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> ;
75 -.
76 -:Regulator
77 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
78 - rdf:type owl:Class ;
79 - rdfs:label "Regulator"^^xsd:string ;
80 - rdfs:subClassOf :LegalEntity ;
81 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> ;
82 -.
83 -:Schlumberger
84 - rdf:type :Contractor ;
85 - rdfs:label "Schlumberger"^^xsd:string ;
86 -.
87 -:Sevan
88 - rdf:type :Contractor ;
89 - rdfs:label "Sevan"^^xsd:string ;
90 -.
91 -:Statoil
92 - rdf:type :OilCompany ;
93 - rdfs:label "Statoil"^^xsd:string ;
94 -.
95 -:Subsea7
96 - rdf:type :Contractor ;
97 - rdfs:label "Subsea7"^^xsd:string ;
98 -.
99 -:SumitomoMetal
100 - rdf:type :Contractor ;
101 - rdfs:label "Sumitomo metal"^^xsd:string ;
102 -.
103 -:Tananger
104 - rdf:type :Location ;
105 - rdfs:label "Tananger"^^xsd:string ;
106 -.
107 -:Technip
108 - rdf:type :Contractor ;
109 - rdfs:label "Technip"^^xsd:string ;
110 -.
111 -:hasLegalEntityLocation
112 - rdf:type owl:ObjectProperty ;
113 - rdfs:domain :LegalEntity ;
114 - rdfs:label "has legal entity location"^^xsd:string ;
115 - rdfs:range :Location ;
116 -.
1 -# baseURI: http://data.posccaesar.org/ccu/
2 -
3 -# c14n-version: 3
4 -@prefix : <http://data.posccaesar.org/ccu/> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9 -:
10 - rdf:type owl:Ontology ;
11 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
12 -.
13 -:CCU
14 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
15 - rdf:type owl:Class ;
16 - rdfs:label "CCU"^^xsd:string ;
17 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS221644028150> ;
18 - rdfs:subClassOf owl:Thing ;
19 -.
20 -:CCU123
21 - rdf:type :CCU ;
22 - rdfs:label "CCU 123"^^xsd:string ;
23 -.
24 -:CCU456
25 - rdf:type :CCU ;
26 - rdfs:label "CCU 456"^^xsd:string ;
27 -.
1 -# baseURI: http://data.posccaesar.org/diskos/
2 -
3 -# c14n-version: 3
4 -@prefix : <http://data.posccaesar.org/diskos/> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9 -:
10 - rdf:type owl:Ontology ;
11 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
12 -.
13 -:Asset
14 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
15 - rdf:type owl:Class ;
16 - rdfs:label "Asset"^^xsd:string ;
17 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8645837> ;
18 - rdfs:subClassOf owl:Thing ;
19 - rdfs:subClassOf [
20 - rdf:type owl:Restriction ;
21 - owl:onDataRange xsd:float ;
22 - owl:onProperty :hasAssetValue ;
23 - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
24 - ] ;
25 -.
26 -:EkofiskField
27 - rdf:type :Asset ;
28 - :hasAssetValue "30"^^xsd:float ;
29 - rdfs:label "Ekofisk field"^^xsd:string ;
30 -.
31 -:GoliatField
32 - rdf:type :Asset ;
33 - :hasAssetValue "50"^^xsd:float ;
34 - rdfs:label "Goliat field"^^xsd:string ;
35 -.
36 -:StatfjordField
37 - rdf:type :Asset ;
38 - :hasAssetValue "40"^^xsd:float ;
39 - rdfs:label "Statfjord field"^^xsd:string ;
40 -.
41 -:hasAssetValue
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain :Asset ;
44 - rdfs:label "has asset value"^^xsd:string ;
45 - rdfs:range xsd:float ;
46 -.
1 -# baseURI: http://data.posccaesar.org/epcis/
2 -
3 -# c14n-version: 3
4 -@prefix : <http://data.posccaesar.org/epcis/> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9 -:
10 - rdf:type owl:Ontology ;
11 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
12 -.
13 -:ArrivingEvent
14 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
15 - rdf:type owl:Class ;
16 - rdfs:label "Arriving event"^^xsd:string ;
17 - rdfs:subClassOf :CBVevent ;
18 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9695582> ;
19 -.
20 -:ArrivingEvent_1
21 - rdf:type :ArrivingEvent ;
22 - rdfs:label "Arriving event 1"^^xsd:string ;
23 -.
24 -:CBVevent
25 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
26 - rdf:type owl:Class ;
27 - rdfs:label "CBV event"^^xsd:string ;
28 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> ;
29 - rdfs:subClassOf owl:Thing ;
30 -.
31 -:DepartingEvent
32 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
33 - rdf:type owl:Class ;
34 - rdfs:label "Departing event"^^xsd:string ;
35 - rdfs:subClassOf :CBVevent ;
36 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9677672> ;
37 -.
38 -:DepartingEvent_1
39 - rdf:type :DepartingEvent ;
40 - rdfs:label "Departing event 1"^^xsd:string ;
41 -.
42 -:HoldingEvent
43 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
44 - rdf:type owl:Class ;
45 - rdfs:label "Holding event"^^xsd:string ;
46 - rdfs:subClassOf :CBVevent ;
47 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9666467> ;
48 -.
49 -:HoldingEvent_1
50 - rdf:type :HoldingEvent ;
51 - rdfs:label "Holding event 1"^^xsd:string ;
52 -.
53 -:InspectingEvent
54 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
55 - rdf:type owl:Class ;
56 - rdfs:label "Inspecting event"^^xsd:string ;
57 - rdfs:subClassOf :CBVevent ;
58 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9664082> ;
59 -.
60 -:InspectingEvent_1
61 - rdf:type :InspectingEvent ;
62 - rdfs:label "Inspecting event 1"^^xsd:string ;
63 -.
64 -:InspectingResultEvent
65 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
66 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
67 - rdf:type owl:Class ;
68 - rdfs:label "Inspecting result event"^^xsd:string ;
69 - rdfs:subClassOf :CBVevent ;
70 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS332324> ;
71 -.
72 -:InspectingResultEvent_1
73 - rdf:type :InspectingResultEvent ;
74 - rdfs:label "Inspecting result event 1"^^xsd:string ;
75 -.
76 -:InternalMovingEvent
77 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
78 - rdf:type owl:Class ;
79 - rdfs:label "Internal moving event"^^xsd:string ;
80 - rdfs:subClassOf :CBVevent ;
81 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9660707> ;
82 -.
83 -:InternalMovingEvent_1
84 - rdf:type :InternalMovingEvent ;
85 - rdfs:label "Internal moving event 1"^^xsd:string ;
86 -.
87 -:LoadingEvent
88 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
89 - rdf:type owl:Class ;
90 - rdfs:label "Loading event"^^xsd:string ;
91 - rdfs:subClassOf :CBVevent ;
92 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9647792> ;
93 -.
94 -:LoadingEvent_1
95 - rdf:type :LoadingEvent ;
96 - rdfs:label "Loading event 1"^^xsd:string ;
97 -.
98 -:PackingEvent
99 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
100 - rdf:type owl:Class ;
101 - rdfs:label "Packing event"^^xsd:string ;
102 - rdfs:subClassOf :CBVevent ;
103 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS397677521> ;
104 -.
105 -:PackingEvent_1
106 - rdf:type :PackingEvent ;
107 - rdfs:label "Packing event 1"^^xsd:string ;
108 -.
109 -:UnloadingEvent
110 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
111 - rdf:type owl:Class ;
112 - rdfs:label "Unloading event"^^xsd:string ;
113 - rdfs:subClassOf :CBVevent ;
114 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9651752> ;
115 -.
116 -:UnloadingEvent_1
117 - rdf:type :UnloadingEvent ;
118 - rdfs:label "Unloading event 1"^^xsd:string ;
119 -.
1 -# baseURI: http://data.posccaesar.org/npd/
2 -
3 -@prefix : <http://data.posccaesar.org/npd/> .
4 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
8 -
9 -: rdf:type owl:Ontology ;
10 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
11 -
12 -:BAA rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
13 - rdfs:label "Business area agreement"^^xsd:string ;
14 - rdfs:subClassOf :NPDelement .
15 -
16 -:BAA_1
17 - rdf:type :BAA ;
18 - rdfs:label "Business Area Arrangement 1"^^xsd:string .
19 -
20 -:Ekofisk
21 - rdf:type :Field ;
22 - rdfs:label "Ekofisk"^^xsd:string .
23 -
24 -:EldfiskC
25 - rdf:type :SubsurfaceFacility ;
26 - rdfs:label "Eldfisk C"^^xsd:string .
27 -
28 -:Facility
29 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
30 - rdfs:label "Facility"^^xsd:string ;
31 - rdfs:subClassOf :NPDelement .
32 -
33 -:Field
34 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
35 - rdfs:label "Field"^^xsd:string ;
36 - rdfs:subClassOf :NPDelement .
37 -
38 -:Goliat
39 - rdf:type :Field ;
40 - rdfs:label "Goliat"^^xsd:string .
41 -
42 -:GoliatFPSO
43 - rdf:type :Facility ;
44 - rdfs:label "Goliat FPSO"^^xsd:string .
45 -
46 -:JohanSverdrup
47 - rdf:type :Field ;
48 - rdfs:label "Johan sverdrup"^^xsd:string .
49 -
50 -:License_1
51 - rdf:type :ProductionLicense ;
52 - rdfs:label "License 1"^^xsd:string .
53 -
54 -:NPDelement
55 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
56 - rdfs:label "Petroleum register element"^^xsd:string ;
57 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1750688011> .
58 -
59 -:PipelineFacility
60 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
61 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility .
62 -
63 -:ProductionLicense
64 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
65 - rdfs:label "License"^^xsd:string ;
66 - rdfs:subClassOf :NPDelement .
67 -
68 -:StafjordA
69 - rdf:type :SurfaceFacility ;
70 - rdfs:label "Statfjord A"^^xsd:string .
71 -
72 -:StatPipe
73 - rdf:type :PipelineFacility .
74 -
75 -:Statfjord
76 - rdf:type :Field ;
77 - rdfs:label "Statfjord"^^xsd:string .
78 -
79 -:StatfjordB
80 - rdf:type :SurfaceFacility ;
81 - rdfs:label "Statfjord B"^^xsd:string .
82 -
83 -:StatfjordSatelliteA
84 - rdf:type :SubsurfaceFacility .
85 -
86 -:SubsurfaceFacility
87 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
88 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility .
89 -
90 -:SurfaceFacility
91 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
92 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility .
93 -
94 -:WellBore
95 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> , owl:Class ;
96 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1714464911> , :NPDelement .
97 -
98 -:WellBore_1
99 - rdf:type :WellBore .
1 -# baseURI: http://data.posccaesar.org/pob/
2 -
3 -# c14n-version: 3
4 -@prefix : <http://data.posccaesar.org/pob/> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9 -:
10 - rdf:type owl:Ontology ;
11 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
12 -.
13 -:NiloErdal
14 - rdf:type :Person ;
15 - rdfs:label "Nilo Erdal"^^xsd:string ;
16 -.
17 -:Person
18 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
19 - rdf:type owl:Class ;
20 - rdfs:label "Person"^^xsd:string ;
21 - rdfs:subClassOf <http://data.posccaesar.org/ilap/ResponsiblePerson> ;
22 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943628961> ;
23 - rdfs:subClassOf owl:Thing ;
24 -.
25 -:RolfHansen
26 - rdf:type :Person ;
27 - rdfs:label "Rolf Hansen"^^xsd:string ;
28 -.
1 -# baseURI: http://data.posccaesar.org/sccs/
2 -
3 -# c14n-version: 3
4 -@prefix : <http://data.posccaesar.org/sccs/> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9 -:
10 - rdf:type owl:Ontology ;
11 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
12 -.
13 -:COR_A_General_Costs
14 - rdf:type :SCCScode ;
15 - rdfs:label "COR A"^^xsd:string ;
16 -.
17 -:COR_B_Bulk_Materials
18 - rdf:type :CORcode ;
19 - rdfs:label "COR B"^^xsd:string ;
20 -.
21 -:COR_C_Construction_Overheads
22 - rdf:type :CORcode ;
23 - rdfs:label "COR C"^^xsd:string ;
24 -.
25 -:COR_E_Equipment
26 - rdf:type :CORcode ;
27 - rdfs:label "COR E"^^xsd:string ;
28 -.
29 -:COR_H_Owners_Personnel
30 - rdf:type :CORcode ;
31 - rdfs:label "COR H"^^xsd:string ;
32 -.
33 -:COR_K_Engineering_Manpower
34 - rdf:type :CORcode ;
35 - rdfs:label "COR K"^^xsd:string ;
36 -.
37 -:COR_L_Direct_Labor
38 - rdf:type :CORcode ;
39 - rdfs:label "COR L"^^xsd:string ;
40 -.
41 -:COR_M_Indirect_Labor
42 - rdf:type :CORcode ;
43 - rdfs:label "COR M"^^xsd:string ;
44 -.
45 -:COR_Q_Owners_Personnel_Overheads
46 - rdf:type :CORcode ;
47 - rdfs:label "COR Q"^^xsd:string ;
48 -.
49 -:COR_R_Engineering_Overheads
50 - rdf:type :CORcode ;
51 - rdfs:label "COR R"^^xsd:string ;
52 -.
53 -:COR_S_Unit_Work
54 - rdf:type :CORcode ;
55 - rdfs:label "COR S"^^xsd:string ;
56 -.
57 -:COR_X_Marine_Operations_and_Logistics
58 - rdf:type :CORcode ;
59 - rdfs:label "COR X"^^xsd:string ;
60 -.
61 -:COR_Y_Landbased_Plant_and_Equipment
62 - rdf:type :CORcode ;
63 - rdfs:label "COR Y"^^xsd:string ;
64 -.
65 -:CORcode
66 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
67 - rdf:type owl:Class ;
68 - rdfs:label "COR code"^^xsd:string ;
69 - rdfs:subClassOf <http://data.posccaesar.org/ilap/Discipline> ;
70 - rdfs:subClassOf <http://data.posccaesar.org/ilap/Resource> ;
71 - rdfs:subClassOf :SCCScode ;
72 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ;
73 -.
74 -:PBS_AAAA_Derrick
75 - rdf:type :PBScode ;
76 - rdfs:label "Derrick"^^xsd:string ;
77 -.
78 -:PBS_AAA_Drilling_Area
79 - rdf:type :PBScode ;
80 - rdfs:label "Drilling Area"^^xsd:string ;
81 -.
82 -:PBS_AA_Topsides
83 - rdf:type :PBScode ;
84 - rdfs:label "Topsides"^^xsd:string ;
85 -.
86 -:PBS_AB_Substructures
87 - rdf:type :PBScode ;
88 - rdfs:label "Substructures"^^xsd:string ;
89 -.
90 -:PBS_AC_Wells
91 - rdf:type :PBScode ;
92 - rdfs:label "Wells"^^xsd:string ;
93 -.
94 -:PBS_AD_Subsea_Production_Systems
95 - rdf:type :PBScode ;
96 - rdfs:label "Subsea Production Systems"^^xsd:string ;
97 -.
98 -:PBS_AE_Transport_Systems
99 - rdf:type :PBScode ;
100 - rdfs:label "Transport Systems"^^xsd:string ;
101 -.
102 -:PBS_AW_Windmills
103 - rdf:type :PBScode ;
104 - rdfs:label "Windmills"^^xsd:string ;
105 -.
106 -:PBS_A_Offshore_Field_Installlations
107 - rdf:type :PBScode ;
108 - rdfs:label "Offshore Field Installlations"^^xsd:string ;
109 -.
110 -:PBS_B_LandbasedInstallations
111 - rdf:type :PBScode ;
112 - rdfs:label "Landbased Installations"^^xsd:string ;
113 -.
114 -:PBScode
115 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
116 - rdf:type owl:Class ;
117 - rdfs:label "PBS code"^^xsd:string ;
118 - rdfs:subClassOf <http://data.posccaesar.org/ilap/PlanContentType> ;
119 - rdfs:subClassOf <http://data.posccaesar.org/ilap/Result> ;
120 - rdfs:subClassOf :SCCScode ;
121 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2065619071> ;
122 -.
123 -:SAB_1_Management
124 - rdf:type :SABcode ;
125 - :hasCodeName "Management"^^xsd:string ;
126 - rdfs:label "SAB 1"^^xsd:string ;
127 -.
128 -:SAB_2_Engineering_and_Procurement
129 - rdf:type :SABcode ;
130 - rdfs:label "SAB 2"^^xsd:string ;
131 -.
132 -:SAB_3_Material_deliveries
133 - rdf:type :SABcode ;
134 - rdfs:label "SAB 3"^^xsd:string ;
135 -.
136 -:SAB_4_Construction
137 - rdf:type :SABcode ;
138 - rdfs:label "SAB 4"^^xsd:string ;
139 -.
140 -:SAB_5_Operations
141 - rdf:type :SABcode ;
142 - rdfs:label "SAB 5"^^xsd:string ;
143 -.
144 -:SABcode
145 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
146 - rdf:type owl:Class ;
147 - rdfs:label "SAB code"^^xsd:string ;
148 - rdfs:subClassOf <http://data.posccaesar.org/ilap/Phase> ;
149 - rdfs:subClassOf :SCCScode ;
150 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ;
151 -.
152 -:SCCScode
153 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
154 - rdf:type owl:Class ;
155 - rdfs:label "SCCS code"^^xsd:string ;
156 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ;
157 - rdfs:subClassOf owl:Thing ;
158 -.
1 -# baseURI: http://data.posccaesar.org/brreg/
2 -# imports: file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc
3 -# imports: http://topbraid.org/spin/skoscleaner
4 -# imports: http://topbraid.org/spin/skosspin
5 -# imports: http://www.w3.org/2004/02/skos/core
6 -# imports: http://www.w3.org/2008/05/skos-xl
7 -
8 -@prefix : <http://data.posccaesar.org/brreg/> .
9 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
10 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
12 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
13 -
14 -: rdf:type owl:Ontology ;
15 - owl:imports <http://www.w3.org/2004/02/skos/core> , <file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc> , <http://www.w3.org/2008/05/skos-xl> , <http://topbraid.org/spin/skoscleaner> , <http://topbraid.org/spin/skosspin> ;
16 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 -
18 -:BakerHughes
19 - rdf:type :Contractor ;
20 - rdfs:label "Baker hughes"^^xsd:string .
21 -
22 -:ConocoPhillips
23 - rdf:type :OilCompany ;
24 - rdfs:label "Conoco phillips"^^xsd:string .
25 -
26 -:Contractor
27 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
28 - rdfs:label "Contractor"^^xsd:string ;
29 - rdfs:subClassOf :LegalEntity , <http://posccaesar.org/rdl/RDS8648162> .
30 -
31 -:LegalEntity
32 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
33 - rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> , <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
34 -
35 -:NPD rdf:type :Regulator ;
36 - rdfs:label "NPD"^^xsd:string .
37 -
38 -:OilCompany
39 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
40 - rdfs:label "Oil Company"^^xsd:string ;
41 - rdfs:subClassOf :LegalEntity , <http://posccaesar.org/rdl/RDS8648100> .
42 -
43 -:Regulator
44 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
45 - rdfs:label "Regulator"^^xsd:string ;
46 - rdfs:subClassOf :LegalEntity , <http://posccaesar.org/rdl/RDS283544> .
1 -# baseURI: http://data.posccaesar.org/ccu/
2 -
3 -@prefix : <http://data.posccaesar.org/ccu/> .
4 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
8 -
9 -: rdf:type owl:Ontology ;
10 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
11 -
12 -:CCU rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
13 - rdfs:label "CCU"^^xsd:string ;
14 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS221644028150> .
15 -
16 -:CCU123
17 - rdf:type :CCU ;
18 - rdfs:label "CCU 123"^^xsd:string .
1 -# baseURI: http://data.posccaesar.org/diskos/
2 -
3 -@prefix : <http://data.posccaesar.org/diskos/> .
4 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
8 -
9 -: rdf:type owl:Ontology ;
10 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
11 -
12 -:Asset
13 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
14 - rdfs:label "Asset"^^xsd:string ;
15 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8645837> .
16 -
17 -:EkofiskField
18 - rdf:type :Asset ;
19 - rdfs:label "Ekofisk field"^^xsd:string .
1 -# baseURI: http://data.posccaesar.org/epcis/
2 -
3 -# c14n-version: 3
4 -@prefix : <http://data.posccaesar.org/epcis/> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9 -:
10 - rdf:type owl:Ontology ;
11 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
12 -.
13 -:ArrivingEvent
14 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
15 - rdf:type owl:Class ;
16 - rdfs:label "Arriving event"^^xsd:string ;
17 - rdfs:subClassOf :CBVevent ;
18 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9695582> ;
19 -.
20 -:ArrivingEvent_1
21 - rdf:type :ArrivingEvent ;
22 - rdfs:label "Arriving event 1"^^xsd:string ;
23 -.
24 -:CBVevent
25 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
26 - rdf:type owl:Class ;
27 - rdfs:label "CBV event"^^xsd:string ;
28 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> ;
29 - rdfs:subClassOf owl:Thing ;
30 -.
31 -:DepartingEvent
32 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
33 - rdf:type owl:Class ;
34 - rdfs:label "Departing event"^^xsd:string ;
35 - rdfs:subClassOf :CBVevent ;
36 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9677672> ;
37 -.
38 -:DepartingEvent_1
39 - rdf:type :DepartingEvent ;
40 - rdfs:label "Departing event 1"^^xsd:string ;
41 -.
42 -:HoldingEvent
43 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
44 - rdf:type owl:Class ;
45 - rdfs:label "Holding event"^^xsd:string ;
46 - rdfs:subClassOf :CBVevent ;
47 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9666467> ;
48 -.
49 -:HoldingEvent_1
50 - rdf:type :HoldingEvent ;
51 - rdfs:label "Holding event 1"^^xsd:string ;
52 -.
53 -:InspectingEvent
54 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
55 - rdf:type owl:Class ;
56 - rdfs:label "Inspecting event"^^xsd:string ;
57 - rdfs:subClassOf :CBVevent ;
58 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9664082> ;
59 -.
60 -:InspectingEvent_1
61 - rdf:type :InspectingEvent ;
62 - rdfs:label "Inspecting event 1"^^xsd:string ;
63 -.
64 -:InspectingResultEvent
65 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
66 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
67 - rdf:type owl:Class ;
68 - rdfs:label "Inspecting result event"^^xsd:string ;
69 - rdfs:subClassOf :CBVevent ;
70 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS332324> ;
71 -.
72 -:InspectingResultEvent_1
73 - rdf:type :InspectingResultEvent ;
74 - rdfs:label "Inspecting result event 1"^^xsd:string ;
75 -.
76 -:InternalMovingEvent
77 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
78 - rdf:type owl:Class ;
79 - rdfs:label "Internal moving event"^^xsd:string ;
80 - rdfs:subClassOf :CBVevent ;
81 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9660707> ;
82 -.
83 -:InternalMovingEvent_1
84 - rdf:type :InternalMovingEvent ;
85 - rdfs:label "Internal moving event 1"^^xsd:string ;
86 -.
87 -:LoadingEvent
88 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
89 - rdf:type owl:Class ;
90 - rdfs:label "Loading event"^^xsd:string ;
91 - rdfs:subClassOf :CBVevent ;
92 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9647792> ;
93 -.
94 -:LoadingEvent_1
95 - rdf:type :LoadingEvent ;
96 - rdfs:label "Loading event 1"^^xsd:string ;
97 -.
98 -:PackingEvent
99 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
100 - rdf:type owl:Class ;
101 - rdfs:label "Packing event"^^xsd:string ;
102 - rdfs:subClassOf :CBVevent ;
103 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS397677521> ;
104 -.
105 -:PackingEvent_1
106 - rdf:type :PackingEvent ;
107 - rdfs:label "Packing event 1"^^xsd:string ;
108 -.
109 -:UnloadingEvent
110 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
111 - rdf:type owl:Class ;
112 - rdfs:label "Unloading event"^^xsd:string ;
113 - rdfs:subClassOf :CBVevent ;
114 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9651752> ;
115 -.
116 -:UnloadingEvent_1
117 - rdf:type :UnloadingEvent ;
118 - rdfs:label "Unloading event 1"^^xsd:string ;
119 -.
1 -# baseURI: http://data.posccaesar.org/npd/
2 -
3 -@prefix : <http://data.posccaesar.org/npd/> .
4 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
8 -
9 -<http://data.posccaesar.org/ilap/ProjectExecutionPlan>
10 - rdfs:subClassOf
11 - [ rdf:type owl:Restriction ;
12 - owl:allValuesFrom :NPDelement ;
13 - owl:onProperty <http://data.posccaesar.org/ilap/hasPlanNPDelement>
14 - ] .
15 -
16 -<http://data.posccaesar.org/ilap/hasPlanNPDelement>
17 - rdfs:range :NPDelement .
18 -
19 -: rdf:type owl:Ontology ;
20 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
21 -
22 -:NPDelement
23 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
24 - rdfs:label "Petroleum register element"^^xsd:string , "NPDelement"^^xsd:string ;
25 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750688011> , owl:Thing , <http://data.posccaesar.org/ilap/Location> .
1 -# baseURI: http://data.posccaesar.org/pob/
2 -
3 -# c14n-version: 3
4 -@prefix : <http://data.posccaesar.org/pob/> .
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9 -:
10 - rdf:type owl:Ontology ;
11 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
12 -.
13 -:NiloErdal
14 - rdf:type :Person ;
15 - rdfs:label "Nilo Erdal"^^xsd:string ;
16 -.
17 -:Person
18 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
19 - rdf:type owl:Class ;
20 - rdfs:label "Person"^^xsd:string ;
21 - rdfs:subClassOf <http://data.posccaesar.org/ilap/ResponsiblePerson> ;
22 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943628961> ;
23 - rdfs:subClassOf owl:Thing ;
24 -.
25 -:RolfHansen
26 - rdf:type :Person ;
27 - rdfs:label "Rolf Hansen"^^xsd:string ;
28 -.
1 -# baseURI: http://data.posccaesar.org/ilap/riskfactor/
2 -
3 -@prefix : <http://data.posccaesar.org/ilap/riskfactor/> .
4 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
8 -
9 -: rdf:type owl:Ontology ;
10 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
11 -
12 -:HCsystemsWork
13 - rdf:type :RiskType ;
14 - rdfs:label "HC systems work"^^xsd:string .
15 -
16 -:HeightWork
17 - rdf:type :RiskType ;
18 - rdfs:label "Height work"^^xsd:string .
19 -
20 -:HotWork
21 - rdf:type :RiskType ;
22 - rdfs:label "Hot work"^^xsd:string .
23 -
24 -:LiftingOperation
25 - rdf:type :RiskType ;
26 - rdfs:label "Lifting operation"^^xsd:string .
27 -
28 -:RemovalOfBarriers
29 - rdf:type :RiskType ;
30 - rdfs:label "Removal of barriers"^^xsd:string .
31 -
32 -:ReservoirDrillingOperation
33 - rdf:type :RiskType ;
34 - rdfs:label "Reservoir drilling operation"^^xsd:string .
35 -
36 -:RiskType
37 - rdf:type owl:Class ;
38 - rdfs:label "Risk type"^^xsd:string ;
39 - rdfs:subClassOf owl:Thing .
40 -
41 -:ShallowGasOperation
42 - rdf:type :RiskType ;
43 - rdfs:label "Shallow gas operation"^^xsd:string .
44 -
45 -:VesselOperation
46 - rdf:type :RiskType ;
47 - rdfs:label "Vessel operation"^^xsd:string .
48 -
49 -:hasRiskType
50 - rdf:type owl:ObjectProperty ;
51 - rdfs:label "has risk type"^^xsd:string ;
52 - rdfs:range :RiskType .
1 -# baseURI: http://data.posccaesar.org/ilap/shutdown/
2 -
3 -@prefix : <http://data.posccaesar.org/ilap/shutdown/> .
4 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
8 -
9 -: rdf:type owl:Ontology ;
10 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
11 -
12 -:After_Shutdown
13 - rdf:type :ShutdownOperation ;
14 - rdfs:label "After Shutdown"^^xsd:string .
15 -
16 -:Before_Shutdown
17 - rdf:type :ShutdownOperation ;
18 - rdfs:label "Before Shutdown"^^xsd:string .
19 -
20 -:Campaign
21 - rdf:type :ShutdownType ;
22 - rdfs:label "Campaign"^^xsd:string .
23 -
24 -:Change_Order_Living_Quarter
25 - rdf:type :ShutdownContent ;
26 - rdfs:label "Change Order Living Quarter"^^xsd:string .
27 -
28 -:Change_over
29 - rdf:type :ShutdownType ;
30 - rdfs:label "Change over"^^xsd:string .
31 -
32 -:Critical
33 - rdf:type :ShutdownPriority ;
34 - rdfs:label "Critical"^^xsd:string .
35 -
36 -:Dependent_on_Shutdown
37 - rdf:type :ShutdownOperation ;
38 - rdfs:label "Dependent on Shutdown"^^xsd:string .
39 -
40 -:Drilling_Shutdown
41 - rdf:type :ShutdownContent ;
42 - rdfs:label "Drilling shutdown"^^xsd:string .
43 -
44 -:During_Normal_Operation
45 - rdf:type :ShutdownOperation ;
46 - rdfs:label "During Normal Operation"^^xsd:string .
47 -
48 -:During_Shutdown
49 - rdf:type :ShutdownOperation ;
50 - rdfs:label "During Shutdown"^^xsd:string .
51 -
52 -:Equipment_Shutdown
53 - rdf:type :ShutdownContent ;
54 - rdfs:label "Equipment Shutdown"^^xsd:string .
55 -
56 -:Field_Shutdown
57 - rdf:type :ShutdownContent ;
58 - rdfs:label "Field Shutdown"^^xsd:string .
59 -
60 -:Gas_Export_Shutdown
61 - rdf:type :ShutdownContent ;
62 - rdfs:label "Gas Export Shutdown"^^xsd:string .
63 -
64 -:Gas_Injection_Shutdown
65 - rdf:type :ShutdownContent ;
66 - rdfs:label "Gas Injection Shutdown"^^xsd:string .
67 -
68 -:High_Activity_Period
69 - rdf:type :ShutdownPeriod ;
70 - rdfs:label "High Activity Period"^^xsd:string .
71 -
72 -:IndependentOfOperation
73 - rdf:type :ShutdownOperation ;
74 - rdfs:label "Independent of operation"^^xsd:string .
75 -
76 -:Living_Quarter_Shutdown
77 - rdf:type :ShutdownContent ;
78 - rdfs:label "Living Quarter Shutdown"^^xsd:string .
79 -
80 -:Non-Scheduled_Shutdown
81 - rdf:type :ShutdownType ;
82 - rdfs:label "Non-Scheduled Shutdown"^^xsd:string .
83 -
84 -:Not_Critical
85 - rdf:type :ShutdownPriority ;
86 - rdfs:label "Not Critical"^^xsd:string .
87 -
88 -:ProductionShutdown
89 - rdf:type :ShutdownContent ;
90 - rdfs:label "Production Shutdown"^^xsd:string .
91 -
92 -:Revision_Shutdown
93 - rdf:type :ShutdownType ;
94 - rdfs:label "Revision Shutdown"^^xsd:string .
95 -
96 -:Safety_Test_Shutdown
97 - rdf:type :ShutdownContent ;
98 - rdfs:label "Safety Test Shutdown"^^xsd:string .
99 -
100 -:Scheduled_Shutdown
101 - rdf:type :ShutdownType ;
102 - rdfs:label "Scheduled Shutdown"^^xsd:string .
103 -
104 -:ShutdownContent
105 - rdf:type owl:Class ;
106 - rdfs:label "Shutdown content"^^xsd:string ;
107 - rdfs:subClassOf owl:Thing .
108 -
109 -:ShutdownOperation
110 - rdf:type owl:Class ;
111 - rdfs:label "Shutdown operation"^^xsd:string ;
112 - rdfs:subClassOf owl:Thing .
113 -
114 -:ShutdownPeriod
115 - rdf:type owl:Class ;
116 - rdfs:label "Shutdown period"^^xsd:string ;
117 - rdfs:subClassOf owl:Thing .
118 -
119 -:ShutdownPriority
120 - rdf:type owl:Class ;
121 - rdfs:label "Shutdown priority"^^xsd:string ;
122 - rdfs:subClassOf owl:Thing .
123 -
124 -:ShutdownType
125 - rdf:type owl:Class ;
126 - rdfs:label "Shutdown type"^^xsd:string ;
127 - rdfs:subClassOf owl:Thing .
128 -
129 -:Shutdown_Period
130 - rdf:type :ShutdownPeriod ;
131 - rdfs:label "Shutdown Period"^^xsd:string .
132 -
133 -:Shutdown_not_evaluated
134 - rdf:type :ShutdownOperation ;
135 - rdfs:label "Shutdown not evaluated"^^xsd:string .
136 -
137 -:System_Shutdown
138 - rdf:type :ShutdownContent ;
139 - rdfs:label "System Shutdown"^^xsd:string .
140 -
141 -:Train_Shutdown
142 - rdf:type :ShutdownContent ;
143 - rdfs:label "Train Shutdown"^^xsd:string .
144 -
145 -:Water_Injection_Shutdown
146 - rdf:type :ShutdownContent ;
147 - rdfs:label "Water Injection Shutdown"^^xsd:string .
148 -
149 -:Water_Production_Shutdown
150 - rdf:type :ShutdownContent ;
151 - rdfs:label "Water Production Shutdown"^^xsd:string .
152 -
153 -:Well_Transfer
154 - rdf:type :ShutdownContent ;
155 - rdfs:label "Well Transfer "^^xsd:string .
156 -
157 -:hasShutdownContent
158 - rdf:type owl:ObjectProperty ;
159 - rdfs:label "has shutdown content"^^xsd:string ;
160 - rdfs:range :ShutdownContent .
161 -
162 -:hasShutdownEnd
163 - rdf:type owl:DatatypeProperty ;
164 - rdfs:domain :ShutdownOperation ;
165 - rdfs:label "has shutdwn end"^^xsd:string ;
166 - rdfs:range xsd:dateTime .
167 -
168 -:hasShutdownOperation
169 - rdf:type owl:ObjectProperty ;
170 - rdfs:label "has shutdown operation"^^xsd:string ;
171 - rdfs:range :ShutdownOperation .
172 -
173 -:hasShutdownPeriod
174 - rdf:type owl:ObjectProperty ;
175 - rdfs:label "has shutdown period"^^xsd:string ;
176 - rdfs:range :ShutdownPeriod .
177 -
178 -:hasShutdownPriority
179 - rdf:type owl:ObjectProperty ;
180 - rdfs:label "has shutdown priority"^^xsd:string ;
181 - rdfs:range :ShutdownPriority .
182 -
183 -:hasShutdownStart
184 - rdf:type owl:DatatypeProperty ;
185 - rdfs:domain :ShutdownOperation ;
186 - rdfs:label "has shutdown start"^^xsd:string ;
187 - rdfs:range xsd:dateTime .
188 -
189 -:hasShutdownType
190 - rdf:type owl:ObjectProperty ;
191 - rdfs:label "has shutdown type"^^xsd:string ;
192 - rdfs:range :ShutdownType .