Tore Christiansen

Updated all Labels

......@@ -14,50 +14,50 @@ ILAP:
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ILAP:Activity
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"^^xsd:string ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Discipline ;
owl:onProperty ILAP:hasActivityDiscipline
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
] ;
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:onProperty ILAP:hasExternalReference ;
owl:someValuesFrom ILAP:ExternalReference
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
owl:allValuesFrom ILAP:Discipline ;
owl:onProperty ILAP:hasActivityDiscipline
] .
ILAP:ActivityDependency
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 "Activity Dependency"^^xsd:string ;
rdfs:subClassOf ILAP:Constraint ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:ActivityPlan
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 "Activity Plan"^^xsd:string ;
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
......@@ -68,41 +68,41 @@ ILAP:ActivityPlan
ILAP:ActivityStatus
rdf:type owl:Class ;
rdfs:label "Activity status"^^xsd:string ;
rdfs:label "Activity Status"^^xsd:string ;
rdfs:subClassOf ILAP:Status .
ILAP:ActivityWBS
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 "Activity WBS"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
ILAP:Application
rdf:type owl:Class ;
rdfs:label "Application"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
ILAP:Asset
rdf:type owl:Class ;
rdfs:label "Asset"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
ILAP:Baseline
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 "Baseline"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
ILAP:BaselineSchedule
rdf:type owl:Class ;
rdfs:label "Baseline schedule"^^xsd:string ;
rdfs:label "Baseline Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
ILAP:CAPEX
rdfs:label "CAPEX"^^xsd:string .
ILAP:Calendar
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 "Calendar"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarFreePeriod ;
......@@ -110,14 +110,14 @@ ILAP:Calendar
] .
ILAP:CalendarDay
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdfs:label "Calendar day"^^xsd:string ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
rdfs:label "Calendar Day"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
ILAP:CalendarFreePeriod
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 <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdfs:label "Calendar Free Period"^^xsd:string ;
rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Calendar ;
......@@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod
] .
ILAP:CalendarFreePeriodWeekRepeat
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdfs:label "Free day"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
ILAP:CalendarHour
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
rdfs:label "calendar hour"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> .
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdfs:label "calendar Hour"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , owl:Thing , <http://posccaesar.org/rdl/RDS1326734> .
ILAP:CalendarPeriod
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
rdfs:label "Calendar period"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
] .
ILAP:Category
......@@ -160,32 +160,32 @@ ILAP:Category
ILAP:CommissioningMilestone
rdf:type owl:Class ;
rdfs:label "Commissioning milestone"^^xsd:string ;
rdfs:label "Commissioning Milestone"^^xsd:string ;
rdfs:subClassOf ILAP:MilestoneType .
ILAP:Constraint
rdf:type owl:Class ;
rdfs:label "Constraint"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
ILAP:ConstructionMilestone
rdf:type owl:Class ;
rdfs:label "Construction milestone"^^xsd:string ;
rdfs:label "Construction Milestone"^^xsd:string ;
rdfs:subClassOf ILAP:MilestoneType .
ILAP:Contract
rdf:type owl:Class ;
rdfs:label "Contract"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
ILAP:ContractMilestone
rdf:type owl:Class ;
rdfs:label "Contract milestone"^^xsd:string ;
rdfs:label "Contract Milestone"^^xsd:string ;
rdfs:subClassOf ILAP:MilestoneType .
ILAP:ContractType
rdf:type owl:Class ;
rdfs:label "Contract type"^^xsd:string ;
rdfs:label "Contract Type"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:Contractor
......@@ -195,28 +195,33 @@ ILAP:Contractor
ILAP:ControlSchedule
rdf:type owl:Class ;
rdfs:label "Control schedule"^^xsd:string ;
rdfs:label "Control Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Baseline .
ILAP:Cost
rdf:type owl:Class ;
rdfs:label "Cost"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
ILAP:CostBased
rdf:type owl:Class ;
rdfs:label "Cost based"^^xsd:string ;
rdfs:label "Cost Based"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
ILAP:Criticality
rdf:type owl:Class ;
rdfs:label "Degree of Criticality"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:CurrentSchedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Current schedule"^^xsd:string ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Current Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
ILAP:Data
rdf:type owl:Class ;
rdfs:label "Data"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Project ;
......@@ -227,54 +232,97 @@ ILAP:Data
ILAP:DecisionGate
rdf:type owl:Class ;
rdfs:label "Decision gate"^^xsd:string ;
rdfs:label "Decision Gate"^^xsd:string ;
rdfs:subClassOf ILAP:MilestoneType .
ILAP:DegreeOfCriticality
ILAP:DecisionGate0
rdf:type owl:Class ;
rdfs:label "Degree of Criticality"^^xsd:string ;
rdfs:subClassOf owl:Thing .
rdfs:label "DG0: Approval to Start Appraisal/Business Planning"^^xsd:string ;
rdfs:subClassOf ILAP:DecisionGate .
ILAP:DegreeOfPriority
ILAP:DecisionGate1
rdf:type owl:Class ;
rdfs:label "Degree of Priority"^^xsd:string ;
rdfs:subClassOf owl:Thing .
rdfs:label "DG1: Approval to Start Concept Planning / Approval to Start Feasibility Study"^^xsd:string ;
rdfs:subClassOf ILAP:DecisionGate .
ILAP:DecisionGate2
rdf:type owl:Class ;
rdfs:label "DG2: Project Pre-sanction / Approval to Start Concept Selection"^^xsd:string ;
rdfs:subClassOf ILAP:DecisionGate .
ILAP:DecisionGate3
rdf:type owl:Class ;
rdfs:label "DG3: Project Sanction / Concept Approval"^^xsd:string ;
rdfs:subClassOf ILAP:DecisionGate .
ILAP:DecisionGate4
rdf:type owl:Class ;
rdfs:label "DG4: Start Operation / Final Capital Expenditure Approval"^^xsd:string ;
rdfs:subClassOf ILAP:DecisionGate .
ILAP:DecisionGate5
rdf:type owl:Class ;
rdfs:label "DG5: Acceptance by Operations"^^xsd:string ;
rdfs:subClassOf ILAP:DecisionGate .
ILAP:DecisionGate6
rdf:type owl:Class ;
rdfs:label "DG6: Decision to End Production / Hand-over to After Market"^^xsd:string ;
rdfs:subClassOf ILAP:DecisionGate .
ILAP:DecisionGate7
rdf:type owl:Class ;
rdfs:label "DG7: End of Life / Decision to Decommission"^^xsd:string ;
rdfs:subClassOf ILAP:DecisionGate .
ILAP:DecisionGateA
rdf:type owl:Class ;
rdfs:label "DGA: Approval to Develop a Business Opportunity"^^xsd:string ;
rdfs:subClassOf ILAP:DecisionGate .
ILAP:DecisionGateB
rdf:type owl:Class ;
rdfs:label "DGB: Approval to Negotiate "^^xsd:string ;
rdfs:subClassOf ILAP:DecisionGate .
ILAP:DecisionGateC
rdf:type owl:Class ;
rdfs:label "DGC: Decision to Assess a New Exploration or Business Opportunity"^^xsd:string ;
rdfs:subClassOf ILAP:DecisionGate .
ILAP:DesignMilestone
rdf:type owl:Class ;
rdfs:label "Design milestone"^^xsd:string ;
rdfs:label "Design Milestone"^^xsd:string ;
rdfs:subClassOf ILAP:MilestoneType .
ILAP:Discipline
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdfs:label "Discipline"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:DrillingMilestone
rdf:type owl:Class ;
rdfs:label "Drilling milestone"^^xsd:string ;
rdfs:label "Drilling Milestone"^^xsd:string ;
rdfs:subClassOf ILAP:MilestoneType .
ILAP:EndMilestone
rdf:type owl:Class ;
rdfs:label "End milestone"^^xsd:string ;
rdfs:label "End Milestone"^^xsd:string ;
rdfs:subClassOf ILAP:MilestoneType .
ILAP:EngineeringMilestone
rdf:type owl:Class ;
rdfs:label "Engineering milestone"^^xsd:string ;
rdfs:label "Engineering Milestone"^^xsd:string ;
rdfs:subClassOf ILAP:MilestoneType .
ILAP:ExternalReference
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
rdfs:label "External Reference"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
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
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -283,8 +331,10 @@ ILAP:ExternalReference
] ;
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
] .
ILAP:Facility
......@@ -298,29 +348,39 @@ ILAP:Field
rdfs:subClassOf owl:Thing .
ILAP:FinishToFinish
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:label "Finish to finish"^^xsd:string ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:label "Finish to Finish"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:FinishToStart
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:label "Finish to start"^^xsd:string ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:label "Finish to Start"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:FunctionalLocation
rdf:type owl:Class ;
rdfs:label "Functional location"^^xsd:string ;
rdfs:label "Functional Location"^^xsd:string ;
rdfs:subClassOf ILAP:Location .
ILAP:GeographicLocation
rdf:type owl:Class ;
rdfs:label "Geographic location"^^xsd:string ;
rdfs:label "Geographic Location"^^xsd:string ;
rdfs:subClassOf ILAP:Location .
ILAP:HighCriticality
rdf:type owl:Class ;
rdfs:label "High Criticality"^^xsd:string ;
rdfs:subClassOf ILAP:Criticality .
ILAP:HighPriority
rdf:type owl:Class ;
rdfs:label "High Priority"^^xsd:string ;
rdfs:subClassOf ILAP:Priority .
ILAP:Information
rdf:type owl:Class ;
rdfs:label "Information"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
ILAP:Knowledge
rdf:type owl:Class ;
......@@ -334,37 +394,57 @@ ILAP:License
ILAP:LifecyclePhase
rdf:type owl:Class ;
rdfs:label "Lifecycle phase"^^xsd:string ;
rdfs:label "Lifecycle Phase"^^xsd:string ;
rdfs:subClassOf ILAP:Phase .
ILAP:LiveSchedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Live schedule"^^xsd:string ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Live Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
ILAP:Location
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
rdfs:label "Location"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
ILAP:LowCriticality
rdf:type owl:Class ;
rdfs:label "Low Criticality"^^xsd:string ;
rdfs:subClassOf ILAP:Criticality .
ILAP:LowPriority
rdf:type owl:Class ;
rdfs:label "Low Priority"^^xsd:string ;
rdfs:subClassOf ILAP:Priority .
ILAP:MaterialOrderStatus
rdf:type owl:Class ;
rdfs:label "Material order status"^^xsd:string ;
rdfs:label "Material Order Status"^^xsd:string ;
rdfs:subClassOf ILAP:Status .
ILAP:Milestone
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
rdfs:label "Milestone"^^xsd:string .
ILAP:MilestoneType
rdf:type owl:Class ;
rdfs:label "Milestone type"^^xsd:string ;
rdfs:label "Milestone Type"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:Network
rdf:type owl:Class ;
rdfs:label "Network"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
ILAP:NormalCriticality
rdf:type owl:Class ;
rdfs:label "Medium Criticality"^^xsd:string ;
rdfs:subClassOf ILAP:Criticality .
ILAP:NormalPriority
rdf:type owl:Class ;
rdfs:label "Normal Priority"^^xsd:string ;
rdfs:subClassOf ILAP:Priority .
ILAP:OPEX
rdfs:label "OPEX"^^xsd:string .
......@@ -376,7 +456,7 @@ ILAP:Objective
ILAP:OperationStatus
rdf:type owl:Class ;
rdfs:label "Operation status"^^xsd:string ;
rdfs:label "Operation Status"^^xsd:string ;
rdfs:subClassOf ILAP:Status .
ILAP:Operator
......@@ -396,52 +476,52 @@ ILAP:Phase
ILAP:PhysicalLocation
rdf:type owl:Class ;
rdfs:label "Physical location"^^xsd:string ;
rdfs:label "Physical Location"^^xsd:string ;
rdfs:subClassOf ILAP:Location .
ILAP:PlanClassifier
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdfs:label "Plan classifier"^^xsd:string ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdfs:label "Plan Classifier"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
ILAP:PlanContentType
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
rdfs:label "Plan content type"^^xsd:string ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
rdfs:label "Plan Content Type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
ILAP:PlanContractType
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
rdfs:label "Plan contract type"^^xsd:string ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
rdfs:label "Plan Contract Type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier .
ILAP:PlanExpenseType
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
rdfs:label "Plan expense type"^^xsd:string ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
rdfs:label "Plan Expense Type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier .
ILAP:PlanGeoArea
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
rdfs:label "Plan geographic area"^^xsd:string ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
rdfs:label "Plan Geographic Area"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
ILAP:PlanLevel
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdfs:label "Plan level"^^xsd:string ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdfs:label "Plan Level"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
ILAP:PlanLifecycleStage
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:label "Plan lifecycle stage"^^xsd:string ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Plan Lifecycle Stage"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
ILAP:PlanObjectiveType
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
rdfs:label "Plan objective type"^^xsd:string ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
rdfs:label "Plan Objective Type"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
ILAP:PlanProjectType
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
rdfs:label "Plan project type"^^xsd:string ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
rdfs:label "Plan Project Type"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
ILAP:PlannedActivity
......@@ -450,20 +530,25 @@ ILAP:PlannedActivity
rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivityPredecessor
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBSelement
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -472,8 +557,8 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -484,23 +569,18 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBSelement
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivityPredecessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] .
ILAP:PlannedMilestone
......@@ -510,7 +590,7 @@ ILAP:PlannedMilestone
ILAP:PlanningApplication
rdf:type owl:Class ;
rdfs:label "Planning application"^^xsd:string ;
rdfs:label "Planning Application"^^xsd:string ;
rdfs:subClassOf ILAP:Application .
ILAP:Portfolio
......@@ -518,14 +598,19 @@ ILAP:Portfolio
rdfs:label "Portfolio"^^xsd:string ;
rdfs:subClassOf ILAP:Project .
ILAP:Priority
rdf:type owl:Class ;
rdfs:label "Degree of Priority"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:ProcurementMilestone
rdf:type owl:Class ;
rdfs:label "Procurement milestone"^^xsd:string ;
rdfs:label "Procurement Milestone"^^xsd:string ;
rdfs:subClassOf ILAP:MilestoneType .
ILAP:ProductionMilestone
rdf:type owl:Class ;
rdfs:label "Production milestone"^^xsd:string ;
rdfs:label "Production Milestone"^^xsd:string ;
rdfs:subClassOf ILAP:MilestoneType .
ILAP:Programme
......@@ -534,18 +619,13 @@ ILAP:Programme
rdfs:subClassOf ILAP:Project .
ILAP:Project
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 "Project"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -556,65 +636,75 @@ ILAP:Project
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
] .
ILAP:ProjectEffectiveness
rdf:type owl:Class ;
rdfs:label "Project effectiveness"^^xsd:string ;
rdfs:label "Project Effectiveness"^^xsd:string ;
rdfs:subClassOf ILAP:Value .
ILAP:ProjectEfficiency
rdf:type owl:Class ;
rdfs:label "Project efficiency"^^xsd:string ;
rdfs:label "Project Efficiency"^^xsd:string ;
rdfs:subClassOf ILAP:Value .
ILAP:ProjectExecutionPlan
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Planned Activity network"^^xsd:string ;
rdfs:label "Planned Activity Network"^^xsd:string ;
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan
owl:onProperty ILAP:hasPlanRollUpPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
owl:onProperty ILAP:hasPlanSubplan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -625,18 +715,13 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -646,18 +731,18 @@ ILAP:ProjectExecutionPlan
ILAP:ProjectMilestone
rdf:type owl:Class ;
rdfs:label "Project milestone"^^xsd:string ;
rdfs:label "Project Milestone"^^xsd:string ;
rdfs:subClassOf ILAP:MilestoneType .
ILAP:ProjectPhase
rdf:type owl:Class ;
rdfs:label "Project phase"^^xsd:string ;
rdfs:label "Project Phase"^^xsd:string ;
rdfs:subClassOf ILAP:Phase .
ILAP:Regular8To16WorkingDayCalendar
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/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ;
rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> .
ILAP:Regulator
rdf:type owl:Class ;
......@@ -665,42 +750,42 @@ ILAP:Regulator
rdfs:subClassOf ILAP:ResponsibleOrganization .
ILAP:Resource
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdfs:label "Resource"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
ILAP:ResourceEstimate
rdf:type owl:Class ;
rdfs:label "Resource estimate"^^xsd:string ;
rdfs:label "Resource Estimate"^^xsd:string ;
rdfs:subClassOf ILAP:ResourceStructure .
ILAP:ResourceProfile
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
rdfs:label "Resource profile"^^xsd:string ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
rdfs:label "Resource Profile"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
ILAP:ResourceProfilePoint
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
rdfs:label "resource Profile point"^^xsd:string ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdfs:label "resource Profile Point"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
ILAP:ResourceStructure
rdf:type owl:Class ;
rdfs:label "Resource structure"^^xsd:string ;
rdfs:label "Resource Structure"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
ILAP:ResponsibleOrganization
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdfs:label "Responsible organization"^^xsd:string ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdfs:label "Responsible Organization"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing .
ILAP:ResponsiblePerson
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
rdfs:label "Responsible"^^xsd:string ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
rdfs:label "Responsible Person"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .
ILAP:Result
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdfs:label "Result"^^xsd:string ;
rdfs:subClassOf owl:Thing .
......@@ -716,13 +801,13 @@ ILAP:Risk
ILAP:RiskType
rdf:type owl:Class ;
rdfs:label "Risk type"^^xsd:string ;
rdfs:label "Risk Type"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:Schedule
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 "Scheduled Activity Network"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
......@@ -732,22 +817,22 @@ ILAP:Schedule
] .
ILAP:ScheduledActivity
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 in Network Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:PlannedActivity ;
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
] ;
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
] .
ILAP:ScheduledMilestone
......@@ -762,78 +847,78 @@ ILAP:Shutdown
ILAP:ShutdownPhase
rdf:type owl:Class ;
rdfs:label "Shutdown phase"^^xsd:string ;
rdfs:label "Shutdown Phase"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:ShutdownType
rdf:type owl:Class ;
rdfs:label "Shutdown type"^^xsd:string ;
rdfs:label "Shutdown Type"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:Source
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 "Source"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
ILAP:StartMilestone
rdf:type owl:Class ;
rdfs:label "Start milestone"^^xsd:string ;
rdfs:label "Start Milestone"^^xsd:string ;
rdfs:subClassOf ILAP:MilestoneType .
ILAP:StartToFinish
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:label "Start to finish"^^xsd:string ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:label "Start to Finish"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:StartToStart
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:label "Start to start"^^xsd:string ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:label "Start to Start"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:Status
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
rdfs:label "Status"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
ILAP:TargetSchedule
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Target schedule"^^xsd:string ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Target Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
ILAP:TaskMilestone
rdf:type owl:Class ;
rdfs:label "Task milestone"^^xsd:string ;
rdfs:label "Task Milestone"^^xsd:string ;
rdfs:subClassOf ILAP:MilestoneType .
ILAP:Timebased
rdf:type owl:Class ;
rdfs:label "Timebased"^^xsd:string ;
rdfs:label "Time Based"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
ILAP:UnitBased
rdf:type owl:Class ;
rdfs:label "Unit based"^^xsd:string ;
rdfs:label "Unit Based"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
ILAP:Value
rdf:type owl:Class ;
rdfs:label "Value"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
ILAP:WeekendsFreeCalendar
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Weekends free calendar"^^xsd:string ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Weekends Free Calendar"^^xsd:string ;
rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
ILAP:WorkOrder
rdf:type owl:Class ;
rdfs:label "Work order"^^xsd:string ;
rdfs:label "Work Order"^^xsd:string ;
rdfs:subClassOf ILAP:WorkTask .
ILAP:WorkTask
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Work task"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:label "Work Task"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasWorkTaskActivity ;
......@@ -847,7 +932,7 @@ ILAP:WorkTask
ILAP:WorkTaskStatus
rdf:type owl:Class ;
rdfs:label "Work task status"^^xsd:string ;
rdfs:label "Work Task Status"^^xsd:string ;
rdfs:subClassOf ILAP:Status .
ILAP:hasActivityActiveStatus
......@@ -965,7 +1050,7 @@ ILAP:hasActivityPhysicalPercentComplete
rdfs:range xsd:float .
ILAP:hasActivityPlan
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity plan"^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
......@@ -1015,7 +1100,7 @@ ILAP:hasActivityResponsibleOrganization
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasActivityResponsiblePerson
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity responsible"^^xsd:string ;
rdfs:range ILAP:ResponsiblePerson .
......@@ -1050,7 +1135,7 @@ ILAP:hasActivityStatus
rdfs:range ILAP:Status .
ILAP:hasActivitySuccessor
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity successor"^^xsd:string ;
rdfs:range ILAP:ActivityDependency ;
......@@ -1111,7 +1196,7 @@ ILAP:hasCalendarDate
rdfs:label "has calendar date"^^xsd:string .
ILAP:hasCalendarFreePeriod
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:Calendar ;
rdfs:label "has calendarcalendar free period"^^xsd:string ;
rdfs:range ILAP:CalendarFreePeriod .
......@@ -1418,7 +1503,7 @@ ILAP:hasPlanRegulator
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanResponsible
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan responsible"^^xsd:string ;
rdfs:range ILAP:ResponsibleOrganization .
......@@ -1549,7 +1634,7 @@ ILAP:hasRiskCriticality
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Risk ;
rdfs:label "has risk criticality"^^xsd:string ;
rdfs:range ILAP:DegreeOfCriticality .
rdfs:range ILAP:Criticality .
ILAP:hasRiskType
rdf:type owl:ObjectProperty ;
......@@ -1604,7 +1689,7 @@ ILAP:hasShutdownPriority
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Shutdown ;
rdfs:label "has Shutdown Priority"^^xsd:string ;
rdfs:range ILAP:DegreeOfPriority .
rdfs:range ILAP:Priority .
ILAP:hasShutdownType
rdf:type owl:ObjectProperty ;
......@@ -1619,7 +1704,7 @@ ILAP:hasSourceApplicaton
rdfs:range ILAP:Application .
ILAP:hasSuccessorActivity
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has successor activity "^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
......@@ -1647,7 +1732,7 @@ ILAP:hasTimeNow
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Schedule ;
rdfs:label "has time now"^^xsd:string ;
rdfs:range xsd:dateTime , xsd:date .
rdfs:range xsd:date , xsd:dateTime .
ILAP:hasWBScomponent
rdf:type owl:ObjectProperty ;
......@@ -1682,7 +1767,7 @@ ILAP:hasWorkTaskPriority
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:WorkTask ;
rdfs:label "has Work Task Priority"^^xsd:string ;
rdfs:range ILAP:DegreeOfPriority .
rdfs:range ILAP:Priority .
ILAP:hasWorkTaskResponsible
rdf:type owl:ObjectProperty ;
......
......@@ -15,7 +15,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
: rdf:type owl:Ontology ;
owl:imports USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , USERFIELDS: .
ILAP:
rdf:type owl:Ontology ;
......@@ -137,33 +137,9 @@ ILAP:Country
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Country"^^xsd:string .
ILAP:DG1
rdf:type ILAP:DecisionGate ;
rdfs:label "DG1"^^xsd:string .
ILAP:DG2
rdf:type ILAP:DecisionGate ;
rdfs:label "DG2"^^xsd:string .
ILAP:DG3
rdf:type ILAP:DecisionGate ;
rdfs:label "DG3"^^xsd:string .
ILAP:DG4
rdf:type ILAP:DecisionGate ;
rdfs:label "DG4"^^xsd:string .
ILAP:DG5
rdf:type ILAP:DecisionGate ;
rdfs:label "DG5"^^xsd:string .
ILAP:DG6
rdf:type ILAP:DecisionGate ;
rdfs:label "DG6"^^xsd:string .
ILAP:DG7
rdf:type ILAP:DecisionGate ;
rdfs:label "DG7"^^xsd:string .
ILAP:DEES
rdf:type ILAP:Application ;
rdfs:label "DEES"^^xsd:string .
ILAP:DependentOnShutdown
rdf:type ILAP:ShutdownType ;
......@@ -171,7 +147,7 @@ ILAP:DependentOnShutdown
ILAP:Development
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
ILAP:DisasterRecovery
rdf:type ILAP:PlanObjectiveType ;
......@@ -198,13 +174,21 @@ ILAP:DuringNormalOperation
rdfs:label "During Normal Operation"^^xsd:string .
ILAP:DuringShutdown
rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ;
rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string .
ILAP:EIS
rdf:type ILAP:Application ;
rdfs:label "EIS"^^xsd:string .
ILAP:EquipmentShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Equipment Shutdown"^^xsd:string .
ILAP:Excel
rdf:type ILAP:Application ;
rdfs:label "Excel"^^xsd:string .
ILAP:Exploration
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Exploration"^^xsd:string .
......@@ -229,6 +213,10 @@ ILAP:FieldStudy
rdf:type ILAP:PlanProjectType ;
rdfs:label "Field study"^^xsd:string .
ILAP:FourD_E_and_I
rdf:type ILAP:Application ;
rdfs:label "4D E&I"^^xsd:string .
ILAP:FrameAgreement
rdf:type owl:Class ;
rdfs:label "Frame agreement"^^xsd:string ;
......@@ -294,18 +282,21 @@ ILAP:HighActivityPeriod
rdfs:label "High activity period"^^xsd:string .
ILAP:HighCriticality
rdf:type ILAP:DegreeOfCriticality ;
rdf:type ILAP:Criticality ;
rdfs:label "High criticality"^^xsd:string .
ILAP:HighPriority
rdf:type ILAP:DegreeOfPriority ;
rdfs:label "High priority"^^xsd:string .
rdf:type ILAP:Priority .
ILAP:HotWork
rdf:type owl:Class ;
rdfs:label "Hot work"^^xsd:string ;
rdfs:subClassOf ILAP:RiskType .
ILAP:IFS
rdf:type ILAP:Application ;
rdfs:label "IFS"^^xsd:string .
ILAP:IncentiveContract
rdf:type owl:Class ;
rdfs:label "Incentive contract"^^xsd:string ;
......@@ -370,18 +361,21 @@ ILAP:LivingQuarterShutdown
rdfs:label "Living Quarter Shutdown"^^xsd:string .
ILAP:LowCriticality
rdf:type ILAP:DegreeOfCriticality ;
rdf:type ILAP:Criticality ;
rdfs:label "Low criticality"^^xsd:string .
ILAP:LowPriority
rdf:type ILAP:DegreeOfPriority ;
rdfs:label "Low priority"^^xsd:string .
rdf:type ILAP:Priority .
ILAP:LumpSumContract
rdf:type owl:Class ;
rdfs:label "Lump sum contract"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
ILAP:MS_Project
rdf:type ILAP:Application ;
rdfs:label "MS Project"^^xsd:string .
ILAP:Maintenance
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Maintenance"^^xsd:string .
......@@ -449,12 +443,11 @@ ILAP:NonScheduledShutdown
rdfs:label "Non-Scheduled Shutdown"^^xsd:string .
ILAP:NormalCriticality
rdf:type ILAP:DegreeOfCriticality ;
rdf:type ILAP:Criticality ;
rdfs:label "Normal criticality"^^xsd:string .
ILAP:NormalPriority
rdf:type ILAP:DegreeOfPriority ;
rdfs:label "Normal priority"^^xsd:string .
rdf:type ILAP:Priority .
ILAP:OPEX
rdf:type ILAP:PlanExpenseType ;
......@@ -472,6 +465,10 @@ ILAP:OperationAndMaintenance
rdf:type ILAP:PlanProjectType ;
rdfs:label "Operation and maintenance"^^xsd:string .
ILAP:Pacs
rdf:type ILAP:Application ;
rdfs:label "Pacs"^^xsd:string .
ILAP:Pending
rdf:type ILAP:Status ;
rdfs:label "Pending"^^xsd:string .
......@@ -488,6 +485,14 @@ ILAP:Primavera
rdf:type ILAP:Application ;
rdfs:label "Primavera"^^xsd:string .
ILAP:ProArc
rdf:type ILAP:Application ;
rdfs:label "Pro arc"^^xsd:string .
ILAP:Procosys
rdf:type ILAP:Application ;
rdfs:label "Procosys"^^xsd:string .
ILAP:ProductionShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Production Shutdown"^^xsd:string .
......@@ -592,11 +597,15 @@ ILAP:ShutdownNotEvaluated
rdf:type ILAP:ShutdownType ;
rdfs:label "Shutdown not evaluated"^^xsd:string .
ILAP:Smartplant_Foundation
rdf:type ILAP:Application ;
rdfs:label "Smartplant Foundation"^^xsd:string .
ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string ;
ILAP:hasCalendarPeriodFreeDay
ILAP:Sunday , ILAP:Saturday .
ILAP:Saturday , ILAP:Sunday .
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......@@ -679,6 +688,10 @@ ILAP:Wellbore
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Wellbore"^^xsd:string .
ILAP:WinFab
rdf:type ILAP:Application ;
rdfs:label "Win fab"^^xsd:string .
ILAP:hasActivityBaselineSchedule
rdfs:range ILAP:Schedule .
......@@ -755,10 +768,10 @@ ILAP:hasWorkTaskResponsible
rdfs:range ILAP:ResponsiblePerson .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category .
rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
rdfs:subClassOf ILAP:Result , ILAP:Asset .
rdfs:subClassOf ILAP:Asset , ILAP:Result .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
rdfs:subClassOf ILAP:Phase .
......@@ -768,63 +781,63 @@ USERFIELDS:UserField
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasDiscipline
owl:onClass ILAP:ShutdownType ;
owl:onProperty USERFIELDS:hasShutdownType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:MilestoneType ;
owl:onProperty USERFIELDS:hasMilestone
owl:onClass ILAP:Result ;
owl:onProperty USERFIELDS:hasProduct
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Contractor ;
owl:onProperty USERFIELDS:hasContractor
owl:onClass ILAP:Phase ;
owl:onProperty USERFIELDS:hasProjectPhase
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Facility ;
owl:onProperty USERFIELDS:hasFacility
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasCategory
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasCategory
owl:onClass ILAP:Facility ;
owl:onProperty USERFIELDS:hasFacility
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Phase ;
owl:onProperty USERFIELDS:hasProjectPhase
owl:onClass ILAP:Contractor ;
owl:onProperty USERFIELDS:hasContractor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Result ;
owl:onProperty USERFIELDS:hasProduct
owl:onClass ILAP:MilestoneType ;
owl:onProperty USERFIELDS:hasMilestone
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ShutdownType ;
owl:onProperty USERFIELDS:hasShutdownType
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasDiscipline
] .
<http://data.posccaesar.org/npd/ontology/OperatingCompany>
rdf:type owl:Class ;
rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ;
rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor .
rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ;
rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator .
<http://data.posccaesar.org/npd/ontology/productionFacility>
rdf:type owl:Class ;
......@@ -834,7 +847,7 @@ USERFIELDS:UserField
rdl:RDS282149
rdf:type owl:Class ;
rdfs:label "RDS282149"^^xsd:string ;
rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
<http://data.posccaesar.orgnpd/ontology/License>
rdf:type owl:Class ;
......