Showing
2 changed files
with
4 additions
and
2 deletions
| ... | @@ -853,8 +853,7 @@ ILAP:hasActivityLocation | ... | @@ -853,8 +853,7 @@ ILAP:hasActivityLocation |
| 853 | 853 | ||
| 854 | ILAP:hasActivityMaterialOrderStatus | 854 | ILAP:hasActivityMaterialOrderStatus |
| 855 | rdf:type owl:ObjectProperty ; | 855 | rdf:type owl:ObjectProperty ; |
| 856 | - rdfs:domain ILAP:Activity ; | 856 | + rdfs:label "Material order status"^^xsd:string ; |
| 857 | - rdfs:label "Object property 1"^^xsd:string ; | ||
| 858 | rdfs:range ILAP:MaterialOrderStatus . | 857 | rdfs:range ILAP:MaterialOrderStatus . |
| 859 | 858 | ||
| 860 | ILAP:hasActivityOperator | 859 | ILAP:hasActivityOperator | ... | ... |
| ... | @@ -132,6 +132,9 @@ ILAP:WorkOrder_1 | ... | @@ -132,6 +132,9 @@ ILAP:WorkOrder_1 |
| 132 | ILAP:hasActivityActiveStatus | 132 | ILAP:hasActivityActiveStatus |
| 133 | rdfs:range ILAP:Status . | 133 | rdfs:range ILAP:Status . |
| 134 | 134 | ||
| 135 | +ILAP:hasActivityMaterialOrderStatus | ||
| 136 | + rdfs:domain ILAP:PlannedActivity . | ||
| 137 | + | ||
| 135 | ILAP:hasActivityPreviousStatus | 138 | ILAP:hasActivityPreviousStatus |
| 136 | rdfs:range ILAP:Status . | 139 | rdfs:range ILAP:Status . |
| 137 | 140 | ... | ... |
-
Please register or login to post a comment