Tore Christiansen

Corrected Planning Classifier example

This diff is collapsed. Click to expand it.
......@@ -322,37 +322,37 @@ ILAP:InvoicableWork
rdfs:label "Invoicable work"^^xsd:string ;
rdfs:subClassOf ILAP:ContractType .
ILAP:L1_ProgramPortfolioSchedule
ILAP:L1_PPS
rdf:type ILAP:PlanLevel ;
rdfs:label "PPS"^^xsd:string .
rdfs:label "Level 1 - Program Portfolio Schedule"^^xsd:string .
ILAP:L2_ProjectMasterSchedule
ILAP:L2_PMS
rdf:type ILAP:PlanLevel ;
rdfs:label "PMS"^^xsd:string .
rdfs:label "Level 2 - Project Master Schedule"^^xsd:string .
ILAP:L3_ContractMasterSchedule
ILAP:L3_CMS
rdf:type ILAP:PlanLevel ;
rdfs:label "CMS"^^xsd:string .
rdfs:label "Level 3 - Contract Master Schedule"^^xsd:string .
ILAP:L3_ProjectControlNetworkSchedule
ILAP:L3_PCS
rdf:type ILAP:PlanLevel ;
rdfs:label "PCS"^^xsd:string .
rdfs:label "Level 3 - Project Control Network Schedule"^^xsd:string .
ILAP:L4_ContractControlNetworkSchedule
ILAP:L4_CCS
rdf:type ILAP:PlanLevel ;
rdfs:label "CCS"^^xsd:string .
rdfs:label "Level 4 - Contract Control Network Schedule"^^xsd:string .
ILAP:L5_ContractTaskSchedule
ILAP:L5_DWS
rdf:type ILAP:PlanLevel ;
rdfs:label "DWS"^^xsd:string .
rdfs:label "Level 5 - Contract Task Schedule"^^xsd:string .
ILAP:L6_ContractorWorkOrderSchedule
ILAP:L6_CWS
rdf:type ILAP:PlanLevel ;
rdfs:label "CWS"^^xsd:string .
rdfs:label "Level 6 - Contractor Work Order Schedule"^^xsd:string .
ILAP:L7_ContractorOperationsSchedule
ILAP:L7_COS
rdf:type ILAP:PlanLevel ;
rdfs:label "COS"^^xsd:string .
rdfs:label "Level 7 - Contractor Operations Schedule"^^xsd:string .
ILAP:LiftingOperation
rdf:type owl:Class ;
......
......@@ -427,7 +427,7 @@ ILAP:ProjectExecutionPlan_1
ILAP:hasPlanExpenseType
ILAP:OPEX ;
ILAP:hasPlanGeoArea ILAP:Facility ;
ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ;
ILAP:hasPlanLevel ILAP:L4_CCS ;
ILAP:hasPlanLifecycleStage
ILAP:Operation , ILAP:Maintenance ;
ILAP:hasPlanObjectiveType
......@@ -453,7 +453,7 @@ ILAP:ProjectExecutionPlan_UC1
<http://data.posccaesar.org/npd/facts/Facility-271273> ;
ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ;
ILAP:hasPlanGeoArea ILAP:Field ;
ILAP:hasPlanLevel ILAP:L2_ProjectMasterSchedule ;
ILAP:hasPlanLevel ILAP:L2_PMS ;
ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> , <http://data.posccaesar.org/npd/facts/Licence-4227659> ;
ILAP:hasPlanLicensePartner
ILAP:ResponsibleOrganization ;
......