Showing
1 changed file
with
132 additions
and
8 deletions
| ... | @@ -148,7 +148,7 @@ userfield:hasFreeFieldForSpecifiedUserField | ... | @@ -148,7 +148,7 @@ userfield:hasFreeFieldForSpecifiedUserField |
| 148 | rdfs:subClassOf :Activity ; | 148 | rdfs:subClassOf :Activity ; |
| 149 | . | 149 | . |
| 150 | :AfterShutdown | 150 | :AfterShutdown |
| 151 | - rdf:type :SystemCondition ; | 151 | + rdf:type :ShutdownPhase ; |
| 152 | rdfs:label "After shutdown"^^xsd:string ; | 152 | rdfs:label "After shutdown"^^xsd:string ; |
| 153 | . | 153 | . |
| 154 | :Asset | 154 | :Asset |
| ... | @@ -274,7 +274,7 @@ userfield:hasFreeFieldForSpecifiedUserField | ... | @@ -274,7 +274,7 @@ userfield:hasFreeFieldForSpecifiedUserField |
| 274 | rdfs:subClassOf :ScheduleForPlan ; | 274 | rdfs:subClassOf :ScheduleForPlan ; |
| 275 | . | 275 | . |
| 276 | :BeforeShutdown | 276 | :BeforeShutdown |
| 277 | - rdf:type :SystemCondition ; | 277 | + rdf:type :ShutdownPhase ; |
| 278 | rdfs:label "Before shutdown"^^xsd:string ; | 278 | rdfs:label "Before shutdown"^^xsd:string ; |
| 279 | . | 279 | . |
| 280 | :Calendar | 280 | :Calendar |
| ... | @@ -378,10 +378,22 @@ userfield:hasFreeFieldForSpecifiedUserField | ... | @@ -378,10 +378,22 @@ userfield:hasFreeFieldForSpecifiedUserField |
| 378 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 378 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 379 | ] ; | 379 | ] ; |
| 380 | . | 380 | . |
| 381 | +:Campaign | ||
| 382 | + rdf:type :ShutdownType ; | ||
| 383 | + rdfs:label "Campaign"^^xsd:string ; | ||
| 384 | +. | ||
| 381 | :Cancelled | 385 | :Cancelled |
| 382 | rdf:type :Status ; | 386 | rdf:type :Status ; |
| 383 | rdfs:label "Cancelled"^^xsd:string ; | 387 | rdfs:label "Cancelled"^^xsd:string ; |
| 384 | . | 388 | . |
| 389 | +:ChangeOver | ||
| 390 | + rdf:type :ShutdownType ; | ||
| 391 | + rdfs:label "Change over"^^xsd:string ; | ||
| 392 | +. | ||
| 393 | +:ClosingDown | ||
| 394 | + rdf:type :ShutdownPhase ; | ||
| 395 | + rdfs:label "Closing down"^^xsd:string ; | ||
| 396 | +. | ||
| 385 | :CoilTubing | 397 | :CoilTubing |
| 386 | rdf:type owl:Class ; | 398 | rdf:type owl:Class ; |
| 387 | rdfs:comment "A 15926-4 Activity that is related to preparation and riging up/down snubbing and coil tubing equipment, including pressure testing."^^xsd:string ; | 399 | rdfs:comment "A 15926-4 Activity that is related to preparation and riging up/down snubbing and coil tubing equipment, including pressure testing."^^xsd:string ; |
| ... | @@ -556,6 +568,10 @@ userfield:hasFreeFieldForSpecifiedUserField | ... | @@ -556,6 +568,10 @@ userfield:hasFreeFieldForSpecifiedUserField |
| 556 | ] ; | 568 | ] ; |
| 557 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS11708918> ; | 569 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS11708918> ; |
| 558 | . | 570 | . |
| 571 | +:DependentOnShutdown | ||
| 572 | + rdf:type :ShutdownType ; | ||
| 573 | + rdfs:label "Dependent on shutdown"^^xsd:string ; | ||
| 574 | +. | ||
| 559 | :DgPhase | 575 | :DgPhase |
| 560 | rdf:type owl:Class ; | 576 | rdf:type owl:Class ; |
| 561 | rdfs:comment "A Phase that divides the Lifecycle of an Asset into distinct parts."^^xsd:string ; | 577 | rdfs:comment "A Phase that divides the Lifecycle of an Asset into distinct parts."^^xsd:string ; |
| ... | @@ -571,12 +587,20 @@ userfield:hasFreeFieldForSpecifiedUserField | ... | @@ -571,12 +587,20 @@ userfield:hasFreeFieldForSpecifiedUserField |
| 571 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ; | 587 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ; |
| 572 | . | 588 | . |
| 573 | :DrillingShutdown | 589 | :DrillingShutdown |
| 590 | + rdf:type :ShutdownType ; | ||
| 591 | + rdfs:label "Drilling Shutdown"^^xsd:string ; | ||
| 592 | +. | ||
| 593 | +:DuringNormalOperation | ||
| 574 | rdf:type :SystemCondition ; | 594 | rdf:type :SystemCondition ; |
| 575 | - rdfs:label "Drilling shutdown"^^xsd:string ; | 595 | + rdfs:label "During normal operation"^^xsd:string ; |
| 596 | +. | ||
| 597 | +:DuringShutdown | ||
| 598 | + rdf:type :ShutdownPhase ; | ||
| 599 | + rdfs:label "During shutdown"^^xsd:string ; | ||
| 576 | . | 600 | . |
| 577 | :EquipmentShutdown | 601 | :EquipmentShutdown |
| 578 | - rdf:type :SystemCondition ; | 602 | + rdf:type :ShutdownType ; |
| 579 | - rdfs:label "Equipment shutdown"^^xsd:string ; | 603 | + rdfs:label "Equipment Shutdown"^^xsd:string ; |
| 580 | . | 604 | . |
| 581 | :Execution | 605 | :Execution |
| 582 | rdf:type :SystemCondition ; | 606 | rdf:type :SystemCondition ; |
| ... | @@ -650,9 +674,13 @@ userfield:hasFreeFieldForSpecifiedUserField | ... | @@ -650,9 +674,13 @@ userfield:hasFreeFieldForSpecifiedUserField |
| 650 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4316634537> ; | 674 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4316634537> ; |
| 651 | . | 675 | . |
| 652 | :FieldPlantShutdown | 676 | :FieldPlantShutdown |
| 653 | - rdf:type :SystemCondition ; | 677 | + rdf:type :ShutdownType ; |
| 654 | rdfs:label "Field plant shutdown"^^xsd:string ; | 678 | rdfs:label "Field plant shutdown"^^xsd:string ; |
| 655 | . | 679 | . |
| 680 | +:FieldShutdown | ||
| 681 | + rdf:type :ShutdownType ; | ||
| 682 | + rdfs:label "Field shutdown"^^xsd:string ; | ||
| 683 | +. | ||
| 656 | :FreeField | 684 | :FreeField |
| 657 | rdf:type owl:Class ; | 685 | rdf:type owl:Class ; |
| 658 | rdfs:comment "A Data Field that holds variables defined by the User."^^xsd:string ; | 686 | rdfs:comment "A Data Field that holds variables defined by the User."^^xsd:string ; |
| ... | @@ -719,6 +747,18 @@ userfield:hasFreeFieldForSpecifiedUserField | ... | @@ -719,6 +747,18 @@ userfield:hasFreeFieldForSpecifiedUserField |
| 719 | :Friday | 747 | :Friday |
| 720 | rdf:type :Weekday ; | 748 | rdf:type :Weekday ; |
| 721 | . | 749 | . |
| 750 | +:GasExportShutdown | ||
| 751 | + rdf:type :ShutdownType ; | ||
| 752 | + rdfs:label "Gas export shutdown"^^xsd:string ; | ||
| 753 | +. | ||
| 754 | +:GasInjectionShutdown | ||
| 755 | + rdf:type :ShutdownType ; | ||
| 756 | + rdfs:label "Gas injection shutdown"^^xsd:string ; | ||
| 757 | +. | ||
| 758 | +:HighActivityPeriod | ||
| 759 | + rdf:type :SystemCondition ; | ||
| 760 | + rdfs:label "High activity period"^^xsd:string ; | ||
| 761 | +. | ||
| 722 | :HighCriticality | 762 | :HighCriticality |
| 723 | rdf:type :Criticality ; | 763 | rdf:type :Criticality ; |
| 724 | rdfs:label "High criticality"^^xsd:string ; | 764 | rdfs:label "High criticality"^^xsd:string ; |
| ... | @@ -727,6 +767,10 @@ userfield:hasFreeFieldForSpecifiedUserField | ... | @@ -727,6 +767,10 @@ userfield:hasFreeFieldForSpecifiedUserField |
| 727 | rdf:type :SystemCondition ; | 767 | rdf:type :SystemCondition ; |
| 728 | rdfs:label "In operation"^^xsd:string ; | 768 | rdfs:label "In operation"^^xsd:string ; |
| 729 | . | 769 | . |
| 770 | +:IndpendentOfOperation | ||
| 771 | + rdf:type :SystemCondition ; | ||
| 772 | + rdfs:label "Indpendent of operation"^^xsd:string ; | ||
| 773 | +. | ||
| 730 | :License | 774 | :License |
| 731 | rdf:type owl:Class ; | 775 | rdf:type owl:Class ; |
| 732 | rdfs:comment "An Asset that represents permission to explore and exploit petrochemical reserves in a defined area."^^xsd:string ; | 776 | rdfs:comment "An Asset that represents permission to explore and exploit petrochemical reserves in a defined area."^^xsd:string ; |
| ... | @@ -740,6 +784,10 @@ userfield:hasFreeFieldForSpecifiedUserField | ... | @@ -740,6 +784,10 @@ userfield:hasFreeFieldForSpecifiedUserField |
| 740 | rdfs:label "Live schedule for plan"^^xsd:string ; | 784 | rdfs:label "Live schedule for plan"^^xsd:string ; |
| 741 | rdfs:subClassOf :ScheduleForPlan ; | 785 | rdfs:subClassOf :ScheduleForPlan ; |
| 742 | . | 786 | . |
| 787 | +:LivingQuarterShutdown | ||
| 788 | + rdf:type :ShutdownType ; | ||
| 789 | + rdfs:label "Living quarter shutdown"^^xsd:string ; | ||
| 790 | +. | ||
| 743 | :LowCriticality | 791 | :LowCriticality |
| 744 | rdf:type :Criticality ; | 792 | rdf:type :Criticality ; |
| 745 | rdfs:label "Low criticality"^^xsd:string ; | 793 | rdfs:label "Low criticality"^^xsd:string ; |
| ... | @@ -758,6 +806,10 @@ userfield:hasFreeFieldForSpecifiedUserField | ... | @@ -758,6 +806,10 @@ userfield:hasFreeFieldForSpecifiedUserField |
| 758 | rdfs:label "Milestone"^^xsd:string ; | 806 | rdfs:label "Milestone"^^xsd:string ; |
| 759 | rdfs:subClassOf :Activity ; | 807 | rdfs:subClassOf :Activity ; |
| 760 | . | 808 | . |
| 809 | +:MiniShutdown | ||
| 810 | + rdf:type :ShutdownType ; | ||
| 811 | + rdfs:label "Mini shutdown"^^xsd:string ; | ||
| 812 | +. | ||
| 761 | :Monday | 813 | :Monday |
| 762 | rdf:type :Weekday ; | 814 | rdf:type :Weekday ; |
| 763 | . | 815 | . |
| ... | @@ -771,6 +823,10 @@ userfield:hasFreeFieldForSpecifiedUserField | ... | @@ -771,6 +823,10 @@ userfield:hasFreeFieldForSpecifiedUserField |
| 771 | rdfs:label "No Repeat Period"^^xsd:string ; | 823 | rdfs:label "No Repeat Period"^^xsd:string ; |
| 772 | rdfs:subClassOf :Period ; | 824 | rdfs:subClassOf :Period ; |
| 773 | . | 825 | . |
| 826 | +:NonScheduledShutdown | ||
| 827 | + rdf:type :ShutdownType ; | ||
| 828 | + rdfs:label "Non scheduled shutdown"^^xsd:string ; | ||
| 829 | +. | ||
| 774 | :Operation | 830 | :Operation |
| 775 | rdf:type owl:Class ; | 831 | rdf:type owl:Class ; |
| 776 | rdfs:comment "An Activity that represents work carried out in Projects, and has (often detailed) descriptions of the actual work carried out."^^xsd:string ; | 832 | rdfs:comment "An Activity that represents work carried out in Projects, and has (often detailed) descriptions of the actual work carried out."^^xsd:string ; |
| ... | @@ -982,13 +1038,17 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -982,13 +1038,17 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 982 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9659447> ; | 1038 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9659447> ; |
| 983 | . | 1039 | . |
| 984 | :PotentialShutdown | 1040 | :PotentialShutdown |
| 985 | - rdf:type :SystemCondition ; | 1041 | + rdf:type :ShutdownType ; |
| 986 | rdfs:label "Potential shutdown"^^xsd:string ; | 1042 | rdfs:label "Potential shutdown"^^xsd:string ; |
| 987 | . | 1043 | . |
| 988 | :Pre-costed | 1044 | :Pre-costed |
| 989 | rdf:type :Status ; | 1045 | rdf:type :Status ; |
| 990 | rdfs:label "Pre-costed"^^xsd:string ; | 1046 | rdfs:label "Pre-costed"^^xsd:string ; |
| 991 | . | 1047 | . |
| 1048 | +:ProductionShutdown | ||
| 1049 | + rdf:type :ShutdownType ; | ||
| 1050 | + rdfs:label "Production shutdown"^^xsd:string ; | ||
| 1051 | +. | ||
| 992 | :Profile | 1052 | :Profile |
| 993 | rdf:type owl:Class ; | 1053 | rdf:type owl:Class ; |
| 994 | :shouldHaveID "true" ; | 1054 | :shouldHaveID "true" ; |
| ... | @@ -1215,6 +1275,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1215,6 +1275,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1215 | rdfs:label "Revised schedule for plan"^^xsd:string ; | 1275 | rdfs:label "Revised schedule for plan"^^xsd:string ; |
| 1216 | rdfs:subClassOf :ScheduleForPlan ; | 1276 | rdfs:subClassOf :ScheduleForPlan ; |
| 1217 | . | 1277 | . |
| 1278 | +:RevisionShutdown | ||
| 1279 | + rdf:type :ShutdownType ; | ||
| 1280 | + rdfs:label "Revision shutdown"^^xsd:string ; | ||
| 1281 | +. | ||
| 1218 | :SF | 1282 | :SF |
| 1219 | rdf:type owl:Class ; | 1283 | rdf:type owl:Class ; |
| 1220 | rdfs:comment "A Constraint (Activity Dependency) where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ; | 1284 | rdfs:comment "A Constraint (Activity Dependency) where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ; |
| ... | @@ -1227,6 +1291,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1227,6 +1291,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1227 | rdfs:label "Start to Start"^^xsd:string ; | 1291 | rdfs:label "Start to Start"^^xsd:string ; |
| 1228 | rdfs:subClassOf :Constraint ; | 1292 | rdfs:subClassOf :Constraint ; |
| 1229 | . | 1293 | . |
| 1294 | +:SafetyTestShutdown | ||
| 1295 | + rdf:type :ShutdownType ; | ||
| 1296 | + rdfs:label "Safety test shutdown"^^xsd:string ; | ||
| 1297 | +. | ||
| 1230 | :Saturday | 1298 | :Saturday |
| 1231 | rdf:type :Weekday ; | 1299 | rdf:type :Weekday ; |
| 1232 | . | 1300 | . |
| ... | @@ -1480,6 +1548,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1480,6 +1548,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1480 | ] ; | 1548 | ] ; |
| 1481 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS333764> ; | 1549 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS333764> ; |
| 1482 | . | 1550 | . |
| 1551 | +:ScheduledShutdown | ||
| 1552 | + rdf:type :ShutdownType ; | ||
| 1553 | + rdfs:label "Scheduled shutdown"^^xsd:string ; | ||
| 1554 | +. | ||
| 1483 | :Scheduling | 1555 | :Scheduling |
| 1484 | rdf:type owl:Class ; | 1556 | rdf:type owl:Class ; |
| 1485 | rdfs:comment "A Planning activity that is the creation of one or more instances of a ScheduleForPlan for a PlanForActivity"^^xsd:string ; | 1557 | rdfs:comment "A Planning activity that is the creation of one or more instances of a ScheduleForPlan for a PlanForActivity"^^xsd:string ; |
| ... | @@ -1491,6 +1563,29 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1491,6 +1563,29 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1491 | rdf:type :Status ; | 1563 | rdf:type :Status ; |
| 1492 | rdfs:label "Settlement rule created"^^xsd:string ; | 1564 | rdfs:label "Settlement rule created"^^xsd:string ; |
| 1493 | . | 1565 | . |
| 1566 | +:Shutdown | ||
| 1567 | + rdf:type owl:Class ; | ||
| 1568 | + rdfs:label "Shutdown"^^xsd:string ; | ||
| 1569 | + rdfs:subClassOf owl:Thing ; | ||
| 1570 | +. | ||
| 1571 | +:ShutdownNotEvaluated | ||
| 1572 | + rdf:type :ShutdownType ; | ||
| 1573 | + rdfs:label "Shutdown not evaluated"^^xsd:string ; | ||
| 1574 | +. | ||
| 1575 | +:ShutdownPhase | ||
| 1576 | + rdf:type owl:Class ; | ||
| 1577 | + rdfs:label "Shutdown phase"^^xsd:string ; | ||
| 1578 | + rdfs:subClassOf :Phase ; | ||
| 1579 | +. | ||
| 1580 | +:ShutdownType | ||
| 1581 | + rdf:type owl:Class ; | ||
| 1582 | + rdfs:label "Shutdown type"^^xsd:string ; | ||
| 1583 | + rdfs:subClassOf :SystemCondition ; | ||
| 1584 | +. | ||
| 1585 | +:StartingUp | ||
| 1586 | + rdf:type :ShutdownPhase ; | ||
| 1587 | + rdfs:label "Starting up"^^xsd:string ; | ||
| 1588 | +. | ||
| 1494 | :Status | 1589 | :Status |
| 1495 | rdf:type owl:Class ; | 1590 | rdf:type owl:Class ; |
| 1496 | rdfs:comment "A Class of Individual that holds information about what is currently happening. Status values describe whether a Project or Activity is started, in progress or completed, and can also say something about resource availability."^^xsd:string ; | 1591 | rdfs:comment "A Class of Individual that holds information about what is currently happening. Status values describe whether a Project or Activity is started, in progress or completed, and can also say something about resource availability."^^xsd:string ; |
| ... | @@ -1509,6 +1604,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1509,6 +1604,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1509 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS427322951> ; | 1604 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS427322951> ; |
| 1510 | rdfs:subClassOf owl:Thing ; | 1605 | rdfs:subClassOf owl:Thing ; |
| 1511 | . | 1606 | . |
| 1607 | +:SystemShutdown | ||
| 1608 | + rdf:type :ShutdownType ; | ||
| 1609 | + rdfs:label "System shutdown"^^xsd:string ; | ||
| 1610 | +. | ||
| 1512 | :TaskIsDRactivity | 1611 | :TaskIsDRactivity |
| 1513 | rdf:type :WellInformationType ; | 1612 | rdf:type :WellInformationType ; |
| 1514 | rdfs:label "Task is DRactivity"^^xsd:string ; | 1613 | rdfs:label "Task is DRactivity"^^xsd:string ; |
| ... | @@ -1681,7 +1780,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1681,7 +1780,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1681 | ] ; | 1780 | ] ; |
| 1682 | . | 1781 | . |
| 1683 | :TrainShutdown | 1782 | :TrainShutdown |
| 1684 | - rdf:type :SystemCondition ; | 1783 | + rdf:type :ShutdownType ; |
| 1685 | rdfs:label "Train shutdown"^^xsd:string ; | 1784 | rdfs:label "Train shutdown"^^xsd:string ; |
| 1686 | . | 1785 | . |
| 1687 | :Tuesday | 1786 | :Tuesday |
| ... | @@ -1707,6 +1806,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1707,6 +1806,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1707 | rdfs:comment "A Status Value for Activities that involve Well Services (part of Use Case 2.5.1)"^^xsd:string ; | 1806 | rdfs:comment "A Status Value for Activities that involve Well Services (part of Use Case 2.5.1)"^^xsd:string ; |
| 1708 | rdfs:label "WS Activity"^^xsd:string ; | 1807 | rdfs:label "WS Activity"^^xsd:string ; |
| 1709 | . | 1808 | . |
| 1809 | +:WaterInjectionShutdown | ||
| 1810 | + rdf:type :ShutdownType ; | ||
| 1811 | + rdfs:label "Water injection shutdown"^^xsd:string ; | ||
| 1812 | +. | ||
| 1813 | +:WaterProductionShutdown | ||
| 1814 | + rdf:type :ShutdownType ; | ||
| 1815 | + rdfs:label "Water production shutdown"^^xsd:string ; | ||
| 1816 | +. | ||
| 1710 | :Wednesday | 1817 | :Wednesday |
| 1711 | rdf:type :Weekday ; | 1818 | rdf:type :Weekday ; |
| 1712 | . | 1819 | . |
| ... | @@ -1764,6 +1871,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1764,6 +1871,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1764 | rdfs:subClassOf :Plan ; | 1871 | rdfs:subClassOf :Plan ; |
| 1765 | rdfs:subClassOf owl:Thing ; | 1872 | rdfs:subClassOf owl:Thing ; |
| 1766 | . | 1873 | . |
| 1874 | +:WellTransfer | ||
| 1875 | + rdf:type :SystemCondition ; | ||
| 1876 | + rdfs:label "Well transfer"^^xsd:string ; | ||
| 1877 | +. | ||
| 1767 | :WellType | 1878 | :WellType |
| 1768 | rdf:type owl:Class ; | 1879 | rdf:type owl:Class ; |
| 1769 | rdfs:comment "A descriptor fthat descripbes the type of Well"^^xsd:string ; | 1880 | rdfs:comment "A descriptor fthat descripbes the type of Well"^^xsd:string ; |
| ... | @@ -2075,6 +2186,19 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2075,6 +2186,19 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2075 | :hasShort | 2186 | :hasShort |
| 2076 | rdf:type owl:DatatypeProperty ; | 2187 | rdf:type owl:DatatypeProperty ; |
| 2077 | . | 2188 | . |
| 2189 | +:hasShutdownActivity | ||
| 2190 | + rdf:type owl:ObjectProperty ; | ||
| 2191 | + rdfs:domain :Shutdown ; | ||
| 2192 | + rdfs:label "has shutdown activity"^^xsd:string ; | ||
| 2193 | + rdfs:range :ActivityInPlan ; | ||
| 2194 | +. | ||
| 2195 | +:hasShutdownPeriod | ||
| 2196 | + rdf:type owl:DatatypeProperty ; | ||
| 2197 | + rdfs:comment "A Property that holds the name of the Shutdown Period for a Shutdown."^^xsd:string ; | ||
| 2198 | + rdfs:domain :Shutdown ; | ||
| 2199 | + rdfs:label "Datatype property 1"^^xsd:string ; | ||
| 2200 | + rdfs:range xsd:string ; | ||
| 2201 | +. | ||
| 2078 | :hasSnetDate | 2202 | :hasSnetDate |
| 2079 | rdf:type owl:DatatypeProperty ; | 2203 | rdf:type owl:DatatypeProperty ; |
| 2080 | rdfs:comment "The Activity must Start no earlier than this Date"^^xsd:string ; | 2204 | rdfs:comment "The Activity must Start no earlier than this Date"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment