Tore Christiansen

Update to fix Decision Gate

......@@ -28,6 +28,34 @@
NCS: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , NPD: , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: .
NCS:DG1
rdf:type ILAP:DecisionGate ;
rdfs:label "DG1"^^xsd:string .
NCS:DG2
rdf:type ILAP:DecisionGate ;
rdfs:label "DG2"^^xsd:string .
NCS:DG3
rdf:type ILAP:DecisionGate ;
rdfs:label "DG3"^^xsd:string .
NCS:DG4
rdf:type ILAP:DecisionGate ;
rdfs:label "DG4"^^xsd:string .
NCS:DG5
rdf:type ILAP:DecisionGate ;
rdfs:label "DG5"^^xsd:string .
NCS:DG6
rdf:type ILAP:DecisionGate ;
rdfs:label "DG6"^^xsd:string .
NCS:DG7
rdf:type ILAP:DecisionGate ;
rdfs:label "DG7"^^xsd:string .
NCS:Development
rdf:type ILAP:PlanPhase ;
rdfs:label "Development"^^xsd:string .
......@@ -358,7 +386,7 @@ ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string ;
ILAP:hasCalendarPeriodFreeDay
ILAP:Sunday , ILAP:Saturday .
ILAP:Saturday , ILAP:Sunday .
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......
This diff is collapsed. Click to expand it.