Tore Christiansen

Created Shutdown individual

......@@ -418,21 +418,6 @@ ILAP:hasPlanAsset
ILAP:hasPlanResponsible
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasRiskType
rdfs:domain ILAP:RiskFactor .
ILAP:hasShutdownContent
rdfs:domain ILAP:Shutdown .
ILAP:hasShutdownOperation
rdfs:domain ILAP:Shutdown .
ILAP:hasShutdownPriority
rdfs:domain ILAP:Shutdown .
ILAP:hasShutdownType
rdfs:domain ILAP:Shutdown .
ILAP:hasWBSResource
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> .
......
......@@ -20,6 +20,18 @@ UC1:ScheduledResource_1
rdf:type ILAP:ScheduledResource ;
rdfs:label "Scheduled resource 1"^^xsd:string .
UC1:Shutdown_1
rdf:type ILAP:Shutdown ;
rdfs:label "Shutdown 1"^^xsd:string ;
ILAP:hasShutdownContent
ILAP:Field_Shutdown ;
ILAP:hasShutdownPeriod
"SD-2015"^^xsd:string ;
ILAP:hasShutdownPriority
ILAP:HighPriority ;
ILAP:hasShutdownType
ILAP:Scheduled_Shutdown .
ILAP:PlannedActivity_1
ILAP:hasActivityPlan
UC1:ProjectPlan_1 .
......