Tore Christiansen

Moved Shutdown1 from UC1 to Planning Core to test data

......@@ -737,6 +737,20 @@ ILAP:Shutdown
rdfs:label "Shutdown"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:Shutdown_1
rdf:type ILAP:Shutdown ;
rdfs:label "Shutdown 1"^^xsd:string ;
<http://data.posccaesar.org/ilap/shutdown/hasShutdownContent>
<http://data.posccaesar.org/ilap/shutdown/ProductionShutdown> ;
<http://data.posccaesar.org/ilap/shutdown/hasShutdownOperation>
<http://data.posccaesar.org/ilap/shutdown/During_Shutdown> , <http://data.posccaesar.org/ilap/shutdown/Dependent_on_Shutdown> ;
<http://data.posccaesar.org/ilap/shutdown/hasShutdownPeriod>
<http://data.posccaesar.org/ilap/shutdown/Shutdown_Period> ;
<http://data.posccaesar.org/ilap/shutdown/hasShutdownPriority>
<http://data.posccaesar.org/ilap/shutdown/Critical> ;
<http://data.posccaesar.org/ilap/shutdown/hasShutdownType>
<http://data.posccaesar.org/ilap/shutdown/Scheduled_Shutdown> .
ILAP:Source
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
rdfs:label "Source"^^xsd:string ;
......
......@@ -269,20 +269,6 @@ UC1:ScheduledResource_1
ILAP:hasResourceProfile
UC1:Profile_1 .
UC1:Shutdown_1
rdf:type ILAP:Shutdown ;
rdfs:label "Shutdown 1"^^xsd:string ;
shutdown:hasShutdownContent
shutdown:ProductionShutdown ;
shutdown:hasShutdownOperation
shutdown:Dependent_on_Shutdown , shutdown:During_Shutdown ;
shutdown:hasShutdownPeriod
shutdown:Shutdown_Period ;
shutdown:hasShutdownPriority
shutdown:Critical ;
shutdown:hasShutdownType
shutdown:Scheduled_Shutdown .
UC1:TargetSchedule_1
rdf:type ILAP:TargetSchedule ;
rdfs:label "Target schedule 1"^^xsd:string ;
......