Tore Christiansen

Started updating system status and type

...@@ -23,6 +23,12 @@ userfield:SpecifiedUserField ...@@ -23,6 +23,12 @@ userfield:SpecifiedUserField
23 userfield:hasFreeFieldForSpecifiedUserField 23 userfield:hasFreeFieldForSpecifiedUserField
24 rdf:type owl:ObjectProperty ; 24 rdf:type owl:ObjectProperty ;
25 . 25 .
26 +userfield:hasShutDownPeriod
27 + rdfs:label "has Shutdown Period"^^xsd:string ;
28 +.
29 +userfield:hasShutdownType
30 + rdfs:label "has Shutdown Type"^^xsd:string ;
31 +.
26 : 32 :
27 rdf:type owl:Ontology ; 33 rdf:type owl:Ontology ;
28 owl:imports userfield: ; 34 owl:imports userfield: ;
...@@ -379,7 +385,7 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -379,7 +385,7 @@ userfield:hasFreeFieldForSpecifiedUserField
379 ] ; 385 ] ;
380 . 386 .
381 :Campaign 387 :Campaign
382 - rdf:type :ShutdownType ; 388 + rdf:type :SystemCondition ;
383 rdfs:label "Campaign"^^xsd:string ; 389 rdfs:label "Campaign"^^xsd:string ;
384 . 390 .
385 :Cancelled 391 :Cancelled
...@@ -387,7 +393,7 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -387,7 +393,7 @@ userfield:hasFreeFieldForSpecifiedUserField
387 rdfs:label "Cancelled"^^xsd:string ; 393 rdfs:label "Cancelled"^^xsd:string ;
388 . 394 .
389 :ChangeOver 395 :ChangeOver
390 - rdf:type :ShutdownType ; 396 + rdf:type :SystemCondition ;
391 rdfs:label "Change over"^^xsd:string ; 397 rdfs:label "Change over"^^xsd:string ;
392 . 398 .
393 :ClosingDown 399 :ClosingDown
...@@ -1599,7 +1605,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1599,7 +1605,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1599 . 1605 .
1600 :SystemCondition 1606 :SystemCondition
1601 rdf:type owl:Class ; 1607 rdf:type owl:Class ;
1602 - rdfs:comment "A Status for the operational condition of the drilling system"^^xsd:string ; 1608 + rdfs:comment "A Status of a system"^^xsd:string ;
1603 rdfs:label "System condition"^^xsd:string ; 1609 rdfs:label "System condition"^^xsd:string ;
1604 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS427322951> ; 1610 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS427322951> ;
1605 rdfs:subClassOf owl:Thing ; 1611 rdfs:subClassOf owl:Thing ;
...@@ -2192,13 +2198,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2192,13 +2198,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2192 rdfs:label "has shutdown activity"^^xsd:string ; 2198 rdfs:label "has shutdown activity"^^xsd:string ;
2193 rdfs:range :ActivityInPlan ; 2199 rdfs:range :ActivityInPlan ;
2194 . 2200 .
2195 -:hasShutdownPeriod
2196 - rdf:type owl:DatatypeProperty ;
2197 - rdfs:comment "A Property that holds the name of the Shutdown Period for a Shutdown."^^xsd:string ;
2198 - rdfs:domain :Shutdown ;
2199 - rdfs:label "Datatype property 1"^^xsd:string ;
2200 - rdfs:range xsd:string ;
2201 -.
2202 :hasSnetDate 2201 :hasSnetDate
2203 rdf:type owl:DatatypeProperty ; 2202 rdf:type owl:DatatypeProperty ;
2204 rdfs:comment "The Activity must Start no earlier than this Date"^^xsd:string ; 2203 rdfs:comment "The Activity must Start no earlier than this Date"^^xsd:string ;
......