Tore Christiansen

Updated domains and labels for plan properties

......@@ -1110,6 +1110,7 @@ ILAP:hasActivityActualWeight
ILAP:hasActivityAsset
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Planned Activity and its Asset (Facility, Field, License - typically classified by NPD Facility)."^^xsd:string ;
rdfs:domain ILAP:Activity ;
rdfs:label "has Activity Asset"^^xsd:string ;
rdfs:range ILAP:Asset .
......@@ -1123,6 +1124,7 @@ ILAP:hasActivityBaselineSchedule
ILAP:hasActivityCalendar
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity and its assigned Calendar."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Activity Calendar"^^xsd:string ;
rdfs:range ILAP:Calendar .
......@@ -1185,6 +1187,7 @@ ILAP:hasActivityMaterialEstimatedArrivalTime
ILAP:hasActivityMaterialOrderStatus
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Planned Activity and the Status of Ordered Material."^^xsd:string ;
rdfs:domain ILAP:Activity ;
rdfs:label "has Activity Material Order Status"^^xsd:string ;
rdfs:range ILAP:MaterialOrderStatus .
......@@ -1313,6 +1316,7 @@ ILAP:hasActivityShutdown
ILAP:hasActivityStatus
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity and its Status setting."^^xsd:string ;
rdfs:domain ILAP:Activity ;
rdfs:label "has Activity Status"^^xsd:string ;
rdfs:range ILAP:Status .
......@@ -1351,7 +1355,7 @@ ILAP:hasActivityVendor
ILAP:hasActivityWBSelement
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Planned Activity and its Work Breakdown Structure element."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:domain ILAP:Activity ;
rdfs:label "has Activity WBS Element"^^xsd:string ;
rdfs:range ILAP:ActivityWBS .
......@@ -1625,8 +1629,8 @@ ILAP:hasPhaseDecisionGate
ILAP:hasPlanAsset
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and the Asset it is a Plan for (Asset Class not defined)."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:comment "A Relationship between a Network (Plan) and the associated Asset produced or enhanced by executing the Plan."^^xsd:string ;
rdfs:domain ILAP:Network ;
rdfs:label "has Plan Asset"^^xsd:string ;
rdfs:range ILAP:Asset .
......@@ -1688,14 +1692,14 @@ ILAP:hasPlanGeoArea
ILAP:hasPlanLevel
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and its Plan Level Classification."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:comment "A Relationship between an Activity Plan and its Plan Level Classification."^^xsd:string ;
rdfs:domain ILAP:ActivityPlan ;
rdfs:label "has Plan Level"^^xsd:string ;
rdfs:range ILAP:PlanLevel .
ILAP:hasPlanLicense
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and its Lifecycle Phase Classification."^^xsd:string ;
rdfs:comment "A Relationship between a Project Execution Plan and its License (typically defined by NPD:License)."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan License"^^xsd:string ;
rdfs:range ILAP:License .
......@@ -1730,8 +1734,8 @@ ILAP:hasPlanOperator
ILAP:hasPlanProject
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and the Project it describes."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:comment "A Relationship between an Activity Plan and the Project it describes."^^xsd:string ;
rdfs:domain ILAP:ActivityPlan ;
rdfs:label "has Plan Project"^^xsd:string ;
rdfs:range ILAP:Project .
......@@ -1751,29 +1755,29 @@ ILAP:hasPlanRegulator
ILAP:hasPlanResponsible
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and a Responsible Organization."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:comment "A Relationship between an Activity Plan and a Responsible Organization."^^xsd:string ;
rdfs:domain ILAP:ActivityPlan ;
rdfs:label "has Plan Responsible"^^xsd:string ;
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasPlanRollUpPlan
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and the same Plan at the next Plan Level."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:comment "A Relationship between an Activity Plan and the same Plan at the next higher Plan Level."^^xsd:string ;
rdfs:domain ILAP:ActivityPlan ;
rdfs:label "has Plan Roll Up Plan"^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
ILAP:hasPlanShutdown
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and a Shutdown."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:comment "A Relationship between an Activity Plan and a Shutdown."^^xsd:string ;
rdfs:domain ILAP:ActivityPlan ;
rdfs:label "has Plan Shutdown"^^xsd:string ;
rdfs:range ILAP:Shutdown .
ILAP:hasPlanSubplan
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and a partial Plan at the same Plan Level."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:comment "A Relationship between an Activity Plan and a partial Plan at the same Plan Level."^^xsd:string ;
rdfs:domain ILAP:ActivityPlan ;
rdfs:label "has Plan Subplan"^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
......@@ -2055,27 +2059,28 @@ ILAP:hasValueAsset
ILAP:hasWBSphase
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity WBS and the Phase it specifies (and the associated SCCS:SAB_Thing)."^^xsd:string ;
rdfs:comment "A Relationship between an Activity WBS and the Phase it specifies (typically classified by a subclass of SCCS:SAB_Thing)."^^xsd:string ;
rdfs:domain ILAP:ActivityWBS ;
rdfs:label "has WBS Phase"^^xsd:string ;
rdfs:range ILAP:Phase .
ILAP:hasWBSprojectExpenseType
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity WBS and the Expense Type it specifies."^^xsd:string ;
rdfs:comment "A Relationship between an Activity WBS and its Expense Type."^^xsd:string ;
rdfs:domain ILAP:ActivityWBS ;
rdfs:label "has WBS Project Expense Type"^^xsd:string .
rdfs:label "has WBS Project Expense Type"^^xsd:string ;
rdfs:range ILAP:PlanExpenseType .
ILAP:hasWBSresource
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity WBS and the Resource it specifies (and the associated SCCS:COR_Thing)."^^xsd:string ;
rdfs:comment "A Relationship between an Activity WBS and the Resource it specifies (typically classified by a subclass of SCCS:COR_Thing)."^^xsd:string ;
rdfs:domain ILAP:ActivityWBS ;
rdfs:label "has WBS Resource"^^xsd:string ;
rdfs:range ILAP:Resource .
ILAP:hasWBSresult
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity WBS and the Result it specifies (and the associated SCCS:PBS_Thing)."^^xsd:string ;
rdfs:comment "A Relationship between an Activity WBS and the Result it specifies (typically classified by a subclass of SCCS:PBS_Thing)."^^xsd:string ;
rdfs:domain ILAP:ActivityWBS ;
rdfs:label "has WBS Result"^^xsd:string ;
rdfs:range ILAP:Result .
......