Tore Christiansen

Completed all definitions for ILAP Core classes

This diff is collapsed. Click to expand it.
...@@ -593,14 +593,14 @@ ILAP:StandardFreeWeekendPeriod ...@@ -593,14 +593,14 @@ ILAP:StandardFreeWeekendPeriod
593 ILAP:SummerShutdown_UC1 593 ILAP:SummerShutdown_UC1
594 rdf:type ILAP:Shutdown ; 594 rdf:type ILAP:Shutdown ;
595 rdfs:label "Summer shutdown UC1"^^xsd:string ; 595 rdfs:label "Summer shutdown UC1"^^xsd:string ;
596 + ILAP:hasShutdownActivity
597 + ILAP:DuringShutdown ;
596 ILAP:hasShutdownPeriod 598 ILAP:hasShutdownPeriod
597 "SD2016"^^xsd:string ; 599 "SD2016"^^xsd:string ;
598 - ILAP:hasShutdownPhase
599 - ILAP:DuringShutdown ;
600 ILAP:hasShutdownPriority 600 ILAP:hasShutdownPriority
601 ILAP:NormalPriority ; 601 ILAP:NormalPriority ;
602 ILAP:hasShutdownType 602 ILAP:hasShutdownType
603 - ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown . 603 + ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown .
604 604
605 <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> 605 <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0>
606 rdf:type USERFIELDS:FreeTextField ; 606 rdf:type USERFIELDS:FreeTextField ;
......