Showing
1 changed file
with
26 additions
and
21 deletions
| ... | @@ -1110,6 +1110,7 @@ ILAP:hasActivityActualWeight | ... | @@ -1110,6 +1110,7 @@ ILAP:hasActivityActualWeight |
| 1110 | ILAP:hasActivityAsset | 1110 | ILAP:hasActivityAsset |
| 1111 | rdf:type owl:ObjectProperty ; | 1111 | rdf:type owl:ObjectProperty ; |
| 1112 | rdfs:comment "A Relationship between a Planned Activity and its Asset (Facility, Field, License - typically classified by NPD Facility)."^^xsd:string ; | 1112 | rdfs:comment "A Relationship between a Planned Activity and its Asset (Facility, Field, License - typically classified by NPD Facility)."^^xsd:string ; |
| 1113 | + rdfs:domain ILAP:Activity ; | ||
| 1113 | rdfs:label "has Activity Asset"^^xsd:string ; | 1114 | rdfs:label "has Activity Asset"^^xsd:string ; |
| 1114 | rdfs:range ILAP:Asset . | 1115 | rdfs:range ILAP:Asset . |
| 1115 | 1116 | ||
| ... | @@ -1123,6 +1124,7 @@ ILAP:hasActivityBaselineSchedule | ... | @@ -1123,6 +1124,7 @@ ILAP:hasActivityBaselineSchedule |
| 1123 | ILAP:hasActivityCalendar | 1124 | ILAP:hasActivityCalendar |
| 1124 | rdf:type owl:ObjectProperty ; | 1125 | rdf:type owl:ObjectProperty ; |
| 1125 | rdfs:comment "A Relationship between an Activity and its assigned Calendar."^^xsd:string ; | 1126 | rdfs:comment "A Relationship between an Activity and its assigned Calendar."^^xsd:string ; |
| 1127 | + rdfs:domain ILAP:ScheduledActivity ; | ||
| 1126 | rdfs:label "has Activity Calendar"^^xsd:string ; | 1128 | rdfs:label "has Activity Calendar"^^xsd:string ; |
| 1127 | rdfs:range ILAP:Calendar . | 1129 | rdfs:range ILAP:Calendar . |
| 1128 | 1130 | ||
| ... | @@ -1185,6 +1187,7 @@ ILAP:hasActivityMaterialEstimatedArrivalTime | ... | @@ -1185,6 +1187,7 @@ ILAP:hasActivityMaterialEstimatedArrivalTime |
| 1185 | ILAP:hasActivityMaterialOrderStatus | 1187 | ILAP:hasActivityMaterialOrderStatus |
| 1186 | rdf:type owl:ObjectProperty ; | 1188 | rdf:type owl:ObjectProperty ; |
| 1187 | rdfs:comment "A Relationship between a Planned Activity and the Status of Ordered Material."^^xsd:string ; | 1189 | rdfs:comment "A Relationship between a Planned Activity and the Status of Ordered Material."^^xsd:string ; |
| 1190 | + rdfs:domain ILAP:Activity ; | ||
| 1188 | rdfs:label "has Activity Material Order Status"^^xsd:string ; | 1191 | rdfs:label "has Activity Material Order Status"^^xsd:string ; |
| 1189 | rdfs:range ILAP:MaterialOrderStatus . | 1192 | rdfs:range ILAP:MaterialOrderStatus . |
| 1190 | 1193 | ||
| ... | @@ -1313,6 +1316,7 @@ ILAP:hasActivityShutdown | ... | @@ -1313,6 +1316,7 @@ ILAP:hasActivityShutdown |
| 1313 | ILAP:hasActivityStatus | 1316 | ILAP:hasActivityStatus |
| 1314 | rdf:type owl:ObjectProperty ; | 1317 | rdf:type owl:ObjectProperty ; |
| 1315 | rdfs:comment "A Relationship between an Activity and its Status setting."^^xsd:string ; | 1318 | rdfs:comment "A Relationship between an Activity and its Status setting."^^xsd:string ; |
| 1319 | + rdfs:domain ILAP:Activity ; | ||
| 1316 | rdfs:label "has Activity Status"^^xsd:string ; | 1320 | rdfs:label "has Activity Status"^^xsd:string ; |
| 1317 | rdfs:range ILAP:Status . | 1321 | rdfs:range ILAP:Status . |
| 1318 | 1322 | ||
| ... | @@ -1351,7 +1355,7 @@ ILAP:hasActivityVendor | ... | @@ -1351,7 +1355,7 @@ ILAP:hasActivityVendor |
| 1351 | ILAP:hasActivityWBSelement | 1355 | ILAP:hasActivityWBSelement |
| 1352 | rdf:type owl:ObjectProperty ; | 1356 | rdf:type owl:ObjectProperty ; |
| 1353 | rdfs:comment "A Relationship between a Planned Activity and its Work Breakdown Structure element."^^xsd:string ; | 1357 | rdfs:comment "A Relationship between a Planned Activity and its Work Breakdown Structure element."^^xsd:string ; |
| 1354 | - rdfs:domain ILAP:PlannedActivity ; | 1358 | + rdfs:domain ILAP:Activity ; |
| 1355 | rdfs:label "has Activity WBS Element"^^xsd:string ; | 1359 | rdfs:label "has Activity WBS Element"^^xsd:string ; |
| 1356 | rdfs:range ILAP:ActivityWBS . | 1360 | rdfs:range ILAP:ActivityWBS . |
| 1357 | 1361 | ||
| ... | @@ -1625,8 +1629,8 @@ ILAP:hasPhaseDecisionGate | ... | @@ -1625,8 +1629,8 @@ ILAP:hasPhaseDecisionGate |
| 1625 | 1629 | ||
| 1626 | ILAP:hasPlanAsset | 1630 | ILAP:hasPlanAsset |
| 1627 | rdf:type owl:ObjectProperty ; | 1631 | rdf:type owl:ObjectProperty ; |
| 1628 | - rdfs:comment "A Relationship between a Project Execution Plan and the Asset it is a Plan for (Asset Class not defined)."^^xsd:string ; | 1632 | + rdfs:comment "A Relationship between a Network (Plan) and the associated Asset produced or enhanced by executing the Plan."^^xsd:string ; |
| 1629 | - rdfs:domain ILAP:ProjectExecutionPlan ; | 1633 | + rdfs:domain ILAP:Network ; |
| 1630 | rdfs:label "has Plan Asset"^^xsd:string ; | 1634 | rdfs:label "has Plan Asset"^^xsd:string ; |
| 1631 | rdfs:range ILAP:Asset . | 1635 | rdfs:range ILAP:Asset . |
| 1632 | 1636 | ||
| ... | @@ -1688,14 +1692,14 @@ ILAP:hasPlanGeoArea | ... | @@ -1688,14 +1692,14 @@ ILAP:hasPlanGeoArea |
| 1688 | 1692 | ||
| 1689 | ILAP:hasPlanLevel | 1693 | ILAP:hasPlanLevel |
| 1690 | rdf:type owl:ObjectProperty ; | 1694 | rdf:type owl:ObjectProperty ; |
| 1691 | - rdfs:comment "A Relationship between a Project Execution Plan and its Plan Level Classification."^^xsd:string ; | 1695 | + rdfs:comment "A Relationship between an Activity Plan and its Plan Level Classification."^^xsd:string ; |
| 1692 | - rdfs:domain ILAP:ProjectExecutionPlan ; | 1696 | + rdfs:domain ILAP:ActivityPlan ; |
| 1693 | rdfs:label "has Plan Level"^^xsd:string ; | 1697 | rdfs:label "has Plan Level"^^xsd:string ; |
| 1694 | rdfs:range ILAP:PlanLevel . | 1698 | rdfs:range ILAP:PlanLevel . |
| 1695 | 1699 | ||
| 1696 | ILAP:hasPlanLicense | 1700 | ILAP:hasPlanLicense |
| 1697 | rdf:type owl:ObjectProperty ; | 1701 | rdf:type owl:ObjectProperty ; |
| 1698 | - rdfs:comment "A Relationship between a Project Execution Plan and its Lifecycle Phase Classification."^^xsd:string ; | 1702 | + rdfs:comment "A Relationship between a Project Execution Plan and its License (typically defined by NPD:License)."^^xsd:string ; |
| 1699 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1703 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| 1700 | rdfs:label "has Plan License"^^xsd:string ; | 1704 | rdfs:label "has Plan License"^^xsd:string ; |
| 1701 | rdfs:range ILAP:License . | 1705 | rdfs:range ILAP:License . |
| ... | @@ -1730,8 +1734,8 @@ ILAP:hasPlanOperator | ... | @@ -1730,8 +1734,8 @@ ILAP:hasPlanOperator |
| 1730 | 1734 | ||
| 1731 | ILAP:hasPlanProject | 1735 | ILAP:hasPlanProject |
| 1732 | rdf:type owl:ObjectProperty ; | 1736 | rdf:type owl:ObjectProperty ; |
| 1733 | - rdfs:comment "A Relationship between a Project Execution Plan and the Project it describes."^^xsd:string ; | 1737 | + rdfs:comment "A Relationship between an Activity Plan and the Project it describes."^^xsd:string ; |
| 1734 | - rdfs:domain ILAP:ProjectExecutionPlan ; | 1738 | + rdfs:domain ILAP:ActivityPlan ; |
| 1735 | rdfs:label "has Plan Project"^^xsd:string ; | 1739 | rdfs:label "has Plan Project"^^xsd:string ; |
| 1736 | rdfs:range ILAP:Project . | 1740 | rdfs:range ILAP:Project . |
| 1737 | 1741 | ||
| ... | @@ -1751,29 +1755,29 @@ ILAP:hasPlanRegulator | ... | @@ -1751,29 +1755,29 @@ ILAP:hasPlanRegulator |
| 1751 | 1755 | ||
| 1752 | ILAP:hasPlanResponsible | 1756 | ILAP:hasPlanResponsible |
| 1753 | rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1757 | rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1754 | - rdfs:comment "A Relationship between a Project Execution Plan and a Responsible Organization."^^xsd:string ; | 1758 | + rdfs:comment "A Relationship between an Activity Plan and a Responsible Organization."^^xsd:string ; |
| 1755 | - rdfs:domain ILAP:ProjectExecutionPlan ; | 1759 | + rdfs:domain ILAP:ActivityPlan ; |
| 1756 | rdfs:label "has Plan Responsible"^^xsd:string ; | 1760 | rdfs:label "has Plan Responsible"^^xsd:string ; |
| 1757 | rdfs:range ILAP:ResponsibleOrganization . | 1761 | rdfs:range ILAP:ResponsibleOrganization . |
| 1758 | 1762 | ||
| 1759 | ILAP:hasPlanRollUpPlan | 1763 | ILAP:hasPlanRollUpPlan |
| 1760 | rdf:type owl:ObjectProperty ; | 1764 | rdf:type owl:ObjectProperty ; |
| 1761 | - rdfs:comment "A Relationship between a Project Execution Plan and the same Plan at the next Plan Level."^^xsd:string ; | 1765 | + rdfs:comment "A Relationship between an Activity Plan and the same Plan at the next higher Plan Level."^^xsd:string ; |
| 1762 | - rdfs:domain ILAP:ProjectExecutionPlan ; | 1766 | + rdfs:domain ILAP:ActivityPlan ; |
| 1763 | rdfs:label "has Plan Roll Up Plan"^^xsd:string ; | 1767 | rdfs:label "has Plan Roll Up Plan"^^xsd:string ; |
| 1764 | rdfs:range ILAP:ProjectExecutionPlan . | 1768 | rdfs:range ILAP:ProjectExecutionPlan . |
| 1765 | 1769 | ||
| 1766 | ILAP:hasPlanShutdown | 1770 | ILAP:hasPlanShutdown |
| 1767 | rdf:type owl:ObjectProperty ; | 1771 | rdf:type owl:ObjectProperty ; |
| 1768 | - rdfs:comment "A Relationship between a Project Execution Plan and a Shutdown."^^xsd:string ; | 1772 | + rdfs:comment "A Relationship between an Activity Plan and a Shutdown."^^xsd:string ; |
| 1769 | - rdfs:domain ILAP:ProjectExecutionPlan ; | 1773 | + rdfs:domain ILAP:ActivityPlan ; |
| 1770 | rdfs:label "has Plan Shutdown"^^xsd:string ; | 1774 | rdfs:label "has Plan Shutdown"^^xsd:string ; |
| 1771 | rdfs:range ILAP:Shutdown . | 1775 | rdfs:range ILAP:Shutdown . |
| 1772 | 1776 | ||
| 1773 | ILAP:hasPlanSubplan | 1777 | ILAP:hasPlanSubplan |
| 1774 | rdf:type owl:ObjectProperty ; | 1778 | rdf:type owl:ObjectProperty ; |
| 1775 | - rdfs:comment "A Relationship between a Project Execution Plan and a partial Plan at the same Plan Level."^^xsd:string ; | 1779 | + rdfs:comment "A Relationship between an Activity Plan and a partial Plan at the same Plan Level."^^xsd:string ; |
| 1776 | - rdfs:domain ILAP:ProjectExecutionPlan ; | 1780 | + rdfs:domain ILAP:ActivityPlan ; |
| 1777 | rdfs:label "has Plan Subplan"^^xsd:string ; | 1781 | rdfs:label "has Plan Subplan"^^xsd:string ; |
| 1778 | rdfs:range ILAP:ProjectExecutionPlan . | 1782 | rdfs:range ILAP:ProjectExecutionPlan . |
| 1779 | 1783 | ||
| ... | @@ -2055,27 +2059,28 @@ ILAP:hasValueAsset | ... | @@ -2055,27 +2059,28 @@ ILAP:hasValueAsset |
| 2055 | 2059 | ||
| 2056 | ILAP:hasWBSphase | 2060 | ILAP:hasWBSphase |
| 2057 | rdf:type owl:ObjectProperty ; | 2061 | rdf:type owl:ObjectProperty ; |
| 2058 | - rdfs:comment "A Relationship between an Activity WBS and the Phase it specifies (and the associated SCCS:SAB_Thing)."^^xsd:string ; | 2062 | + rdfs:comment "A Relationship between an Activity WBS and the Phase it specifies (typically classified by a subclass of SCCS:SAB_Thing)."^^xsd:string ; |
| 2059 | rdfs:domain ILAP:ActivityWBS ; | 2063 | rdfs:domain ILAP:ActivityWBS ; |
| 2060 | rdfs:label "has WBS Phase"^^xsd:string ; | 2064 | rdfs:label "has WBS Phase"^^xsd:string ; |
| 2061 | rdfs:range ILAP:Phase . | 2065 | rdfs:range ILAP:Phase . |
| 2062 | 2066 | ||
| 2063 | ILAP:hasWBSprojectExpenseType | 2067 | ILAP:hasWBSprojectExpenseType |
| 2064 | rdf:type owl:ObjectProperty ; | 2068 | rdf:type owl:ObjectProperty ; |
| 2065 | - rdfs:comment "A Relationship between an Activity WBS and the Expense Type it specifies."^^xsd:string ; | 2069 | + rdfs:comment "A Relationship between an Activity WBS and its Expense Type."^^xsd:string ; |
| 2066 | rdfs:domain ILAP:ActivityWBS ; | 2070 | rdfs:domain ILAP:ActivityWBS ; |
| 2067 | - rdfs:label "has WBS Project Expense Type"^^xsd:string . | 2071 | + rdfs:label "has WBS Project Expense Type"^^xsd:string ; |
| 2072 | + rdfs:range ILAP:PlanExpenseType . | ||
| 2068 | 2073 | ||
| 2069 | ILAP:hasWBSresource | 2074 | ILAP:hasWBSresource |
| 2070 | rdf:type owl:ObjectProperty ; | 2075 | rdf:type owl:ObjectProperty ; |
| 2071 | - rdfs:comment "A Relationship between an Activity WBS and the Resource it specifies (and the associated SCCS:COR_Thing)."^^xsd:string ; | 2076 | + rdfs:comment "A Relationship between an Activity WBS and the Resource it specifies (typically classified by a subclass of SCCS:COR_Thing)."^^xsd:string ; |
| 2072 | rdfs:domain ILAP:ActivityWBS ; | 2077 | rdfs:domain ILAP:ActivityWBS ; |
| 2073 | rdfs:label "has WBS Resource"^^xsd:string ; | 2078 | rdfs:label "has WBS Resource"^^xsd:string ; |
| 2074 | rdfs:range ILAP:Resource . | 2079 | rdfs:range ILAP:Resource . |
| 2075 | 2080 | ||
| 2076 | ILAP:hasWBSresult | 2081 | ILAP:hasWBSresult |
| 2077 | rdf:type owl:ObjectProperty ; | 2082 | rdf:type owl:ObjectProperty ; |
| 2078 | - rdfs:comment "A Relationship between an Activity WBS and the Result it specifies (and the associated SCCS:PBS_Thing)."^^xsd:string ; | 2083 | + rdfs:comment "A Relationship between an Activity WBS and the Result it specifies (typically classified by a subclass of SCCS:PBS_Thing)."^^xsd:string ; |
| 2079 | rdfs:domain ILAP:ActivityWBS ; | 2084 | rdfs:domain ILAP:ActivityWBS ; |
| 2080 | rdfs:label "has WBS Result"^^xsd:string ; | 2085 | rdfs:label "has WBS Result"^^xsd:string ; |
| 2081 | rdfs:range ILAP:Result . | 2086 | rdfs:range ILAP:Result . | ... | ... |
-
Please register or login to post a comment