Tore Christiansen

Moved plan 1 individual into Planning Core to view it in ILAP Browser

......@@ -14,18 +14,26 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.posccaesar.org/Data/UC2/NetworkSchedule_1>
ILAP:hasSchedulePlan
ILAP:ProjectPlan_1 .
<http://data.posccaesar.org/Data/UC2/PlannedActivity_1>
ILAP:hasActivityPlan
ILAP:ProjectPlan_1 .
ILAP:
rdf:type owl:Ontology ;
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 <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
owl:onProperty ILAP:hasExternalReference ;
owl:someValuesFrom ILAP:ExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -34,8 +42,8 @@ ILAP:Activity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasExternalReference ;
owl:someValuesFrom ILAP:ExternalReference
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
] .
ILAP:ActivityDependency
......@@ -44,9 +52,9 @@ ILAP:ActivityDependency
rdfs:subClassOf owl:Thing .
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 <http://posccaesar.org/rdl/RDS329669> , owl:Thing ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS329669> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
......@@ -54,9 +62,9 @@ ILAP:ActivityPlan
] .
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 owl:Thing , <http://posccaesar.org/rdl/RDS7506263> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7506263> , owl:Thing .
ILAP:Application
rdf:type owl:Class ;
......@@ -64,34 +72,34 @@ ILAP:Application
rdfs:subClassOf owl:Thing .
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 owl:Thing .
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:CalendarWorkPeriod ;
owl:onProperty ILAP:hasCalendarWorkPeriod
owl:allValuesFrom ILAP:CalendarFreePeriod ;
owl:onProperty ILAP:hasCalendarFreePeriod
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarFreePeriod ;
owl:onProperty ILAP:hasCalendarFreePeriod
owl:allValuesFrom ILAP:CalendarWorkPeriod ;
owl:onProperty ILAP:hasCalendarWorkPeriod
] .
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 ;
......@@ -103,49 +111,49 @@ 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:CalendarWorkPeriod
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 work 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:onProperty ILAP:hasCalendarPeriodWorkHour ;
owl:someValuesFrom ILAP:CalendarHour
owl:onProperty ILAP:hasCalendarPeriodWorkDay ;
owl:someValuesFrom ILAP:CalendarDay
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasCalendarPeriodWorkDay ;
owl:someValuesFrom ILAP:CalendarDay
owl:onProperty ILAP:hasCalendarPeriodWorkHour ;
owl:someValuesFrom ILAP:CalendarHour
] .
ILAP:CalendarWorkPeriodWeekRepeat
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:CalendarWorkPeriod .
rdfs:subClassOf ILAP:CalendarWorkPeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
ILAP:ContractControlSchedule
rdf:type owl:Class ;
......@@ -183,14 +191,14 @@ ILAP:CurrentControlEstimate
rdfs:subClassOf ILAP:CostEstimate .
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:NetworkSchedule .
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 <http://posccaesar.org/rdl/RDS6811233> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> .
ILAP:ExecutionPlan
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
......@@ -198,89 +206,87 @@ ILAP:ExecutionPlan
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityPlan ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom NPD:NPDelement ;
owl:onProperty ILAP:hasPlanNPDelement
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
owl:allValuesFrom ILAP:PlanValueObjective ;
owl:onProperty ILAP:hasPlanValueObjective
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanValueObjective ;
owl:onProperty ILAP:hasPlanValueObjective
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecyclePhase ;
owl:onProperty ILAP:hasPlanLifecyclePhase
owl:allValuesFrom NPD:NPDelement ;
owl:onProperty ILAP:hasPlanNPDelement
] ;
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:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
owl:allValuesFrom ILAP:PlanLifecyclePhase ;
owl:onProperty ILAP:hasPlanLifecyclePhase
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
] .
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:hasReferenceID ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
owl:allValuesFrom ILAP:Application ;
owl:onProperty ILAP:hasReferenceApplication
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -289,36 +295,38 @@ ILAP:ExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Application ;
owl:onProperty ILAP:hasReferenceApplication
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasReferenceID ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
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:Successor .
rdfs:subClassOf ILAP:Successor , <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:Successor .
rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> .
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:NetworkSchedule .
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: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:NetworkSchedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Scheduled Activity Network"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
......@@ -345,54 +353,54 @@ ILAP:OwnersProjectControlSchedule
rdfs:subClassOf ILAP:ProjectControlSchedule .
ILAP:Phase
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 "Phase"^^xsd:string ;
rdfs:subClassOf owl:Thing .
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 "Content type"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
ILAP:PlanContractType
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
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:PlanLifecyclePhase
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:label "Plan lifecycle phase"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
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:PlanValueObjective
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
rdfs:label "Plan value objective"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
ILAP:PlanWorkOrderPlan
rdf:type owl:Class ;
......@@ -405,13 +413,20 @@ ILAP:PlannedActivity
rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBS
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
owl:allValuesFrom ILAP:PlannedResource ;
owl:onProperty ILAP:hasActivityPlannedResource
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -420,18 +435,8 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlannedResource ;
owl:onProperty ILAP:hasActivityPlannedResource
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Phase ;
owl:onProperty ILAP:hasActivityPhase
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -440,8 +445,8 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Successor ;
owl:onProperty ILAP:hasActivitySuccessor
owl:allValuesFrom ILAP:Phase ;
owl:onProperty ILAP:hasActivityPhase
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -450,15 +455,18 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
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:Successor ;
owl:onProperty ILAP:hasActivitySuccessor
] .
ILAP:PlannedResource
......@@ -467,50 +475,50 @@ ILAP:PlannedResource
rdfs:subClassOf ILAP:Resource .
ILAP:PortfolioPlan
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 "Portfolio plan"^^xsd:string ;
rdfs:subClassOf ILAP:ExecutionPlan .
ILAP:Profile
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
rdfs:label "Resource profile"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
ILAP:ProfilePoint
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
rdfs:label "Profile point"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
ILAP:ProgrammePlan
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 "Programme plan"^^xsd:string ;
rdfs:subClassOf ILAP:ExecutionPlan .
ILAP:Project
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:label "Project"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS9629> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9629> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasName ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasName ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:ProjectControlSchedule
......@@ -519,19 +527,58 @@ ILAP:ProjectControlSchedule
rdfs:subClassOf ILAP:ControlSchedule .
ILAP:ProjectPlan
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 "Project plan"^^xsd:string ;
rdfs:subClassOf ILAP:ExecutionPlan .
ILAP:ProjectPlan_1
rdf:type ILAP:ProjectPlan ;
rdfs:label "Project plan 1"^^xsd:string ;
ILAP:hasExternalReference
<http://data.posccaesar.org/Data/UC2/R-1234567890> ;
ILAP:hasPlanAssetOwner
BRREG:EniNorge ;
ILAP:hasPlanContractType
ILAP:ScheduleDriven ;
ILAP:hasPlanContractor
BRREG:Subsea7 ;
ILAP:hasPlanExpenseType
ILAP:CAPEX ;
ILAP:hasPlanGeoArea ILAP:Facility ;
ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ;
ILAP:hasPlanLicensePartner
BRREG:EniNorge ;
ILAP:hasPlanLifecyclePhase
ILAP:Development ;
ILAP:hasPlanNPDelement
NPD:Goliat , <http://data.posccaesar.org/Data/UC2/Location_1> ;
ILAP:hasPlanOperator
BRREG:EniNorge ;
ILAP:hasPlanProject <http://data.posccaesar.org/Data/UC2/Project_1> ;
ILAP:hasPlanProjectType
ILAP:GreenFieldProject ;
ILAP:hasPlanRegulator
BRREG:NPD ;
ILAP:hasPlanResponsible
BRREG:EniNorge ;
ILAP:hasPlanRollUpPlan
<http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ;
ILAP:hasPlanServiceSupplier
BRREG:Schlumberger , BRREG:BakerHughes ;
ILAP:hasPlanSubplan <http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ;
ILAP:hasPlanValueObjective
ILAP:BusinessAsUsual ;
ILAP:hasReferenceID "RDS489590"^^xsd:string .
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:Resource
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ParticipatingRoleAndDomain> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ParticipatingRoleAndDomain> ;
rdfs:label "Resource"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13875949> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13875949> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Profile ;
......@@ -546,40 +593,38 @@ ILAP:ResourceBased
rdfs:subClassOf ILAP:ResourceStructure .
ILAP:ResourceStructure
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
rdfs:label "Resource structure"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
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 .
ILAP:RevisedSchedule
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 "Revised schedule"^^xsd:string ;
rdfs:subClassOf ILAP:NetworkSchedule .
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:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
owl:allValuesFrom ILAP:ScheduledResource ;
owl:onProperty ILAP:hasActivityScheduledResource
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -590,8 +635,10 @@ ILAP:ScheduledActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ScheduledResource ;
owl:onProperty ILAP:hasActivityScheduledResource
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
] .
ILAP:ScheduledResource
......@@ -600,9 +647,9 @@ ILAP:ScheduledResource
rdfs:subClassOf ILAP:Resource .
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:SourceSpecifiedUserField
rdf:type owl:Class ;
......@@ -615,35 +662,35 @@ ILAP:SpecifiedUserField
rdfs:subClassOf ILAP:UserField .
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:Successor .
rdfs:subClassOf ILAP:Successor , <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:Successor .
rdfs:subClassOf ILAP:Successor , <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:Successor
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 "Successor"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityDependency ;
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
] .
......@@ -654,9 +701,9 @@ ILAP:Timebased
rdfs:subClassOf ILAP:ResourceStructure .
ILAP:UserField
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
rdfs:label "User field"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13879234> , owl:Thing ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13879234> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
......@@ -666,23 +713,23 @@ ILAP:UserField
] .
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: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:hasActivityActualProgressPercent
......@@ -766,7 +813,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:ExecutionPlan .
......@@ -815,7 +862,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 .
......@@ -853,7 +900,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:Successor ;
......@@ -899,7 +946,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 .
......@@ -934,7 +981,7 @@ ILAP:hasCalendarPeriodWorkHour
rdfs:subPropertyOf ILAP:hasCalendarPeriodHour .
ILAP:hasCalendarWorkPeriod
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:Calendar ;
rdfs:label "has calendarcalendar work period"^^xsd:string ;
rdfs:range ILAP:CalendarWorkPeriod .
......@@ -1151,7 +1198,7 @@ ILAP:hasPlanRegulator
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanResponsible
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:label "has plan responsible"^^xsd:string .
ILAP:hasPlanRollUpPlan
......@@ -1305,7 +1352,7 @@ ILAP:hasScheduledStart
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasSuccessorActivity
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:Successor ;
rdfs:label "has successor activity "^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
......
......@@ -21,7 +21,7 @@ UC2:ActivityDependency_1
rdfs:label "Activity dependency 1"^^xsd:string .
UC2:ActivityWBS_1
rdf:type <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> , PBS:AC , ILAP:ActivityWBS , COR:ADA ;
rdf:type COR:ADA , ILAP:ActivityWBS , PBS:AC , <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> ;
rdfs:label "Activity WBS 1"^^xsd:string .
UC2:Baseline_1
......@@ -37,7 +37,7 @@ UC2:CurrentControlEstimate_1
rdfs:label "Current control estimate 1"^^xsd:string .
UC2:Discipline_1
rdf:type ILAP:Discipline , COR:BEA ;
rdf:type COR:BEA , ILAP:Discipline ;
rdfs:label "Discipline 1"^^xsd:string .
UC2:FinishToStart_1
......@@ -53,7 +53,7 @@ UC2:FinishToStart_1
2 .
UC2:Location_1
rdf:type ILAP:Location , NPD:StatfjordA ;
rdf:type NPD:StatfjordA , ILAP:Location ;
rdfs:label "Location 1"^^xsd:string .
UC2:Milestone_1
......@@ -62,9 +62,7 @@ UC2:Milestone_1
UC2:NetworkSchedule_1
rdf:type ILAP:NetworkSchedule ;
rdfs:label "Network schedule 1"^^xsd:string ;
ILAP:hasSchedulePlan
UC2:ProjectPlan_1 .
rdfs:label "Network schedule 1"^^xsd:string .
UC2:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
......@@ -87,8 +85,6 @@ UC2:PlannedActivity_1
NCS:Operation ;
ILAP:hasActivityPhysicalPercentComplete
"45"^^xsd:float ;
ILAP:hasActivityPlan
UC2:ProjectPlan_1 ;
ILAP:hasActivityPlannedProgressPercent
55 ;
ILAP:hasActivityRegulator
......@@ -135,46 +131,7 @@ UC2:Profile_1
rdf:type ILAP:Profile ;
rdfs:label "Profile 1"^^xsd:string ;
ILAP:hasProfilePoint
UC2:ProfilePoint_1 , UC2:ProfilePoint_2 .
UC2:ProjectPlan_1
rdf:type ILAP:ProjectPlan ;
rdfs:label "Project plan 1"^^xsd:string ;
ILAP:hasExternalReference
UC2:R-1234567890 ;
ILAP:hasPlanAssetOwner
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanContractType
ILAP:ScheduleDriven ;
ILAP:hasPlanContractor
<http://data.posccaesar.org/brreg/Subsea7> ;
ILAP:hasPlanExpenseType
ILAP:CAPEX ;
ILAP:hasPlanGeoArea ILAP:Facility ;
ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ;
ILAP:hasPlanLicensePartner
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanLifecyclePhase
ILAP:Development ;
ILAP:hasPlanNPDelement
NPD:Goliat , UC2:Location_1 ;
ILAP:hasPlanOperator
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanProject UC2:Project_1 ;
ILAP:hasPlanProjectType
ILAP:GreenFieldProject ;
ILAP:hasPlanRegulator
<http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasPlanResponsible
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanRollUpPlan
UC2:ProjectPlan_2 ;
ILAP:hasPlanServiceSupplier
<http://data.posccaesar.org/brreg/Schlumberger> , <http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasPlanSubplan UC2:ProjectPlan_2 ;
ILAP:hasPlanValueObjective
ILAP:BusinessAsUsual ;
ILAP:hasReferenceID "RDS489590"^^xsd:string .
UC2:ProfilePoint_2 , UC2:ProfilePoint_1 .
UC2:ProjectPlan_2
rdf:type ILAP:ProjectPlan ;
......@@ -215,18 +172,18 @@ ILAP:ContractorWBS_1
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 1"^^xsd:string ;
ILAP:hasContractorWBSelement
"Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string .
"Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string .
ILAP:PlannedActivity
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsibleOrganization ;
owl:onProperty ILAP:hasActivityResponsibleOrganization
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
owl:allValuesFrom ILAP:ResponsibleOrganization ;
owl:onProperty ILAP:hasActivityResponsibleOrganization
] .
ILAP:TargetSchedule_1
......