Showing
7 changed files
with
169 additions
and
173 deletions
... | @@ -6,6 +6,7 @@ | ... | @@ -6,6 +6,7 @@ |
6 | # imports: http://data.posccaesar.org/ilap/ | 6 | # imports: http://data.posccaesar.org/ilap/ |
7 | # imports: http://data.posccaesar.org/npd/ | 7 | # imports: http://data.posccaesar.org/npd/ |
8 | # imports: http://data.posccaesar.org/pob/ | 8 | # imports: http://data.posccaesar.org/pob/ |
9 | +# imports: http://data.posccaesar.org/sccs/ | ||
9 | # imports: http://www.ilap.no/codes/NORSOK/Z-014/SCCS | 10 | # imports: http://www.ilap.no/codes/NORSOK/Z-014/SCCS |
10 | 11 | ||
11 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . | 12 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . |
... | @@ -20,7 +21,7 @@ | ... | @@ -20,7 +21,7 @@ |
20 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 21 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
21 | 22 | ||
22 | NCS: rdf:type owl:Ontology ; | 23 | NCS: rdf:type owl:Ontology ; |
23 | - owl:imports <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://www.ilap.no/codes/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , ILAP: , <http://data.posccaesar.org/epcis/> . | 24 | + owl:imports <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://www.ilap.no/codes/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , ILAP: , <http://data.posccaesar.org/sccs/> , <http://data.posccaesar.org/epcis/> . |
24 | 25 | ||
25 | NCS:Active | 26 | NCS:Active |
26 | rdf:type ILAP:Status ; | 27 | rdf:type ILAP:Status ; |
... | @@ -47,7 +48,7 @@ NCS:ClassificationStructureForNorsok | ... | @@ -47,7 +48,7 @@ NCS:ClassificationStructureForNorsok |
47 | rdfs:subClassOf NCS:ClassOfClassOfIndividual . | 48 | rdfs:subClassOf NCS:ClassOfClassOfIndividual . |
48 | 49 | ||
49 | NCS:CorClass | 50 | NCS:CorClass |
50 | - rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; | 51 | + rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; |
51 | rdfs:label "Cor class"^^xsd:string ; | 52 | rdfs:label "Cor class"^^xsd:string ; |
52 | rdfs:subClassOf NCS:ClassInNorsok . | 53 | rdfs:subClassOf NCS:ClassInNorsok . |
53 | 54 | ||
... | @@ -60,9 +61,9 @@ NCS:Exploration | ... | @@ -60,9 +61,9 @@ NCS:Exploration |
60 | rdfs:label "Exploration"^^xsd:string . | 61 | rdfs:label "Exploration"^^xsd:string . |
61 | 62 | ||
62 | NCS:IndividualInCorClass | 63 | NCS:IndividualInCorClass |
63 | - rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ; | 64 | + rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ; |
64 | rdfs:label "Individual in cor class"^^xsd:string ; | 65 | rdfs:label "Individual in cor class"^^xsd:string ; |
65 | - rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass . | 66 | + rdfs:subClassOf NCS:IndividualInNorsokClass , ILAP:Discipline . |
66 | 67 | ||
67 | NCS:IndividualInNorsokClass | 68 | NCS:IndividualInNorsokClass |
68 | rdf:type owl:Class ; | 69 | rdf:type owl:Class ; |
... | @@ -84,7 +85,7 @@ NCS:Operation | ... | @@ -84,7 +85,7 @@ NCS:Operation |
84 | rdfs:label "Operation"^^xsd:string . | 85 | rdfs:label "Operation"^^xsd:string . |
85 | 86 | ||
86 | NCS:PbsClass | 87 | NCS:PbsClass |
87 | - rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; | 88 | + rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; |
88 | rdfs:label "PbsClass"^^xsd:string ; | 89 | rdfs:label "PbsClass"^^xsd:string ; |
89 | rdfs:subClassOf NCS:ClassInNorsok . | 90 | rdfs:subClassOf NCS:ClassInNorsok . |
90 | 91 | ||
... | @@ -102,7 +103,7 @@ NCS:Removal | ... | @@ -102,7 +103,7 @@ NCS:Removal |
102 | rdfs:label "Removal"^^xsd:string . | 103 | rdfs:label "Removal"^^xsd:string . |
103 | 104 | ||
104 | NCS:SabClass | 105 | NCS:SabClass |
105 | - rdf:type NCS:ClassificationStructureForNorsok , owl:Class ; | 106 | + rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; |
106 | rdfs:label "Sab class"^^xsd:string ; | 107 | rdfs:label "Sab class"^^xsd:string ; |
107 | rdfs:subClassOf NCS:ClassInNorsok . | 108 | rdfs:subClassOf NCS:ClassInNorsok . |
108 | 109 | ||
... | @@ -115,7 +116,7 @@ ILAP: | ... | @@ -115,7 +116,7 @@ ILAP: |
115 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 116 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
116 | 117 | ||
117 | ILAP:Aquisition | 118 | ILAP:Aquisition |
118 | - rdf:type ILAP:PlanLifecyclePhase ; | 119 | + rdf:type ILAP:PlanLifecycleStage ; |
119 | rdfs:label "Aquire"^^xsd:string . | 120 | rdfs:label "Aquire"^^xsd:string . |
120 | 121 | ||
121 | ILAP:BrownFieldProject | 122 | ILAP:BrownFieldProject |
... | @@ -155,7 +156,7 @@ ILAP:Country | ... | @@ -155,7 +156,7 @@ ILAP:Country |
155 | rdfs:label "Country"^^xsd:string . | 156 | rdfs:label "Country"^^xsd:string . |
156 | 157 | ||
157 | ILAP:Development | 158 | ILAP:Development |
158 | - rdf:type ILAP:PlanLifecyclePhase ; | 159 | + rdf:type ILAP:PlanLifecycleStage ; |
159 | rdfs:label "Develop"^^xsd:string . | 160 | rdfs:label "Develop"^^xsd:string . |
160 | 161 | ||
161 | ILAP:DisasterRecovery | 162 | ILAP:DisasterRecovery |
... | @@ -163,7 +164,7 @@ ILAP:DisasterRecovery | ... | @@ -163,7 +164,7 @@ ILAP:DisasterRecovery |
163 | rdfs:label "Disaster recovery"^^xsd:string . | 164 | rdfs:label "Disaster recovery"^^xsd:string . |
164 | 165 | ||
165 | ILAP:Disposal | 166 | ILAP:Disposal |
166 | - rdf:type ILAP:PlanLifecyclePhase ; | 167 | + rdf:type ILAP:PlanLifecycleStage ; |
167 | rdfs:label "Dispose"^^xsd:string . | 168 | rdfs:label "Dispose"^^xsd:string . |
168 | 169 | ||
169 | ILAP:DrillingAndWell | 170 | ILAP:DrillingAndWell |
... | @@ -255,7 +256,7 @@ ILAP:L7_ContractorOperationsSchedule | ... | @@ -255,7 +256,7 @@ ILAP:L7_ContractorOperationsSchedule |
255 | rdfs:label "COS"^^xsd:string . | 256 | rdfs:label "COS"^^xsd:string . |
256 | 257 | ||
257 | ILAP:Maintenance | 258 | ILAP:Maintenance |
258 | - rdf:type ILAP:PlanLifecyclePhase ; | 259 | + rdf:type ILAP:PlanLifecycleStage ; |
259 | rdfs:label "Maintain"^^xsd:string . | 260 | rdfs:label "Maintain"^^xsd:string . |
260 | 261 | ||
261 | ILAP:ManagedClosedown | 262 | ILAP:ManagedClosedown |
... | @@ -275,7 +276,7 @@ ILAP:OPEX | ... | @@ -275,7 +276,7 @@ ILAP:OPEX |
275 | rdfs:label "OPEX"^^xsd:string . | 276 | rdfs:label "OPEX"^^xsd:string . |
276 | 277 | ||
277 | ILAP:Operation | 278 | ILAP:Operation |
278 | - rdf:type ILAP:PlanLifecyclePhase ; | 279 | + rdf:type ILAP:PlanLifecycleStage ; |
279 | rdfs:label "Operate"^^xsd:string . | 280 | rdfs:label "Operate"^^xsd:string . |
280 | 281 | ||
281 | ILAP:OperationAndMaintenance | 282 | ILAP:OperationAndMaintenance |
... | @@ -307,7 +308,7 @@ ILAP:Regular8To16WorkingDayCalendar | ... | @@ -307,7 +308,7 @@ ILAP:Regular8To16WorkingDayCalendar |
307 | ] . | 308 | ] . |
308 | 309 | ||
309 | ILAP:Renewal | 310 | ILAP:Renewal |
310 | - rdf:type ILAP:PlanLifecyclePhase ; | 311 | + rdf:type ILAP:PlanLifecycleStage ; |
311 | rdfs:label "Renew"^^xsd:string . | 312 | rdfs:label "Renew"^^xsd:string . |
312 | 313 | ||
313 | ILAP:ResourceDriven | 314 | ILAP:ResourceDriven |
... | @@ -338,7 +339,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -338,7 +339,7 @@ ILAP:StandardFreeWeekendPeriod |
338 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 339 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
339 | rdfs:label "Standard free weekend period"^^xsd:string ; | 340 | rdfs:label "Standard free weekend period"^^xsd:string ; |
340 | ILAP:hasCalendarPeriodFreeDay | 341 | ILAP:hasCalendarPeriodFreeDay |
341 | - ILAP:Sunday , ILAP:Saturday . | 342 | + ILAP:Saturday , ILAP:Sunday . |
342 | 343 | ||
343 | ILAP:StandardWorkWeekdayPeriod | 344 | ILAP:StandardWorkWeekdayPeriod |
344 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 345 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
... | @@ -410,64 +411,64 @@ ILAP:hasTimeNow | ... | @@ -410,64 +411,64 @@ ILAP:hasTimeNow |
410 | rdfs:range xsd:date . | 411 | rdfs:range xsd:date . |
411 | 412 | ||
412 | COR:A | 413 | COR:A |
413 | - rdfs:subClassOf NCS:IndividualInCorClass . | 414 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
414 | 415 | ||
415 | COR:B | 416 | COR:B |
416 | - rdfs:subClassOf NCS:IndividualInCorClass . | 417 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
417 | 418 | ||
418 | COR:C | 419 | COR:C |
419 | - rdfs:subClassOf NCS:IndividualInCorClass . | 420 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
420 | 421 | ||
421 | COR:E | 422 | COR:E |
422 | - rdfs:subClassOf NCS:IndividualInCorClass . | 423 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
423 | 424 | ||
424 | COR:H | 425 | COR:H |
425 | - rdfs:subClassOf NCS:IndividualInCorClass . | 426 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
426 | 427 | ||
427 | COR:K | 428 | COR:K |
428 | - rdfs:subClassOf NCS:IndividualInCorClass . | 429 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
429 | 430 | ||
430 | COR:L | 431 | COR:L |
431 | - rdfs:subClassOf NCS:IndividualInCorClass . | 432 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
432 | 433 | ||
433 | COR:M | 434 | COR:M |
434 | - rdfs:subClassOf NCS:IndividualInCorClass . | 435 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
435 | 436 | ||
436 | COR:Q | 437 | COR:Q |
437 | - rdfs:subClassOf NCS:IndividualInCorClass . | 438 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
438 | 439 | ||
439 | COR:R | 440 | COR:R |
440 | - rdfs:subClassOf NCS:IndividualInCorClass . | 441 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
441 | 442 | ||
442 | COR:S | 443 | COR:S |
443 | - rdfs:subClassOf NCS:IndividualInCorClass . | 444 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
444 | 445 | ||
445 | COR:X | 446 | COR:X |
446 | - rdfs:subClassOf NCS:IndividualInCorClass . | 447 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
447 | 448 | ||
448 | <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A> | 449 | <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A> |
449 | - rdfs:subClassOf NCS:IndividualInPBSClass . | 450 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> . |
450 | 451 | ||
451 | <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#B> | 452 | <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#B> |
452 | - rdfs:subClassOf NCS:IndividualInPBSClass . | 453 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> . |
453 | 454 | ||
454 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> | 455 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> |
455 | - rdfs:subClassOf NCS:IndividualInSABClass . | 456 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> . |
456 | 457 | ||
457 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> | 458 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> |
458 | - rdfs:subClassOf NCS:IndividualInSABClass . | 459 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> . |
459 | 460 | ||
460 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> | 461 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> |
461 | - rdfs:subClassOf NCS:IndividualInSABClass . | 462 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> . |
462 | 463 | ||
463 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> | 464 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> |
464 | - rdfs:subClassOf NCS:IndividualInSABClass . | 465 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> . |
465 | 466 | ||
466 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> | 467 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> |
467 | - rdfs:subClassOf NCS:IndividualInSABClass . | 468 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> . |
468 | 469 | ||
469 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> | 470 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> |
470 | - rdfs:subClassOf NCS:IndividualInSABClass . | 471 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> . |
471 | 472 | ||
472 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7> | 473 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7> |
473 | - rdfs:subClassOf NCS:IndividualInSABClass . | 474 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> . | ... | ... |
This diff is collapsed. Click to expand it.
StandardData/COR.ttl
0 → 100644
This diff could not be displayed because it is too large.
... | @@ -6,10 +6,20 @@ | ... | @@ -6,10 +6,20 @@ |
6 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 6 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
7 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 7 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
8 | 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 | + | ||
9 | : rdf:type owl:Ontology ; | 19 | : rdf:type owl:Ontology ; |
10 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
11 | 21 | ||
12 | -:BAA rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 22 | +: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 ; | 23 | rdfs:label "Business area agreement"^^xsd:string ; |
14 | rdfs:subClassOf :NPDelement . | 24 | rdfs:subClassOf :NPDelement . |
15 | 25 | ||
... | @@ -26,12 +36,12 @@ | ... | @@ -26,12 +36,12 @@ |
26 | rdfs:label "Eldfisk C"^^xsd:string . | 36 | rdfs:label "Eldfisk C"^^xsd:string . |
27 | 37 | ||
28 | :Facility | 38 | :Facility |
29 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | 39 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; |
30 | rdfs:label "Facility"^^xsd:string ; | 40 | rdfs:label "Facility"^^xsd:string ; |
31 | rdfs:subClassOf :NPDelement . | 41 | rdfs:subClassOf :NPDelement . |
32 | 42 | ||
33 | :Field | 43 | :Field |
34 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 44 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
35 | rdfs:label "Field"^^xsd:string ; | 45 | rdfs:label "Field"^^xsd:string ; |
36 | rdfs:subClassOf :NPDelement . | 46 | rdfs:subClassOf :NPDelement . |
37 | 47 | ||
... | @@ -52,16 +62,16 @@ | ... | @@ -52,16 +62,16 @@ |
52 | rdfs:label "License 1"^^xsd:string . | 62 | rdfs:label "License 1"^^xsd:string . |
53 | 63 | ||
54 | :NPDelement | 64 | :NPDelement |
55 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | 65 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; |
56 | - rdfs:label "Petroleum register element"^^xsd:string ; | 66 | + rdfs:label "NPDelement"^^xsd:string , "Petroleum register element"^^xsd:string ; |
57 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750688011> , owl:Thing . | 67 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Location> , owl:Thing , <http://posccaesar.org/rdl/RDS1750688011> . |
58 | 68 | ||
59 | :PipelineFacility | 69 | :PipelineFacility |
60 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | 70 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; |
61 | - rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> . | 71 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . |
62 | 72 | ||
63 | :ProductionLicense | 73 | :ProductionLicense |
64 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 74 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
65 | rdfs:label "License"^^xsd:string ; | 75 | rdfs:label "License"^^xsd:string ; |
66 | rdfs:subClassOf :NPDelement . | 76 | rdfs:subClassOf :NPDelement . |
67 | 77 | ||
... | @@ -89,16 +99,16 @@ | ... | @@ -89,16 +99,16 @@ |
89 | rdf:type :SubsurfaceFacility . | 99 | rdf:type :SubsurfaceFacility . |
90 | 100 | ||
91 | :SubsurfaceFacility | 101 | :SubsurfaceFacility |
92 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | 102 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; |
93 | - rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> . | 103 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . |
94 | 104 | ||
95 | :SurfaceFacility | 105 | :SurfaceFacility |
96 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | 106 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; |
97 | - rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> . | 107 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . |
98 | 108 | ||
99 | :WellBore | 109 | :WellBore |
100 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> ; | 110 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> , owl:Class ; |
101 | - rdfs:subClassOf :NPDelement , <http://posccaesar.org/rdl/RDS1714464911> . | 111 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1714464911> , :NPDelement . |
102 | 112 | ||
103 | :WellBore_1 | 113 | :WellBore_1 |
104 | rdf:type :WellBore . | 114 | rdf:type :WellBore . | ... | ... |
StandardData/PBS.ttl
0 → 100644
This diff could not be displayed because it is too large.
StandardData/SAB.ttl
0 → 100644
This diff is collapsed. Click to expand it.
1 | # baseURI: http://data.posccaesar.org/sccs/ | 1 | # baseURI: http://data.posccaesar.org/sccs/ |
2 | 2 | ||
3 | -# c14n-version: 3 | 3 | +@prefix : <http://data.posccaesar.org/sccs/> . |
4 | -@prefix : <http://data.posccaesar.org/sccs/> . | 4 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
5 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 5 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
6 | -@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
8 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 8 | + |
9 | -: | 9 | +: rdf:type owl:Ontology ; |
10 | - rdf:type owl:Ontology ; | 10 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
11 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | 11 | + |
12 | -. | ||
13 | :COR_A_General_Costs | 12 | :COR_A_General_Costs |
14 | - rdf:type :SCCScode ; | 13 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; |
15 | - rdfs:label "COR A"^^xsd:string ; | 14 | + rdfs:label "COR A"^^xsd:string . |
16 | -. | 15 | + |
17 | :COR_B_Bulk_Materials | 16 | :COR_B_Bulk_Materials |
18 | - rdf:type :CORcode ; | 17 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; |
19 | - rdfs:label "COR B"^^xsd:string ; | 18 | + rdfs:label "COR B"^^xsd:string . |
20 | -. | 19 | + |
21 | :COR_C_Construction_Overheads | 20 | :COR_C_Construction_Overheads |
22 | - rdf:type :CORcode ; | 21 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; |
23 | - rdfs:label "COR C"^^xsd:string ; | 22 | + rdfs:label "COR C"^^xsd:string . |
24 | -. | 23 | + |
25 | :COR_E_Equipment | 24 | :COR_E_Equipment |
26 | - rdf:type :CORcode ; | 25 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; |
27 | - rdfs:label "COR E"^^xsd:string ; | 26 | + rdfs:label "COR E"^^xsd:string . |
28 | -. | 27 | + |
29 | :COR_H_Owners_Personnel | 28 | :COR_H_Owners_Personnel |
30 | - rdf:type :CORcode ; | 29 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; |
31 | - rdfs:label "COR H"^^xsd:string ; | 30 | + rdfs:label "COR H"^^xsd:string . |
32 | -. | 31 | + |
33 | :COR_K_Engineering_Manpower | 32 | :COR_K_Engineering_Manpower |
34 | - rdf:type :CORcode ; | 33 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; |
35 | - rdfs:label "COR K"^^xsd:string ; | 34 | + rdfs:label "COR K"^^xsd:string . |
36 | -. | 35 | + |
37 | :COR_L_Direct_Labor | 36 | :COR_L_Direct_Labor |
38 | - rdf:type :CORcode ; | 37 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; |
39 | - rdfs:label "COR L"^^xsd:string ; | 38 | + rdfs:label "COR L"^^xsd:string . |
40 | -. | 39 | + |
41 | :COR_M_Indirect_Labor | 40 | :COR_M_Indirect_Labor |
42 | - rdf:type :CORcode ; | 41 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; |
43 | - rdfs:label "COR M"^^xsd:string ; | 42 | + rdfs:label "COR M"^^xsd:string . |
44 | -. | 43 | + |
45 | :COR_Q_Owners_Personnel_Overheads | 44 | :COR_Q_Owners_Personnel_Overheads |
46 | - rdf:type :CORcode ; | 45 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; |
47 | - rdfs:label "COR Q"^^xsd:string ; | 46 | + rdfs:label "COR Q"^^xsd:string . |
48 | -. | 47 | + |
49 | :COR_R_Engineering_Overheads | 48 | :COR_R_Engineering_Overheads |
50 | - rdf:type :CORcode ; | 49 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; |
51 | - rdfs:label "COR R"^^xsd:string ; | 50 | + rdfs:label "COR R"^^xsd:string . |
52 | -. | 51 | + |
53 | :COR_S_Unit_Work | 52 | :COR_S_Unit_Work |
54 | - rdf:type :CORcode ; | 53 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; |
55 | - rdfs:label "COR S"^^xsd:string ; | 54 | + rdfs:label "COR S"^^xsd:string . |
56 | -. | 55 | + |
57 | :COR_X_Marine_Operations_and_Logistics | 56 | :COR_X_Marine_Operations_and_Logistics |
58 | - rdf:type :CORcode ; | 57 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; |
59 | - rdfs:label "COR X"^^xsd:string ; | 58 | + rdfs:label "COR X"^^xsd:string . |
60 | -. | 59 | + |
61 | :COR_Y_Landbased_Plant_and_Equipment | 60 | :COR_Y_Landbased_Plant_and_Equipment |
62 | - rdf:type :CORcode ; | 61 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; |
63 | - rdfs:label "COR Y"^^xsd:string ; | 62 | + rdfs:label "COR Y"^^xsd:string . |
64 | -. | 63 | + |
65 | :CORcode | 64 | :CORcode |
66 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 65 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
67 | - rdf:type owl:Class ; | 66 | + rdfs:label "COR code"^^xsd:string ; |
68 | - rdfs:label "COR code"^^xsd:string ; | 67 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> , <http://data.posccaesar.org/ilap/Discipline> , <http://data.posccaesar.org/ilap/Resource> , :SCCScode . |
69 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Discipline> ; | 68 | + |
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 | 69 | :PBS_AAAA_Derrick |
75 | - rdf:type :PBScode ; | 70 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; |
76 | - rdfs:label "Derrick"^^xsd:string ; | 71 | + rdfs:label "Derrick"^^xsd:string . |
77 | -. | 72 | + |
78 | :PBS_AAA_Drilling_Area | 73 | :PBS_AAA_Drilling_Area |
79 | - rdf:type :PBScode ; | 74 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; |
80 | - rdfs:label "Drilling Area"^^xsd:string ; | 75 | + rdfs:label "Drilling Area"^^xsd:string . |
81 | -. | 76 | + |
82 | :PBS_AA_Topsides | 77 | :PBS_AA_Topsides |
83 | - rdf:type :PBScode ; | 78 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; |
84 | - rdfs:label "Topsides"^^xsd:string ; | 79 | + rdfs:label "Topsides"^^xsd:string . |
85 | -. | 80 | + |
86 | :PBS_AB_Substructures | 81 | :PBS_AB_Substructures |
87 | - rdf:type :PBScode ; | 82 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; |
88 | - rdfs:label "Substructures"^^xsd:string ; | 83 | + rdfs:label "Substructures"^^xsd:string . |
89 | -. | 84 | + |
90 | :PBS_AC_Wells | 85 | :PBS_AC_Wells |
91 | - rdf:type :PBScode ; | 86 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; |
92 | - rdfs:label "Wells"^^xsd:string ; | 87 | + rdfs:label "Wells"^^xsd:string . |
93 | -. | 88 | + |
94 | :PBS_AD_Subsea_Production_Systems | 89 | :PBS_AD_Subsea_Production_Systems |
95 | - rdf:type :PBScode ; | 90 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; |
96 | - rdfs:label "Subsea Production Systems"^^xsd:string ; | 91 | + rdfs:label "Subsea Production Systems"^^xsd:string . |
97 | -. | 92 | + |
98 | :PBS_AE_Transport_Systems | 93 | :PBS_AE_Transport_Systems |
99 | - rdf:type :PBScode ; | 94 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; |
100 | - rdfs:label "Transport Systems"^^xsd:string ; | 95 | + rdfs:label "Transport Systems"^^xsd:string . |
101 | -. | 96 | + |
102 | :PBS_AW_Windmills | 97 | :PBS_AW_Windmills |
103 | - rdf:type :PBScode ; | 98 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; |
104 | - rdfs:label "Windmills"^^xsd:string ; | 99 | + rdfs:label "Windmills"^^xsd:string . |
105 | -. | 100 | + |
106 | :PBS_A_Offshore_Field_Installlations | 101 | :PBS_A_Offshore_Field_Installlations |
107 | - rdf:type :PBScode ; | 102 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; |
108 | - rdfs:label "Offshore Field Installlations"^^xsd:string ; | 103 | + rdfs:label "Offshore Field Installlations"^^xsd:string . |
109 | -. | 104 | + |
110 | :PBS_B_LandbasedInstallations | 105 | :PBS_B_LandbasedInstallations |
111 | - rdf:type :PBScode ; | 106 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; |
112 | - rdfs:label "Landbased Installations"^^xsd:string ; | 107 | + rdfs:label "Landbased Installations"^^xsd:string . |
113 | -. | 108 | + |
114 | :PBScode | 109 | :PBScode |
115 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 110 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
116 | - rdf:type owl:Class ; | 111 | + rdfs:label "PBS code"^^xsd:string ; |
117 | - rdfs:label "PBS code"^^xsd:string ; | 112 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/PlanContentType> , <http://data.posccaesar.org/ilap/Result> , :SCCScode , <http://posccaesar.org/rdl/RDS2065619071> . |
118 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/PlanContentType> ; | 113 | + |
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 | 114 | :SAB_1_Management |
124 | - rdf:type :SABcode ; | 115 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ; |
125 | - :hasCodeName "Management"^^xsd:string ; | 116 | + rdfs:label "SAB 1"^^xsd:string ; |
126 | - rdfs:label "SAB 1"^^xsd:string ; | 117 | + :hasCodeName "Management"^^xsd:string . |
127 | -. | 118 | + |
128 | :SAB_2_Engineering_and_Procurement | 119 | :SAB_2_Engineering_and_Procurement |
129 | - rdf:type :SABcode ; | 120 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ; |
130 | - rdfs:label "SAB 2"^^xsd:string ; | 121 | + rdfs:label "SAB 2"^^xsd:string . |
131 | -. | 122 | + |
132 | :SAB_3_Material_deliveries | 123 | :SAB_3_Material_deliveries |
133 | - rdf:type :SABcode ; | 124 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ; |
134 | - rdfs:label "SAB 3"^^xsd:string ; | 125 | + rdfs:label "SAB 3"^^xsd:string . |
135 | -. | 126 | + |
136 | :SAB_4_Construction | 127 | :SAB_4_Construction |
137 | - rdf:type :SABcode ; | 128 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ; |
138 | - rdfs:label "SAB 4"^^xsd:string ; | 129 | + rdfs:label "SAB 4"^^xsd:string . |
139 | -. | 130 | + |
140 | :SAB_5_Operations | 131 | :SAB_5_Operations |
141 | - rdf:type :SABcode ; | 132 | + rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ; |
142 | - rdfs:label "SAB 5"^^xsd:string ; | 133 | + rdfs:label "SAB 5"^^xsd:string . |
143 | -. | 134 | + |
144 | :SABcode | 135 | :SABcode |
145 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 136 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
146 | - rdf:type owl:Class ; | 137 | + rdfs:label "SAB code"^^xsd:string ; |
147 | - rdfs:label "SAB code"^^xsd:string ; | 138 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Phase> , :SCCScode , <http://posccaesar.org/rdl/RDS2070536561> . |
148 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Phase> ; | 139 | + |
149 | - rdfs:subClassOf :SCCScode ; | ||
150 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ; | ||
151 | -. | ||
152 | :SCCScode | 140 | :SCCScode |
153 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 141 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
154 | - rdf:type owl:Class ; | 142 | + rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ; |
155 | - rdfs:label "SCCS code"^^xsd:string ; | 143 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2070536561> . |
156 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ; | ||
157 | - rdfs:subClassOf owl:Thing ; | ||
158 | -. | ... | ... |
-
Please register or login to post a comment