Showing
2 changed files
with
7 additions
and
0 deletions
... | @@ -2071,6 +2071,13 @@ ILAP:hasWBSresource | ... | @@ -2071,6 +2071,13 @@ ILAP:hasWBSresource |
2071 | rdfs:label "has WBS Resource"^^xsd:string ; | 2071 | rdfs:label "has WBS Resource"^^xsd:string ; |
2072 | rdfs:range ILAP:Resource . | 2072 | rdfs:range ILAP:Resource . |
2073 | 2073 | ||
2074 | +ILAP:hasWorkOrderOperation | ||
2075 | + rdf:type owl:ObjectProperty ; | ||
2076 | + rdfs:comment "A Relationship between a WorkOrder (Network) and the Operations (WorkTasks) that are connected to it."^^xsd:string ; | ||
2077 | + rdfs:domain ILAP:WorkOrder ; | ||
2078 | + rdfs:label "has WorkOrder Operation"^^xsd:string ; | ||
2079 | + rdfs:range ILAP:Operation . | ||
2080 | + | ||
2074 | ILAP:hasWorkTaskActivity | 2081 | ILAP:hasWorkTaskActivity |
2075 | rdf:type owl:ObjectProperty ; | 2082 | rdf:type owl:ObjectProperty ; |
2076 | rdfs:comment "A Relationship between a Work Task the Activity it belongs to."^^xsd:string ; | 2083 | rdfs:comment "A Relationship between a Work Task the Activity it belongs to."^^xsd:string ; | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment