Tore Christiansen

Updated has ActivityWorkVolume to hasWorkVolume

...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
288 rdf:type owl:Restriction ; 288 rdf:type owl:Restriction ;
289 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 289 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
290 owl:onDataRange xsd:decimal ; 290 owl:onDataRange xsd:decimal ;
291 - owl:onProperty :hasActivityWorkVolume ; 291 + owl:onProperty :hasWorkVolume ;
292 ] ; 292 ] ;
293 rdfs:subClassOf [ 293 rdfs:subClassOf [
294 rdf:type owl:Restriction ; 294 rdf:type owl:Restriction ;
...@@ -1532,6 +1532,11 @@ ...@@ -1532,6 +1532,11 @@
1532 rdfs:label "Non scheduled shutdown"^^xsd:string ; 1532 rdfs:label "Non scheduled shutdown"^^xsd:string ;
1533 rdfs:subClassOf :Activity ; 1533 rdfs:subClassOf :Activity ;
1534 . 1534 .
1535 +:Operation1inActivity101inPlanVersion2forProjectP
1536 + rdf:type :OperationInPlan ;
1537 + rdf:type owl:Class ;
1538 + rdfs:subClassOf :Activity ;
1539 +.
1535 :OperationAndMaintenanceProject 1540 :OperationAndMaintenanceProject
1536 rdf:type :ProjectType ; 1541 rdf:type :ProjectType ;
1537 rdfs:label "Operation and maintenance project"^^xsd:string ; 1542 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 ...@@ -2911,6 +2916,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2911 rdf:type owl:ObjectProperty ; 2916 rdf:type owl:ObjectProperty ;
2912 rdfs:comment "A relationship between a planning object and an Activity."^^xsd:string ; 2917 rdfs:comment "A relationship between a planning object and an Activity."^^xsd:string ;
2913 rdfs:label "has Activity"^^xsd:string ; 2918 rdfs:label "has Activity"^^xsd:string ;
2919 + rdfs:range :Activity ;
2914 . 2920 .
2915 :hasActivityActualWeight 2921 :hasActivityActualWeight
2916 rdf:type owl:DatatypeProperty ; 2922 rdf:type owl:DatatypeProperty ;
...@@ -2932,11 +2938,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2932,11 +2938,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2932 rdfs:comment "A property that gives the weight of a planning object."^^xsd:string ; 2938 rdfs:comment "A property that gives the weight of a planning object."^^xsd:string ;
2933 rdfs:label "has Activity Weight"^^xsd:string ; 2939 rdfs:label "has Activity Weight"^^xsd:string ;
2934 . 2940 .
2935 -:hasActivityWorkVolume
2936 - rdf:type owl:DatatypeProperty ;
2937 - rdfs:comment "A property that gives the work volume of a planning object."^^xsd:string ;
2938 - rdfs:label "has Activity Work Volume"^^xsd:string ;
2939 -.
2940 :hasActualFinish 2941 :hasActualFinish
2941 rdf:type owl:DatatypeProperty ; 2942 rdf:type owl:DatatypeProperty ;
2942 rdfs:comment "A property that gives the actual finish date of a planning object."^^xsd:string ; 2943 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 ...@@ -3664,8 +3665,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3664 :hasStatus 3665 :hasStatus
3665 rdf:type owl:ObjectProperty ; 3666 rdf:type owl:ObjectProperty ;
3666 rdfs:comment "A relationship between a planning object and a Status value."^^xsd:string ; 3667 rdfs:comment "A relationship between a planning object and a Status value."^^xsd:string ;
3667 - rdfs:domain :Activity ; 3668 + rdfs:label "has Status"^^xsd:string ;
3668 - rdfs:label "has Active Status"^^xsd:string ;
3669 rdfs:range :Status ; 3669 rdfs:range :Status ;
3670 . 3670 .
3671 :hasSubContractor 3671 :hasSubContractor
...@@ -3738,6 +3738,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3738,6 +3738,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3738 rdfs:comment "A relationship between a planning object and a work period."^^xsd:string ; 3738 rdfs:comment "A relationship between a planning object and a work period."^^xsd:string ;
3739 rdfs:label "has Work Period"^^xsd:string ; 3739 rdfs:label "has Work Period"^^xsd:string ;
3740 . 3740 .
3741 +:hasWorkVolume
3742 + rdf:type owl:DatatypeProperty ;
3743 + rdfs:comment "A property that gives the work volume of a planning object."^^xsd:string ;
3744 + rdfs:label "has Activity Work Volume"^^xsd:string ;
3745 +.
3741 :hasX 3746 :hasX
3742 rdf:type owl:DatatypeProperty ; 3747 rdf:type owl:DatatypeProperty ;
3743 rdfs:comment "A property that gives the X coordinate of a planning object."^^xsd:string ; 3748 rdfs:comment "A property that gives the X coordinate of a planning object."^^xsd:string ;
......