Tore Christiansen

Updated has ActivityWorkVolume to hasWorkVolume

......@@ -288,7 +288,7 @@
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:decimal ;
owl:onProperty :hasActivityWorkVolume ;
owl:onProperty :hasWorkVolume ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -1532,6 +1532,11 @@
rdfs:label "Non scheduled shutdown"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:Operation1inActivity101inPlanVersion2forProjectP
rdf:type :OperationInPlan ;
rdf:type owl:Class ;
rdfs:subClassOf :Activity ;
.
:OperationAndMaintenanceProject
rdf:type :ProjectType ;
rdfs:label "Operation and maintenance project"^^xsd:string ;
......@@ -2911,6 +2916,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and an Activity."^^xsd:string ;
rdfs:label "has Activity"^^xsd:string ;
rdfs:range :Activity ;
.
:hasActivityActualWeight
rdf:type owl:DatatypeProperty ;
......@@ -2932,11 +2938,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:comment "A property that gives the weight of a planning object."^^xsd:string ;
rdfs:label "has Activity Weight"^^xsd:string ;
.
:hasActivityWorkVolume
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the work volume of a planning object."^^xsd:string ;
rdfs:label "has Activity Work Volume"^^xsd:string ;
.
:hasActualFinish
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the actual finish date of a planning object."^^xsd:string ;
......@@ -3664,8 +3665,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:hasStatus
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a Status value."^^xsd:string ;
rdfs:domain :Activity ;
rdfs:label "has Active Status"^^xsd:string ;
rdfs:label "has Status"^^xsd:string ;
rdfs:range :Status ;
.
:hasSubContractor
......@@ -3738,6 +3738,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:comment "A relationship between a planning object and a work period."^^xsd:string ;
rdfs:label "has Work Period"^^xsd:string ;
.
:hasWorkVolume
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the work volume of a planning object."^^xsd:string ;
rdfs:label "has Activity Work Volume"^^xsd:string ;
.
:hasX
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the X coordinate of a planning object."^^xsd:string ;
......