Fixed small things including namespaces and imports.
Fixed ActivityWBS_1
Showing
6 changed files
with
186 additions
and
1202 deletions
| ... | @@ -7,13 +7,10 @@ | ... | @@ -7,13 +7,10 @@ |
| 7 | # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS | 7 | # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS |
| 8 | # imports: http://data.posccaesar.org/npd/ | 8 | # imports: http://data.posccaesar.org/npd/ |
| 9 | # imports: http://data.posccaesar.org/pob/ | 9 | # imports: http://data.posccaesar.org/pob/ |
| 10 | -# imports: http://data.posccaesar.org/sccs/ | ||
| 11 | 10 | ||
| 12 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . | 11 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . |
| 13 | -@prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> . | ||
| 14 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 12 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
| 15 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . | 13 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . |
| 16 | -@prefix SCCS: <http://example.com/> . | ||
| 17 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 14 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 18 | @prefix p1: <http://example.org/file1#> . | 15 | @prefix p1: <http://example.org/file1#> . |
| 19 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 16 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -21,7 +18,7 @@ | ... | @@ -21,7 +18,7 @@ |
| 21 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 18 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 22 | 19 | ||
| 23 | NCS: rdf:type owl:Ontology ; | 20 | NCS: rdf:type owl:Ontology ; |
| 24 | - owl:imports <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/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/sccs/> , <http://data.posccaesar.org/epcis/> . | 21 | + owl:imports <http://data.posccaesar.org/epcis/> , ILAP: , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . |
| 25 | 22 | ||
| 26 | NCS:Active | 23 | NCS:Active |
| 27 | rdf:type ILAP:Status ; | 24 | rdf:type ILAP:Status ; |
| ... | @@ -124,10 +121,10 @@ ILAP: | ... | @@ -124,10 +121,10 @@ ILAP: |
| 124 | ILAP:ActivityWBS_1 | 121 | ILAP:ActivityWBS_1 |
| 125 | ILAP:hasWBSProjectType | 122 | ILAP:hasWBSProjectType |
| 126 | ILAP:CAPEX ; | 123 | ILAP:CAPEX ; |
| 127 | - ILAP:hasWBSResource <SCCS:COR_ABA> ; | 124 | + ILAP:hasWBSResource <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_ABA> ; |
| 128 | ILAP:hasWBScomponent | 125 | ILAP:hasWBScomponent |
| 129 | - <SCCS:PBS_BSAB> ; | 126 | + <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_BABA> ; |
| 130 | - ILAP:hasWBSphase <SCCS:SAB_11> . | 127 | + ILAP:hasWBSphase <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_11> . |
| 131 | 128 | ||
| 132 | ILAP:Aquisition | 129 | ILAP:Aquisition |
| 133 | rdf:type ILAP:PlanLifecycleStage ; | 130 | rdf:type ILAP:PlanLifecycleStage ; |
| ... | @@ -433,40 +430,40 @@ ILAP:hasWBScomponent | ... | @@ -433,40 +430,40 @@ ILAP:hasWBScomponent |
| 433 | ILAP:hasWBSphase | 430 | ILAP:hasWBSphase |
| 434 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . | 431 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . |
| 435 | 432 | ||
| 436 | -COR:A | 433 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> |
| 437 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 434 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 438 | 435 | ||
| 439 | -COR:B | 436 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#B> |
| 440 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 437 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 441 | 438 | ||
| 442 | -COR:C | 439 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#C> |
| 443 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 440 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 444 | 441 | ||
| 445 | -COR:E | 442 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#E> |
| 446 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 443 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 447 | 444 | ||
| 448 | -COR:H | 445 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#H> |
| 449 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 446 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 450 | 447 | ||
| 451 | -COR:K | 448 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#K> |
| 452 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 449 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 453 | 450 | ||
| 454 | -COR:L | 451 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#L> |
| 455 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 452 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 456 | 453 | ||
| 457 | -COR:M | 454 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#M> |
| 458 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 455 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 459 | 456 | ||
| 460 | -COR:Q | 457 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#Q> |
| 461 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 458 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 462 | 459 | ||
| 463 | -COR:R | 460 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#R> |
| 464 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 461 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 465 | 462 | ||
| 466 | -COR:S | 463 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#S> |
| 467 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 464 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 468 | 465 | ||
| 469 | -COR:X | 466 | +<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#X> |
| 470 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 467 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 471 | 468 | ||
| 472 | <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A> | 469 | <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A> | ... | ... |
| ... | @@ -8,7 +8,6 @@ | ... | @@ -8,7 +8,6 @@ |
| 8 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . | 8 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . |
| 9 | @prefix NPD: <http://data.posccaesar.org/npd/> . | 9 | @prefix NPD: <http://data.posccaesar.org/npd/> . |
| 10 | @prefix POB: <http://data.posccaesar.org/pob/> . | 10 | @prefix POB: <http://data.posccaesar.org/pob/> . |
| 11 | -@prefix SCCS: <http://data.posccaesar.org/sccs/> . | ||
| 12 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 13 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 14 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| ... | @@ -19,50 +18,50 @@ ILAP: | ... | @@ -19,50 +18,50 @@ ILAP: |
| 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 20 | 19 | ||
| 21 | ILAP:Activity | 20 | ILAP:Activity |
| 22 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 21 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 23 | rdfs:label "Activity"^^xsd:string ; | 22 | rdfs:label "Activity"^^xsd:string ; |
| 24 | rdfs:subClassOf | 23 | rdfs:subClassOf |
| 25 | [ rdf:type owl:Restriction ; | 24 | [ rdf:type owl:Restriction ; |
| 26 | - owl:allValuesFrom ILAP:Status ; | 25 | + owl:allValuesFrom ILAP:Discipline ; |
| 27 | - owl:onProperty ILAP:hasActivityStatus | 26 | + owl:onProperty ILAP:hasActivityDiscipline |
| 28 | ] ; | 27 | ] ; |
| 29 | rdfs:subClassOf | 28 | rdfs:subClassOf |
| 30 | [ rdf:type owl:Restriction ; | 29 | [ rdf:type owl:Restriction ; |
| 31 | - owl:onProperty ILAP:hasExternalReference ; | 30 | + owl:allValuesFrom ILAP:Calendar ; |
| 32 | - owl:someValuesFrom ILAP:ExternalReference | 31 | + owl:onProperty ILAP:hasActivityCalendar |
| 33 | ] ; | 32 | ] ; |
| 34 | rdfs:subClassOf | 33 | rdfs:subClassOf |
| 35 | [ rdf:type owl:Restriction ; | 34 | [ rdf:type owl:Restriction ; |
| 36 | - owl:allValuesFrom ILAP:Calendar ; | 35 | + owl:onProperty ILAP:hasExternalReference ; |
| 37 | - owl:onProperty ILAP:hasActivityCalendar | 36 | + owl:someValuesFrom ILAP:ExternalReference |
| 38 | ] ; | 37 | ] ; |
| 39 | rdfs:subClassOf | 38 | rdfs:subClassOf |
| 40 | [ rdf:type owl:Restriction ; | 39 | [ rdf:type owl:Restriction ; |
| 41 | - owl:allValuesFrom ILAP:Discipline ; | 40 | + owl:allValuesFrom ILAP:Status ; |
| 42 | - owl:onProperty ILAP:hasActivityDiscipline | 41 | + owl:onProperty ILAP:hasActivityStatus |
| 43 | ] . | 42 | ] . |
| 44 | 43 | ||
| 45 | ILAP:ActivityDependency | 44 | ILAP:ActivityDependency |
| 46 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 45 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 47 | rdfs:label "Activity Dependency"^^xsd:string ; | 46 | rdfs:label "Activity Dependency"^^xsd:string ; |
| 48 | rdfs:subClassOf ILAP:Constraint ; | 47 | rdfs:subClassOf ILAP:Constraint ; |
| 49 | rdfs:subClassOf | 48 | rdfs:subClassOf |
| 50 | [ rdf:type owl:Restriction ; | 49 | [ rdf:type owl:Restriction ; |
| 51 | owl:onClass ILAP:Activity ; | 50 | owl:onClass ILAP:Activity ; |
| 52 | - owl:onProperty ILAP:hasSuccessorActivity ; | 51 | + owl:onProperty ILAP:hasPredecessorActivity ; |
| 53 | owl:qualifiedCardinality | 52 | owl:qualifiedCardinality |
| 54 | "1"^^xsd:nonNegativeInteger | 53 | "1"^^xsd:nonNegativeInteger |
| 55 | ] ; | 54 | ] ; |
| 56 | rdfs:subClassOf | 55 | rdfs:subClassOf |
| 57 | [ rdf:type owl:Restriction ; | 56 | [ rdf:type owl:Restriction ; |
| 58 | owl:onClass ILAP:Activity ; | 57 | owl:onClass ILAP:Activity ; |
| 59 | - owl:onProperty ILAP:hasPredecessorActivity ; | 58 | + owl:onProperty ILAP:hasSuccessorActivity ; |
| 60 | owl:qualifiedCardinality | 59 | owl:qualifiedCardinality |
| 61 | "1"^^xsd:nonNegativeInteger | 60 | "1"^^xsd:nonNegativeInteger |
| 62 | ] . | 61 | ] . |
| 63 | 62 | ||
| 64 | ILAP:ActivityPlan | 63 | ILAP:ActivityPlan |
| 65 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 64 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 66 | rdfs:label "Activity Plan"^^xsd:string ; | 65 | rdfs:label "Activity Plan"^^xsd:string ; |
| 67 | rdfs:subClassOf ILAP:Network ; | 66 | rdfs:subClassOf ILAP:Network ; |
| 68 | rdfs:subClassOf | 67 | rdfs:subClassOf |
| ... | @@ -77,7 +76,7 @@ ILAP:ActivityStatus | ... | @@ -77,7 +76,7 @@ ILAP:ActivityStatus |
| 77 | rdfs:subClassOf ILAP:Status . | 76 | rdfs:subClassOf ILAP:Status . |
| 78 | 77 | ||
| 79 | ILAP:ActivityWBS | 78 | ILAP:ActivityWBS |
| 80 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 79 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
| 81 | rdfs:label "Activity WBS"^^xsd:string ; | 80 | rdfs:label "Activity WBS"^^xsd:string ; |
| 82 | rdfs:subClassOf ILAP:Network . | 81 | rdfs:subClassOf ILAP:Network . |
| 83 | 82 | ||
| ... | @@ -88,15 +87,15 @@ ILAP:ActivityWBS_1 | ... | @@ -88,15 +87,15 @@ ILAP:ActivityWBS_1 |
| 88 | ILAP:Application | 87 | ILAP:Application |
| 89 | rdf:type owl:Class ; | 88 | rdf:type owl:Class ; |
| 90 | rdfs:label "Application"^^xsd:string ; | 89 | rdfs:label "Application"^^xsd:string ; |
| 91 | - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . | 90 | + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . |
| 92 | 91 | ||
| 93 | ILAP:Asset | 92 | ILAP:Asset |
| 94 | rdf:type owl:Class ; | 93 | rdf:type owl:Class ; |
| 95 | rdfs:label "Asset"^^xsd:string ; | 94 | rdfs:label "Asset"^^xsd:string ; |
| 96 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . | 95 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . |
| 97 | 96 | ||
| 98 | ILAP:Baseline | 97 | ILAP:Baseline |
| 99 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 98 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 100 | rdfs:label "Baseline"^^xsd:string ; | 99 | rdfs:label "Baseline"^^xsd:string ; |
| 101 | rdfs:subClassOf ILAP:Network . | 100 | rdfs:subClassOf ILAP:Network . |
| 102 | 101 | ||
| ... | @@ -110,9 +109,9 @@ ILAP:CAPEX | ... | @@ -110,9 +109,9 @@ ILAP:CAPEX |
| 110 | rdfs:label "CAPEX"^^xsd:string . | 109 | rdfs:label "CAPEX"^^xsd:string . |
| 111 | 110 | ||
| 112 | ILAP:Calendar | 111 | ILAP:Calendar |
| 113 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 112 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 114 | rdfs:label "Calendar"^^xsd:string ; | 113 | rdfs:label "Calendar"^^xsd:string ; |
| 115 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; | 114 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; |
| 116 | rdfs:subClassOf | 115 | rdfs:subClassOf |
| 117 | [ rdf:type owl:Restriction ; | 116 | [ rdf:type owl:Restriction ; |
| 118 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 117 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
| ... | @@ -120,14 +119,14 @@ ILAP:Calendar | ... | @@ -120,14 +119,14 @@ ILAP:Calendar |
| 120 | ] . | 119 | ] . |
| 121 | 120 | ||
| 122 | ILAP:CalendarDay | 121 | ILAP:CalendarDay |
| 123 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 122 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 124 | rdfs:label "Calendar day"^^xsd:string ; | 123 | rdfs:label "Calendar day"^^xsd:string ; |
| 125 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . | 124 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . |
| 126 | 125 | ||
| 127 | ILAP:CalendarFreePeriod | 126 | ILAP:CalendarFreePeriod |
| 128 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 127 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 129 | rdfs:label "Calendar free period"^^xsd:string ; | 128 | rdfs:label "Calendar free period"^^xsd:string ; |
| 130 | - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; | 129 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; |
| 131 | rdfs:subClassOf | 130 | rdfs:subClassOf |
| 132 | [ rdf:type owl:Restriction ; | 131 | [ rdf:type owl:Restriction ; |
| 133 | owl:onClass ILAP:Calendar ; | 132 | owl:onClass ILAP:Calendar ; |
| ... | @@ -139,39 +138,39 @@ ILAP:CalendarFreePeriod | ... | @@ -139,39 +138,39 @@ ILAP:CalendarFreePeriod |
| 139 | ] . | 138 | ] . |
| 140 | 139 | ||
| 141 | ILAP:CalendarFreePeriodWeekRepeat | 140 | ILAP:CalendarFreePeriodWeekRepeat |
| 142 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 141 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
| 143 | rdfs:label "Free day"^^xsd:string ; | 142 | rdfs:label "Free day"^^xsd:string ; |
| 144 | - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . | 143 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . |
| 145 | 144 | ||
| 146 | ILAP:CalendarHour | 145 | ILAP:CalendarHour |
| 147 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 146 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 148 | rdfs:label "calendar hour"^^xsd:string ; | 147 | rdfs:label "calendar hour"^^xsd:string ; |
| 149 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . | 148 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . |
| 150 | 149 | ||
| 151 | ILAP:CalendarPeriod | 150 | ILAP:CalendarPeriod |
| 152 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; | 151 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; |
| 153 | rdfs:label "Calendar period"^^xsd:string ; | 152 | rdfs:label "Calendar period"^^xsd:string ; |
| 154 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; | 153 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; |
| 155 | rdfs:subClassOf | 154 | rdfs:subClassOf |
| 156 | [ rdf:type owl:Restriction ; | 155 | [ rdf:type owl:Restriction ; |
| 157 | - owl:allValuesFrom ILAP:CalendarHour ; | 156 | + owl:allValuesFrom ILAP:CalendarDay ; |
| 158 | - owl:onProperty ILAP:hasCalendarPeriodHour | 157 | + owl:onProperty ILAP:hasCalendarPeriodDay |
| 159 | ] ; | 158 | ] ; |
| 160 | rdfs:subClassOf | 159 | rdfs:subClassOf |
| 161 | [ rdf:type owl:Restriction ; | 160 | [ rdf:type owl:Restriction ; |
| 162 | - owl:allValuesFrom ILAP:CalendarDay ; | 161 | + owl:allValuesFrom ILAP:CalendarHour ; |
| 163 | - owl:onProperty ILAP:hasCalendarPeriodDay | 162 | + owl:onProperty ILAP:hasCalendarPeriodHour |
| 164 | ] . | 163 | ] . |
| 165 | 164 | ||
| 166 | ILAP:Constraint | 165 | ILAP:Constraint |
| 167 | rdf:type owl:Class ; | 166 | rdf:type owl:Class ; |
| 168 | rdfs:label "Constraint"^^xsd:string ; | 167 | rdfs:label "Constraint"^^xsd:string ; |
| 169 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . | 168 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . |
| 170 | 169 | ||
| 171 | ILAP:Contract | 170 | ILAP:Contract |
| 172 | rdf:type owl:Class ; | 171 | rdf:type owl:Class ; |
| 173 | rdfs:label "Contract"^^xsd:string ; | 172 | rdfs:label "Contract"^^xsd:string ; |
| 174 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . | 173 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . |
| 175 | 174 | ||
| 176 | ILAP:ControlSchedule | 175 | ILAP:ControlSchedule |
| 177 | rdf:type owl:Class ; | 176 | rdf:type owl:Class ; |
| ... | @@ -181,7 +180,7 @@ ILAP:ControlSchedule | ... | @@ -181,7 +180,7 @@ ILAP:ControlSchedule |
| 181 | ILAP:Cost | 180 | ILAP:Cost |
| 182 | rdf:type owl:Class ; | 181 | rdf:type owl:Class ; |
| 183 | rdfs:label "Cost"^^xsd:string ; | 182 | rdfs:label "Cost"^^xsd:string ; |
| 184 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . | 183 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . |
| 185 | 184 | ||
| 186 | ILAP:CostBased | 185 | ILAP:CostBased |
| 187 | rdf:type owl:Class ; | 186 | rdf:type owl:Class ; |
| ... | @@ -189,14 +188,14 @@ ILAP:CostBased | ... | @@ -189,14 +188,14 @@ ILAP:CostBased |
| 189 | rdfs:subClassOf ILAP:Resource . | 188 | rdfs:subClassOf ILAP:Resource . |
| 190 | 189 | ||
| 191 | ILAP:CurrentSchedule | 190 | ILAP:CurrentSchedule |
| 192 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 191 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 193 | rdfs:label "Current schedule"^^xsd:string ; | 192 | rdfs:label "Current schedule"^^xsd:string ; |
| 194 | rdfs:subClassOf ILAP:Schedule . | 193 | rdfs:subClassOf ILAP:Schedule . |
| 195 | 194 | ||
| 196 | ILAP:Data | 195 | ILAP:Data |
| 197 | rdf:type owl:Class ; | 196 | rdf:type owl:Class ; |
| 198 | rdfs:label "Data"^^xsd:string ; | 197 | rdfs:label "Data"^^xsd:string ; |
| 199 | - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; | 198 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; |
| 200 | rdfs:subClassOf | 199 | rdfs:subClassOf |
| 201 | [ rdf:type owl:Restriction ; | 200 | [ rdf:type owl:Restriction ; |
| 202 | owl:onClass ILAP:Project ; | 201 | owl:onClass ILAP:Project ; |
| ... | @@ -206,18 +205,20 @@ ILAP:Data | ... | @@ -206,18 +205,20 @@ ILAP:Data |
| 206 | ] . | 205 | ] . |
| 207 | 206 | ||
| 208 | ILAP:Discipline | 207 | ILAP:Discipline |
| 209 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 208 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 210 | rdfs:label "Discipline"^^xsd:string ; | 209 | rdfs:label "Discipline"^^xsd:string ; |
| 211 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . | 210 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . |
| 212 | 211 | ||
| 213 | ILAP:ExternalReference | 212 | ILAP:ExternalReference |
| 214 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | 213 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; |
| 215 | rdfs:label "External Reference"^^xsd:string ; | 214 | rdfs:label "External Reference"^^xsd:string ; |
| 216 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; | 215 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; |
| 217 | rdfs:subClassOf | 216 | rdfs:subClassOf |
| 218 | [ rdf:type owl:Restriction ; | 217 | [ rdf:type owl:Restriction ; |
| 219 | - owl:allValuesFrom ILAP:Application ; | 218 | + owl:onDataRange xsd:string ; |
| 220 | - owl:onProperty ILAP:hasReferenceApplication | 219 | + owl:onProperty ILAP:hasObjectReferenceID ; |
| 220 | + owl:qualifiedCardinality | ||
| 221 | + "1"^^xsd:nonNegativeInteger | ||
| 221 | ] ; | 222 | ] ; |
| 222 | rdfs:subClassOf | 223 | rdfs:subClassOf |
| 223 | [ rdf:type owl:Restriction ; | 224 | [ rdf:type owl:Restriction ; |
| ... | @@ -226,21 +227,19 @@ ILAP:ExternalReference | ... | @@ -226,21 +227,19 @@ ILAP:ExternalReference |
| 226 | ] ; | 227 | ] ; |
| 227 | rdfs:subClassOf | 228 | rdfs:subClassOf |
| 228 | [ rdf:type owl:Restriction ; | 229 | [ rdf:type owl:Restriction ; |
| 229 | - owl:onDataRange xsd:string ; | 230 | + owl:allValuesFrom ILAP:Application ; |
| 230 | - owl:onProperty ILAP:hasObjectReferenceID ; | 231 | + owl:onProperty ILAP:hasReferenceApplication |
| 231 | - owl:qualifiedCardinality | ||
| 232 | - "1"^^xsd:nonNegativeInteger | ||
| 233 | ] . | 232 | ] . |
| 234 | 233 | ||
| 235 | ILAP:FinishToFinish | 234 | ILAP:FinishToFinish |
| 236 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 235 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 237 | rdfs:label "Finish to finish"^^xsd:string ; | 236 | rdfs:label "Finish to finish"^^xsd:string ; |
| 238 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 237 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 239 | 238 | ||
| 240 | ILAP:FinishToStart | 239 | ILAP:FinishToStart |
| 241 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 240 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 242 | rdfs:label "Finish to start"^^xsd:string ; | 241 | rdfs:label "Finish to start"^^xsd:string ; |
| 243 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 242 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 244 | 243 | ||
| 245 | ILAP:FunctionalLocation | 244 | ILAP:FunctionalLocation |
| 246 | rdf:type owl:Class ; | 245 | rdf:type owl:Class ; |
| ... | @@ -258,7 +257,7 @@ ILAP:Hot_Work | ... | @@ -258,7 +257,7 @@ ILAP:Hot_Work |
| 258 | ILAP:Information | 257 | ILAP:Information |
| 259 | rdf:type owl:Class ; | 258 | rdf:type owl:Class ; |
| 260 | rdfs:label "Information"^^xsd:string ; | 259 | rdfs:label "Information"^^xsd:string ; |
| 261 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . | 260 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . |
| 262 | 261 | ||
| 263 | ILAP:Knowledge | 262 | ILAP:Knowledge |
| 264 | rdf:type owl:Class ; | 263 | rdf:type owl:Class ; |
| ... | @@ -270,17 +269,17 @@ ILAP:Lifting_Operation | ... | @@ -270,17 +269,17 @@ ILAP:Lifting_Operation |
| 270 | rdfs:label "Lifting Operation"^^xsd:string . | 269 | rdfs:label "Lifting Operation"^^xsd:string . |
| 271 | 270 | ||
| 272 | ILAP:LiveSchedule | 271 | ILAP:LiveSchedule |
| 273 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 272 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 274 | rdfs:label "Live schedule"^^xsd:string ; | 273 | rdfs:label "Live schedule"^^xsd:string ; |
| 275 | rdfs:subClassOf ILAP:Schedule . | 274 | rdfs:subClassOf ILAP:Schedule . |
| 276 | 275 | ||
| 277 | ILAP:Location | 276 | ILAP:Location |
| 278 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; | 277 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; |
| 279 | rdfs:label "Location"^^xsd:string ; | 278 | rdfs:label "Location"^^xsd:string ; |
| 280 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . | 279 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . |
| 281 | 280 | ||
| 282 | ILAP:Milestone | 281 | ILAP:Milestone |
| 283 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; | 282 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; |
| 284 | rdfs:label "Milestone"^^xsd:string . | 283 | rdfs:label "Milestone"^^xsd:string . |
| 285 | 284 | ||
| 286 | ILAP:Missing_Barriers | 285 | ILAP:Missing_Barriers |
| ... | @@ -290,7 +289,7 @@ ILAP:Missing_Barriers | ... | @@ -290,7 +289,7 @@ ILAP:Missing_Barriers |
| 290 | ILAP:Network | 289 | ILAP:Network |
| 291 | rdf:type owl:Class ; | 290 | rdf:type owl:Class ; |
| 292 | rdfs:label "Network"^^xsd:string ; | 291 | rdfs:label "Network"^^xsd:string ; |
| 293 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . | 292 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . |
| 294 | 293 | ||
| 295 | ILAP:OPEX | 294 | ILAP:OPEX |
| 296 | rdf:type ILAP:ProjectType ; | 295 | rdf:type ILAP:ProjectType ; |
| ... | @@ -317,49 +316,49 @@ ILAP:PhysicalLocation | ... | @@ -317,49 +316,49 @@ ILAP:PhysicalLocation |
| 317 | rdfs:subClassOf ILAP:Location . | 316 | rdfs:subClassOf ILAP:Location . |
| 318 | 317 | ||
| 319 | ILAP:PlanClassifier | 318 | ILAP:PlanClassifier |
| 320 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 319 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 321 | rdfs:label "Plan classifier"^^xsd:string ; | 320 | rdfs:label "Plan classifier"^^xsd:string ; |
| 322 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . | 321 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . |
| 323 | 322 | ||
| 324 | ILAP:PlanContentType | 323 | ILAP:PlanContentType |
| 325 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 324 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 326 | rdfs:label "Content type"^^xsd:string ; | 325 | rdfs:label "Content type"^^xsd:string ; |
| 327 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . | 326 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . |
| 328 | 327 | ||
| 329 | ILAP:PlanContractType | 328 | ILAP:PlanContractType |
| 330 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 329 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 331 | rdfs:label "Plan contract type"^^xsd:string ; | 330 | rdfs:label "Plan contract type"^^xsd:string ; |
| 332 | rdfs:subClassOf ILAP:PlanClassifier . | 331 | rdfs:subClassOf ILAP:PlanClassifier . |
| 333 | 332 | ||
| 334 | ILAP:PlanExpenseType | 333 | ILAP:PlanExpenseType |
| 335 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 334 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 336 | rdfs:label "Plan expense type"^^xsd:string ; | 335 | rdfs:label "Plan expense type"^^xsd:string ; |
| 337 | rdfs:subClassOf ILAP:PlanClassifier . | 336 | rdfs:subClassOf ILAP:PlanClassifier . |
| 338 | 337 | ||
| 339 | ILAP:PlanGeoArea | 338 | ILAP:PlanGeoArea |
| 340 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; | 339 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; |
| 341 | rdfs:label "Plan geographic area"^^xsd:string ; | 340 | rdfs:label "Plan geographic area"^^xsd:string ; |
| 342 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 341 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 343 | 342 | ||
| 344 | ILAP:PlanLevel | 343 | ILAP:PlanLevel |
| 345 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 344 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 346 | rdfs:label "Plan level"^^xsd:string ; | 345 | rdfs:label "Plan level"^^xsd:string ; |
| 347 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 346 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 348 | 347 | ||
| 349 | ILAP:PlanLifecycleStage | 348 | ILAP:PlanLifecycleStage |
| 350 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 349 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 351 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 350 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
| 352 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 351 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
| 353 | 352 | ||
| 354 | ILAP:PlanObjectiveType | 353 | ILAP:PlanObjectiveType |
| 355 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | 354 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; |
| 356 | rdfs:label "Plan objective type"^^xsd:string ; | 355 | rdfs:label "Plan objective type"^^xsd:string ; |
| 357 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . | 356 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . |
| 358 | 357 | ||
| 359 | ILAP:PlanProjectType | 358 | ILAP:PlanProjectType |
| 360 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 359 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 361 | rdfs:label "Plan project type"^^xsd:string ; | 360 | rdfs:label "Plan project type"^^xsd:string ; |
| 362 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . | 361 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . |
| 363 | 362 | ||
| 364 | ILAP:PlannedActivity | 363 | ILAP:PlannedActivity |
| 365 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 364 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| ... | @@ -367,16 +366,6 @@ ILAP:PlannedActivity | ... | @@ -367,16 +366,6 @@ ILAP:PlannedActivity |
| 367 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 366 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 368 | rdfs:subClassOf | 367 | rdfs:subClassOf |
| 369 | [ rdf:type owl:Restriction ; | 368 | [ rdf:type owl:Restriction ; |
| 370 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | ||
| 371 | - owl:onProperty ILAP:hasActivityResponsiblePerson | ||
| 372 | - ] ; | ||
| 373 | - rdfs:subClassOf | ||
| 374 | - [ rdf:type owl:Restriction ; | ||
| 375 | - owl:allValuesFrom ILAP:Location ; | ||
| 376 | - owl:onProperty ILAP:hasActivityLocation | ||
| 377 | - ] ; | ||
| 378 | - rdfs:subClassOf | ||
| 379 | - [ rdf:type owl:Restriction ; | ||
| 380 | owl:onProperty ILAP:hasActivityDiscipline ; | 369 | owl:onProperty ILAP:hasActivityDiscipline ; |
| 381 | owl:someValuesFrom ILAP:Discipline | 370 | owl:someValuesFrom ILAP:Discipline |
| 382 | ] ; | 371 | ] ; |
| ... | @@ -387,13 +376,13 @@ ILAP:PlannedActivity | ... | @@ -387,13 +376,13 @@ ILAP:PlannedActivity |
| 387 | ] ; | 376 | ] ; |
| 388 | rdfs:subClassOf | 377 | rdfs:subClassOf |
| 389 | [ rdf:type owl:Restriction ; | 378 | [ rdf:type owl:Restriction ; |
| 390 | - owl:allValuesFrom ILAP:ActivityDependency ; | 379 | + owl:allValuesFrom ILAP:ResourceProfile ; |
| 391 | - owl:onProperty ILAP:hasActivitySuccessor | 380 | + owl:onProperty ILAP:hasActivityResourceProfile |
| 392 | ] ; | 381 | ] ; |
| 393 | rdfs:subClassOf | 382 | rdfs:subClassOf |
| 394 | [ rdf:type owl:Restriction ; | 383 | [ rdf:type owl:Restriction ; |
| 395 | - owl:allValuesFrom ILAP:ResourceProfile ; | 384 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 396 | - owl:onProperty ILAP:hasActivityResourceProfile | 385 | + owl:onProperty ILAP:hasActivitySuccessor |
| 397 | ] ; | 386 | ] ; |
| 398 | rdfs:subClassOf | 387 | rdfs:subClassOf |
| 399 | [ rdf:type owl:Restriction ; | 388 | [ rdf:type owl:Restriction ; |
| ... | @@ -402,15 +391,25 @@ ILAP:PlannedActivity | ... | @@ -402,15 +391,25 @@ ILAP:PlannedActivity |
| 402 | ] ; | 391 | ] ; |
| 403 | rdfs:subClassOf | 392 | rdfs:subClassOf |
| 404 | [ rdf:type owl:Restriction ; | 393 | [ rdf:type owl:Restriction ; |
| 405 | - owl:maxQualifiedCardinality | 394 | + owl:allValuesFrom ILAP:Location ; |
| 406 | - "1"^^xsd:nonNegativeInteger ; | 395 | + owl:onProperty ILAP:hasActivityLocation |
| 407 | - owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 408 | - owl:onProperty ILAP:hasActivityPlan | ||
| 409 | ] ; | 396 | ] ; |
| 410 | rdfs:subClassOf | 397 | rdfs:subClassOf |
| 411 | [ rdf:type owl:Restriction ; | 398 | [ rdf:type owl:Restriction ; |
| 412 | owl:allValuesFrom ILAP:ActivityWBS ; | 399 | owl:allValuesFrom ILAP:ActivityWBS ; |
| 413 | owl:onProperty ILAP:hasActivityWBSelement | 400 | owl:onProperty ILAP:hasActivityWBSelement |
| 401 | + ] ; | ||
| 402 | + rdfs:subClassOf | ||
| 403 | + [ rdf:type owl:Restriction ; | ||
| 404 | + owl:allValuesFrom ILAP:ResponsiblePerson ; | ||
| 405 | + owl:onProperty ILAP:hasActivityResponsiblePerson | ||
| 406 | + ] ; | ||
| 407 | + rdfs:subClassOf | ||
| 408 | + [ rdf:type owl:Restriction ; | ||
| 409 | + owl:maxQualifiedCardinality | ||
| 410 | + "1"^^xsd:nonNegativeInteger ; | ||
| 411 | + owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 412 | + owl:onProperty ILAP:hasActivityPlan | ||
| 414 | ] . | 413 | ] . |
| 415 | 414 | ||
| 416 | ILAP:PlannedMilestone | 415 | ILAP:PlannedMilestone |
| ... | @@ -434,13 +433,18 @@ ILAP:Programme | ... | @@ -434,13 +433,18 @@ ILAP:Programme |
| 434 | rdfs:subClassOf ILAP:Project . | 433 | rdfs:subClassOf ILAP:Project . |
| 435 | 434 | ||
| 436 | ILAP:Project | 435 | ILAP:Project |
| 437 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 436 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 438 | rdfs:label "Project"^^xsd:string ; | 437 | rdfs:label "Project"^^xsd:string ; |
| 439 | rdfs:subClassOf ILAP:Activity ; | 438 | rdfs:subClassOf ILAP:Activity ; |
| 440 | rdfs:subClassOf | 439 | rdfs:subClassOf |
| 441 | [ rdf:type owl:Restriction ; | 440 | [ rdf:type owl:Restriction ; |
| 442 | - owl:allValuesFrom BRREG:OilCompany ; | 441 | + owl:allValuesFrom ILAP:Project ; |
| 443 | - owl:onProperty ILAP:hasProjectResponsible | 442 | + owl:onProperty ILAP:hasProjectSubproject |
| 443 | + ] ; | ||
| 444 | + rdfs:subClassOf | ||
| 445 | + [ rdf:type owl:Restriction ; | ||
| 446 | + owl:allValuesFrom ILAP:ExternalReference ; | ||
| 447 | + owl:onProperty ILAP:hasExternalReference | ||
| 444 | ] ; | 448 | ] ; |
| 445 | rdfs:subClassOf | 449 | rdfs:subClassOf |
| 446 | [ rdf:type owl:Restriction ; | 450 | [ rdf:type owl:Restriction ; |
| ... | @@ -451,13 +455,8 @@ ILAP:Project | ... | @@ -451,13 +455,8 @@ ILAP:Project |
| 451 | ] ; | 455 | ] ; |
| 452 | rdfs:subClassOf | 456 | rdfs:subClassOf |
| 453 | [ rdf:type owl:Restriction ; | 457 | [ rdf:type owl:Restriction ; |
| 454 | - owl:allValuesFrom ILAP:ExternalReference ; | 458 | + owl:allValuesFrom BRREG:OilCompany ; |
| 455 | - owl:onProperty ILAP:hasExternalReference | 459 | + owl:onProperty ILAP:hasProjectResponsible |
| 456 | - ] ; | ||
| 457 | - rdfs:subClassOf | ||
| 458 | - [ rdf:type owl:Restriction ; | ||
| 459 | - owl:allValuesFrom ILAP:Project ; | ||
| 460 | - owl:onProperty ILAP:hasProjectSubproject | ||
| 461 | ] . | 460 | ] . |
| 462 | 461 | ||
| 463 | ILAP:ProjectExecutionPlan | 462 | ILAP:ProjectExecutionPlan |
| ... | @@ -471,20 +470,18 @@ ILAP:ProjectExecutionPlan | ... | @@ -471,20 +470,18 @@ ILAP:ProjectExecutionPlan |
| 471 | ] ; | 470 | ] ; |
| 472 | rdfs:subClassOf | 471 | rdfs:subClassOf |
| 473 | [ rdf:type owl:Restriction ; | 472 | [ rdf:type owl:Restriction ; |
| 474 | - owl:onProperty ILAP:hasPlanProjectType ; | 473 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 475 | - owl:someValuesFrom ILAP:PlanProjectType | 474 | + owl:onProperty ILAP:hasPlanResponsible |
| 476 | ] ; | 475 | ] ; |
| 477 | rdfs:subClassOf | 476 | rdfs:subClassOf |
| 478 | [ rdf:type owl:Restriction ; | 477 | [ rdf:type owl:Restriction ; |
| 479 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 478 | + owl:onProperty ILAP:hasPlanProjectType ; |
| 480 | - owl:onProperty ILAP:hasPlanRollUpPlan | 479 | + owl:someValuesFrom ILAP:PlanProjectType |
| 481 | ] ; | 480 | ] ; |
| 482 | rdfs:subClassOf | 481 | rdfs:subClassOf |
| 483 | [ rdf:type owl:Restriction ; | 482 | [ rdf:type owl:Restriction ; |
| 484 | - owl:maxQualifiedCardinality | 483 | + owl:onProperty ILAP:hasPlanGeoArea ; |
| 485 | - "1"^^xsd:nonNegativeInteger ; | 484 | + owl:someValuesFrom ILAP:PlanGeoArea |
| 486 | - owl:onClass ILAP:Project ; | ||
| 487 | - owl:onProperty ILAP:hasPlanProject | ||
| 488 | ] ; | 485 | ] ; |
| 489 | rdfs:subClassOf | 486 | rdfs:subClassOf |
| 490 | [ rdf:type owl:Restriction ; | 487 | [ rdf:type owl:Restriction ; |
| ... | @@ -495,18 +492,25 @@ ILAP:ProjectExecutionPlan | ... | @@ -495,18 +492,25 @@ ILAP:ProjectExecutionPlan |
| 495 | ] ; | 492 | ] ; |
| 496 | rdfs:subClassOf | 493 | rdfs:subClassOf |
| 497 | [ rdf:type owl:Restriction ; | 494 | [ rdf:type owl:Restriction ; |
| 495 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; | ||
| 496 | + owl:onProperty ILAP:hasPlanLifecycleStage | ||
| 497 | + ] ; | ||
| 498 | + rdfs:subClassOf | ||
| 499 | + [ rdf:type owl:Restriction ; | ||
| 498 | owl:onProperty ILAP:hasPlanLevel ; | 500 | owl:onProperty ILAP:hasPlanLevel ; |
| 499 | owl:someValuesFrom ILAP:PlanLevel | 501 | owl:someValuesFrom ILAP:PlanLevel |
| 500 | ] ; | 502 | ] ; |
| 501 | rdfs:subClassOf | 503 | rdfs:subClassOf |
| 502 | [ rdf:type owl:Restriction ; | 504 | [ rdf:type owl:Restriction ; |
| 503 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 505 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 504 | - owl:onProperty ILAP:hasPlanObjectiveType | 506 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 505 | ] ; | 507 | ] ; |
| 506 | rdfs:subClassOf | 508 | rdfs:subClassOf |
| 507 | [ rdf:type owl:Restriction ; | 509 | [ rdf:type owl:Restriction ; |
| 508 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 510 | + owl:maxQualifiedCardinality |
| 509 | - owl:onProperty ILAP:hasPlanLifecycleStage | 511 | + "1"^^xsd:nonNegativeInteger ; |
| 512 | + owl:onClass ILAP:Project ; | ||
| 513 | + owl:onProperty ILAP:hasPlanProject | ||
| 510 | ] ; | 514 | ] ; |
| 511 | rdfs:subClassOf | 515 | rdfs:subClassOf |
| 512 | [ rdf:type owl:Restriction ; | 516 | [ rdf:type owl:Restriction ; |
| ... | @@ -515,23 +519,18 @@ ILAP:ProjectExecutionPlan | ... | @@ -515,23 +519,18 @@ ILAP:ProjectExecutionPlan |
| 515 | ] ; | 519 | ] ; |
| 516 | rdfs:subClassOf | 520 | rdfs:subClassOf |
| 517 | [ rdf:type owl:Restriction ; | 521 | [ rdf:type owl:Restriction ; |
| 518 | - owl:allValuesFrom ILAP:PlanContractType ; | 522 | + owl:onProperty ILAP:hasPlanContentType ; |
| 519 | - owl:onProperty ILAP:hasPlanContractType | 523 | + owl:someValuesFrom ILAP:PlanContentType |
| 520 | - ] ; | ||
| 521 | - rdfs:subClassOf | ||
| 522 | - [ rdf:type owl:Restriction ; | ||
| 523 | - owl:onProperty ILAP:hasPlanGeoArea ; | ||
| 524 | - owl:someValuesFrom ILAP:PlanGeoArea | ||
| 525 | ] ; | 524 | ] ; |
| 526 | rdfs:subClassOf | 525 | rdfs:subClassOf |
| 527 | [ rdf:type owl:Restriction ; | 526 | [ rdf:type owl:Restriction ; |
| 528 | - owl:allValuesFrom BRREG:LegalEntity ; | 527 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
| 529 | - owl:onProperty ILAP:hasPlanResponsible | 528 | + owl:onProperty ILAP:hasPlanObjectiveType |
| 530 | ] ; | 529 | ] ; |
| 531 | rdfs:subClassOf | 530 | rdfs:subClassOf |
| 532 | [ rdf:type owl:Restriction ; | 531 | [ rdf:type owl:Restriction ; |
| 533 | - owl:onProperty ILAP:hasPlanContentType ; | 532 | + owl:allValuesFrom ILAP:PlanContractType ; |
| 534 | - owl:someValuesFrom ILAP:PlanContentType | 533 | + owl:onProperty ILAP:hasPlanContractType |
| 535 | ] . | 534 | ] . |
| 536 | 535 | ||
| 537 | ILAP:ProjectType | 536 | ILAP:ProjectType |
| ... | @@ -540,18 +539,18 @@ ILAP:ProjectType | ... | @@ -540,18 +539,18 @@ ILAP:ProjectType |
| 540 | rdfs:subClassOf owl:Thing . | 539 | rdfs:subClassOf owl:Thing . |
| 541 | 540 | ||
| 542 | ILAP:Regular8To16WorkingDayCalendar | 541 | ILAP:Regular8To16WorkingDayCalendar |
| 543 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 542 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 544 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 543 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 545 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . | 544 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 546 | 545 | ||
| 547 | ILAP:Reservoir_Drilling | 546 | ILAP:Reservoir_Drilling |
| 548 | rdf:type ILAP:RiskFactor ; | 547 | rdf:type ILAP:RiskFactor ; |
| 549 | rdfs:label "Reservoir Drilling"^^xsd:string . | 548 | rdfs:label "Reservoir Drilling"^^xsd:string . |
| 550 | 549 | ||
| 551 | ILAP:Resource | 550 | ILAP:Resource |
| 552 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 551 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 553 | rdfs:label "Resource"^^xsd:string ; | 552 | rdfs:label "Resource"^^xsd:string ; |
| 554 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . | 553 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . |
| 555 | 554 | ||
| 556 | ILAP:ResourceEstimate | 555 | ILAP:ResourceEstimate |
| 557 | rdf:type owl:Class ; | 556 | rdf:type owl:Class ; |
| ... | @@ -559,14 +558,14 @@ ILAP:ResourceEstimate | ... | @@ -559,14 +558,14 @@ ILAP:ResourceEstimate |
| 559 | rdfs:subClassOf ILAP:ResourceStructure . | 558 | rdfs:subClassOf ILAP:ResourceStructure . |
| 560 | 559 | ||
| 561 | ILAP:ResourceProfile | 560 | ILAP:ResourceProfile |
| 562 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | 561 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; |
| 563 | rdfs:label "Resource profile"^^xsd:string ; | 562 | rdfs:label "Resource profile"^^xsd:string ; |
| 564 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . | 563 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . |
| 565 | 564 | ||
| 566 | ILAP:ResourceProfilePoint | 565 | ILAP:ResourceProfilePoint |
| 567 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 566 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
| 568 | rdfs:label "resource Profile point"^^xsd:string ; | 567 | rdfs:label "resource Profile point"^^xsd:string ; |
| 569 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . | 568 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . |
| 570 | 569 | ||
| 571 | ILAP:ResourceStructure | 570 | ILAP:ResourceStructure |
| 572 | rdf:type owl:Class ; | 571 | rdf:type owl:Class ; |
| ... | @@ -574,17 +573,17 @@ ILAP:ResourceStructure | ... | @@ -574,17 +573,17 @@ ILAP:ResourceStructure |
| 574 | rdfs:subClassOf ILAP:Network . | 573 | rdfs:subClassOf ILAP:Network . |
| 575 | 574 | ||
| 576 | ILAP:ResponsibleOrganization | 575 | ILAP:ResponsibleOrganization |
| 577 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 576 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 578 | rdfs:label "Responsible organization"^^xsd:string ; | 577 | rdfs:label "Responsible organization"^^xsd:string ; |
| 579 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . | 578 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . |
| 580 | 579 | ||
| 581 | ILAP:ResponsiblePerson | 580 | ILAP:ResponsiblePerson |
| 582 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | 581 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; |
| 583 | rdfs:label "Responsible"^^xsd:string ; | 582 | rdfs:label "Responsible"^^xsd:string ; |
| 584 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . | 583 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . |
| 585 | 584 | ||
| 586 | ILAP:Result | 585 | ILAP:Result |
| 587 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 586 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 588 | rdfs:label "Result"^^xsd:string ; | 587 | rdfs:label "Result"^^xsd:string ; |
| 589 | rdfs:subClassOf owl:Thing . | 588 | rdfs:subClassOf owl:Thing . |
| 590 | 589 | ||
| ... | @@ -599,9 +598,9 @@ ILAP:RiskFactor | ... | @@ -599,9 +598,9 @@ ILAP:RiskFactor |
| 599 | rdfs:subClassOf owl:Thing . | 598 | rdfs:subClassOf owl:Thing . |
| 600 | 599 | ||
| 601 | ILAP:Schedule | 600 | ILAP:Schedule |
| 602 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 601 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 603 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 602 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| 604 | - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; | 603 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; |
| 605 | rdfs:subClassOf | 604 | rdfs:subClassOf |
| 606 | [ rdf:type owl:Restriction ; | 605 | [ rdf:type owl:Restriction ; |
| 607 | owl:maxQualifiedCardinality | 606 | owl:maxQualifiedCardinality |
| ... | @@ -611,22 +610,22 @@ ILAP:Schedule | ... | @@ -611,22 +610,22 @@ ILAP:Schedule |
| 611 | ] . | 610 | ] . |
| 612 | 611 | ||
| 613 | ILAP:ScheduledActivity | 612 | ILAP:ScheduledActivity |
| 614 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 613 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 615 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 614 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
| 616 | rdfs:subClassOf ILAP:PlannedActivity ; | 615 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 617 | rdfs:subClassOf | 616 | rdfs:subClassOf |
| 618 | [ rdf:type owl:Restriction ; | 617 | [ rdf:type owl:Restriction ; |
| 619 | owl:maxQualifiedCardinality | 618 | owl:maxQualifiedCardinality |
| 620 | "1"^^xsd:nonNegativeInteger ; | 619 | "1"^^xsd:nonNegativeInteger ; |
| 621 | - owl:onClass ILAP:PlannedActivity ; | 620 | + owl:onClass ILAP:Schedule ; |
| 622 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 621 | + owl:onProperty ILAP:hasActivitySchedule |
| 623 | ] ; | 622 | ] ; |
| 624 | rdfs:subClassOf | 623 | rdfs:subClassOf |
| 625 | [ rdf:type owl:Restriction ; | 624 | [ rdf:type owl:Restriction ; |
| 626 | owl:maxQualifiedCardinality | 625 | owl:maxQualifiedCardinality |
| 627 | "1"^^xsd:nonNegativeInteger ; | 626 | "1"^^xsd:nonNegativeInteger ; |
| 628 | - owl:onClass ILAP:Schedule ; | 627 | + owl:onClass ILAP:PlannedActivity ; |
| 629 | - owl:onProperty ILAP:hasActivitySchedule | 628 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
| 630 | ] . | 629 | ] . |
| 631 | 630 | ||
| 632 | ILAP:ScheduledMilestone | 631 | ILAP:ScheduledMilestone |
| ... | @@ -639,9 +638,9 @@ ILAP:Shallow_Gas | ... | @@ -639,9 +638,9 @@ ILAP:Shallow_Gas |
| 639 | rdfs:label "Shallow Gas"^^xsd:string . | 638 | rdfs:label "Shallow Gas"^^xsd:string . |
| 640 | 639 | ||
| 641 | ILAP:Source | 640 | ILAP:Source |
| 642 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 641 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 643 | rdfs:label "Source"^^xsd:string ; | 642 | rdfs:label "Source"^^xsd:string ; |
| 644 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . | 643 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . |
| 645 | 644 | ||
| 646 | ILAP:SourceSpecifiedUserField | 645 | ILAP:SourceSpecifiedUserField |
| 647 | rdf:type owl:Class ; | 646 | rdf:type owl:Class ; |
| ... | @@ -654,22 +653,22 @@ ILAP:SpecifiedUserField | ... | @@ -654,22 +653,22 @@ ILAP:SpecifiedUserField |
| 654 | rdfs:subClassOf ILAP:UserField . | 653 | rdfs:subClassOf ILAP:UserField . |
| 655 | 654 | ||
| 656 | ILAP:StartToFinish | 655 | ILAP:StartToFinish |
| 657 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 656 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 658 | rdfs:label "Start to finish"^^xsd:string ; | 657 | rdfs:label "Start to finish"^^xsd:string ; |
| 659 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 658 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 660 | 659 | ||
| 661 | ILAP:StartToStart | 660 | ILAP:StartToStart |
| 662 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 661 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 663 | rdfs:label "Start to start"^^xsd:string ; | 662 | rdfs:label "Start to start"^^xsd:string ; |
| 664 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 663 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
| 665 | 664 | ||
| 666 | ILAP:Status | 665 | ILAP:Status |
| 667 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; | 666 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; |
| 668 | rdfs:label "Status"^^xsd:string ; | 667 | rdfs:label "Status"^^xsd:string ; |
| 669 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . | 668 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . |
| 670 | 669 | ||
| 671 | ILAP:TargetSchedule | 670 | ILAP:TargetSchedule |
| 672 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 671 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 673 | rdfs:label "Target schedule"^^xsd:string ; | 672 | rdfs:label "Target schedule"^^xsd:string ; |
| 674 | rdfs:subClassOf ILAP:Schedule . | 673 | rdfs:subClassOf ILAP:Schedule . |
| 675 | 674 | ||
| ... | @@ -684,7 +683,7 @@ ILAP:UnitBased | ... | @@ -684,7 +683,7 @@ ILAP:UnitBased |
| 684 | rdfs:subClassOf ILAP:Resource . | 683 | rdfs:subClassOf ILAP:Resource . |
| 685 | 684 | ||
| 686 | ILAP:UserField | 685 | ILAP:UserField |
| 687 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 686 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
| 688 | rdfs:label "User field"^^xsd:string ; | 687 | rdfs:label "User field"^^xsd:string ; |
| 689 | rdfs:subClassOf ILAP:Data ; | 688 | rdfs:subClassOf ILAP:Data ; |
| 690 | rdfs:subClassOf | 689 | rdfs:subClassOf |
| ... | @@ -698,16 +697,16 @@ ILAP:UserField | ... | @@ -698,16 +697,16 @@ ILAP:UserField |
| 698 | ILAP:Value | 697 | ILAP:Value |
| 699 | rdf:type owl:Class ; | 698 | rdf:type owl:Class ; |
| 700 | rdfs:label "Value"^^xsd:string ; | 699 | rdfs:label "Value"^^xsd:string ; |
| 701 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . | 700 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . |
| 702 | 701 | ||
| 703 | ILAP:Vessel_Operation | 702 | ILAP:Vessel_Operation |
| 704 | rdf:type ILAP:RiskFactor ; | 703 | rdf:type ILAP:RiskFactor ; |
| 705 | rdfs:label "Vessel Operation"^^xsd:string . | 704 | rdfs:label "Vessel Operation"^^xsd:string . |
| 706 | 705 | ||
| 707 | ILAP:WeekendsFreeCalendar | 706 | ILAP:WeekendsFreeCalendar |
| 708 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 707 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 709 | rdfs:label "Weekends free calendar"^^xsd:string ; | 708 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 710 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . | 709 | + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . |
| 711 | 710 | ||
| 712 | ILAP:WorkOrder | 711 | ILAP:WorkOrder |
| 713 | rdf:type owl:Class ; | 712 | rdf:type owl:Class ; |
| ... | @@ -715,18 +714,18 @@ ILAP:WorkOrder | ... | @@ -715,18 +714,18 @@ ILAP:WorkOrder |
| 715 | rdfs:subClassOf ILAP:WorkTask . | 714 | rdfs:subClassOf ILAP:WorkTask . |
| 716 | 715 | ||
| 717 | ILAP:WorkTask | 716 | ILAP:WorkTask |
| 718 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 717 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 719 | rdfs:label "Work task"^^xsd:string ; | 718 | rdfs:label "Work task"^^xsd:string ; |
| 720 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; | 719 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; |
| 721 | rdfs:subClassOf | 720 | rdfs:subClassOf |
| 722 | [ rdf:type owl:Restriction ; | 721 | [ rdf:type owl:Restriction ; |
| 723 | - owl:allValuesFrom BRREG:LegalEntity ; | 722 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
| 724 | - owl:onProperty ILAP:hasWorkTaskResponsible | 723 | + owl:someValuesFrom ILAP:Activity |
| 725 | ] ; | 724 | ] ; |
| 726 | rdfs:subClassOf | 725 | rdfs:subClassOf |
| 727 | [ rdf:type owl:Restriction ; | 726 | [ rdf:type owl:Restriction ; |
| 728 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 727 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 729 | - owl:someValuesFrom ILAP:Activity | 728 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 730 | ] . | 729 | ] . |
| 731 | 730 | ||
| 732 | ILAP:WorkTaskStatus | 731 | ILAP:WorkTaskStatus |
| ... | @@ -826,7 +825,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -826,7 +825,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 826 | rdfs:range xsd:float . | 825 | rdfs:range xsd:float . |
| 827 | 826 | ||
| 828 | ILAP:hasActivityPlan | 827 | ILAP:hasActivityPlan |
| 829 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 828 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 830 | rdfs:domain ILAP:PlannedActivity ; | 829 | rdfs:domain ILAP:PlannedActivity ; |
| 831 | rdfs:label "has activity plan"^^xsd:string ; | 830 | rdfs:label "has activity plan"^^xsd:string ; |
| 832 | rdfs:range ILAP:ProjectExecutionPlan . | 831 | rdfs:range ILAP:ProjectExecutionPlan . |
| ... | @@ -874,7 +873,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -874,7 +873,7 @@ ILAP:hasActivityResponsibleOrganization |
| 874 | rdfs:range ILAP:ResponsibleOrganization . | 873 | rdfs:range ILAP:ResponsibleOrganization . |
| 875 | 874 | ||
| 876 | ILAP:hasActivityResponsiblePerson | 875 | ILAP:hasActivityResponsiblePerson |
| 877 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 876 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 878 | rdfs:domain ILAP:PlannedActivity ; | 877 | rdfs:domain ILAP:PlannedActivity ; |
| 879 | rdfs:label "has activity responsible"^^xsd:string ; | 878 | rdfs:label "has activity responsible"^^xsd:string ; |
| 880 | rdfs:range ILAP:ResponsiblePerson . | 879 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -909,7 +908,7 @@ ILAP:hasActivityStatus | ... | @@ -909,7 +908,7 @@ ILAP:hasActivityStatus |
| 909 | rdfs:range ILAP:Status . | 908 | rdfs:range ILAP:Status . |
| 910 | 909 | ||
| 911 | ILAP:hasActivitySuccessor | 910 | ILAP:hasActivitySuccessor |
| 912 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 911 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 913 | rdfs:domain ILAP:PlannedActivity ; | 912 | rdfs:domain ILAP:PlannedActivity ; |
| 914 | rdfs:label "has activity successor"^^xsd:string ; | 913 | rdfs:label "has activity successor"^^xsd:string ; |
| 915 | rdfs:range ILAP:ActivityDependency ; | 914 | rdfs:range ILAP:ActivityDependency ; |
| ... | @@ -970,7 +969,7 @@ ILAP:hasCalendarDate | ... | @@ -970,7 +969,7 @@ ILAP:hasCalendarDate |
| 970 | rdfs:label "has calendar date"^^xsd:string . | 969 | rdfs:label "has calendar date"^^xsd:string . |
| 971 | 970 | ||
| 972 | ILAP:hasCalendarFreePeriod | 971 | ILAP:hasCalendarFreePeriod |
| 973 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 972 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 974 | rdfs:domain ILAP:Calendar ; | 973 | rdfs:domain ILAP:Calendar ; |
| 975 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 974 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 976 | rdfs:range ILAP:CalendarFreePeriod . | 975 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -1247,7 +1246,7 @@ ILAP:hasPlanRegulator | ... | @@ -1247,7 +1246,7 @@ ILAP:hasPlanRegulator |
| 1247 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1246 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1248 | 1247 | ||
| 1249 | ILAP:hasPlanResponsible | 1248 | ILAP:hasPlanResponsible |
| 1250 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1249 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1251 | rdfs:domain ILAP:ResponsibleOrganization ; | 1250 | rdfs:domain ILAP:ResponsibleOrganization ; |
| 1252 | rdfs:label "has plan responsible"^^xsd:string . | 1251 | rdfs:label "has plan responsible"^^xsd:string . |
| 1253 | 1252 | ||
| ... | @@ -1406,7 +1405,7 @@ ILAP:hasScheduledStart | ... | @@ -1406,7 +1405,7 @@ ILAP:hasScheduledStart |
| 1406 | rdfs:subPropertyOf ILAP:hasScheduleDate . | 1405 | rdfs:subPropertyOf ILAP:hasScheduleDate . |
| 1407 | 1406 | ||
| 1408 | ILAP:hasSuccessorActivity | 1407 | ILAP:hasSuccessorActivity |
| 1409 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1408 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1410 | rdfs:domain ILAP:ActivityDependency ; | 1409 | rdfs:domain ILAP:ActivityDependency ; |
| 1411 | rdfs:label "has successor activity "^^xsd:string ; | 1410 | rdfs:label "has successor activity "^^xsd:string ; |
| 1412 | rdfs:range ILAP:PlannedActivity ; | 1411 | rdfs:range ILAP:PlannedActivity ; | ... | ... |
StandardData/COR.ttl
deleted
100644 → 0
This diff could not be displayed because it is too large.
StandardData/PBS.ttl
deleted
100644 → 0
This diff could not be displayed because it is too large.
StandardData/SAB.ttl
deleted
100644 → 0
| 1 | -# baseURI: http://www.ilap.no/codes/NORSOK/Z-014/SABCoding | ||
| 2 | - | ||
| 3 | -@prefix : <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#> . | ||
| 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 | - rdfs:comment "SAB – standard activity breakdown. This hierarchical structure provides a timescale attribute to express when during the project lifetime, expenditures and activities occur. The structure presented in this manual is independent of project specific work breakdown structure (WBS) or activity breakdown structures (ABS). The alphabetical prefix introduces a code for use of SCCS throughout all phases of a project, from exploration through removal of facilities."^^xsd:string ; | ||
| 11 | - rdfs:label "SAB Ontology for NORSOK Z-014 Ed. 2 May 2012"^^xsd:string ; | ||
| 12 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 13 | - | ||
| 14 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> | ||
| 15 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 16 | - rdfs:comment "Management"^^xsd:string ; | ||
| 17 | - rdfs:label "1"^^xsd:string . | ||
| 18 | - | ||
| 19 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#11> | ||
| 20 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 21 | - rdfs:comment "Project management"^^xsd:string ; | ||
| 22 | - rdfs:label "11"^^xsd:string ; | ||
| 23 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> . | ||
| 24 | - | ||
| 25 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#12> | ||
| 26 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 27 | - rdfs:comment "Construction management"^^xsd:string ; | ||
| 28 | - rdfs:label "12"^^xsd:string ; | ||
| 29 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> . | ||
| 30 | - | ||
| 31 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#13> | ||
| 32 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 33 | - rdfs:comment "External services"^^xsd:string ; | ||
| 34 | - rdfs:label "13"^^xsd:string ; | ||
| 35 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> . | ||
| 36 | - | ||
| 37 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> | ||
| 38 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 39 | - rdfs:comment "Engineering and procurement"^^xsd:string ; | ||
| 40 | - rdfs:label "2"^^xsd:string . | ||
| 41 | - | ||
| 42 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#21> | ||
| 43 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 44 | - rdfs:comment "Engineering"^^xsd:string ; | ||
| 45 | - rdfs:label "21"^^xsd:string ; | ||
| 46 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> . | ||
| 47 | - | ||
| 48 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#211> | ||
| 49 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 50 | - rdfs:comment "Pre-engineering"^^xsd:string ; | ||
| 51 | - rdfs:label "211"^^xsd:string ; | ||
| 52 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#21> . | ||
| 53 | - | ||
| 54 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#212> | ||
| 55 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 56 | - rdfs:comment "Design engineering"^^xsd:string ; | ||
| 57 | - rdfs:label "212"^^xsd:string ; | ||
| 58 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#21> . | ||
| 59 | - | ||
| 60 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#213> | ||
| 61 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 62 | - rdfs:comment "Fabrication engineering"^^xsd:string ; | ||
| 63 | - rdfs:label "213"^^xsd:string ; | ||
| 64 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#21> . | ||
| 65 | - | ||
| 66 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#22> | ||
| 67 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 68 | - rdfs:comment "Procurement"^^xsd:string ; | ||
| 69 | - rdfs:label "22"^^xsd:string ; | ||
| 70 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> . | ||
| 71 | - | ||
| 72 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#23> | ||
| 73 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 74 | - rdfs:comment "Construction supervision"^^xsd:string ; | ||
| 75 | - rdfs:label "23"^^xsd:string ; | ||
| 76 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> . | ||
| 77 | - | ||
| 78 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> | ||
| 79 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 80 | - rdfs:comment "Material deliveries"^^xsd:string ; | ||
| 81 | - rdfs:label "3"^^xsd:string . | ||
| 82 | - | ||
| 83 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#31> | ||
| 84 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 85 | - rdfs:comment "Equipment"^^xsd:string ; | ||
| 86 | - rdfs:label "31"^^xsd:string ; | ||
| 87 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> . | ||
| 88 | - | ||
| 89 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#311> | ||
| 90 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 91 | - rdfs:comment "Company provided equipment"^^xsd:string ; | ||
| 92 | - rdfs:label "311"^^xsd:string ; | ||
| 93 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#31> . | ||
| 94 | - | ||
| 95 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#312> | ||
| 96 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 97 | - rdfs:comment "Contractor provided equipment"^^xsd:string ; | ||
| 98 | - rdfs:label "312"^^xsd:string ; | ||
| 99 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#31> . | ||
| 100 | - | ||
| 101 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#313> | ||
| 102 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 103 | - rdfs:comment "Surplus equipment"^^xsd:string ; | ||
| 104 | - rdfs:label "313"^^xsd:string ; | ||
| 105 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#31> . | ||
| 106 | - | ||
| 107 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#32> | ||
| 108 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 109 | - rdfs:comment "Bulk"^^xsd:string ; | ||
| 110 | - rdfs:label "32"^^xsd:string ; | ||
| 111 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> . | ||
| 112 | - | ||
| 113 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#321> | ||
| 114 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 115 | - rdfs:comment "Company provided bulk"^^xsd:string ; | ||
| 116 | - rdfs:label "321"^^xsd:string ; | ||
| 117 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#32> . | ||
| 118 | - | ||
| 119 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#322> | ||
| 120 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 121 | - rdfs:comment "Contractor provided bulk"^^xsd:string ; | ||
| 122 | - rdfs:label "322"^^xsd:string ; | ||
| 123 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#32> . | ||
| 124 | - | ||
| 125 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#323> | ||
| 126 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 127 | - rdfs:comment "Surplus bulk"^^xsd:string ; | ||
| 128 | - rdfs:label "323"^^xsd:string ; | ||
| 129 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#32> . | ||
| 130 | - | ||
| 131 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#33> | ||
| 132 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 133 | - rdfs:comment "Spare parts"^^xsd:string ; | ||
| 134 | - rdfs:label "33"^^xsd:string ; | ||
| 135 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> . | ||
| 136 | - | ||
| 137 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> | ||
| 138 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 139 | - rdfs:comment "Construction"^^xsd:string ; | ||
| 140 | - rdfs:label "4"^^xsd:string . | ||
| 141 | - | ||
| 142 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> | ||
| 143 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 144 | - rdfs:comment "Onshore construction"^^xsd:string ; | ||
| 145 | - rdfs:label "41"^^xsd:string ; | ||
| 146 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> . | ||
| 147 | - | ||
| 148 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#411> | ||
| 149 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 150 | - rdfs:comment "Mobilisation"^^xsd:string ; | ||
| 151 | - rdfs:label "411"^^xsd:string ; | ||
| 152 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> . | ||
| 153 | - | ||
| 154 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#412> | ||
| 155 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 156 | - rdfs:comment "Civil Work"^^xsd:string ; | ||
| 157 | - rdfs:label "412"^^xsd:string ; | ||
| 158 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> . | ||
| 159 | - | ||
| 160 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#413> | ||
| 161 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 162 | - rdfs:comment "Fabrication of major assemblies"^^xsd:string ; | ||
| 163 | - rdfs:label "413"^^xsd:string ; | ||
| 164 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> . | ||
| 165 | - | ||
| 166 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4131> | ||
| 167 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 168 | - rdfs:comment "Prefabrication"^^xsd:string ; | ||
| 169 | - rdfs:label "4131"^^xsd:string ; | ||
| 170 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#413> . | ||
| 171 | - | ||
| 172 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4132> | ||
| 173 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 174 | - rdfs:comment "Installation/assembly/erection"^^xsd:string ; | ||
| 175 | - rdfs:label "4132"^^xsd:string ; | ||
| 176 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#413> . | ||
| 177 | - | ||
| 178 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#414> | ||
| 179 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 180 | - rdfs:comment "Other Prefabrication"^^xsd:string ; | ||
| 181 | - rdfs:label "414"^^xsd:string ; | ||
| 182 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> . | ||
| 183 | - | ||
| 184 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4141> | ||
| 185 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 186 | - rdfs:comment "Prefabrication"^^xsd:string ; | ||
| 187 | - rdfs:label "4141"^^xsd:string ; | ||
| 188 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#414> . | ||
| 189 | - | ||
| 190 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4142> | ||
| 191 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 192 | - rdfs:comment "Installation/assembly/erection"^^xsd:string ; | ||
| 193 | - rdfs:label "4142"^^xsd:string ; | ||
| 194 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#414> . | ||
| 195 | - | ||
| 196 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#415> | ||
| 197 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 198 | - rdfs:comment "Modification"^^xsd:string ; | ||
| 199 | - rdfs:label "415"^^xsd:string ; | ||
| 200 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> . | ||
| 201 | - | ||
| 202 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4151> | ||
| 203 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 204 | - rdfs:comment "Stripping / Dismantling"^^xsd:string ; | ||
| 205 | - rdfs:label "4151"^^xsd:string ; | ||
| 206 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#415> . | ||
| 207 | - | ||
| 208 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4152> | ||
| 209 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 210 | - rdfs:comment "Refitting"^^xsd:string ; | ||
| 211 | - rdfs:label "4152"^^xsd:string ; | ||
| 212 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#415> . | ||
| 213 | - | ||
| 214 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4153> | ||
| 215 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 216 | - rdfs:comment "Revamp"^^xsd:string ; | ||
| 217 | - rdfs:label "4153"^^xsd:string ; | ||
| 218 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#415> . | ||
| 219 | - | ||
| 220 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4154> | ||
| 221 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 222 | - rdfs:comment "Relocate"^^xsd:string ; | ||
| 223 | - rdfs:label "4154"^^xsd:string ; | ||
| 224 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#415> . | ||
| 225 | - | ||
| 226 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#417> | ||
| 227 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 228 | - rdfs:comment "Commissioning"^^xsd:string ; | ||
| 229 | - rdfs:label "417"^^xsd:string ; | ||
| 230 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> . | ||
| 231 | - | ||
| 232 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4171> | ||
| 233 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 234 | - rdfs:comment "Commissioning"^^xsd:string ; | ||
| 235 | - rdfs:label "4171"^^xsd:string ; | ||
| 236 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#417> . | ||
| 237 | - | ||
| 238 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4172> | ||
| 239 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 240 | - rdfs:comment "Startup"^^xsd:string ; | ||
| 241 | - rdfs:label "4172"^^xsd:string ; | ||
| 242 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#417> . | ||
| 243 | - | ||
| 244 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#418> | ||
| 245 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 246 | - rdfs:comment "Weighing, Seafastening & Load-out"^^xsd:string ; | ||
| 247 | - rdfs:label "418"^^xsd:string ; | ||
| 248 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> . | ||
| 249 | - | ||
| 250 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> | ||
| 251 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 252 | - rdfs:comment "Atshore construction"^^xsd:string ; | ||
| 253 | - rdfs:label "42"^^xsd:string ; | ||
| 254 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> . | ||
| 255 | - | ||
| 256 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#422> | ||
| 257 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 258 | - rdfs:comment "Civil work"^^xsd:string ; | ||
| 259 | - rdfs:label "422"^^xsd:string ; | ||
| 260 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> . | ||
| 261 | - | ||
| 262 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#423> | ||
| 263 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 264 | - rdfs:comment "Major Assemblies"^^xsd:string ; | ||
| 265 | - rdfs:label "423"^^xsd:string ; | ||
| 266 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> . | ||
| 267 | - | ||
| 268 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4231> | ||
| 269 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 270 | - rdfs:comment "Prefabrication"^^xsd:string ; | ||
| 271 | - rdfs:label "4231"^^xsd:string ; | ||
| 272 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#423> . | ||
| 273 | - | ||
| 274 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4232> | ||
| 275 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 276 | - rdfs:comment "Installation/assembly/erection"^^xsd:string ; | ||
| 277 | - rdfs:label "4232"^^xsd:string ; | ||
| 278 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#423> . | ||
| 279 | - | ||
| 280 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#424> | ||
| 281 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 282 | - rdfs:comment "Other fabrication activities"^^xsd:string ; | ||
| 283 | - rdfs:label "424"^^xsd:string ; | ||
| 284 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> . | ||
| 285 | - | ||
| 286 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4241> | ||
| 287 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 288 | - rdfs:comment "Prefabrication"^^xsd:string ; | ||
| 289 | - rdfs:label "4241"^^xsd:string ; | ||
| 290 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#424> . | ||
| 291 | - | ||
| 292 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4242> | ||
| 293 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 294 | - rdfs:comment "Installation/assembly/erection"^^xsd:string ; | ||
| 295 | - rdfs:label "4242"^^xsd:string ; | ||
| 296 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#424> . | ||
| 297 | - | ||
| 298 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#425> | ||
| 299 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 300 | - rdfs:comment "Modification"^^xsd:string ; | ||
| 301 | - rdfs:label "425"^^xsd:string ; | ||
| 302 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> . | ||
| 303 | - | ||
| 304 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4251> | ||
| 305 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 306 | - rdfs:comment "Stripping/dismantling"^^xsd:string ; | ||
| 307 | - rdfs:label "4251"^^xsd:string ; | ||
| 308 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#425> . | ||
| 309 | - | ||
| 310 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4252> | ||
| 311 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 312 | - rdfs:comment "Refitting"^^xsd:string ; | ||
| 313 | - rdfs:label "4252"^^xsd:string ; | ||
| 314 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#425> . | ||
| 315 | - | ||
| 316 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4253> | ||
| 317 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 318 | - rdfs:comment "Revamp"^^xsd:string ; | ||
| 319 | - rdfs:label "4253"^^xsd:string ; | ||
| 320 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#425> . | ||
| 321 | - | ||
| 322 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#426> | ||
| 323 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 324 | - rdfs:comment "Vendor assistance"^^xsd:string ; | ||
| 325 | - rdfs:label "426"^^xsd:string ; | ||
| 326 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> . | ||
| 327 | - | ||
| 328 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#427> | ||
| 329 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 330 | - rdfs:comment "Commissioning"^^xsd:string ; | ||
| 331 | - rdfs:label "427"^^xsd:string ; | ||
| 332 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> . | ||
| 333 | - | ||
| 334 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> | ||
| 335 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 336 | - rdfs:comment "Inshore construction"^^xsd:string ; | ||
| 337 | - rdfs:label "43"^^xsd:string ; | ||
| 338 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> . | ||
| 339 | - | ||
| 340 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#431> | ||
| 341 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 342 | - rdfs:comment "Mobilisation"^^xsd:string ; | ||
| 343 | - rdfs:label "431"^^xsd:string ; | ||
| 344 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> . | ||
| 345 | - | ||
| 346 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#432> | ||
| 347 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 348 | - rdfs:comment "Civil work"^^xsd:string ; | ||
| 349 | - rdfs:label "432"^^xsd:string ; | ||
| 350 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> . | ||
| 351 | - | ||
| 352 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#433> | ||
| 353 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 354 | - rdfs:comment "Major Assemblies"^^xsd:string ; | ||
| 355 | - rdfs:label "433"^^xsd:string ; | ||
| 356 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> . | ||
| 357 | - | ||
| 358 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4331> | ||
| 359 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 360 | - rdfs:comment "Prefabrication"^^xsd:string ; | ||
| 361 | - rdfs:label "4331"^^xsd:string ; | ||
| 362 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#433> . | ||
| 363 | - | ||
| 364 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4332> | ||
| 365 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 366 | - rdfs:comment "Installation/assembly/erection"^^xsd:string ; | ||
| 367 | - rdfs:label "4332"^^xsd:string ; | ||
| 368 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#433> . | ||
| 369 | - | ||
| 370 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#434> | ||
| 371 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 372 | - rdfs:comment "Other fabrication activities"^^xsd:string ; | ||
| 373 | - rdfs:label "434"^^xsd:string ; | ||
| 374 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> . | ||
| 375 | - | ||
| 376 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4341> | ||
| 377 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 378 | - rdfs:comment "Prefabrication"^^xsd:string ; | ||
| 379 | - rdfs:label "4341"^^xsd:string ; | ||
| 380 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#434> . | ||
| 381 | - | ||
| 382 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4342> | ||
| 383 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 384 | - rdfs:comment "Installation/assembly/erection"^^xsd:string ; | ||
| 385 | - rdfs:label "4342"^^xsd:string ; | ||
| 386 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#434> . | ||
| 387 | - | ||
| 388 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#435> | ||
| 389 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 390 | - rdfs:comment "Modification"^^xsd:string ; | ||
| 391 | - rdfs:label "435"^^xsd:string ; | ||
| 392 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> . | ||
| 393 | - | ||
| 394 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4351> | ||
| 395 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 396 | - rdfs:comment "Stripping/dismantling"^^xsd:string ; | ||
| 397 | - rdfs:label "4351"^^xsd:string ; | ||
| 398 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#435> . | ||
| 399 | - | ||
| 400 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4352> | ||
| 401 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 402 | - rdfs:comment "Refitting"^^xsd:string ; | ||
| 403 | - rdfs:label "4352"^^xsd:string ; | ||
| 404 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#435> . | ||
| 405 | - | ||
| 406 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4353> | ||
| 407 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 408 | - rdfs:comment "Revamp"^^xsd:string ; | ||
| 409 | - rdfs:label "4353"^^xsd:string ; | ||
| 410 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#435> . | ||
| 411 | - | ||
| 412 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4354> | ||
| 413 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 414 | - rdfs:comment "Relocate"^^xsd:string ; | ||
| 415 | - rdfs:label "4354"^^xsd:string ; | ||
| 416 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#435> . | ||
| 417 | - | ||
| 418 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#436> | ||
| 419 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 420 | - rdfs:comment "Vendor assistance"^^xsd:string ; | ||
| 421 | - rdfs:label "436"^^xsd:string ; | ||
| 422 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> . | ||
| 423 | - | ||
| 424 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#437> | ||
| 425 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 426 | - rdfs:comment "Commissioning"^^xsd:string ; | ||
| 427 | - rdfs:label "437"^^xsd:string ; | ||
| 428 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> . | ||
| 429 | - | ||
| 430 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> | ||
| 431 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 432 | - rdfs:comment "Offshore construction"^^xsd:string ; | ||
| 433 | - rdfs:label "44"^^xsd:string ; | ||
| 434 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> . | ||
| 435 | - | ||
| 436 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#441> | ||
| 437 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 438 | - rdfs:comment "Mobilisation"^^xsd:string ; | ||
| 439 | - rdfs:label "441"^^xsd:string ; | ||
| 440 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> . | ||
| 441 | - | ||
| 442 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#442> | ||
| 443 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 444 | - rdfs:comment "Civil work"^^xsd:string ; | ||
| 445 | - rdfs:label "442"^^xsd:string ; | ||
| 446 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> . | ||
| 447 | - | ||
| 448 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#443> | ||
| 449 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 450 | - rdfs:comment "Activities related to major assemblies"^^xsd:string ; | ||
| 451 | - rdfs:label "443"^^xsd:string ; | ||
| 452 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> . | ||
| 453 | - | ||
| 454 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4431> | ||
| 455 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 456 | - rdfs:comment "Prefabrication"^^xsd:string ; | ||
| 457 | - rdfs:label "4431"^^xsd:string ; | ||
| 458 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#443> . | ||
| 459 | - | ||
| 460 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4432> | ||
| 461 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 462 | - rdfs:comment "Installation/assembly/erection"^^xsd:string ; | ||
| 463 | - rdfs:label "4432"^^xsd:string ; | ||
| 464 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#443> . | ||
| 465 | - | ||
| 466 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#444> | ||
| 467 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 468 | - rdfs:comment "Other fabrication activities"^^xsd:string ; | ||
| 469 | - rdfs:label "444"^^xsd:string ; | ||
| 470 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> . | ||
| 471 | - | ||
| 472 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4441> | ||
| 473 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 474 | - rdfs:comment "Prefabrication"^^xsd:string ; | ||
| 475 | - rdfs:label "4441"^^xsd:string ; | ||
| 476 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#444> . | ||
| 477 | - | ||
| 478 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4442> | ||
| 479 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 480 | - rdfs:comment "Installation/assembly/erection"^^xsd:string ; | ||
| 481 | - rdfs:label "4442"^^xsd:string ; | ||
| 482 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#444> . | ||
| 483 | - | ||
| 484 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#445> | ||
| 485 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 486 | - rdfs:comment "Modification"^^xsd:string ; | ||
| 487 | - rdfs:label "445"^^xsd:string ; | ||
| 488 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> . | ||
| 489 | - | ||
| 490 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4451> | ||
| 491 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 492 | - rdfs:comment "Stripping/dismantling"^^xsd:string ; | ||
| 493 | - rdfs:label "4451"^^xsd:string ; | ||
| 494 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#445> . | ||
| 495 | - | ||
| 496 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4452> | ||
| 497 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 498 | - rdfs:comment "Refitting"^^xsd:string ; | ||
| 499 | - rdfs:label "4452"^^xsd:string ; | ||
| 500 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#445> . | ||
| 501 | - | ||
| 502 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4453> | ||
| 503 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 504 | - rdfs:comment "Revamp"^^xsd:string ; | ||
| 505 | - rdfs:label "4453"^^xsd:string ; | ||
| 506 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#445> . | ||
| 507 | - | ||
| 508 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4454> | ||
| 509 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 510 | - rdfs:comment "Relocate"^^xsd:string ; | ||
| 511 | - rdfs:label "4454"^^xsd:string ; | ||
| 512 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#445> . | ||
| 513 | - | ||
| 514 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#446> | ||
| 515 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 516 | - rdfs:comment "Vendor assistance"^^xsd:string ; | ||
| 517 | - rdfs:label "446"^^xsd:string ; | ||
| 518 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> . | ||
| 519 | - | ||
| 520 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#447> | ||
| 521 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 522 | - rdfs:comment "Commissioning"^^xsd:string ; | ||
| 523 | - rdfs:label "447"^^xsd:string ; | ||
| 524 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> . | ||
| 525 | - | ||
| 526 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4471> | ||
| 527 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 528 | - rdfs:comment "Commissioning"^^xsd:string ; | ||
| 529 | - rdfs:label "4471"^^xsd:string ; | ||
| 530 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#447> . | ||
| 531 | - | ||
| 532 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4472> | ||
| 533 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 534 | - rdfs:comment "Startup"^^xsd:string ; | ||
| 535 | - rdfs:label "4472"^^xsd:string ; | ||
| 536 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#447> . | ||
| 537 | - | ||
| 538 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#448> | ||
| 539 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 540 | - rdfs:comment "Non-working hours (lunch, standby, etc)"^^xsd:string ; | ||
| 541 | - rdfs:label "448"^^xsd:string ; | ||
| 542 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> . | ||
| 543 | - | ||
| 544 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> | ||
| 545 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 546 | - rdfs:comment "Operations"^^xsd:string ; | ||
| 547 | - rdfs:label "5"^^xsd:string . | ||
| 548 | - | ||
| 549 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> | ||
| 550 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 551 | - rdfs:comment "Landbased operations"^^xsd:string ; | ||
| 552 | - rdfs:label "51"^^xsd:string ; | ||
| 553 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> . | ||
| 554 | - | ||
| 555 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#511> | ||
| 556 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 557 | - rdfs:comment "Lifting"^^xsd:string ; | ||
| 558 | - rdfs:label "511"^^xsd:string ; | ||
| 559 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> . | ||
| 560 | - | ||
| 561 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#512> | ||
| 562 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 563 | - rdfs:comment "Transport"^^xsd:string ; | ||
| 564 | - rdfs:label "512"^^xsd:string ; | ||
| 565 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> . | ||
| 566 | - | ||
| 567 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#513> | ||
| 568 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 569 | - rdfs:comment "Pipeline operations"^^xsd:string ; | ||
| 570 | - rdfs:label "513"^^xsd:string ; | ||
| 571 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> . | ||
| 572 | - | ||
| 573 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#514> | ||
| 574 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 575 | - rdfs:comment "Cable operations"^^xsd:string ; | ||
| 576 | - rdfs:label "514"^^xsd:string ; | ||
| 577 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> . | ||
| 578 | - | ||
| 579 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#515> | ||
| 580 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 581 | - rdfs:comment "Other landbased operations"^^xsd:string ; | ||
| 582 | - rdfs:label "515"^^xsd:string ; | ||
| 583 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> . | ||
| 584 | - | ||
| 585 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> | ||
| 586 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 587 | - rdfs:comment "Offshore operations"^^xsd:string ; | ||
| 588 | - rdfs:label "52"^^xsd:string ; | ||
| 589 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> . | ||
| 590 | - | ||
| 591 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#521> | ||
| 592 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 593 | - rdfs:comment "Survey"^^xsd:string ; | ||
| 594 | - rdfs:label "521"^^xsd:string ; | ||
| 595 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> . | ||
| 596 | - | ||
| 597 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#522> | ||
| 598 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 599 | - rdfs:comment "Seabed preparation"^^xsd:string ; | ||
| 600 | - rdfs:label "522"^^xsd:string ; | ||
| 601 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> . | ||
| 602 | - | ||
| 603 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5221> | ||
| 604 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 605 | - rdfs:comment "Trenching"^^xsd:string ; | ||
| 606 | - rdfs:label "5221"^^xsd:string ; | ||
| 607 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#522> . | ||
| 608 | - | ||
| 609 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5222> | ||
| 610 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 611 | - rdfs:comment "Dredging"^^xsd:string ; | ||
| 612 | - rdfs:label "5222"^^xsd:string ; | ||
| 613 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#522> . | ||
| 614 | - | ||
| 615 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5223> | ||
| 616 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 617 | - rdfs:comment "Back filling"^^xsd:string ; | ||
| 618 | - rdfs:label "5223"^^xsd:string ; | ||
| 619 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#522> . | ||
| 620 | - | ||
| 621 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5224> | ||
| 622 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 623 | - rdfs:comment "Rock dumping"^^xsd:string ; | ||
| 624 | - rdfs:label "5224"^^xsd:string ; | ||
| 625 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#522> . | ||
| 626 | - | ||
| 627 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#523> | ||
| 628 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 629 | - rdfs:comment "Installation"^^xsd:string ; | ||
| 630 | - rdfs:label "523"^^xsd:string ; | ||
| 631 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> . | ||
| 632 | - | ||
| 633 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5231> | ||
| 634 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 635 | - rdfs:comment "Lifting"^^xsd:string ; | ||
| 636 | - rdfs:label "5231"^^xsd:string ; | ||
| 637 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#523> . | ||
| 638 | - | ||
| 639 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5232> | ||
| 640 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 641 | - rdfs:comment "Piling"^^xsd:string ; | ||
| 642 | - rdfs:label "5232"^^xsd:string ; | ||
| 643 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#523> . | ||
| 644 | - | ||
| 645 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5233> | ||
| 646 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 647 | - rdfs:comment "Grouting"^^xsd:string ; | ||
| 648 | - rdfs:label "5233"^^xsd:string ; | ||
| 649 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#523> . | ||
| 650 | - | ||
| 651 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5234> | ||
| 652 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 653 | - rdfs:comment "Mating"^^xsd:string ; | ||
| 654 | - rdfs:label "5234"^^xsd:string ; | ||
| 655 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#523> . | ||
| 656 | - | ||
| 657 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#524> | ||
| 658 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 659 | - rdfs:comment "Pipeline operations"^^xsd:string ; | ||
| 660 | - rdfs:label "524"^^xsd:string ; | ||
| 661 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> . | ||
| 662 | - | ||
| 663 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5241> | ||
| 664 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 665 | - rdfs:comment "Pipelaying"^^xsd:string ; | ||
| 666 | - rdfs:label "5241"^^xsd:string ; | ||
| 667 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#524> . | ||
| 668 | - | ||
| 669 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5242> | ||
| 670 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 671 | - rdfs:comment "Tie-in"^^xsd:string ; | ||
| 672 | - rdfs:label "5242"^^xsd:string ; | ||
| 673 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#524> . | ||
| 674 | - | ||
| 675 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5243> | ||
| 676 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 677 | - rdfs:comment "Hydrotesting"^^xsd:string ; | ||
| 678 | - rdfs:label "5243"^^xsd:string ; | ||
| 679 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#524> . | ||
| 680 | - | ||
| 681 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5244> | ||
| 682 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 683 | - rdfs:comment "RFO"^^xsd:string ; | ||
| 684 | - rdfs:label "5244"^^xsd:string ; | ||
| 685 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#524> . | ||
| 686 | - | ||
| 687 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#525> | ||
| 688 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 689 | - rdfs:comment "Umbilical and cable operations"^^xsd:string ; | ||
| 690 | - rdfs:label "525"^^xsd:string ; | ||
| 691 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> . | ||
| 692 | - | ||
| 693 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5251> | ||
| 694 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 695 | - rdfs:comment "Laying"^^xsd:string ; | ||
| 696 | - rdfs:label "5251"^^xsd:string ; | ||
| 697 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#525> . | ||
| 698 | - | ||
| 699 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5252> | ||
| 700 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 701 | - rdfs:comment "Pull-in and connection"^^xsd:string ; | ||
| 702 | - rdfs:label "5252"^^xsd:string ; | ||
| 703 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#525> . | ||
| 704 | - | ||
| 705 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5253> | ||
| 706 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 707 | - rdfs:comment "Testing"^^xsd:string ; | ||
| 708 | - rdfs:label "5253"^^xsd:string ; | ||
| 709 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#525> . | ||
| 710 | - | ||
| 711 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#526> | ||
| 712 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 713 | - rdfs:comment "Transport"^^xsd:string ; | ||
| 714 | - rdfs:label "526"^^xsd:string ; | ||
| 715 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> . | ||
| 716 | - | ||
| 717 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5261> | ||
| 718 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 719 | - rdfs:comment "Towing"^^xsd:string ; | ||
| 720 | - rdfs:label "5261"^^xsd:string ; | ||
| 721 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#526> . | ||
| 722 | - | ||
| 723 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5262> | ||
| 724 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 725 | - rdfs:comment "Heavy lift transport"^^xsd:string ; | ||
| 726 | - rdfs:label "5262"^^xsd:string ; | ||
| 727 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#526> . | ||
| 728 | - | ||
| 729 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#527> | ||
| 730 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 731 | - rdfs:comment "Subsea structure operations"^^xsd:string ; | ||
| 732 | - rdfs:label "527"^^xsd:string ; | ||
| 733 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> . | ||
| 734 | - | ||
| 735 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5271> | ||
| 736 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 737 | - rdfs:comment "Testing"^^xsd:string ; | ||
| 738 | - rdfs:label "5271"^^xsd:string ; | ||
| 739 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#527> . | ||
| 740 | - | ||
| 741 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5272> | ||
| 742 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 743 | - rdfs:comment "Installation"^^xsd:string ; | ||
| 744 | - rdfs:label "5272"^^xsd:string ; | ||
| 745 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#527> . | ||
| 746 | - | ||
| 747 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5273> | ||
| 748 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 749 | - rdfs:comment "Commissioning"^^xsd:string ; | ||
| 750 | - rdfs:label "5273"^^xsd:string ; | ||
| 751 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#527> . | ||
| 752 | - | ||
| 753 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#528> | ||
| 754 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 755 | - rdfs:comment "Particular abandonment operations"^^xsd:string ; | ||
| 756 | - rdfs:label "528"^^xsd:string ; | ||
| 757 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> . | ||
| 758 | - | ||
| 759 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5281> | ||
| 760 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 761 | - rdfs:comment "Cutting of structures"^^xsd:string ; | ||
| 762 | - rdfs:label "5281"^^xsd:string ; | ||
| 763 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#528> . | ||
| 764 | - | ||
| 765 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5282> | ||
| 766 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 767 | - rdfs:comment "Topling"^^xsd:string ; | ||
| 768 | - rdfs:label "5282"^^xsd:string ; | ||
| 769 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#528> . | ||
| 770 | - | ||
| 771 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5283> | ||
| 772 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 773 | - rdfs:comment "Removal/lifting"^^xsd:string ; | ||
| 774 | - rdfs:label "5283"^^xsd:string ; | ||
| 775 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#528> . | ||
| 776 | - | ||
| 777 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5284> | ||
| 778 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 779 | - rdfs:comment "Transport and dumping"^^xsd:string ; | ||
| 780 | - rdfs:label "5284"^^xsd:string ; | ||
| 781 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#528> . | ||
| 782 | - | ||
| 783 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#53> | ||
| 784 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 785 | - rdfs:comment "Logistics"^^xsd:string ; | ||
| 786 | - rdfs:label "53"^^xsd:string ; | ||
| 787 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> . | ||
| 788 | - | ||
| 789 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#531> | ||
| 790 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 791 | - rdfs:comment "Supply base/terminal"^^xsd:string ; | ||
| 792 | - rdfs:label "531"^^xsd:string ; | ||
| 793 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#53> . | ||
| 794 | - | ||
| 795 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#532> | ||
| 796 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 797 | - rdfs:comment "Supply and distribution"^^xsd:string ; | ||
| 798 | - rdfs:label "532"^^xsd:string ; | ||
| 799 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#53> . | ||
| 800 | - | ||
| 801 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#533> | ||
| 802 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 803 | - rdfs:comment "Personnel transport"^^xsd:string ; | ||
| 804 | - rdfs:label "533"^^xsd:string ; | ||
| 805 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#53> . | ||
| 806 | - | ||
| 807 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#534> | ||
| 808 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 809 | - rdfs:comment "Flotel/LQ/camps"^^xsd:string ; | ||
| 810 | - rdfs:label "534"^^xsd:string ; | ||
| 811 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#53> . | ||
| 812 | - | ||
| 813 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#54> | ||
| 814 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 815 | - rdfs:comment "Drilling and completion"^^xsd:string ; | ||
| 816 | - rdfs:label "54"^^xsd:string ; | ||
| 817 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> . | ||
| 818 | - | ||
| 819 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#541> | ||
| 820 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 821 | - rdfs:comment "Onshore drilling and completion"^^xsd:string ; | ||
| 822 | - rdfs:label "541"^^xsd:string ; | ||
| 823 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#54> . | ||
| 824 | - | ||
| 825 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5411> | ||
| 826 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 827 | - rdfs:comment "Fixed rig drilling"^^xsd:string ; | ||
| 828 | - rdfs:label "5411"^^xsd:string ; | ||
| 829 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#541> . | ||
| 830 | - | ||
| 831 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5412> | ||
| 832 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 833 | - rdfs:comment "Mobile rig drilling"^^xsd:string ; | ||
| 834 | - rdfs:label "5412"^^xsd:string ; | ||
| 835 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#541> . | ||
| 836 | - | ||
| 837 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#542> | ||
| 838 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 839 | - rdfs:comment "Offshore drilling and completion"^^xsd:string ; | ||
| 840 | - rdfs:label "542"^^xsd:string ; | ||
| 841 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#54> . | ||
| 842 | - | ||
| 843 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5421> | ||
| 844 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 845 | - rdfs:comment "Predrilling"^^xsd:string ; | ||
| 846 | - rdfs:label "5421"^^xsd:string ; | ||
| 847 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#542> . | ||
| 848 | - | ||
| 849 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5422> | ||
| 850 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 851 | - rdfs:comment "Subsea drilling"^^xsd:string ; | ||
| 852 | - rdfs:label "5422"^^xsd:string ; | ||
| 853 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#542> . | ||
| 854 | - | ||
| 855 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5423> | ||
| 856 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 857 | - rdfs:comment "Platform drilling"^^xsd:string ; | ||
| 858 | - rdfs:label "5423"^^xsd:string ; | ||
| 859 | - rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#542> . | ||
| 860 | - | ||
| 861 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> | ||
| 862 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 863 | - rdfs:comment "Unit work activities"^^xsd:string ; | ||
| 864 | - rdfs:label "6"^^xsd:string . | ||
| 865 | - | ||
| 866 | -<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7> | ||
| 867 | - rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ; | ||
| 868 | - rdfs:comment "General"^^xsd:string ; | ||
| 869 | - rdfs:label "7"^^xsd:string . |
StandardData/SCCS.ttl
deleted
100644 → 0
| 1 | -# baseURI: http://data.posccaesar.org/sccs/ | ||
| 2 | - | ||
| 3 | -@prefix : <http://data.posccaesar.org/sccs/> . | ||
| 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 | -:COR_A_General_Costs | ||
| 13 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 14 | - rdfs:label "COR A"^^xsd:string . | ||
| 15 | - | ||
| 16 | -:COR_B_Bulk_Materials | ||
| 17 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 18 | - rdfs:label "COR B"^^xsd:string . | ||
| 19 | - | ||
| 20 | -:COR_C_Construction_Overheads | ||
| 21 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 22 | - rdfs:label "COR C"^^xsd:string . | ||
| 23 | - | ||
| 24 | -:COR_E_Equipment | ||
| 25 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 26 | - rdfs:label "COR E"^^xsd:string . | ||
| 27 | - | ||
| 28 | -:COR_H_Owners_Personnel | ||
| 29 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 30 | - rdfs:label "COR H"^^xsd:string . | ||
| 31 | - | ||
| 32 | -:COR_K_Engineering_Manpower | ||
| 33 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 34 | - rdfs:label "COR K"^^xsd:string . | ||
| 35 | - | ||
| 36 | -:COR_L_Direct_Labor | ||
| 37 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 38 | - rdfs:label "COR L"^^xsd:string . | ||
| 39 | - | ||
| 40 | -:COR_M_Indirect_Labor | ||
| 41 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 42 | - rdfs:label "COR M"^^xsd:string . | ||
| 43 | - | ||
| 44 | -:COR_Q_Owners_Personnel_Overheads | ||
| 45 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 46 | - rdfs:label "COR Q"^^xsd:string . | ||
| 47 | - | ||
| 48 | -:COR_R_Engineering_Overheads | ||
| 49 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 50 | - rdfs:label "COR R"^^xsd:string . | ||
| 51 | - | ||
| 52 | -:COR_S_Unit_Work | ||
| 53 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 54 | - rdfs:label "COR S"^^xsd:string . | ||
| 55 | - | ||
| 56 | -:COR_X_Marine_Operations_and_Logistics | ||
| 57 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 58 | - rdfs:label "COR X"^^xsd:string . | ||
| 59 | - | ||
| 60 | -:COR_Y_Landbased_Plant_and_Equipment | ||
| 61 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ; | ||
| 62 | - rdfs:label "COR Y"^^xsd:string . | ||
| 63 | - | ||
| 64 | -:CORcode | ||
| 65 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | ||
| 66 | - 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 . | ||
| 68 | - | ||
| 69 | -:PBS_AAAA_Derrick | ||
| 70 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 71 | - rdfs:label "Derrick"^^xsd:string . | ||
| 72 | - | ||
| 73 | -:PBS_AAA_Drilling_Area | ||
| 74 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 75 | - rdfs:label "Drilling Area"^^xsd:string . | ||
| 76 | - | ||
| 77 | -:PBS_AA_Topsides | ||
| 78 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 79 | - rdfs:label "Topsides"^^xsd:string . | ||
| 80 | - | ||
| 81 | -:PBS_AB_Substructures | ||
| 82 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 83 | - rdfs:label "Substructures"^^xsd:string . | ||
| 84 | - | ||
| 85 | -:PBS_AC_Wells | ||
| 86 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 87 | - rdfs:label "Wells"^^xsd:string . | ||
| 88 | - | ||
| 89 | -:PBS_AD_Subsea_Production_Systems | ||
| 90 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 91 | - rdfs:label "Subsea Production Systems"^^xsd:string . | ||
| 92 | - | ||
| 93 | -:PBS_AE_Transport_Systems | ||
| 94 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 95 | - rdfs:label "Transport Systems"^^xsd:string . | ||
| 96 | - | ||
| 97 | -:PBS_AW_Windmills | ||
| 98 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 99 | - rdfs:label "Windmills"^^xsd:string . | ||
| 100 | - | ||
| 101 | -:PBS_A_Offshore_Field_Installlations | ||
| 102 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 103 | - rdfs:label "Offshore Field Installlations"^^xsd:string . | ||
| 104 | - | ||
| 105 | -:PBS_B_LandbasedInstallations | ||
| 106 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ; | ||
| 107 | - rdfs:label "Landbased Installations"^^xsd:string . | ||
| 108 | - | ||
| 109 | -:PBScode | ||
| 110 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | ||
| 111 | - 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> . | ||
| 113 | - | ||
| 114 | -:SAB_1_Management | ||
| 115 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ; | ||
| 116 | - rdfs:label "SAB 1"^^xsd:string ; | ||
| 117 | - :hasCodeName "Management"^^xsd:string . | ||
| 118 | - | ||
| 119 | -:SAB_2_Engineering_and_Procurement | ||
| 120 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ; | ||
| 121 | - rdfs:label "SAB 2"^^xsd:string . | ||
| 122 | - | ||
| 123 | -:SAB_3_Material_deliveries | ||
| 124 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ; | ||
| 125 | - rdfs:label "SAB 3"^^xsd:string . | ||
| 126 | - | ||
| 127 | -:SAB_4_Construction | ||
| 128 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ; | ||
| 129 | - rdfs:label "SAB 4"^^xsd:string . | ||
| 130 | - | ||
| 131 | -:SAB_5_Operations | ||
| 132 | - rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ; | ||
| 133 | - rdfs:label "SAB 5"^^xsd:string . | ||
| 134 | - | ||
| 135 | -:SABcode | ||
| 136 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | ||
| 137 | - rdfs:label "SAB code"^^xsd:string ; | ||
| 138 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Phase> , :SCCScode , <http://posccaesar.org/rdl/RDS2070536561> . | ||
| 139 | - | ||
| 140 | -:SCCScode | ||
| 141 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | ||
| 142 | - rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ; | ||
| 143 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2070536561> . |
-
Please register or login to post a comment