Tore Christiansen

Updated range for hasActiveStatus

......@@ -162,6 +162,10 @@
rdfs:label "Activity status"^^xsd:string ;
rdfs:subClassOf :Status ;
.
:Activity_1
rdf:type :Activity ;
rdfs:label "Activity 1"^^xsd:string ;
.
:AfterShutdown
rdf:type :ShutdownPhase ;
rdfs:label "After shutdown"^^xsd:string ;
......@@ -2441,6 +2445,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:hasActiveStatus
rdf:type owl:ObjectProperty ;
rdfs:domain :Activity ;
rdfs:range :Status ;
.
:hasActivity
rdf:type owl:ObjectProperty ;
......@@ -2618,7 +2623,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasOperatorsRequiredEndDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A prpoerty of a Project or Activity"^^xsd:string ;
rdfs:comment "A property of a Project or Activity"^^xsd:string ;
rdfs:label "has Operators Required End Date"^^xsd:string ;
.
:hasParentActivity
......