Tore Christiansen

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

This diff is collapsed. Click to expand it.
......@@ -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
......