Tore Christiansen

Corrections to updates

......@@ -2071,6 +2071,13 @@ ILAP:hasWBSresource
rdfs:label "has WBS Resource"^^xsd:string ;
rdfs:range ILAP:Resource .
ILAP:hasWorkOrderOperation
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a WorkOrder (Network) and the Operations (WorkTasks) that are connected to it."^^xsd:string ;
rdfs:domain ILAP:WorkOrder ;
rdfs:label "has WorkOrder Operation"^^xsd:string ;
rdfs:range ILAP:Operation .
ILAP:hasWorkTaskActivity
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Work Task the Activity it belongs to."^^xsd:string ;
......
This diff is collapsed. Click to expand it.