Tore Christiansen

Added many individuals to UC1

This diff is collapsed. Click to expand it.
......@@ -13,18 +13,34 @@ UC1: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ILAP:ActivityPlan_1
rdf:type ILAP:ActivityPlan ;
rdfs:label "Activity plan 1"^^xsd:string .
ILAP:ActivityWBS_1
rdf:type ILAP:ActivityWBS ;
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:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 .
ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ;
ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ;
ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
ILAP:COR_KD_1
rdf:type SCCS:COR_KD ;
rdfs:label "Standard drill equipment for production wellbores"^^xsd:string .
ILAP:Calendar_1
rdf:type ILAP:Calendar ;
rdfs:label "Calendar 1"^^xsd:string .
ILAP:Contract_1
rdf:type ILAP:Contract ;
rdfs:label "Contract 1"^^xsd:string .
ILAP:NPD
rdf:type ILAP:ResponsibleOrganization ;
rdfs:label "NPD"^^xsd:string .
ILAP:PBS_ABB_1
rdf:type SCCS:PBS_ABB ;
rdfs:label "Gravity Base with three shafts and domes"^^xsd:string .
......@@ -75,9 +91,18 @@ ILAP:PlannedActivity_2
ILAP:hasActivityWorkVolume
"1500"^^xsd:float .
ILAP:ProjectExecutionPlan_1
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Project execution plan 1"^^xsd:string .
ILAP:ProjectExecutionPlan_UC1
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Project execution plan UC1"^^xsd:string ;
ILAP:hasPlanAsset ILAP:Asset ;
ILAP:hasPlanAssetOwner
ILAP:ResponsibleOrganization ;
ILAP:hasPlanContentType
ILAP:Result ;
ILAP:hasPlanContractType
ILAP:ScheduleDriven ;
ILAP:hasPlanContractor
......@@ -89,15 +114,31 @@ ILAP:ProjectExecutionPlan_UC1
ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ;
ILAP:hasPlanGeoArea ILAP:Field ;
ILAP:hasPlanLevel ILAP:L2_ProjectMasterSchedule ;
ILAP:hasPlanLicensePartner
ILAP:ResponsibleOrganization ;
ILAP:hasPlanOperator
<http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> ;
ILAP:hasPlanProjectType
ILAP:OperationAndMaintenance ;
ILAP:hasPlanRegulator
ILAP:NPD ;
ILAP:hasPlanResponsible
ILAP:ResponsibleOrganization ;
ILAP:hasPlanShutdown
ILAP:SummerShutdown_UC1 ;
ILAP:hasPlanSupplier
ILAP:ResponsibleOrganization ;
ILAP:hasPlanUserField
ILAP:hasContract .
ILAP:ProjectExecutionSubPlan_1
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Project execution sub plan 1"^^xsd:string .
ILAP:Project_1
rdf:type ILAP:Project ;
rdfs:label "Project 1"^^xsd:string .
ILAP:RiskFactor_1
rdf:type ILAP:RiskFactor ;
rdfs:label "Risk factor 1"^^xsd:string ;
......@@ -107,6 +148,14 @@ ILAP:SAB_51_1
rdf:type SCCS:SAB_51 ;
rdfs:label "Prepare drilling equipment for drilling"^^xsd:string .
ILAP:ScheduledActivity_1
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Scheduled activity 1"^^xsd:string .
ILAP:ScheduledMilestone_1
rdf:type ILAP:ScheduledMilestone ;
rdfs:label "Scheduled milestone 1"^^xsd:string .
ILAP:SummerShutdown_UC1
rdf:type ILAP:Shutdown ;
rdfs:label "Summer shutdown UC1"^^xsd:string ;
......@@ -117,7 +166,7 @@ ILAP:SummerShutdown_UC1
ILAP:hasShutdownPriority
ILAP:NormalPriority ;
ILAP:hasShutdownType
ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown .
ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown .
ILAP:UseCaseAibelToCOPNO
rdf:type ILAP:Source ;
......
This diff is collapsed. Click to expand it.