Tore Christiansen

Added User Fields and Free Text examples

......@@ -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
......@@ -72,22 +72,22 @@ ILAP:ActivityStatus
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 .
......@@ -100,9 +100,9 @@ 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> ;
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> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
ILAP:CalendarFreePeriod
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 "Calendar free period"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
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 ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdfs:label "calendar hour"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing .
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
......@@ -166,7 +166,7 @@ ILAP:CommissioningMilestone
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 ;
......@@ -176,7 +176,7 @@ ILAP:ConstructionMilestone
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 ;
......@@ -201,7 +201,7 @@ ILAP:ControlSchedule
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 ;
......@@ -209,14 +209,14 @@ ILAP:CostBased
rdfs:subClassOf ILAP:Resource .
ILAP:CurrentSchedule
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 "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 ;
......@@ -246,7 +246,7 @@ ILAP:DesignMilestone
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 .
......@@ -261,15 +261,13 @@ ILAP:EngineeringMilestone
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 ;
......@@ -278,8 +276,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
......@@ -293,14 +293,14 @@ ILAP:Field
rdfs:subClassOf owl:Thing .
ILAP:FinishToFinish
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 "Finish to finish"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
ILAP:FinishToStart
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 "Finish to start"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
ILAP:FunctionalLocation
rdf:type owl:Class ;
......@@ -315,7 +315,7 @@ ILAP:GeographicLocation
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 ;
......@@ -333,14 +333,14 @@ ILAP:LifecyclePhase
rdfs:subClassOf ILAP:Phase .
ILAP:LiveSchedule
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 "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:MaterialOrderStatus
rdf:type owl:Class ;
......@@ -348,7 +348,7 @@ ILAP:MaterialOrderStatus
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
......@@ -359,7 +359,7 @@ ILAP:MilestoneType
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:OPEX
rdfs:label "OPEX"^^xsd:string .
......@@ -390,49 +390,49 @@ ILAP:PhysicalLocation
rdfs:subClassOf ILAP:Location .
ILAP:PlanClassifier
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 "Plan classifier"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
ILAP:PlanContentType
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 "Plan 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 <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 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 ;
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> ;
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 .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
ILAP:PlanLevel
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 "Plan level"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
ILAP:PlanLifecycleStage
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 "Plan lifecycle stage"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
ILAP:PlanObjectiveType
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
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 .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
ILAP:PlanProjectType
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 project type"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
ILAP:PlannedActivity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
......@@ -440,8 +440,20 @@ ILAP:PlannedActivity
rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Facility ;
owl:onProperty ILAP:hasActivityFacility
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBSelement
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -452,18 +464,13 @@ ILAP:PlannedActivity
] ;
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
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -472,8 +479,8 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBSelement
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -482,15 +489,8 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Facility ;
owl:onProperty ILAP:hasActivityFacility
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
] .
ILAP:PlannedMilestone
......@@ -519,18 +519,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 ;
......@@ -541,8 +536,13 @@ 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
......@@ -561,28 +561,40 @@ ILAP:ProjectExecutionPlan
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -594,12 +606,12 @@ ILAP:ProjectExecutionPlan
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:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -608,25 +620,13 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
] ;
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
] .
ILAP:ProjectMilestone
......@@ -640,9 +640,9 @@ ILAP:ProjectPhase
rdfs:subClassOf ILAP:Phase .
ILAP:Regular8To16WorkingDayCalendar
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 "Regular8To16Working day calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> .
ILAP:Regulator
rdf:type owl:Class ;
......@@ -650,9 +650,9 @@ 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 ;
......@@ -660,14 +660,14 @@ ILAP:ResourceEstimate
rdfs:subClassOf ILAP:ResourceStructure .
ILAP:ResourceProfile
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
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 .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
ILAP:ResourceProfilePoint
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 Profile point"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
ILAP:ResourceStructure
rdf:type owl:Class ;
......@@ -675,17 +675,17 @@ ILAP:ResourceStructure
rdfs:subClassOf ILAP:Network .
ILAP:ResponsibleOrganization
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 "Responsible organization"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> .
ILAP:ResponsiblePerson
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
rdfs:label "Responsible"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> .
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 .
......@@ -705,9 +705,9 @@ ILAP:RiskType
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
......@@ -717,22 +717,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
......@@ -756,9 +756,9 @@ ILAP:ShutdownType
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 ;
......@@ -766,22 +766,22 @@ ILAP:StartMilestone
rdfs:subClassOf ILAP:MilestoneType .
ILAP:StartToFinish
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 "Start to finish"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
ILAP:StartToStart
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 "Start to start"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
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> ;
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 .
......@@ -798,12 +798,12 @@ ILAP:UnitBased
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 ;
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> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
ILAP:WorkOrder
rdf:type owl:Class ;
......@@ -811,18 +811,18 @@ ILAP:WorkOrder
rdfs:subClassOf ILAP:WorkTask .
ILAP:WorkTask
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 "Work task"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasWorkTaskActivity ;
owl:someValuesFrom ILAP:Activity
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasWorkTaskResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasWorkTaskResponsible
owl:onProperty ILAP:hasWorkTaskActivity ;
owl:someValuesFrom ILAP:Activity
] .
ILAP:WorkTaskStatus
......@@ -947,7 +947,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 .
......@@ -997,7 +997,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 .
......@@ -1032,7 +1032,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 ;
......@@ -1093,7 +1093,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 .
......@@ -1394,7 +1394,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 .
......@@ -1423,10 +1423,6 @@ ILAP:hasPlanSupplier
rdfs:label "has plan supplier"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanUserField
rdf:type owl:ObjectProperty ;
rdfs:label "has plan user field"^^xsd:string .
ILAP:hasPredecessorActivity
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ActivityDependency ;
......@@ -1593,7 +1589,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 ;
......@@ -1621,11 +1617,7 @@ ILAP:hasTimeNow
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Schedule ;
rdfs:label "has time now"^^xsd:string ;
rdfs:range xsd:dateTime , xsd:date .
ILAP:hasUserFieldSource
rdf:type owl:ObjectProperty ;
rdfs:label "has user field source"^^xsd:string .
rdfs:range xsd:date , xsd:dateTime .
ILAP:hasWBScomponent
rdf:type owl:ObjectProperty ;
......
# baseURI: http://data.posccaesar.org/NCS_PLANNING/
# imports: http://data.posccaesar.org/ilap/
# imports: http://data.posccaesar.org/ilap/USERFIELDS
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS
@prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix NPD: <http://data.posccaesar.org/npd/> .
@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#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdl: <http://data.posccaesar.org/rdl/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
: rdf:type owl:Ontology ;
owl:imports ILAP:USERFIELDS , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
# imports: http://data.posccaesar.org/ilap/userfields/
@prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix NPD: <http://data.posccaesar.org/npd/> .
@prefix USERFIELDS: <http://data.posccaesar.org/ilap/userfields/> .
@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#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdl: <http://data.posccaesar.org/rdl/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:
rdf:type owl:Ontology ;
owl:imports ILAP: ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> ;
owl:imports USERFIELDS: ;
.
ILAP:
rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
ILAP:ABEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "ABEX"^^xsd:string .
rdf:type ILAP:PlanExpenseType ;
rdfs:label "ABEX"^^xsd:string ;
.
ILAP:Active
rdf:type ILAP:Status ;
rdfs:label "Active"^^xsd:string .
rdf:type ILAP:Status ;
rdfs:label "Active"^^xsd:string ;
.
ILAP:ActivityWBS_1
ILAP:hasWBSprojectExpenseType
ILAP:CAPEX .
ILAP:hasWBSprojectExpenseType ILAP:CAPEX ;
.
ILAP:AfterShutdown
rdf:type ILAP:ShutdownPhase ;
rdfs:label "After shutdown"^^xsd:string .
rdf:type ILAP:ShutdownPhase ;
rdfs:label "After shutdown"^^xsd:string ;
.
ILAP:Aquisition
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Aquire"^^xsd:string .
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Aquire"^^xsd:string ;
.
ILAP:BeforeShutdown
rdf:type ILAP:ShutdownPhase ;
rdfs:label "Before shutdown"^^xsd:string .
rdf:type ILAP:ShutdownPhase ;
rdfs:label "Before shutdown"^^xsd:string ;
.
ILAP:BrownFieldProject
rdf:type ILAP:PlanProjectType ;
rdfs:label "Brown field project"^^xsd:string .
rdf:type ILAP:PlanProjectType ;
rdfs:label "Brown field project"^^xsd:string ;
.
ILAP:BusinessArea
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Business area"^^xsd:string .
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Business area"^^xsd:string ;
.
ILAP:BusinessAsUsual
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Business as usual"^^xsd:string .
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Business as usual"^^xsd:string ;
.
ILAP:CAPEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "CAPEX"^^xsd:string .
rdf:type ILAP:PlanExpenseType ;
rdfs:label "CAPEX"^^xsd:string ;
.
ILAP:Campaign
rdf:type ILAP:ShutdownType ;
rdfs:label "Campaign"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Campaign"^^xsd:string ;
.
ILAP:Cancelled
rdf:type ILAP:Status ;
rdfs:label "Cancelled"^^xsd:string .
rdf:type ILAP:Status ;
rdfs:label "Cancelled"^^xsd:string ;
.
ILAP:ChangeOver
rdf:type ILAP:ShutdownType ;
rdfs:label "Change over"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Change over"^^xsd:string ;
.
ILAP:ClosingDown
rdf:type ILAP:ShutdownPhase ;
rdfs:label "Closing down"^^xsd:string .
rdf:type ILAP:ShutdownPhase ;
rdfs:label "Closing down"^^xsd:string ;
.
ILAP:Completed
rdf:type ILAP:Status ;
rdfs:label "Completed"^^xsd:string .
rdf:type ILAP:Status ;
rdfs:label "Completed"^^xsd:string ;
.
ILAP:Continent
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Continent"^^xsd:string .
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Continent"^^xsd:string ;
.
ILAP:CostDriven
rdf:type ILAP:PlanContractType ;
rdfs:label "Cost driven"^^xsd:string .
rdf:type ILAP:PlanContractType ;
rdfs:label "Cost driven"^^xsd:string ;
.
ILAP:Country
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Country"^^xsd:string .
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Country"^^xsd:string ;
.
ILAP:DG1
rdf:type ILAP:DecisionGate ;
rdfs:label "DG1"^^xsd:string .
rdf:type ILAP:DecisionGate ;
rdfs:label "DG1"^^xsd:string ;
.
ILAP:DG2
rdf:type ILAP:DecisionGate ;
rdfs:label "DG2"^^xsd:string .
rdf:type ILAP:DecisionGate ;
rdfs:label "DG2"^^xsd:string ;
.
ILAP:DG3
rdf:type ILAP:DecisionGate ;
rdfs:label "DG3"^^xsd:string .
rdf:type ILAP:DecisionGate ;
rdfs:label "DG3"^^xsd:string ;
.
ILAP:DG4
rdf:type ILAP:DecisionGate ;
rdfs:label "DG4"^^xsd:string .
rdf:type ILAP:DecisionGate ;
rdfs:label "DG4"^^xsd:string ;
.
ILAP:DG5
rdf:type ILAP:DecisionGate ;
rdfs:label "DG5"^^xsd:string .
rdf:type ILAP:DecisionGate ;
rdfs:label "DG5"^^xsd:string ;
.
ILAP:DG6
rdf:type ILAP:DecisionGate ;
rdfs:label "DG6"^^xsd:string .
rdf:type ILAP:DecisionGate ;
rdfs:label "DG6"^^xsd:string ;
.
ILAP:DG7
rdf:type ILAP:DecisionGate ;
rdfs:label "DG7"^^xsd:string .
rdf:type ILAP:DecisionGate ;
rdfs:label "DG7"^^xsd:string ;
.
ILAP:DependentOnShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Dependent on Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Dependent on Shutdown"^^xsd:string ;
.
ILAP:Development
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Develop"^^xsd:string ;
rdfs:label "Development"^^xsd:string ;
.
ILAP:DisasterRecovery
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Disaster recovery"^^xsd:string .
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Disaster recovery"^^xsd:string ;
.
ILAP:Disposal
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Dispose"^^xsd:string .
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Dispose"^^xsd:string ;
.
ILAP:Draft
rdf:type ILAP:Status ;
rdfs:label "Draft"^^xsd:string .
rdf:type ILAP:Status ;
rdfs:label "Draft"^^xsd:string ;
.
ILAP:DrillingAndWell
rdf:type ILAP:PlanProjectType ;
rdfs:label "Drilling and well"^^xsd:string .
rdf:type ILAP:PlanProjectType ;
rdfs:label "Drilling and well"^^xsd:string ;
.
ILAP:DrillingShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Drilling shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Drilling shutdown"^^xsd:string ;
.
ILAP:DuringNormalOperation
rdf:type ILAP:ShutdownType ;
rdfs:label "During Normal Operation"^^xsd:string .
rdf:type ILAP:ShutdownType ;
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 ;
rdf:type ILAP:ShutdownType ;
rdfs:label "During Shutdown"^^xsd:string ;
rdfs:label "During shutdown"^^xsd:string ;
.
ILAP:EquipmentShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Equipment Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Equipment Shutdown"^^xsd:string ;
.
ILAP:Exploration
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Exploration"^^xsd:string .
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Exploration"^^xsd:string ;
.
ILAP:FLEXEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "FLEXEX"^^xsd:string .
rdf:type ILAP:PlanExpenseType ;
rdfs:label "FLEXEX"^^xsd:string ;
.
ILAP:Facility
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Facility"^^xsd:string .
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Facility"^^xsd:string ;
.
ILAP:Field
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Field"^^xsd:string .
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Field"^^xsd:string ;
.
ILAP:FieldShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Field Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Field Shutdown"^^xsd:string ;
.
ILAP:FieldStudy
rdf:type ILAP:PlanProjectType ;
rdfs:label "Field study"^^xsd:string .
rdf:type ILAP:PlanProjectType ;
rdfs:label "Field study"^^xsd:string ;
.
ILAP:Friday
rdf:type ILAP:CalendarDay ;
rdfs:label "Friday"^^xsd:string .
rdf:type ILAP:CalendarDay ;
rdfs:label "Friday"^^xsd:string ;
.
ILAP:From00To08
rdf:type ILAP:CalendarHour ;
rdfs:label "From 00 To 08"^^xsd:string ;
ILAP:hasActivityEndTime
"08:00:00"^^xsd:time ;
ILAP:hasActivityStartTime
"00:00:00"^^xsd:time .
rdf:type ILAP:CalendarHour ;
ILAP:hasActivityEndTime "08:00:00"^^xsd:time ;
ILAP:hasActivityStartTime "00:00:00"^^xsd:time ;
rdfs:label "From 00 To 08"^^xsd:string ;
.
ILAP:From08To16
rdf:type ILAP:CalendarHour ;
rdfs:label "From 08 To 16"^^xsd:string ;
ILAP:hasActivityEndTime
"16:00:00"^^xsd:time ;
ILAP:hasActivityStartTime
"08:00:00"^^xsd:time .
rdf:type ILAP:CalendarHour ;
ILAP:hasActivityEndTime "16:00:00"^^xsd:time ;
ILAP:hasActivityStartTime "08:00:00"^^xsd:time ;
rdfs:label "From 08 To 16"^^xsd:string ;
.
ILAP:From16To24
rdf:type ILAP:CalendarHour ;
rdfs:label "From 16 To 24"^^xsd:string ;
ILAP:hasActivityEndTime
"24:00:00"^^xsd:time ;
ILAP:hasActivityStartTime
"16:00:00"^^xsd:time .
rdf:type ILAP:CalendarHour ;
ILAP:hasActivityEndTime "24:00:00"^^xsd:time ;
ILAP:hasActivityStartTime "16:00:00"^^xsd:time ;
rdfs:label "From 16 To 24"^^xsd:string ;
.
ILAP:GasExportShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Gas Export Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Gas Export Shutdown"^^xsd:string ;
.
ILAP:GasInjectionShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Gas Injection Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Gas Injection Shutdown"^^xsd:string ;
.
ILAP:GreenFieldProject
rdf:type ILAP:PlanProjectType ;
rdfs:label "Green field project"^^xsd:string .
rdf:type ILAP:PlanProjectType ;
rdfs:label "Green field project"^^xsd:string ;
.
ILAP:HC_systemsWork
rdf:type ILAP:RiskType ;
rdfs:label "HC systems work"^^xsd:string .
rdf:type ILAP:RiskType ;
rdfs:label "HC systems work"^^xsd:string ;
.
ILAP:HeightWork
rdf:type ILAP:RiskType ;
rdfs:label "Height work"^^xsd:string .
rdf:type ILAP:RiskType ;
rdfs:label "Height work"^^xsd:string ;
.
ILAP:HighActivityPeriod
rdf:type ILAP:ShutdownType ;
rdfs:label "High activity period"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "High activity period"^^xsd:string ;
.
ILAP:HighCriticality
rdf:type ILAP:DegreeOfCriticality ;
rdfs:label "High criticality"^^xsd:string .
rdf:type ILAP:DegreeOfCriticality ;
rdfs:label "High criticality"^^xsd:string ;
.
ILAP:HighPriority
rdf:type ILAP:DegreeOfPriority ;
rdfs:label "High priority"^^xsd:string .
rdf:type ILAP:DegreeOfPriority ;
rdfs:label "High priority"^^xsd:string ;
.
ILAP:HotWork
rdf:type ILAP:RiskType ;
rdfs:label "Hot work"^^xsd:string .
rdf:type ILAP:RiskType ;
rdfs:label "Hot work"^^xsd:string ;
.
ILAP:IncreasedRecovery
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Increased recovery"^^xsd:string .
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Increased recovery"^^xsd:string ;
.
ILAP:IncrementalImprovement
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Incremental improvement"^^xsd:string .
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Incremental improvement"^^xsd:string ;
.
ILAP:IndependentOfOperation
rdf:type ILAP:ShutdownType ;
rdfs:label "Independent of operation"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Independent of operation"^^xsd:string ;
.
ILAP:L1_ProgramPortfolioSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "PPS"^^xsd:string .
rdf:type ILAP:PlanLevel ;
rdfs:label "PPS"^^xsd:string ;
.
ILAP:L2_ProjectMasterSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "PMS"^^xsd:string .
rdf:type ILAP:PlanLevel ;
rdfs:label "PMS"^^xsd:string ;
.
ILAP:L3_ContractMasterSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "CMS"^^xsd:string .
rdf:type ILAP:PlanLevel ;
rdfs:label "CMS"^^xsd:string ;
.
ILAP:L3_ProjectControlNetworkSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "PCS"^^xsd:string .
rdf:type ILAP:PlanLevel ;
rdfs:label "PCS"^^xsd:string ;
.
ILAP:L4_ContractControlNetworkSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "CCS"^^xsd:string .
rdf:type ILAP:PlanLevel ;
rdfs:label "CCS"^^xsd:string ;
.
ILAP:L5_ContractTaskSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "DWS"^^xsd:string .
rdf:type ILAP:PlanLevel ;
rdfs:label "DWS"^^xsd:string ;
.
ILAP:L6_ContractorWorkOrderSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "CWS"^^xsd:string .
rdf:type ILAP:PlanLevel ;
rdfs:label "CWS"^^xsd:string ;
.
ILAP:L7_ContractorOperationsSchedule
rdf:type ILAP:PlanLevel ;
rdfs:label "COS"^^xsd:string .
rdf:type ILAP:PlanLevel ;
rdfs:label "COS"^^xsd:string ;
.
ILAP:LiftingOperation
rdf:type ILAP:RiskType ;
rdfs:label "Lifting operation"^^xsd:string .
rdf:type ILAP:RiskType ;
rdfs:label "Lifting operation"^^xsd:string ;
.
ILAP:LivingQuarterShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Living Quarter Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Living Quarter Shutdown"^^xsd:string ;
.
ILAP:LowCriticality
rdf:type ILAP:DegreeOfCriticality ;
rdfs:label "Low criticality"^^xsd:string .
rdf:type ILAP:DegreeOfCriticality ;
rdfs:label "Low criticality"^^xsd:string ;
.
ILAP:LowPriority
rdf:type ILAP:DegreeOfPriority ;
rdfs:label "Low priority"^^xsd:string .
rdf:type ILAP:DegreeOfPriority ;
rdfs:label "Low priority"^^xsd:string ;
.
ILAP:Maintenance
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Maintenance"^^xsd:string .
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Maintenance"^^xsd:string ;
.
ILAP:ManagedClosedown
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Managed closedown"^^xsd:string .
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Managed closedown"^^xsd:string ;
.
ILAP:MaterialDeliveredAtBase
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material delivered at base"^^xsd:string .
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material delivered at base"^^xsd:string ;
.
ILAP:MaterialDeliveredOffshore
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material delivered offshore"^^xsd:string .
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material delivered offshore"^^xsd:string ;
.
ILAP:MaterialDeliveredOnshore
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material delivered onshore"^^xsd:string .
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material delivered onshore"^^xsd:string ;
.
ILAP:MaterialDeliveryDelayed
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material delivery delayed"^^xsd:string .
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material delivery delayed"^^xsd:string ;
.
ILAP:MaterialDeliveryOnTime
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material delivery on time"^^xsd:string .
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material delivery on time"^^xsd:string ;
.
ILAP:MaterialOnOrder
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material on order"^^xsd:string .
rdf:type ILAP:MaterialOrderStatus ;
rdfs:label "Material on order"^^xsd:string ;
.
ILAP:MiniShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Mini shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Mini shutdown"^^xsd:string ;
.
ILAP:Modification
rdf:type ILAP:PlanProjectType ;
rdfs:label "Modification"^^xsd:string .
rdf:type ILAP:PlanProjectType ;
rdfs:label "Modification"^^xsd:string ;
.
ILAP:Monday
rdf:type ILAP:CalendarDay ;
rdfs:label "Monday"^^xsd:string .
rdf:type ILAP:CalendarDay ;
rdfs:label "Monday"^^xsd:string ;
.
ILAP:NPDelement_1
rdf:type NPD:NPDelement ;
rdfs:label "NPDelement 1"^^xsd:string .
rdf:type NPD:NPDelement ;
rdfs:label "NPDelement 1"^^xsd:string ;
.
ILAP:NonScheduledShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Non-Scheduled Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Non-Scheduled Shutdown"^^xsd:string ;
.
ILAP:NormalCriticality
rdf:type ILAP:DegreeOfCriticality ;
rdfs:label "Normal criticality"^^xsd:string .
rdf:type ILAP:DegreeOfCriticality ;
rdfs:label "Normal criticality"^^xsd:string ;
.
ILAP:NormalPriority
rdf:type ILAP:DegreeOfPriority ;
rdfs:label "Normal priority"^^xsd:string .
rdf:type ILAP:DegreeOfPriority ;
rdfs:label "Normal priority"^^xsd:string ;
.
ILAP:OPEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "OPEX"^^xsd:string .
rdf:type ILAP:PlanExpenseType ;
rdfs:label "OPEX"^^xsd:string ;
.
ILAP:OnHold
rdf:type ILAP:Status ;
rdfs:label "On hold"^^xsd:string .
rdf:type ILAP:Status ;
rdfs:label "On hold"^^xsd:string ;
.
ILAP:Operation
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Operation"^^xsd:string .
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Operation"^^xsd:string ;
.
ILAP:OperationAndMaintenance
rdf:type ILAP:PlanProjectType ;
rdfs:label "Operation and maintenance"^^xsd:string .
rdf:type ILAP:PlanProjectType ;
rdfs:label "Operation and maintenance"^^xsd:string ;
.
ILAP:Pending
rdf:type ILAP:Status ;
rdfs:label "Pending"^^xsd:string .
rdf:type ILAP:Status ;
rdfs:label "Pending"^^xsd:string ;
.
ILAP:Planned
rdf:type ILAP:Status ;
rdfs:label "Planned"^^xsd:string .
rdf:type ILAP:Status ;
rdfs:label "Planned"^^xsd:string ;
.
ILAP:Planning
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Planning"^^xsd:string .
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Planning"^^xsd:string ;
.
ILAP:Primavera
rdf:type ILAP:Application ;
rdfs:label "Primavera"^^xsd:string .
rdf:type ILAP:Application ;
rdfs:label "Primavera"^^xsd:string ;
.
ILAP:ProductionShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Production Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Production Shutdown"^^xsd:string ;
.
ILAP:RAMEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "RAMEX"^^xsd:string .
rdf:type ILAP:PlanExpenseType ;
rdfs:label "RAMEX"^^xsd:string ;
.
ILAP:RadicalChange
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Radical change"^^xsd:string .
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Radical change"^^xsd:string ;
.
ILAP:Regular8To16WorkingDayCalendar
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:minQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass
[ rdf:type owl:Class ;
owl:oneOf (ILAP:StandardFreeWeekendPeriod)
] ;
owl:onProperty ILAP:hasCalendarFreePeriod
] .
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass [
rdf:type owl:Class ;
owl:oneOf (
ILAP:StandardFreeWeekendPeriod
) ;
] ;
owl:onProperty ILAP:hasCalendarFreePeriod ;
] ;
.
ILAP:Released
rdf:type ILAP:Status ;
rdfs:label "Released"^^xsd:string .
rdf:type ILAP:Status ;
rdfs:label "Released"^^xsd:string ;
.
ILAP:Removal
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Removal"^^xsd:string .
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Removal"^^xsd:string ;
.
ILAP:RemovalOfBarriers
rdf:type ILAP:RiskType ;
rdfs:label "Removal of barriers"^^xsd:string .
rdf:type ILAP:RiskType ;
rdfs:label "Removal of barriers"^^xsd:string ;
.
ILAP:Renewal
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Renew"^^xsd:string .
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Renew"^^xsd:string ;
.
ILAP:ReservoirDrillingOperation
rdf:type ILAP:RiskType ;
rdfs:label "Reservoir drilling operation"^^xsd:string .
rdf:type ILAP:RiskType ;
rdfs:label "Reservoir drilling operation"^^xsd:string ;
.
ILAP:ResourceDriven
rdf:type ILAP:PlanContractType ;
rdfs:label "Resource driven"^^xsd:string .
rdf:type ILAP:PlanContractType ;
rdfs:label "Resource driven"^^xsd:string ;
.
ILAP:Revised
rdf:type ILAP:Status ;
rdfs:label "Revised"^^xsd:string .
rdf:type ILAP:Status ;
rdfs:label "Revised"^^xsd:string ;
.
ILAP:RevisionShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Revision Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Revision Shutdown"^^xsd:string ;
.
ILAP:SAP
rdf:type ILAP:Application ;
rdfs:label "SAP"^^xsd:string .
rdf:type ILAP:Application ;
rdfs:label "SAP"^^xsd:string ;
.
ILAP:SafetyTestShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Safety Test Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Safety Test Shutdown"^^xsd:string ;
.
ILAP:Safran
rdf:type ILAP:Application ;
rdfs:label "Safran"^^xsd:string .
rdf:type ILAP:Application ;
rdfs:label "Safran"^^xsd:string ;
.
ILAP:Saturday
rdf:type ILAP:CalendarDay ;
rdfs:label "Saturday"^^xsd:string .
rdf:type ILAP:CalendarDay ;
rdfs:label "Saturday"^^xsd:string ;
.
ILAP:ScheduleDriven
rdf:type ILAP:PlanContractType ;
rdfs:label "Schedule driven"^^xsd:string .
rdf:type ILAP:PlanContractType ;
rdfs:label "Schedule driven"^^xsd:string ;
.
ILAP:Scheduled
rdf:type ILAP:Status ;
rdfs:label "Scheduled"^^xsd:string .
rdf:type ILAP:Status ;
rdfs:label "Scheduled"^^xsd:string ;
.
ILAP:ScheduledShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Scheduled Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Scheduled Shutdown"^^xsd:string ;
.
ILAP:ShallowGasOperation
rdf:type ILAP:RiskType ;
rdfs:label "Shallow gas operation"^^xsd:string .
rdf:type ILAP:RiskType ;
rdfs:label "Shallow gas operation"^^xsd:string ;
.
ILAP:ShutdownAndDecommisioning
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Shutdown and decommisioning"^^xsd:string .
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Shutdown and decommisioning"^^xsd:string ;
.
ILAP:ShutdownNotEvaluated
rdf:type ILAP:ShutdownType ;
rdfs:label "Shutdown not evaluated"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Shutdown not evaluated"^^xsd:string ;
.
ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string ;
ILAP:hasCalendarPeriodFreeDay
ILAP:Sunday , ILAP:Saturday .
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
ILAP:hasCalendarPeriodFreeDay ILAP:Saturday ;
ILAP:hasCalendarPeriodFreeDay ILAP:Sunday ;
rdfs:label "Standard free weekend period"^^xsd:string ;
.
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
rdfs:label "Standard work weekday period"^^xsd:string .
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
rdfs:label "Standard work weekday period"^^xsd:string ;
.
ILAP:StartingUp
rdf:type ILAP:ShutdownPhase ;
rdfs:label "Starting up"^^xsd:string .
rdf:type ILAP:ShutdownPhase ;
rdfs:label "Starting up"^^xsd:string ;
.
ILAP:Sunday
rdf:type ILAP:CalendarDay ;
rdfs:label "Sunday"^^xsd:string .
rdf:type ILAP:CalendarDay ;
rdfs:label "Sunday"^^xsd:string ;
.
ILAP:SystemShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "System Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "System Shutdown"^^xsd:string ;
.
ILAP:TIMEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "TIMEX"^^xsd:string .
rdf:type ILAP:PlanExpenseType ;
rdfs:label "TIMEX"^^xsd:string ;
.
ILAP:Thursday
rdf:type ILAP:CalendarDay ;
rdfs:label "Thursday"^^xsd:string .
rdf:type ILAP:CalendarDay ;
rdfs:label "Thursday"^^xsd:string ;
.
ILAP:TrainShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Train Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Train Shutdown"^^xsd:string ;
.
ILAP:Tuesday
rdf:type ILAP:CalendarDay ;
rdfs:label "Tuesday"^^xsd:string .
rdf:type ILAP:CalendarDay ;
rdfs:label "Tuesday"^^xsd:string ;
.
ILAP:Unknown
rdf:type ILAP:Status ;
rdfs:label "Unknown"^^xsd:string .
rdf:type ILAP:Status ;
rdfs:label "Unknown"^^xsd:string ;
.
ILAP:UserField
rdfs:subClassOf ILAP:Data .
rdfs:subClassOf ILAP:Data ;
.
ILAP:VesselOperation
rdf:type ILAP:RiskType ;
rdfs:label "Vessel operation"^^xsd:string .
rdf:type ILAP:RiskType ;
rdfs:label "Vessel operation"^^xsd:string ;
.
ILAP:WaterInjectionShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Water Injection Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Water Injection Shutdown"^^xsd:string ;
.
ILAP:WaterProductionShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Water Production Shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Water Production Shutdown"^^xsd:string ;
.
ILAP:Wednesday
rdf:type ILAP:CalendarDay ;
rdfs:label "Wednesday"^^xsd:string .
rdf:type ILAP:CalendarDay ;
rdfs:label "Wednesday"^^xsd:string ;
.
ILAP:WeekendsFreeCalendar
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:minQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass
[ rdf:type owl:Class ;
owl:oneOf (ILAP:StandardFreeWeekendPeriod)
] ;
owl:onProperty ILAP:hasCalendarFreePeriod
] .
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass [
rdf:type owl:Class ;
owl:oneOf (
ILAP:StandardFreeWeekendPeriod
) ;
] ;
owl:onProperty ILAP:hasCalendarFreePeriod ;
] ;
.
ILAP:WellTransfer
rdf:type ILAP:ShutdownType ;
rdfs:label "Well Transfer "^^xsd:string .
rdf:type ILAP:ShutdownType ;
rdfs:label "Well Transfer "^^xsd:string ;
.
ILAP:Wellbore
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Wellbore"^^xsd:string .
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Wellbore"^^xsd:string ;
.
ILAP:hasActivityBaselineSchedule
rdfs:range ILAP:Schedule .
rdfs:range ILAP:Schedule ;
.
ILAP:hasActivityFacility
rdfs:domain ILAP:PlannedActivity .
rdfs:domain ILAP:PlannedActivity ;
.
ILAP:hasActivityPhase
rdfs:range ILAP:Phase .
rdfs:range ILAP:Phase ;
.
ILAP:hasActivityResource
rdfs:domain ILAP:Activity ;
rdfs:range ILAP:Resource .
rdfs:domain ILAP:Activity ;
rdfs:range ILAP:Resource ;
.
ILAP:hasActivityResourceProfile
rdfs:domain ILAP:Activity .
rdfs:domain ILAP:Activity ;
.
ILAP:hasActivityShutdown
rdfs:range ILAP:Shutdown .
rdfs:range ILAP:Shutdown ;
.
ILAP:hasActivityWBSelement
rdfs:range ILAP:ActivityWBS .
rdfs:range ILAP:ActivityWBS ;
.
ILAP:hasActivityWeight
rdfs:domain ILAP:Activity ;
rdfs:range xsd:float .
rdfs:domain ILAP:Activity ;
rdfs:range xsd:float ;
.
ILAP:hasCalendarDate
rdfs:domain ILAP:Calendar ;
rdfs:range xsd:date .
rdfs:domain ILAP:Calendar ;
rdfs:range xsd:date ;
.
ILAP:hasCalendarPeriodDay
rdfs:domain ILAP:CalendarPeriod ;
rdfs:range ILAP:CalendarDay .
rdfs:domain ILAP:CalendarPeriod ;
rdfs:range ILAP:CalendarDay ;
.
ILAP:hasCalendarPeriodHour
rdfs:domain ILAP:CalendarPeriod ;
rdfs:range ILAP:CalendarHour .
rdfs:domain ILAP:CalendarPeriod ;
rdfs:range ILAP:CalendarHour ;
.
ILAP:hasCalendarTime
rdfs:domain ILAP:Calendar ;
rdfs:range xsd:dateTime .
rdfs:domain ILAP:Calendar ;
rdfs:range xsd:dateTime ;
.
ILAP:hasPlanAssetOwner
rdfs:range ILAP:ResponsibleOrganization .
rdfs:range ILAP:ResponsibleOrganization ;
.
ILAP:hasPlanContractor
rdfs:range ILAP:Contractor .
rdfs:range ILAP:Contractor ;
.
ILAP:hasPlanLicensePartner
rdfs:range ILAP:ResponsibleOrganization .
rdfs:range ILAP:ResponsibleOrganization ;
.
ILAP:hasPlanOperator
rdfs:range ILAP:Operator .
rdfs:range ILAP:Operator ;
.
ILAP:hasPlanRegulator
rdfs:range ILAP:ResponsibleOrganization .
rdfs:range ILAP:ResponsibleOrganization ;
.
ILAP:hasPlanResponsible
rdfs:range ILAP:ResponsibleOrganization .
rdfs:range ILAP:ResponsibleOrganization ;
.
ILAP:hasPlanSupplier
rdfs:range ILAP:ResponsibleOrganization .
rdfs:range ILAP:ResponsibleOrganization ;
.
ILAP:hasWBScomponent
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> .
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> ;
.
ILAP:hasWBSphase
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
.
ILAP:hasWBSprojectExpenseType
rdfs:range ILAP:PlanExpenseType .
rdfs:range ILAP:PlanExpenseType ;
.
ILAP:hasWorkTaskResponsible
rdfs:range ILAP:ResponsiblePerson .
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 ;
rdfs:subClassOf ILAP:Discipline ;
rdfs:subClassOf ILAP:Resource ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
rdfs:subClassOf ILAP:Result , ILAP:Asset .
rdfs:subClassOf ILAP:Asset ;
rdfs:subClassOf ILAP:Result ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
rdfs:subClassOf ILAP:Phase .
rdfs:subClassOf ILAP:Phase ;
.
<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 .
rdf:type owl:Class ;
rdfs:label "Contractor 1"^^xsd:string ;
rdfs:label "Operating company"^^xsd:string ;
rdfs:label "Regulator 1"^^xsd:string ;
rdfs:subClassOf ILAP:Contractor ;
rdfs:subClassOf ILAP:Operator ;
rdfs:subClassOf ILAP:Regulator ;
.
<http://data.posccaesar.org/npd/ontology/productionFacility>
rdf:type owl:Class ;
rdfs:label "Facility"^^xsd:string ;
rdfs:subClassOf ILAP:Facility .
rdf:type owl:Class ;
rdfs:label "Facility"^^xsd:string ;
rdfs:subClassOf ILAP:Facility ;
.
rdl:RDS282149
rdf:type owl:Class ;
rdfs:label "RDS282149"^^xsd:string ;
rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
rdf:type owl:Class ;
rdfs:label "RDS282149"^^xsd:string ;
rdfs:subClassOf ILAP:ResponsibleOrganization ;
rdfs:subClassOf owl:Thing ;
.
<http://data.posccaesar.orgnpd/ontology/License>
rdf:type owl:Class ;
rdfs:label "Norwegian production license area"^^xsd:string ;
rdfs:subClassOf ILAP:License .
rdf:type owl:Class ;
rdfs:label "Norwegian production license area"^^xsd:string ;
rdfs:subClassOf ILAP:License ;
.
<http://staging.data.posccaesar.org/npd/ontology/discoveryField>
rdf:type owl:Class ;
rdfs:label "Field 1"^^xsd:string ;
rdfs:subClassOf ILAP:Field .
rdf:type owl:Class ;
rdfs:label "Field 1"^^xsd:string ;
rdfs:subClassOf ILAP:Field ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#B>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#C>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#E>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#H>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#K>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#L>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#M>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#Q>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#R>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#S>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#X>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A>
rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#B>
rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1>
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2>
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3>
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4>
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5>
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6>
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ;
.
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7>
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> .
rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ;
.
......
......@@ -4,15 +4,77 @@
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> .
@prefix UC1: <http://data.posccaesar.org/Data/UC1/> .
@prefix USERFIELDS: <http://data.posccaesar.org/ilap/userfields/> .
@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 userfields: <http://data.posccaesar.org/ilap/userfields#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
UC1: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
UC1:AreaCode
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Area code"^^xsd:string ;
USERFIELDS:hasDescription
"Area Code AA"^^xsd:string ;
USERFIELDS:hasShort "AC AA"^^xsd:string .
UC1:CostCenter
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Cost center"^^xsd:string ;
USERFIELDS:hasDescription
"COST CENTER B"^^xsd:string ;
USERFIELDS:hasShort "CCB"^^xsd:string .
UC1:Index_Code_Value
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Index Code" ;
USERFIELDS:hasDescription
"Index A"^^xsd:string ;
USERFIELDS:hasShort "EXA"^^xsd:string .
UC1:Quality_Descriptor_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Quality Level" ;
USERFIELDS:hasDescription
"High Quality"^^xsd:string ;
USERFIELDS:hasShort "HQ"^^xsd:string .
UC1:ShutdownPeriod_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Shutdown period 1"^^xsd:string ;
USERFIELDS:hasDescription
"Shutdown period 2016"^^xsd:string ;
USERFIELDS:hasShort "SD2016"^^xsd:string .
UC1:UserField_for_PlannedActivity_2
rdf:type USERFIELDS:UserField ;
rdfs:label "User Field for Planned Activity 2" ;
USERFIELDS:hasIndexCode
UC1:Index_Code_Value ;
USERFIELDS:hasQuality
UC1:Quality_Descriptor_1 ;
USERFIELDS:hasShutDownPeriod
UC1:ShutdownPeriod_1 .
UC1:UserField_for_Scheduled_Activity_1
rdf:type USERFIELDS:UserField ;
rdfs:label "User field for Scheduled Activity 1"^^xsd:string ;
USERFIELDS:hasAreaCode
UC1:AreaCode ;
USERFIELDS:hasCostCenter
UC1:CostCenter .
ILAP:Activity
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty USERFIELDS:hasUserField ;
owl:someValuesFrom USERFIELDS:UserField
] .
ILAP:ActivityPlan_1
rdf:type ILAP:ActivityPlan ;
rdfs:label "Activity plan 1"^^xsd:string .
......@@ -22,7 +84,7 @@ ILAP:ActivityWBS_1
rdfs:label "Activity WBS 1"^^xsd:string ;
ILAP:hasWBScomponent
SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ;
ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ;
ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ;
ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 .
ILAP:COR_KD_1
......@@ -90,7 +152,8 @@ ILAP:PlannedActivity_2
"55000"^^xsd:float ;
ILAP:hasActivityWorkVolume
"1500"^^xsd:float ;
ILAP:hasUserField <http://data.posccaesar.org/ilap/USERFIELDS/hasIndexCode> , <http://data.posccaesar.org/ilap/USERFIELDS/hasExecutionMilestone> .
USERFIELDS:hasUserField
UC1:UserField_for_PlannedActivity_2 .
ILAP:ProjectExecutionPlan_1
rdf:type ILAP:ProjectExecutionPlan ;
......@@ -151,7 +214,8 @@ ILAP:SAB_51_1
ILAP:ScheduledActivity_1
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Scheduled activity 1"^^xsd:string ;
ILAP:hasUserField <http://data.posccaesar.org/ilap/USERFIELDS/hasExecutionMilestone> .
USERFIELDS:hasUserField
UC1:UserField_for_Scheduled_Activity_1 .
ILAP:ScheduledMilestone_1
rdf:type ILAP:ScheduledMilestone ;
......@@ -167,11 +231,7 @@ ILAP:SummerShutdown_UC1
ILAP:hasShutdownPriority
ILAP:NormalPriority ;
ILAP:hasShutdownType
ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown .
<http://data.posccaesar.org/ilap/USERFIELDS/hasExecutionMilestone>
ILAP:hasValue "Final Milestone"^^xsd:string ;
ILAP:hasValueSource "Use Case 13 - Safran"^^xsd:string .
ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown .
ILAP:UseCaseAibelToCOPNO
rdf:type ILAP:Source ;
......@@ -216,9 +276,6 @@ ILAP:hasActivityPreviousStatus
ILAP:hasPlanUserField
rdfs:domain ILAP:ProjectExecutionPlan .
ILAP:hasUserField
rdfs:domain ILAP:Activity .
ILAP:hasUserFieldSource
rdfs:range ILAP:UserField .
......
# baseURI: http://data.posccaesar.org/ilap/USERFIELDS
# baseURI: http://data.posccaesar.org/ilap/userfields/
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix USERFIELDS: <http://data.posccaesar.org/ilap/USERFIELDS/> .
@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#> .
@prefix USERFIELDS: <http://data.posccaesar.org/ilap/userfields/> .
@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#> .
USERFIELDS:
rdf:type owl:Ontology ;
owl:imports ILAP: ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
USERFIELDS:FreeTextField
rdf:type owl:Class ;
rdfs:label "Free text field"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
.
USERFIELDS:UserField
rdf:type owl:Class ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasActivityProgress ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasArea ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasAreaCode ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasAssignment ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasBudgetYear ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasBuildingBlock ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCTR ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCause ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCauseCategory ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCommissioningPackage ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCompletionStatus ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasContractType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCostBreakdownStructure ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCostCenter ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCriticalPath ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCustomerWBS1 ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCustomerWBS2 ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCustomerWBS3 ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasDelivery ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasExecutionMilestone ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasExecutionSubDiscipline ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasGeographicLocation ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasHabitat ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasIndexCode ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasJobCardStatus ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasKPIStatus ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasLocationOfWork ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasLocationOnPlatform ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasMechanicalCompletionPackage ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasModificationPackage ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasNetwork ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasNotification ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasOwnerDepartment ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasPartProject ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasPortfolio ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasProcurementPackage ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasProjectCode ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasProjectType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasQuality ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasRank ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasReporting ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasSRGL ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasSection ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasSectionStatus ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasShaft ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasShutDownPeriod ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasSubProjectType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasSupplierATS ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasSystemType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBS1 ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBS2 ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBS2 ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBS3 ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBS4 ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBS5 ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWorkOrder ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWorkOrder ;
] ;
.
USERFIELDS:hasActivityProgress
rdf:type ILAP:UserField ;
rdfs:label "Activity progress" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Activity progress"^^xsd:string ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasArea
rdf:type ILAP:UserField ;
rdfs:label "Area" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Area" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasAreaCode
rdf:type ILAP:UserField ;
rdfs:label "Area code" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Area code" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasAssignment
rdf:type ILAP:UserField ;
rdfs:label "Assignment" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Assignment" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasBudgetYear
rdf:type ILAP:UserField ;
rdfs:label "Budget year" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Budget year" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasBuildingBlock
rdf:type ILAP:UserField ;
rdfs:label "Building block" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Building block" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasCTR
rdf:type ILAP:UserField ;
rdfs:label "CTR" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "CTR" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasCause
rdf:type ILAP:UserField ;
rdfs:label "Cause" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Cause" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasCauseCategory
rdf:type ILAP:UserField ;
rdfs:label "Cause category" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Cause category" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasCommissioningPackage
rdf:type ILAP:UserField ;
rdfs:label "Commissioning package" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Commissioning package" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasCompletionStatus
rdf:type ILAP:UserField ;
rdfs:label "Competition status" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Competition status" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasContractType
rdf:type ILAP:UserField ;
rdfs:label "Contract type" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Contract type" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasCostBreakdownStructure
rdf:type ILAP:UserField ;
rdfs:label "Cost breakdown structure" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Cost breakdown structure" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasCostCenter
rdf:type ILAP:UserField ;
rdfs:label "Cost center" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Cost center" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasCriticalPath
rdf:type ILAP:UserField ;
rdfs:label "Critical path" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Critical path" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasCustomerWBS1
rdf:type ILAP:UserField ;
rdfs:label "Customer WBS1" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Customer WBS1" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasCustomerWBS2
rdf:type ILAP:UserField ;
rdfs:label "Customer WBS2" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Customer WBS2" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasCustomerWBS3
rdf:type ILAP:UserField ;
rdfs:label "Customer WBS3" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Customer WBS3" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasDelivery
rdf:type ILAP:UserField ;
rdfs:label "Delivery" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Delivery" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasDescription
rdf:type owl:DatatypeProperty ;
rdfs:domain USERFIELDS:FreeTextField ;
rdfs:range xsd:string ;
.
USERFIELDS:hasExecutionMilestone
rdf:type ILAP:UserField ;
rdfs:label "Execution milestone" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Execution milestone" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasExecutionSubDiscipline
rdf:type ILAP:UserField ;
rdfs:label "Execution subdiscipline" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Execution subdiscipline" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasGeographicLocation
rdf:type ILAP:UserField ;
rdfs:label "Geographical location" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Geographical location" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasHabitat
rdf:type ILAP:UserField ;
rdfs:label "Habitat" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Habitat" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasIndexCode
rdf:type ILAP:UserField ;
rdfs:label "Index code" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Index code" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasJobCardStatus
rdf:type ILAP:UserField ;
rdfs:label "Job card status" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Job card status" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasKPIStatus
rdf:type ILAP:UserField ;
rdfs:label "KPI status" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "KPI status" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasLocationOfWork
rdf:type ILAP:UserField ;
rdfs:label "Location of work"^^xsd:string .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Location of work"^^xsd:string ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasLocationOnPlatform
rdf:type ILAP:UserField ;
rdfs:label "Location on platform" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Location on platform" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasMechanicalCompletionPackage
rdf:type ILAP:UserField ;
rdfs:label "Mechanical Completion package" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Mechanical Completion package" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasModificationPackage
rdf:type ILAP:UserField ;
rdfs:label "Modification package" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Modification package" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasNetwork
rdf:type ILAP:UserField ;
rdfs:label "Network" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Network" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasNotification
rdf:type ILAP:UserField ;
rdfs:label "Notification" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Notification" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasOwnerDepartment
rdf:type ILAP:UserField ;
rdfs:label "Owner department" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Owner department" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasPartProject
rdf:type ILAP:UserField ;
rdfs:label "Project part" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Project part" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasPortfolio
rdf:type ILAP:UserField ;
rdfs:label "Portfolio" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Portfolio" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasProcurementPackage
rdf:type ILAP:UserField ;
rdfs:label "Procurement package" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Procurement package" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasProjectCode
rdf:type ILAP:UserField ;
rdfs:label "Project code" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Project code" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasProjectType
rdf:type ILAP:UserField ;
rdfs:label "Project type" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Project type" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasQuality
rdf:type ILAP:UserField ;
rdfs:label "Quality" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Quality" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasRank
rdf:type ILAP:UserField ;
rdfs:label "Rank" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Rank" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasReporting
rdf:type ILAP:UserField ;
rdfs:label "Reporting" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Reporting" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasSRGL
rdf:type ILAP:UserField ;
rdfs:label "SRGL" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "SRGL" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasSection
rdf:type ILAP:UserField ;
rdfs:label "Section" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Section" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasSectionStatus
rdf:type ILAP:UserField ;
rdfs:label "Seciton status" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Seciton status" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasShaft
rdf:type ILAP:UserField ;
rdfs:label "Shaft" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Shaft" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasShort
rdf:type owl:DatatypeProperty ;
rdfs:domain USERFIELDS:FreeTextField ;
rdfs:range xsd:string ;
.
USERFIELDS:hasShutDownPeriod
rdf:type ILAP:UserField ;
rdfs:label "Shutdown period" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Shutdown period" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasSubProjectType
rdf:type ILAP:UserField ;
rdfs:label "Subproject type" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Subproject type" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasSupplierATS
rdf:type ILAP:UserField ;
rdfs:label "Supplier ATS" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Supplier ATS" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasSystemType
rdf:type ILAP:UserField ;
rdfs:label "System type" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "System type" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasUserField
rdf:type owl:ObjectProperty ;
rdfs:range USERFIELDS:UserField ;
.
USERFIELDS:hasWBS1
rdf:type ILAP:UserField ;
rdfs:label "WBS1" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "WBS1" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasWBS2
rdf:type ILAP:UserField ;
rdfs:label "WBS2" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "WBS2" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasWBS3
rdf:type ILAP:UserField ;
rdfs:label "WBS3" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "WBS3" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasWBS4
rdf:type ILAP:UserField ;
rdfs:label "WBS4" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "WBS4" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasWBS5
rdf:type ILAP:UserField ;
rdfs:label "WBS5" .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "WBS5" ;
rdfs:range USERFIELDS:FreeTextField ;
.
USERFIELDS:hasWorkOrder
rdf:type ILAP:WorkOrder , ILAP:UserField ;
rdfs:label "Work order" .
ILAP:UserField
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
ILAP:hasUserField
rdf:type owl:ObjectProperty ;
rdfs:range ILAP:UserField .
ILAP:hasValue
rdf:type owl:DatatypeProperty ;
rdfs:domain USERFIELDS:hasWBS4 , USERFIELDS:hasCause , USERFIELDS:hasCustomerWBS3 , USERFIELDS:hasProjectCode , USERFIELDS:hasAreaCode , USERFIELDS:hasCauseCategory , USERFIELDS:hasNetwork , USERFIELDS:hasPortfolio , USERFIELDS:hasHabitat , USERFIELDS:hasCommissioningPackage , USERFIELDS:hasAssignment , USERFIELDS:hasWBS3 , USERFIELDS:hasProcurementPackage , USERFIELDS:hasSubProjectType , USERFIELDS:hasCompletionStatus , USERFIELDS:hasWBS5 , USERFIELDS:hasKPIStatus , USERFIELDS:hasExecutionSubDiscipline , USERFIELDS:hasArea , USERFIELDS:hasSectionStatus , USERFIELDS:hasContractType , USERFIELDS:hasCTR , USERFIELDS:hasPartProject , USERFIELDS:hasWorkOrder , USERFIELDS:hasActivityProgress , USERFIELDS:hasWBS1 , USERFIELDS:hasNotification , USERFIELDS:hasBuildingBlock , USERFIELDS:hasReporting , USERFIELDS:hasShutDownPeriod , USERFIELDS:hasRank , USERFIELDS:hasOwnerDepartment , USERFIELDS:hasSystemType , USERFIELDS:hasExecutionMilestone , USERFIELDS:hasSection , USERFIELDS:hasSRGL , USERFIELDS:hasCustomerWBS1 , USERFIELDS:hasLocationOnPlatform , USERFIELDS:hasCustomerWBS2 , USERFIELDS:hasQuality , USERFIELDS:hasGeographicLocation , USERFIELDS:hasCostBreakdownStructure , USERFIELDS:hasCostCenter , USERFIELDS:hasModificationPackage , USERFIELDS:hasLocationOfWork , USERFIELDS:hasMechanicalCompletionPackage , USERFIELDS:hasJobCardStatus , USERFIELDS:hasCriticalPath , USERFIELDS:hasWBS2 , USERFIELDS:hasShaft , USERFIELDS:hasBudgetYear , USERFIELDS:hasProjectType , USERFIELDS:hasSupplierATS ;
rdfs:range xsd:string .
ILAP:hasValueSource
rdf:type owl:DatatypeProperty ;
rdfs:domain USERFIELDS:hasBuildingBlock , USERFIELDS:hasCostBreakdownStructure , USERFIELDS:hasSection , USERFIELDS:hasCustomerWBS3 , USERFIELDS:hasHabitat , USERFIELDS:hasRank , USERFIELDS:hasProcurementPackage , USERFIELDS:hasWorkOrder , USERFIELDS:hasActivityProgress , USERFIELDS:hasNetwork , USERFIELDS:hasAreaCode , USERFIELDS:hasContractType , USERFIELDS:hasOwnerDepartment , USERFIELDS:hasWBS1 , USERFIELDS:hasCostCenter , USERFIELDS:hasWBS2 , USERFIELDS:hasProjectCode , USERFIELDS:hasMechanicalCompletionPackage , USERFIELDS:hasCommissioningPackage , USERFIELDS:hasPortfolio , USERFIELDS:hasProjectType , USERFIELDS:hasCustomerWBS1 , USERFIELDS:hasExecutionSubDiscipline , USERFIELDS:hasKPIStatus , USERFIELDS:hasNotification , USERFIELDS:hasSectionStatus , USERFIELDS:hasCauseCategory , USERFIELDS:hasCTR , USERFIELDS:hasWBS4 , USERFIELDS:hasCriticalPath , USERFIELDS:hasModificationPackage , USERFIELDS:hasSRGL , USERFIELDS:hasWBS3 , USERFIELDS:hasBudgetYear , USERFIELDS:hasReporting , USERFIELDS:hasGeographicLocation , USERFIELDS:hasAssignment , USERFIELDS:hasSystemType , USERFIELDS:hasCompletionStatus , USERFIELDS:hasExecutionMilestone , USERFIELDS:hasCustomerWBS2 , USERFIELDS:hasQuality , USERFIELDS:hasLocationOfWork , USERFIELDS:hasShutDownPeriod , USERFIELDS:hasShaft , USERFIELDS:hasPartProject , USERFIELDS:hasWBS5 , USERFIELDS:hasSubProjectType , USERFIELDS:hasLocationOnPlatform , USERFIELDS:hasCause , USERFIELDS:hasSupplierATS , USERFIELDS:hasArea , USERFIELDS:hasJobCardStatus ;
rdfs:range xsd:string .
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Work order" ;
rdfs:range USERFIELDS:FreeTextField ;
.
......