Tore Christiansen

Fixed small things including namespaces and imports.

Fixed ActivityWBS_1
......@@ -7,13 +7,10 @@
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS
# imports: http://data.posccaesar.org/npd/
# imports: http://data.posccaesar.org/pob/
# imports: http://data.posccaesar.org/sccs/
@prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix SCCS: <http://example.com/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix p1: <http://example.org/file1#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
......@@ -21,7 +18,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
NCS: rdf:type owl:Ontology ;
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/> .
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> .
NCS:Active
rdf:type ILAP:Status ;
......@@ -124,10 +121,10 @@ ILAP:
ILAP:ActivityWBS_1
ILAP:hasWBSProjectType
ILAP:CAPEX ;
ILAP:hasWBSResource <SCCS:COR_ABA> ;
ILAP:hasWBSResource <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_ABA> ;
ILAP:hasWBScomponent
<SCCS:PBS_BSAB> ;
ILAP:hasWBSphase <SCCS:SAB_11> .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_BABA> ;
ILAP:hasWBSphase <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_11> .
ILAP:Aquisition
rdf:type ILAP:PlanLifecycleStage ;
......@@ -433,40 +430,40 @@ ILAP:hasWBScomponent
ILAP:hasWBSphase
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
COR:A
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:B
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#B>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:C
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#C>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:E
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#E>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:H
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#H>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:K
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#K>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:L
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#L>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:M
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#M>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:Q
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#Q>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:R
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#R>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:S
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#S>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
COR:X
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#X>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
<http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A>
......
......@@ -8,7 +8,6 @@
@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix NPD: <http://data.posccaesar.org/npd/> .
@prefix POB: <http://data.posccaesar.org/pob/> .
@prefix SCCS: <http://data.posccaesar.org/sccs/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
......@@ -19,50 +18,50 @@ ILAP:
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ILAP:Activity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Activity"^^xsd:string ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
owl:allValuesFrom ILAP:Discipline ;
owl:onProperty ILAP:hasActivityDiscipline
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasExternalReference ;
owl:someValuesFrom ILAP:ExternalReference
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
owl:onProperty ILAP:hasExternalReference ;
owl:someValuesFrom ILAP:ExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Discipline ;
owl:onProperty ILAP:hasActivityDiscipline
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
] .
ILAP:ActivityDependency
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:label "Activity Dependency"^^xsd:string ;
rdfs:subClassOf ILAP:Constraint ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:ActivityPlan
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Activity Plan"^^xsd:string ;
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
......@@ -77,7 +76,7 @@ ILAP:ActivityStatus
rdfs:subClassOf ILAP:Status .
ILAP:ActivityWBS
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
rdfs:label "Activity WBS"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
......@@ -88,15 +87,15 @@ ILAP:ActivityWBS_1
ILAP:Application
rdf:type owl:Class ;
rdfs:label "Application"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
ILAP:Asset
rdf:type owl:Class ;
rdfs:label "Asset"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
ILAP:Baseline
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Baseline"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
......@@ -110,9 +109,9 @@ ILAP:CAPEX
rdfs:label "CAPEX"^^xsd:string .
ILAP:Calendar
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarFreePeriod ;
......@@ -120,14 +119,14 @@ ILAP:Calendar
] .
ILAP:CalendarDay
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdfs:label "Calendar day"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
ILAP:CalendarFreePeriod
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdfs:label "Calendar free period"^^xsd:string ;
rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Calendar ;
......@@ -139,39 +138,39 @@ ILAP:CalendarFreePeriod
] .
ILAP:CalendarFreePeriodWeekRepeat
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdfs:label "Free day"^^xsd:string ;
rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
ILAP:CalendarHour
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
rdfs:label "calendar hour"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> .
ILAP:CalendarPeriod
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
rdfs:label "Calendar period"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
] .
ILAP:Constraint
rdf:type owl:Class ;
rdfs:label "Constraint"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
ILAP:Contract
rdf:type owl:Class ;
rdfs:label "Contract"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
ILAP:ControlSchedule
rdf:type owl:Class ;
......@@ -181,7 +180,7 @@ ILAP:ControlSchedule
ILAP:Cost
rdf:type owl:Class ;
rdfs:label "Cost"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
ILAP:CostBased
rdf:type owl:Class ;
......@@ -189,14 +188,14 @@ ILAP:CostBased
rdfs:subClassOf ILAP:Resource .
ILAP:CurrentSchedule
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Current schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
ILAP:Data
rdf:type owl:Class ;
rdfs:label "Data"^^xsd:string ;
rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Project ;
......@@ -206,18 +205,20 @@ ILAP:Data
] .
ILAP:Discipline
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdfs:label "Discipline"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing .
ILAP:ExternalReference
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
rdfs:label "External Reference"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Application ;
owl:onProperty ILAP:hasReferenceApplication
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasObjectReferenceID ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -226,21 +227,19 @@ ILAP:ExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasObjectReferenceID ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
owl:allValuesFrom ILAP:Application ;
owl:onProperty ILAP:hasReferenceApplication
] .
ILAP:FinishToFinish
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:label "Finish to finish"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:FinishToStart
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:label "Finish to start"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:FunctionalLocation
rdf:type owl:Class ;
......@@ -258,7 +257,7 @@ ILAP:Hot_Work
ILAP:Information
rdf:type owl:Class ;
rdfs:label "Information"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
ILAP:Knowledge
rdf:type owl:Class ;
......@@ -270,17 +269,17 @@ ILAP:Lifting_Operation
rdfs:label "Lifting Operation"^^xsd:string .
ILAP:LiveSchedule
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Live schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
ILAP:Location
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
rdfs:label "Location"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
ILAP:Milestone
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
rdfs:label "Milestone"^^xsd:string .
ILAP:Missing_Barriers
......@@ -290,7 +289,7 @@ ILAP:Missing_Barriers
ILAP:Network
rdf:type owl:Class ;
rdfs:label "Network"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
ILAP:OPEX
rdf:type ILAP:ProjectType ;
......@@ -317,49 +316,49 @@ ILAP:PhysicalLocation
rdfs:subClassOf ILAP:Location .
ILAP:PlanClassifier
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdfs:label "Plan classifier"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
ILAP:PlanContentType
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
rdfs:label "Content type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
ILAP:PlanContractType
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
rdfs:label "Plan contract type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier .
ILAP:PlanExpenseType
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
rdfs:label "Plan expense type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier .
ILAP:PlanGeoArea
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
rdfs:label "Plan geographic area"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
ILAP:PlanLevel
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdfs:label "Plan level"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
ILAP:PlanLifecycleStage
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:label "Plan lifecycle stage"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
ILAP:PlanObjectiveType
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
rdfs:label "Plan objective type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
ILAP:PlanProjectType
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
rdfs:label "Plan project type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
ILAP:PlannedActivity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
......@@ -367,16 +366,6 @@ ILAP:PlannedActivity
rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
] ;
......@@ -387,13 +376,13 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -402,15 +391,25 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBSelement
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
] .
ILAP:PlannedMilestone
......@@ -434,13 +433,18 @@ ILAP:Programme
rdfs:subClassOf ILAP:Project .
ILAP:Project
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:label "Project"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -451,13 +455,8 @@ ILAP:Project
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
] .
ILAP:ProjectExecutionPlan
......@@ -471,20 +470,18 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -495,18 +492,25 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -515,23 +519,18 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
] .
ILAP:ProjectType
......@@ -540,18 +539,18 @@ ILAP:ProjectType
rdfs:subClassOf owl:Thing .
ILAP:Regular8To16WorkingDayCalendar
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .
ILAP:Reservoir_Drilling
rdf:type ILAP:RiskFactor ;
rdfs:label "Reservoir Drilling"^^xsd:string .
ILAP:Resource
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
rdfs:label "Resource"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
ILAP:ResourceEstimate
rdf:type owl:Class ;
......@@ -559,14 +558,14 @@ ILAP:ResourceEstimate
rdfs:subClassOf ILAP:ResourceStructure .
ILAP:ResourceProfile
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
rdfs:label "Resource profile"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
ILAP:ResourceProfilePoint
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
rdfs:label "resource Profile point"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
ILAP:ResourceStructure
rdf:type owl:Class ;
......@@ -574,17 +573,17 @@ ILAP:ResourceStructure
rdfs:subClassOf ILAP:Network .
ILAP:ResponsibleOrganization
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdfs:label "Responsible organization"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing .
ILAP:ResponsiblePerson
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
rdfs:label "Responsible"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .
ILAP:Result
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdfs:label "Result"^^xsd:string ;
rdfs:subClassOf owl:Thing .
......@@ -599,9 +598,9 @@ ILAP:RiskFactor
rdfs:subClassOf owl:Thing .
ILAP:Schedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Scheduled Activity Network"^^xsd:string ;
rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
......@@ -611,22 +610,22 @@ ILAP:Schedule
] .
ILAP:ScheduledActivity
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:label "Activity in Network Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:PlannedActivity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
owl:onClass ILAP:Schedule ;
owl:onProperty ILAP:hasActivitySchedule
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Schedule ;
owl:onProperty ILAP:hasActivitySchedule
owl:onClass ILAP:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
] .
ILAP:ScheduledMilestone
......@@ -639,9 +638,9 @@ ILAP:Shallow_Gas
rdfs:label "Shallow Gas"^^xsd:string .
ILAP:Source
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
rdfs:label "Source"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
ILAP:SourceSpecifiedUserField
rdf:type owl:Class ;
......@@ -654,22 +653,22 @@ ILAP:SpecifiedUserField
rdfs:subClassOf ILAP:UserField .
ILAP:StartToFinish
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:label "Start to finish"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:StartToStart
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:label "Start to start"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:Status
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
rdfs:label "Status"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
ILAP:TargetSchedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Target schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
......@@ -684,7 +683,7 @@ ILAP:UnitBased
rdfs:subClassOf ILAP:Resource .
ILAP:UserField
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
rdfs:label "User field"^^xsd:string ;
rdfs:subClassOf ILAP:Data ;
rdfs:subClassOf
......@@ -698,16 +697,16 @@ ILAP:UserField
ILAP:Value
rdf:type owl:Class ;
rdfs:label "Value"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
ILAP:Vessel_Operation
rdf:type ILAP:RiskFactor ;
rdfs:label "Vessel Operation"^^xsd:string .
ILAP:WeekendsFreeCalendar
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Weekends free calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
ILAP:WorkOrder
rdf:type owl:Class ;
......@@ -715,18 +714,18 @@ ILAP:WorkOrder
rdfs:subClassOf ILAP:WorkTask .
ILAP:WorkTask
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Work task"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasWorkTaskResponsible
owl:onProperty ILAP:hasWorkTaskActivity ;
owl:someValuesFrom ILAP:Activity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasWorkTaskActivity ;
owl:someValuesFrom ILAP:Activity
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasWorkTaskResponsible
] .
ILAP:WorkTaskStatus
......@@ -826,7 +825,7 @@ ILAP:hasActivityPhysicalPercentComplete
rdfs:range xsd:float .
ILAP:hasActivityPlan
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity plan"^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
......@@ -874,7 +873,7 @@ ILAP:hasActivityResponsibleOrganization
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasActivityResponsiblePerson
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity responsible"^^xsd:string ;
rdfs:range ILAP:ResponsiblePerson .
......@@ -909,7 +908,7 @@ ILAP:hasActivityStatus
rdfs:range ILAP:Status .
ILAP:hasActivitySuccessor
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity successor"^^xsd:string ;
rdfs:range ILAP:ActivityDependency ;
......@@ -970,7 +969,7 @@ ILAP:hasCalendarDate
rdfs:label "has calendar date"^^xsd:string .
ILAP:hasCalendarFreePeriod
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:Calendar ;
rdfs:label "has calendarcalendar free period"^^xsd:string ;
rdfs:range ILAP:CalendarFreePeriod .
......@@ -1247,7 +1246,7 @@ ILAP:hasPlanRegulator
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanResponsible
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:ResponsibleOrganization ;
rdfs:label "has plan responsible"^^xsd:string .
......@@ -1406,7 +1405,7 @@ ILAP:hasScheduledStart
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasSuccessorActivity
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has successor activity "^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
# baseURI: http://www.ilap.no/codes/NORSOK/Z-014/SABCoding
@prefix : <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
: rdf:type owl:Ontology ;
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 ;
rdfs:label "SAB Ontology for NORSOK Z-014 Ed. 2 May 2012"^^xsd:string ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Management"^^xsd:string ;
rdfs:label "1"^^xsd:string .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#11>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Project management"^^xsd:string ;
rdfs:label "11"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#12>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Construction management"^^xsd:string ;
rdfs:label "12"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#13>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "External services"^^xsd:string ;
rdfs:label "13"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Engineering and procurement"^^xsd:string ;
rdfs:label "2"^^xsd:string .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#21>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Engineering"^^xsd:string ;
rdfs:label "21"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#211>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Pre-engineering"^^xsd:string ;
rdfs:label "211"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#21> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#212>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Design engineering"^^xsd:string ;
rdfs:label "212"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#21> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#213>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Fabrication engineering"^^xsd:string ;
rdfs:label "213"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#21> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#22>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Procurement"^^xsd:string ;
rdfs:label "22"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#23>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Construction supervision"^^xsd:string ;
rdfs:label "23"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Material deliveries"^^xsd:string ;
rdfs:label "3"^^xsd:string .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#31>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Equipment"^^xsd:string ;
rdfs:label "31"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#311>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Company provided equipment"^^xsd:string ;
rdfs:label "311"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#31> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#312>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Contractor provided equipment"^^xsd:string ;
rdfs:label "312"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#31> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#313>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Surplus equipment"^^xsd:string ;
rdfs:label "313"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#31> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#32>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Bulk"^^xsd:string ;
rdfs:label "32"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#321>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Company provided bulk"^^xsd:string ;
rdfs:label "321"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#32> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#322>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Contractor provided bulk"^^xsd:string ;
rdfs:label "322"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#32> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#323>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Surplus bulk"^^xsd:string ;
rdfs:label "323"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#32> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#33>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Spare parts"^^xsd:string ;
rdfs:label "33"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Construction"^^xsd:string ;
rdfs:label "4"^^xsd:string .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Onshore construction"^^xsd:string ;
rdfs:label "41"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#411>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Mobilisation"^^xsd:string ;
rdfs:label "411"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#412>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Civil Work"^^xsd:string ;
rdfs:label "412"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#413>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Fabrication of major assemblies"^^xsd:string ;
rdfs:label "413"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4131>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Prefabrication"^^xsd:string ;
rdfs:label "4131"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#413> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4132>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Installation/assembly/erection"^^xsd:string ;
rdfs:label "4132"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#413> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#414>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Other Prefabrication"^^xsd:string ;
rdfs:label "414"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4141>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Prefabrication"^^xsd:string ;
rdfs:label "4141"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#414> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4142>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Installation/assembly/erection"^^xsd:string ;
rdfs:label "4142"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#414> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#415>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Modification"^^xsd:string ;
rdfs:label "415"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4151>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Stripping / Dismantling"^^xsd:string ;
rdfs:label "4151"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#415> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4152>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Refitting"^^xsd:string ;
rdfs:label "4152"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#415> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4153>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Revamp"^^xsd:string ;
rdfs:label "4153"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#415> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4154>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Relocate"^^xsd:string ;
rdfs:label "4154"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#415> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#417>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Commissioning"^^xsd:string ;
rdfs:label "417"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4171>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Commissioning"^^xsd:string ;
rdfs:label "4171"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#417> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4172>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Startup"^^xsd:string ;
rdfs:label "4172"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#417> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#418>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Weighing, Seafastening & Load-out"^^xsd:string ;
rdfs:label "418"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#41> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Atshore construction"^^xsd:string ;
rdfs:label "42"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#422>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Civil work"^^xsd:string ;
rdfs:label "422"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#423>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Major Assemblies"^^xsd:string ;
rdfs:label "423"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4231>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Prefabrication"^^xsd:string ;
rdfs:label "4231"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#423> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4232>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Installation/assembly/erection"^^xsd:string ;
rdfs:label "4232"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#423> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#424>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Other fabrication activities"^^xsd:string ;
rdfs:label "424"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4241>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Prefabrication"^^xsd:string ;
rdfs:label "4241"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#424> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4242>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Installation/assembly/erection"^^xsd:string ;
rdfs:label "4242"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#424> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#425>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Modification"^^xsd:string ;
rdfs:label "425"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4251>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Stripping/dismantling"^^xsd:string ;
rdfs:label "4251"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#425> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4252>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Refitting"^^xsd:string ;
rdfs:label "4252"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#425> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4253>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Revamp"^^xsd:string ;
rdfs:label "4253"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#425> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#426>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Vendor assistance"^^xsd:string ;
rdfs:label "426"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#427>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Commissioning"^^xsd:string ;
rdfs:label "427"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#42> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Inshore construction"^^xsd:string ;
rdfs:label "43"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#431>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Mobilisation"^^xsd:string ;
rdfs:label "431"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#432>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Civil work"^^xsd:string ;
rdfs:label "432"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#433>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Major Assemblies"^^xsd:string ;
rdfs:label "433"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4331>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Prefabrication"^^xsd:string ;
rdfs:label "4331"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#433> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4332>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Installation/assembly/erection"^^xsd:string ;
rdfs:label "4332"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#433> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#434>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Other fabrication activities"^^xsd:string ;
rdfs:label "434"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4341>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Prefabrication"^^xsd:string ;
rdfs:label "4341"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#434> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4342>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Installation/assembly/erection"^^xsd:string ;
rdfs:label "4342"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#434> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#435>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Modification"^^xsd:string ;
rdfs:label "435"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4351>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Stripping/dismantling"^^xsd:string ;
rdfs:label "4351"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#435> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4352>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Refitting"^^xsd:string ;
rdfs:label "4352"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#435> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4353>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Revamp"^^xsd:string ;
rdfs:label "4353"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#435> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4354>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Relocate"^^xsd:string ;
rdfs:label "4354"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#435> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#436>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Vendor assistance"^^xsd:string ;
rdfs:label "436"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#437>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Commissioning"^^xsd:string ;
rdfs:label "437"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#43> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Offshore construction"^^xsd:string ;
rdfs:label "44"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#441>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Mobilisation"^^xsd:string ;
rdfs:label "441"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#442>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Civil work"^^xsd:string ;
rdfs:label "442"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#443>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Activities related to major assemblies"^^xsd:string ;
rdfs:label "443"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4431>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Prefabrication"^^xsd:string ;
rdfs:label "4431"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#443> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4432>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Installation/assembly/erection"^^xsd:string ;
rdfs:label "4432"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#443> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#444>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Other fabrication activities"^^xsd:string ;
rdfs:label "444"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4441>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Prefabrication"^^xsd:string ;
rdfs:label "4441"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#444> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4442>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Installation/assembly/erection"^^xsd:string ;
rdfs:label "4442"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#444> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#445>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Modification"^^xsd:string ;
rdfs:label "445"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4451>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Stripping/dismantling"^^xsd:string ;
rdfs:label "4451"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#445> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4452>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Refitting"^^xsd:string ;
rdfs:label "4452"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#445> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4453>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Revamp"^^xsd:string ;
rdfs:label "4453"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#445> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4454>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Relocate"^^xsd:string ;
rdfs:label "4454"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#445> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#446>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Vendor assistance"^^xsd:string ;
rdfs:label "446"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#447>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Commissioning"^^xsd:string ;
rdfs:label "447"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4471>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Commissioning"^^xsd:string ;
rdfs:label "4471"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#447> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4472>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Startup"^^xsd:string ;
rdfs:label "4472"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#447> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#448>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Non-working hours (lunch, standby, etc)"^^xsd:string ;
rdfs:label "448"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#44> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Operations"^^xsd:string ;
rdfs:label "5"^^xsd:string .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Landbased operations"^^xsd:string ;
rdfs:label "51"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#511>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Lifting"^^xsd:string ;
rdfs:label "511"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#512>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Transport"^^xsd:string ;
rdfs:label "512"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#513>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Pipeline operations"^^xsd:string ;
rdfs:label "513"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#514>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Cable operations"^^xsd:string ;
rdfs:label "514"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#515>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Other landbased operations"^^xsd:string ;
rdfs:label "515"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#51> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Offshore operations"^^xsd:string ;
rdfs:label "52"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#521>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Survey"^^xsd:string ;
rdfs:label "521"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#522>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Seabed preparation"^^xsd:string ;
rdfs:label "522"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5221>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Trenching"^^xsd:string ;
rdfs:label "5221"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#522> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5222>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Dredging"^^xsd:string ;
rdfs:label "5222"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#522> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5223>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Back filling"^^xsd:string ;
rdfs:label "5223"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#522> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5224>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Rock dumping"^^xsd:string ;
rdfs:label "5224"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#522> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#523>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Installation"^^xsd:string ;
rdfs:label "523"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5231>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Lifting"^^xsd:string ;
rdfs:label "5231"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#523> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5232>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Piling"^^xsd:string ;
rdfs:label "5232"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#523> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5233>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Grouting"^^xsd:string ;
rdfs:label "5233"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#523> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5234>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Mating"^^xsd:string ;
rdfs:label "5234"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#523> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#524>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Pipeline operations"^^xsd:string ;
rdfs:label "524"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5241>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Pipelaying"^^xsd:string ;
rdfs:label "5241"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#524> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5242>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Tie-in"^^xsd:string ;
rdfs:label "5242"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#524> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5243>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Hydrotesting"^^xsd:string ;
rdfs:label "5243"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#524> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5244>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "RFO"^^xsd:string ;
rdfs:label "5244"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#524> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#525>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Umbilical and cable operations"^^xsd:string ;
rdfs:label "525"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5251>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Laying"^^xsd:string ;
rdfs:label "5251"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#525> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5252>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Pull-in and connection"^^xsd:string ;
rdfs:label "5252"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#525> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5253>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Testing"^^xsd:string ;
rdfs:label "5253"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#525> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#526>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Transport"^^xsd:string ;
rdfs:label "526"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5261>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Towing"^^xsd:string ;
rdfs:label "5261"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#526> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5262>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Heavy lift transport"^^xsd:string ;
rdfs:label "5262"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#526> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#527>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Subsea structure operations"^^xsd:string ;
rdfs:label "527"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5271>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Testing"^^xsd:string ;
rdfs:label "5271"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#527> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5272>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Installation"^^xsd:string ;
rdfs:label "5272"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#527> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5273>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Commissioning"^^xsd:string ;
rdfs:label "5273"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#527> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#528>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Particular abandonment operations"^^xsd:string ;
rdfs:label "528"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#52> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5281>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Cutting of structures"^^xsd:string ;
rdfs:label "5281"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#528> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5282>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Topling"^^xsd:string ;
rdfs:label "5282"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#528> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5283>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Removal/lifting"^^xsd:string ;
rdfs:label "5283"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#528> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5284>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Transport and dumping"^^xsd:string ;
rdfs:label "5284"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#528> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#53>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Logistics"^^xsd:string ;
rdfs:label "53"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#531>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Supply base/terminal"^^xsd:string ;
rdfs:label "531"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#53> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#532>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Supply and distribution"^^xsd:string ;
rdfs:label "532"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#53> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#533>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Personnel transport"^^xsd:string ;
rdfs:label "533"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#53> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#534>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Flotel/LQ/camps"^^xsd:string ;
rdfs:label "534"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#53> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#54>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Drilling and completion"^^xsd:string ;
rdfs:label "54"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#541>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Onshore drilling and completion"^^xsd:string ;
rdfs:label "541"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#54> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5411>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Fixed rig drilling"^^xsd:string ;
rdfs:label "5411"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#541> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5412>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Mobile rig drilling"^^xsd:string ;
rdfs:label "5412"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#541> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#542>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Offshore drilling and completion"^^xsd:string ;
rdfs:label "542"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#54> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5421>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Predrilling"^^xsd:string ;
rdfs:label "5421"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#542> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5422>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Subsea drilling"^^xsd:string ;
rdfs:label "5422"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#542> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5423>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Platform drilling"^^xsd:string ;
rdfs:label "5423"^^xsd:string ;
rdfs:subClassOf <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#542> .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "Unit work activities"^^xsd:string ;
rdfs:label "6"^^xsd:string .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7>
rdf:type owl:Class , <http://data.posccaesar.org/NCS_PLANNING/SabClass> ;
rdfs:comment "General"^^xsd:string ;
rdfs:label "7"^^xsd:string .
# baseURI: http://data.posccaesar.org/sccs/
@prefix : <http://data.posccaesar.org/sccs/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
: rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:COR_A_General_Costs
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR A"^^xsd:string .
:COR_B_Bulk_Materials
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR B"^^xsd:string .
:COR_C_Construction_Overheads
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR C"^^xsd:string .
:COR_E_Equipment
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR E"^^xsd:string .
:COR_H_Owners_Personnel
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR H"^^xsd:string .
:COR_K_Engineering_Manpower
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR K"^^xsd:string .
:COR_L_Direct_Labor
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR L"^^xsd:string .
:COR_M_Indirect_Labor
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR M"^^xsd:string .
:COR_Q_Owners_Personnel_Overheads
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR Q"^^xsd:string .
:COR_R_Engineering_Overheads
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR R"^^xsd:string .
:COR_S_Unit_Work
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR S"^^xsd:string .
:COR_X_Marine_Operations_and_Logistics
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR X"^^xsd:string .
:COR_Y_Landbased_Plant_and_Equipment
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInCorClass> ;
rdfs:label "COR Y"^^xsd:string .
:CORcode
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
rdfs:label "COR code"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> , <http://data.posccaesar.org/ilap/Discipline> , <http://data.posccaesar.org/ilap/Resource> , :SCCScode .
:PBS_AAAA_Derrick
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Derrick"^^xsd:string .
:PBS_AAA_Drilling_Area
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Drilling Area"^^xsd:string .
:PBS_AA_Topsides
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Topsides"^^xsd:string .
:PBS_AB_Substructures
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Substructures"^^xsd:string .
:PBS_AC_Wells
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Wells"^^xsd:string .
:PBS_AD_Subsea_Production_Systems
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Subsea Production Systems"^^xsd:string .
:PBS_AE_Transport_Systems
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Transport Systems"^^xsd:string .
:PBS_AW_Windmills
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Windmills"^^xsd:string .
:PBS_A_Offshore_Field_Installlations
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Offshore Field Installlations"^^xsd:string .
:PBS_B_LandbasedInstallations
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInPBSClass> ;
rdfs:label "Landbased Installations"^^xsd:string .
:PBScode
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
rdfs:label "PBS code"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/PlanContentType> , <http://data.posccaesar.org/ilap/Result> , :SCCScode , <http://posccaesar.org/rdl/RDS2065619071> .
:SAB_1_Management
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ;
rdfs:label "SAB 1"^^xsd:string ;
:hasCodeName "Management"^^xsd:string .
:SAB_2_Engineering_and_Procurement
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ;
rdfs:label "SAB 2"^^xsd:string .
:SAB_3_Material_deliveries
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ;
rdfs:label "SAB 3"^^xsd:string .
:SAB_4_Construction
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ;
rdfs:label "SAB 4"^^xsd:string .
:SAB_5_Operations
rdf:type <http://data.posccaesar.org/NCS_PLANNING/IndividualInSABClass> ;
rdfs:label "SAB 5"^^xsd:string .
:SABcode
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
rdfs:label "SAB code"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Phase> , :SCCScode , <http://posccaesar.org/rdl/RDS2070536561> .
:SCCScode
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2070536561> .