Showing
1 changed file
with
6 additions
and
1 deletions
... | @@ -162,6 +162,10 @@ | ... | @@ -162,6 +162,10 @@ |
162 | rdfs:label "Activity status"^^xsd:string ; | 162 | rdfs:label "Activity status"^^xsd:string ; |
163 | rdfs:subClassOf :Status ; | 163 | rdfs:subClassOf :Status ; |
164 | . | 164 | . |
165 | +:Activity_1 | ||
166 | + rdf:type :Activity ; | ||
167 | + rdfs:label "Activity 1"^^xsd:string ; | ||
168 | +. | ||
165 | :AfterShutdown | 169 | :AfterShutdown |
166 | rdf:type :ShutdownPhase ; | 170 | rdf:type :ShutdownPhase ; |
167 | rdfs:label "After shutdown"^^xsd:string ; | 171 | 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 | ... | @@ -2441,6 +2445,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2441 | :hasActiveStatus | 2445 | :hasActiveStatus |
2442 | rdf:type owl:ObjectProperty ; | 2446 | rdf:type owl:ObjectProperty ; |
2443 | rdfs:domain :Activity ; | 2447 | rdfs:domain :Activity ; |
2448 | + rdfs:range :Status ; | ||
2444 | . | 2449 | . |
2445 | :hasActivity | 2450 | :hasActivity |
2446 | rdf:type owl:ObjectProperty ; | 2451 | rdf:type owl:ObjectProperty ; |
... | @@ -2618,7 +2623,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2618,7 +2623,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2618 | . | 2623 | . |
2619 | :hasOperatorsRequiredEndDate | 2624 | :hasOperatorsRequiredEndDate |
2620 | rdf:type owl:DatatypeProperty ; | 2625 | rdf:type owl:DatatypeProperty ; |
2621 | - rdfs:comment "A prpoerty of a Project or Activity"^^xsd:string ; | 2626 | + rdfs:comment "A property of a Project or Activity"^^xsd:string ; |
2622 | rdfs:label "has Operators Required End Date"^^xsd:string ; | 2627 | rdfs:label "has Operators Required End Date"^^xsd:string ; |
2623 | . | 2628 | . |
2624 | :hasParentActivity | 2629 | :hasParentActivity | ... | ... |
-
Please register or login to post a comment