Tore Christiansen

Added definitions to all subclasses of owl:Class

...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
127 :ActivityInPlan 127 :ActivityInPlan
128 rdf:type :ClassOfClassOfActivity ; 128 rdf:type :ClassOfClassOfActivity ;
129 rdf:type owl:Class ; 129 rdf:type owl:Class ;
130 - rdfs:comment "An Activity that has its role within a larger PlanForActivity as a criterion for membership. An ActivityInPlan is part of a PlanForActivity, with defined Constraints, Duration, Schedule Dates, Resources and Results."^^xsd:string ; 130 + rdfs:comment "An Plan of Activity that has its role within a larger PlanForActivity as a criterion for membership. An ActivityInPlan is part of a PlanForActivity, with defined Constraints, Duration, Schedule Dates, Resources and Results."^^xsd:string ;
131 rdfs:label "Activity in Plan"^^xsd:string ; 131 rdfs:label "Activity in Plan"^^xsd:string ;
132 rdfs:subClassOf :PlanForActivity ; 132 rdfs:subClassOf :PlanForActivity ;
133 rdfs:subClassOf [ 133 rdfs:subClassOf [
...@@ -408,7 +408,7 @@ ...@@ -408,7 +408,7 @@
408 . 408 .
409 :ActivityObjective 409 :ActivityObjective
410 rdf:type owl:Class ; 410 rdf:type owl:Class ;
411 - rdfs:comment "A Class of Activity that is the objective (purpose and goal) of an activities."^^xsd:string ; 411 + rdfs:comment "A Class of Activity that has objective (purpose and goal)."^^xsd:string ;
412 rdfs:label "Activity Objective"^^xsd:string ; 412 rdfs:label "Activity Objective"^^xsd:string ;
413 rdfs:subClassOf :ClassOfActivity ; 413 rdfs:subClassOf :ClassOfActivity ;
414 . 414 .
...@@ -438,19 +438,19 @@ ...@@ -438,19 +438,19 @@
438 . 438 .
439 :ActivityPriority 439 :ActivityPriority
440 rdf:type owl:Class ; 440 rdf:type owl:Class ;
441 - rdfs:comment "A Class of Activity that indicates the importance of and/or focus on (one or more) activities."^^xsd:string ; 441 + rdfs:comment "A Class of Activity that indicates the importance of and/or focus on (one or more) activities."^^xsd:string ;
442 rdfs:label "ActivityPriority"^^xsd:string ; 442 rdfs:label "ActivityPriority"^^xsd:string ;
443 rdfs:subClassOf :ClassOfActivity ; 443 rdfs:subClassOf :ClassOfActivity ;
444 . 444 .
445 :ActivityRiskFactor 445 :ActivityRiskFactor
446 rdf:type owl:Class ; 446 rdf:type owl:Class ;
447 - rdfs:comment "A Class of Activity that involves potential threats of damage, injury, liability, loss, or any other negative occurrence that is caused by external or internal vulnerabilities, and that may be avoided through preemptive action (adapted from Business Dictionary)."^^xsd:string ; 447 + rdfs:comment "A Class of Activity that involves potential threats of damage, injury, liability, loss, or any other negative occurrence that is caused by external or internal vulnerabilities, and that may be avoided through preemptive action (adapted from the Business Dictionary)."^^xsd:string ;
448 rdfs:label "Activity Risk Factor"^^xsd:string ; 448 rdfs:label "Activity Risk Factor"^^xsd:string ;
449 rdfs:subClassOf :ClassOfActivity ; 449 rdfs:subClassOf :ClassOfActivity ;
450 . 450 .
451 :ActivityStaffTime 451 :ActivityStaffTime
452 rdf:type owl:Class ; 452 rdf:type owl:Class ;
453 - rdfs:comment "A Class of Activity that is executed by consuming work (manhours) by taff (members of participating organizations)."^^xsd:string ; 453 + rdfs:comment "A Class of Activity that is executed by consuming work (manhours) by staff members of participating organizations."^^xsd:string ;
454 rdfs:label "Activity staff time"^^xsd:string ; 454 rdfs:label "Activity staff time"^^xsd:string ;
455 rdfs:subClassOf :ClassOfActivity ; 455 rdfs:subClassOf :ClassOfActivity ;
456 . 456 .
...@@ -548,7 +548,7 @@ ...@@ -548,7 +548,7 @@
548 . 548 .
549 :ActorInPlan 549 :ActorInPlan
550 rdf:type owl:Class ; 550 rdf:type owl:Class ;
551 - rdfs:comment "A ClassOfPerson and ClassOfOrganization that is a PersonOrOrganization participating in carrying out the Plan."^^xsd:string ; 551 + rdfs:comment "A ClassOfPerson and ClassOfOrganization that takes part in carrying out the Plan."^^xsd:string ;
552 rdfs:label "Actor in Plan"^^xsd:string ; 552 rdfs:label "Actor in Plan"^^xsd:string ;
553 rdfs:subClassOf :ClassOfOrganization ; 553 rdfs:subClassOf :ClassOfOrganization ;
554 rdfs:subClassOf :ClassOfPerson ; 554 rdfs:subClassOf :ClassOfPerson ;
...@@ -858,6 +858,7 @@ ...@@ -858,6 +858,7 @@
858 . 858 .
859 :ClassOfPlanForActivity 859 :ClassOfPlanForActivity
860 rdf:type owl:Class ; 860 rdf:type owl:Class ;
861 + rdfs:comment "A ClassOfClassOfActivity whose members are PlanForActivity"^^xsd:string ;
861 rdfs:label "Class of plan for activity"^^xsd:string ; 862 rdfs:label "Class of plan for activity"^^xsd:string ;
862 rdfs:subClassOf :ClassOfClassOfActivity ; 863 rdfs:subClassOf :ClassOfClassOfActivity ;
863 . 864 .
...@@ -968,7 +969,7 @@ ...@@ -968,7 +969,7 @@
968 . 969 .
969 :CostBasedResourceInPlan 970 :CostBasedResourceInPlan
970 rdf:type owl:Class ; 971 rdf:type owl:Class ;
971 - rdfs:comment "Not implemented"^^xsd:string ; 972 + rdfs:comment "A Resource Value for a Cost Based Resource."^^xsd:string ;
972 rdfs:label "Cost based resource in plan"^^xsd:string ; 973 rdfs:label "Cost based resource in plan"^^xsd:string ;
973 rdfs:subClassOf :ResourceInPlan ; 974 rdfs:subClassOf :ResourceInPlan ;
974 . 975 .
...@@ -1098,12 +1099,13 @@ ...@@ -1098,12 +1099,13 @@
1098 . 1099 .
1099 :DrillingPlan 1100 :DrillingPlan
1100 rdf:type owl:Class ; 1101 rdf:type owl:Class ;
1102 + rdfs:comment "An Plan of Activity for Drilling Activities."^^xsd:string ;
1101 rdfs:label "Drilling plan"^^xsd:string ; 1103 rdfs:label "Drilling plan"^^xsd:string ;
1102 rdfs:subClassOf :PlanForActivity ; 1104 rdfs:subClassOf :PlanForActivity ;
1103 . 1105 .
1104 :DrillingProjectType 1106 :DrillingProjectType
1105 rdf:type owl:Class ; 1107 rdf:type owl:Class ;
1106 - rdfs:comment "A Project Type that is the Type of Drilling Project."^^xsd:string ; 1108 + rdfs:comment "A Project Type that is the type of Drilling Project."^^xsd:string ;
1107 rdfs:label "Drilling Project Type"^^xsd:string ; 1109 rdfs:label "Drilling Project Type"^^xsd:string ;
1108 rdfs:subClassOf :ProjectType ; 1110 rdfs:subClassOf :ProjectType ;
1109 . 1111 .
...@@ -1508,36 +1510,43 @@ ...@@ -1508,36 +1510,43 @@
1508 . 1510 .
1509 :Level1-ProjectPortfolioSchedule 1511 :Level1-ProjectPortfolioSchedule
1510 rdf:type :PlanLevel ; 1512 rdf:type :PlanLevel ;
1513 + rdfs:comment "A PlanWithLevel at level 1 in the ILAP planning hierarchy, which describes the overall portfolio schedule of an operator's Proect."^^xsd:string ;
1511 rdfs:label "Level 1 - Project Portfolio Schedule"^^xsd:string ; 1514 rdfs:label "Level 1 - Project Portfolio Schedule"^^xsd:string ;
1512 rdfs:subClassOf :PlanWithLevel ; 1515 rdfs:subClassOf :PlanWithLevel ;
1513 . 1516 .
1514 :Level2-ProjectSummarySchedule 1517 :Level2-ProjectSummarySchedule
1515 rdf:type :PlanLevel ; 1518 rdf:type :PlanLevel ;
1519 + rdfs:comment "A PlanWithLevel at level 2 in the ILAP planning hierarchy, which describes the summary schedule of an operator's Project."^^xsd:string ;
1516 rdfs:label "Level 2 - Project Summary Schedule"^^xsd:string ; 1520 rdfs:label "Level 2 - Project Summary Schedule"^^xsd:string ;
1517 rdfs:subClassOf :PlanWithLevel ; 1521 rdfs:subClassOf :PlanWithLevel ;
1518 . 1522 .
1519 :Level3-ContractMasterSchedule 1523 :Level3-ContractMasterSchedule
1520 rdf:type :PlanLevel ; 1524 rdf:type :PlanLevel ;
1525 + rdfs:comment "A PlanWithLevel at level 3 in the ILAP planning hierarchy, which describes the master schedule of a contractor's Project."^^xsd:string ;
1521 rdfs:label "Level 3 - Contract Master Schedule"^^xsd:string ; 1526 rdfs:label "Level 3 - Contract Master Schedule"^^xsd:string ;
1522 rdfs:subClassOf :PlanWithLevel ; 1527 rdfs:subClassOf :PlanWithLevel ;
1523 . 1528 .
1524 :Level3-ProjectMasterSchedule 1529 :Level3-ProjectMasterSchedule
1525 rdf:type owl:Class ; 1530 rdf:type owl:Class ;
1531 + rdfs:comment "A PlanWithLevel at level 3 in the ILAP planning hierarchy, which describes the master schedule of an operator's Project."^^xsd:string ;
1526 rdfs:label "Level 3 - Project Master Schedule"^^xsd:string ; 1532 rdfs:label "Level 3 - Project Master Schedule"^^xsd:string ;
1527 rdfs:subClassOf :PlanWithLevel ; 1533 rdfs:subClassOf :PlanWithLevel ;
1528 . 1534 .
1529 :Level4-ContractControlSchedule 1535 :Level4-ContractControlSchedule
1530 rdf:type :PlanLevel ; 1536 rdf:type :PlanLevel ;
1537 + rdfs:comment "A PlanWithLevel at level 4 in the ILAP planning hierarchy, which describes the control schedule of a contractor's Project."^^xsd:string ;
1531 rdfs:label "Level 4 - Contract Control Schedule"^^xsd:string ; 1538 rdfs:label "Level 4 - Contract Control Schedule"^^xsd:string ;
1532 rdfs:subClassOf :PlanWithLevel ; 1539 rdfs:subClassOf :PlanWithLevel ;
1533 . 1540 .
1534 :Level5-ContractWorkSchedule 1541 :Level5-ContractWorkSchedule
1535 rdf:type :PlanLevel ; 1542 rdf:type :PlanLevel ;
1543 + rdfs:comment "A PlanWithLevel at level 5 in the ILAP planning hierarchy, which describes the work schedule of a contractor's Project."^^xsd:string ;
1536 rdfs:label "Level 5 - Contract Work Schedule"^^xsd:string ; 1544 rdfs:label "Level 5 - Contract Work Schedule"^^xsd:string ;
1537 rdfs:subClassOf :PlanWithLevel ; 1545 rdfs:subClassOf :PlanWithLevel ;
1538 . 1546 .
1539 :Level6-ContractOperationsSchedule 1547 :Level6-ContractOperationsSchedule
1540 rdf:type :PlanLevel ; 1548 rdf:type :PlanLevel ;
1549 + rdfs:comment "A PlanWithLevel at level 6 in the ILAP planning hierarchy, which describes the operations schedule of a contractor's Project."^^xsd:string ;
1541 rdfs:label "Level 6 - Contract Operations Schedule"^^xsd:string ; 1550 rdfs:label "Level 6 - Contract Operations Schedule"^^xsd:string ;
1542 rdfs:subClassOf :PlanWithLevel ; 1551 rdfs:subClassOf :PlanWithLevel ;
1543 . 1552 .
...@@ -1630,7 +1639,7 @@ ...@@ -1630,7 +1639,7 @@
1630 . 1639 .
1631 :MaterialOrderStatus 1640 :MaterialOrderStatus
1632 rdf:type owl:Class ; 1641 rdf:type owl:Class ;
1633 - rdfs:comment "A Status of an Order for Materials for (one or more) Activities in a Project."^^xsd:string ; 1642 + rdfs:comment "A Status of an Order for Materials for (one or more) Activities in a Project (which can have predefined enumeration values)."^^xsd:string ;
1634 rdfs:label "Material order status"^^xsd:string ; 1643 rdfs:label "Material order status"^^xsd:string ;
1635 rdfs:subClassOf :StatusInPlan ; 1644 rdfs:subClassOf :StatusInPlan ;
1636 rdfs:subClassOf [ 1645 rdfs:subClassOf [
...@@ -1664,7 +1673,7 @@ ...@@ -1664,7 +1673,7 @@
1664 :MilestoneInPlan 1673 :MilestoneInPlan
1665 rdf:type :ClassOfClassOfActivity ; 1674 rdf:type :ClassOfClassOfActivity ;
1666 rdf:type owl:Class ; 1675 rdf:type owl:Class ;
1667 - rdfs:comment "An Activity that has its role within a larger PlanForActivity as a criterion for membership. An ActivityInPlan is part of a PlanForActivity, with defined Constraints, Duration, Schedule Dates, Resources and Results."^^xsd:string ; 1676 + rdfs:comment "An EventInPlan that has its role within a larger PlanForActivity as a criterion for membership. An MilestoneInPlan is part of a PlanForActivity, with defined Constraints, Duration, Schedule Dates, Resources and Results."^^xsd:string ;
1668 rdfs:label "Milestone in Plan"^^xsd:string ; 1677 rdfs:label "Milestone in Plan"^^xsd:string ;
1669 rdfs:subClassOf :EventInPlan ; 1678 rdfs:subClassOf :EventInPlan ;
1670 rdfs:subClassOf [ 1679 rdfs:subClassOf [
...@@ -1798,7 +1807,7 @@ ...@@ -1798,7 +1807,7 @@
1798 . 1807 .
1799 :MonetaryAmount 1808 :MonetaryAmount
1800 rdf:type owl:Class ; 1809 rdf:type owl:Class ;
1801 - rdfs:comment "A Single Property Dimension denoting an expense of something that is a monetary valuation of (1) effort, (2) material, (3) resources, (4) time and utilities consumed, (5) risks incurred, and (6) opportunity forgone in executing an activity. Costs can be both direct and indirect. All expenses are costs, but not all costs (such as those incurred in acquisition of an income-generating asset) are expenses."^^xsd:string ; 1810 + rdfs:comment "A Single Property Dimension that denotes an expense of something that is a monetary valuation of (1) effort, (2) material, (3) resources, (4) time and utilities consumed, (5) risks incurred, and (6) opportunity forgone in executing an activity. Costs can be both direct and indirect. All expenses are costs, but not all costs (such as those incurred in acquisition of an income-generating asset) are expenses."^^xsd:string ;
1802 rdfs:label "Monetary Amount"^^xsd:string ; 1811 rdfs:label "Monetary Amount"^^xsd:string ;
1803 rdfs:subClassOf :SinglePropertyDimension ; 1812 rdfs:subClassOf :SinglePropertyDimension ;
1804 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7945027> ; 1813 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7945027> ;
...@@ -1954,7 +1963,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1954,7 +1963,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1954 :PlanForILAP 1963 :PlanForILAP
1955 rdf:type owl:Class ; 1964 rdf:type owl:Class ;
1956 :shouldHaveID "true"^^xsd:boolean ; 1965 :shouldHaveID "true"^^xsd:boolean ;
1957 - rdfs:comment "An ISO 15926-4 Activity Class that specifies what is to be done in order to achieve an Objective."^^xsd:string ; 1966 + rdfs:comment "An Plan for Activity that specifies what is to be done in order to achieve an Objective."^^xsd:string ;
1958 rdfs:label "Plan for ILAP"^^xsd:string ; 1967 rdfs:label "Plan for ILAP"^^xsd:string ;
1959 rdfs:subClassOf :PlanForActivity ; 1968 rdfs:subClassOf :PlanForActivity ;
1960 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS10012097710> ; 1969 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS10012097710> ;
...@@ -2136,13 +2145,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2136,13 +2145,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2136 . 2145 .
2137 :PlanLevel 2146 :PlanLevel
2138 rdf:type owl:Class ; 2147 rdf:type owl:Class ;
2139 - rdfs:comment "A Plan Classifier that classifies Plans according to their level in the planning hierarchy."^^xsd:string ; 2148 + rdfs:comment "A ClassOfPlanForActivity that classifies Plans according to their level in the planning hierarchy."^^xsd:string ;
2140 rdfs:label "Plan Level"^^xsd:string ; 2149 rdfs:label "Plan Level"^^xsd:string ;
2141 rdfs:subClassOf :ClassOfPlanForActivity ; 2150 rdfs:subClassOf :ClassOfPlanForActivity ;
2142 . 2151 .
2143 :PlanWithLevel 2152 :PlanWithLevel
2144 rdf:type owl:Class ; 2153 rdf:type owl:Class ;
2145 - rdfs:comment "A Plan for Activity that has a designated level in the ILAP Planning hierarchy"^^xsd:string ; 2154 + rdfs:comment "A Plan for Activity that has a designated level in the ILAP planning hierarchy."^^xsd:string ;
2146 rdfs:label "Plan Level"^^xsd:string ; 2155 rdfs:label "Plan Level"^^xsd:string ;
2147 rdfs:subClassOf :PlanForActivity ; 2156 rdfs:subClassOf :PlanForActivity ;
2148 . 2157 .
...@@ -2468,7 +2477,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2468,7 +2477,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2468 . 2477 .
2469 :ProjectCostType 2478 :ProjectCostType
2470 rdf:type owl:Class ; 2479 rdf:type owl:Class ;
2471 - rdfs:comment "A Project Type that is the type of Cost for the Project"^^xsd:string ; 2480 + rdfs:comment "A Project Type that is the type of Cost for the Project."^^xsd:string ;
2472 rdfs:label "Project Cost Type"^^xsd:string ; 2481 rdfs:label "Project Cost Type"^^xsd:string ;
2473 rdfs:subClassOf :ProjectType ; 2482 rdfs:subClassOf :ProjectType ;
2474 . 2483 .
...@@ -3090,7 +3099,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3090,7 +3099,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3090 . 3099 .
3091 :SpatialLocationInPlan 3100 :SpatialLocationInPlan
3092 rdf:type owl:Class ; 3101 rdf:type owl:Class ;
3093 - rdfs:comment "A ClassOfSpatalLocation whose members are Spatial Locations"^^xsd:string ; 3102 + rdfs:comment "A ClassOfSpatialLocation whose members are Spatial Locations"^^xsd:string ;
3094 rdfs:label "Spatial Location in Plan"^^xsd:string ; 3103 rdfs:label "Spatial Location in Plan"^^xsd:string ;
3095 rdfs:subClassOf :ClassOfPhysicalObject ; 3104 rdfs:subClassOf :ClassOfPhysicalObject ;
3096 rdfs:subClassOf :ClassOfSpatialLocation ; 3105 rdfs:subClassOf :ClassOfSpatialLocation ;
...@@ -3409,13 +3418,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3409,13 +3418,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3409 . 3418 .
3410 :WellCompletionType 3419 :WellCompletionType
3411 rdf:type owl:Class ; 3420 rdf:type owl:Class ;
3412 - rdfs:comment "A ClassOfAsset that describes the type of completion of drilling."^^xsd:string ; 3421 + rdfs:comment "A ClassOfAsset that is the type of completion of drilling."^^xsd:string ;
3413 rdfs:label "Well Completion Type"^^xsd:string ; 3422 rdfs:label "Well Completion Type"^^xsd:string ;
3414 rdfs:subClassOf :ClassOfAsset ; 3423 rdfs:subClassOf :ClassOfAsset ;
3415 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ; 3424 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ;
3416 . 3425 .
3417 :WellInformationPlanType 3426 :WellInformationPlanType
3418 rdf:type owl:Class ; 3427 rdf:type owl:Class ;
3428 + rdfs:comment "A ClassOfPlanForActivity that whose members are different types of drilling and well plans."^^xsd:string ;
3419 rdfs:label "Well information plan type"^^xsd:string ; 3429 rdfs:label "Well information plan type"^^xsd:string ;
3420 rdfs:subClassOf :ClassOfPlanForActivity ; 3430 rdfs:subClassOf :ClassOfPlanForActivity ;
3421 . 3431 .
...@@ -3438,7 +3448,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3438,7 +3448,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3438 . 3448 .
3439 :WellServicesWorkType 3449 :WellServicesWorkType
3440 rdf:type owl:Class ; 3450 rdf:type owl:Class ;
3441 - rdfs:comment "A Project Type that is the type of well services work."^^xsd:string ; 3451 + rdfs:comment "A Project Type that is the type of well services."^^xsd:string ;
3442 rdfs:label "Well Services Work Type"^^xsd:string ; 3452 rdfs:label "Well Services Work Type"^^xsd:string ;
3443 rdfs:subClassOf :ProjectType ; 3453 rdfs:subClassOf :ProjectType ;
3444 . 3454 .
...@@ -3450,7 +3460,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3450,7 +3460,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3450 . 3460 .
3451 :WellType 3461 :WellType
3452 rdf:type owl:Class ; 3462 rdf:type owl:Class ;
3453 - rdfs:comment "A ClassOfAsset that describes a Well."^^xsd:string ; 3463 + rdfs:comment "A ClassOfAsset that is the type of a Well."^^xsd:string ;
3454 rdfs:label "Well Type"^^xsd:string ; 3464 rdfs:label "Well Type"^^xsd:string ;
3455 rdfs:subClassOf :ClassOfAsset ; 3465 rdfs:subClassOf :ClassOfAsset ;
3456 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ; 3466 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ;
...@@ -4652,11 +4662,9 @@ SCCS:COR_X ...@@ -4652,11 +4662,9 @@ SCCS:COR_X
4652 rdfs:subClassOf :SCCSresource ; 4662 rdfs:subClassOf :SCCSresource ;
4653 . 4663 .
4654 SCCS:NorsokZ014CORplanningResourceClass 4664 SCCS:NorsokZ014CORplanningResourceClass
4655 - rdfs:comment "A Planning Resource that is defined by Norsok Z-014 COR."^^xsd:string ;
4656 rdfs:subClassOf :ActivityPlanningResource ; 4665 rdfs:subClassOf :ActivityPlanningResource ;
4657 . 4666 .
4658 SCCS:NorsokZ014PBSplanningResultClass 4667 SCCS:NorsokZ014PBSplanningResultClass
4659 - rdfs:comment "An Activity Planning Result that is defined by Norsok Z-014 PBS."^^xsd:string ;
4660 rdfs:subClassOf :ActivityPlanningResult ; 4668 rdfs:subClassOf :ActivityPlanningResult ;
4661 . 4669 .
4662 SCCS:NorsokZ014SABplanningActivityClass 4670 SCCS:NorsokZ014SABplanningActivityClass
......