Tore Christiansen

Many updates - added classes, modified class hierarchy and updated definitions t…

…o merge ILAP 2.0 and 2.5 - and integrate with ISO 15926-13
...@@ -39,7 +39,7 @@ userfield:hasShutdownType ...@@ -39,7 +39,7 @@ userfield:hasShutdownType
39 owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 39 owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
40 . 40 .
41 :Active 41 :Active
42 - rdf:type :Status ; 42 + rdf:type :ActivityStatus ;
43 rdfs:label "Active"^^xsd:string ; 43 rdfs:label "Active"^^xsd:string ;
44 . 44 .
45 :Activity 45 :Activity
...@@ -147,16 +147,42 @@ userfield:hasShutdownType ...@@ -147,16 +147,42 @@ userfield:hasShutdownType
147 ] ; 147 ] ;
148 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ; 148 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ;
149 . 149 .
150 +:ActivityConstraint
151 + rdf:type owl:Class ;
152 + rdfs:comment "A Constraint in which an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ;
153 + rdfs:label "Activity constraint"^^xsd:string ;
154 + rdfs:subClassOf :Constraint ;
155 +.
150 :ActivityInPlan 156 :ActivityInPlan
151 rdf:type owl:Class ; 157 rdf:type owl:Class ;
152 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 ; 158 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 ;
153 rdfs:label "Activity in Plan"^^xsd:string ; 159 rdfs:label "Activity in Plan"^^xsd:string ;
154 rdfs:subClassOf :Activity ; 160 rdfs:subClassOf :Activity ;
161 + rdfs:subClassOf [
162 + rdf:type owl:Restriction ;
163 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
164 + owl:onClass :MaterialOrderStatus ;
165 + owl:onProperty :hasActivityMaterialOrderStatus ;
166 + ] ;
167 +.
168 +:ActivityStatus
169 + rdf:type owl:Class ;
170 + rdfs:comment "A Status of an Activity (which can have predefined enumeration values)."^^xsd:string ;
171 + rdfs:label "Activity status"^^xsd:string ;
172 + rdfs:subClassOf :Status ;
155 . 173 .
156 :AfterShutdown 174 :AfterShutdown
157 rdf:type :ShutdownPhase ; 175 rdf:type :ShutdownPhase ;
158 rdfs:label "After shutdown"^^xsd:string ; 176 rdfs:label "After shutdown"^^xsd:string ;
159 . 177 .
178 +:Application
179 + rdf:type owl:Class ;
180 + rdfs:comment "Encoded Artificial Data that creates, manipulates, stores and retrieves Data (adapted from eHow.com)."^^xsd:string ;
181 + rdfs:label "Application"^^xsd:string ;
182 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4316455455> ;
183 + rdfs:subClassOf owl:Thing ;
184 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43165907246> ;
185 +.
160 :Asset 186 :Asset
161 rdf:type owl:Class ; 187 rdf:type owl:Class ;
162 rdfs:comment "A Arranged Individual that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets related to exploration, development and operation of petrochemical reserves."^^xsd:string ; 188 rdfs:comment "A Arranged Individual that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets related to exploration, development and operation of petrochemical reserves."^^xsd:string ;
...@@ -334,10 +360,24 @@ userfield:hasShutdownType ...@@ -334,10 +360,24 @@ userfield:hasShutdownType
334 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 360 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
335 ] ; 361 ] ;
336 . 362 .
363 +:CalendarDay
364 + rdf:type owl:Class ;
365 + rdfs:comment "A Period in Time that is a (working or free) day in a given Calendar."^^xsd:string ;
366 + rdfs:label "Calendar day"^^xsd:string ;
367 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS356215271> ;
368 + rdfs:subClassOf owl:Thing ;
369 +.
370 +:CalendarHour
371 + rdf:type owl:Class ;
372 + rdfs:comment "A Period in Time that is a (working or free) hour in a given Calendar."^^xsd:string ;
373 + rdfs:label "Calendar hour"^^xsd:string ;
374 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS356215271> ;
375 + rdfs:subClassOf owl:Thing ;
376 +.
337 :CalendarSet 377 :CalendarSet
338 rdf:type owl:Class ; 378 rdf:type owl:Class ;
339 :shouldHaveID "true" ; 379 :shouldHaveID "true" ;
340 - rdfs:comment "A Function that is a collection of Calendars."^^xsd:string ; 380 + rdfs:comment "An Information Object that is a collection of Calendars."^^xsd:string ;
341 rdfs:label "Calendar Set"^^xsd:string ; 381 rdfs:label "Calendar Set"^^xsd:string ;
342 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ; 382 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ;
343 rdfs:subClassOf owl:Thing ; 383 rdfs:subClassOf owl:Thing ;
...@@ -389,9 +429,17 @@ userfield:hasShutdownType ...@@ -389,9 +429,17 @@ userfield:hasShutdownType
389 rdfs:label "Campaign"^^xsd:string ; 429 rdfs:label "Campaign"^^xsd:string ;
390 . 430 .
391 :Cancelled 431 :Cancelled
392 - rdf:type :Status ; 432 + rdf:type :ActivityStatus ;
393 rdfs:label "Cancelled"^^xsd:string ; 433 rdfs:label "Cancelled"^^xsd:string ;
394 . 434 .
435 +:Category
436 + rdf:type owl:Class ;
437 + rdfs:comment "An Organization that is a group of related competencies used to classify Disciplines according to Discipline Code Manuals (typically based on standards such as NORSOK COR codes)."^^xsd:string ;
438 + rdfs:label "Category"^^xsd:string ;
439 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS282149> ;
440 + rdfs:subClassOf owl:Thing ;
441 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ;
442 +.
395 :ChangeOver 443 :ChangeOver
396 rdf:type :SystemCondition ; 444 rdf:type :SystemCondition ;
397 rdfs:label "Change over"^^xsd:string ; 445 rdfs:label "Change over"^^xsd:string ;
...@@ -402,15 +450,13 @@ userfield:hasShutdownType ...@@ -402,15 +450,13 @@ userfield:hasShutdownType
402 . 450 .
403 :CoilTubing 451 :CoilTubing
404 rdf:type owl:Class ; 452 rdf:type owl:Class ;
405 - 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 ; 453 + rdfs:comment "A 15926-4 Activity that is related to preparation and rigging up/down snubbing and coil tubing equipment, including pressure testing."^^xsd:string ;
406 rdfs:label "Coil tubing"^^xsd:string ; 454 rdfs:label "Coil tubing"^^xsd:string ;
407 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS17731742> ; 455 + rdfs:subClassOf :Activity ;
408 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ;
409 - rdfs:subClassOf owl:Thing ;
410 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS17729327> ; 456 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS17729327> ;
411 . 457 .
412 :Completed 458 :Completed
413 - rdf:type :Status ; 459 + rdf:type :ActivityStatus ;
414 rdfs:label "Completed"^^xsd:string ; 460 rdfs:label "Completed"^^xsd:string ;
415 . 461 .
416 :CompletelyFreeField 462 :CompletelyFreeField
...@@ -475,6 +521,12 @@ userfield:hasShutdownType ...@@ -475,6 +521,12 @@ userfield:hasShutdownType
475 owl:onProperty :hasExternalReference ; 521 owl:onProperty :hasExternalReference ;
476 ] ; 522 ] ;
477 . 523 .
524 +:Contractor
525 + rdf:type owl:Class ;
526 + rdfs:comment "A Responsible that is an organization that has a contract related to one or more Activities in a Plan"^^xsd:string ;
527 + rdfs:label "Contractor"^^xsd:string ;
528 + rdfs:subClassOf :Responsible ;
529 +.
478 :Coordinate 530 :Coordinate
479 rdf:type lci:ClassOfIndividual ; 531 rdf:type lci:ClassOfIndividual ;
480 rdf:type owl:Class ; 532 rdf:type owl:Class ;
...@@ -513,7 +565,7 @@ userfield:hasShutdownType ...@@ -513,7 +565,7 @@ userfield:hasShutdownType
513 . 565 .
514 :Criticality 566 :Criticality
515 rdf:type owl:Class ; 567 rdf:type owl:Class ;
516 - rdfs:comment "A Criticalty Rating that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ; 568 + rdfs:comment "A Single Property Dimension that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ;
517 rdfs:label "Criticality"^^xsd:string ; 569 rdfs:label "Criticality"^^xsd:string ;
518 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ; 570 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
519 rdfs:subClassOf owl:Thing ; 571 rdfs:subClassOf owl:Thing ;
...@@ -526,7 +578,7 @@ userfield:hasShutdownType ...@@ -526,7 +578,7 @@ userfield:hasShutdownType
526 rdfs:subClassOf :ScheduleForPlan ; 578 rdfs:subClassOf :ScheduleForPlan ;
527 . 579 .
528 :DR_Activity 580 :DR_Activity
529 - rdf:type :Status ; 581 + rdf:type :TypeOfDrillingWork ;
530 rdfs:comment "A Status Value for Activities that involve Drilling (part of Use Case 2.5.1)"^^xsd:string ; 582 rdfs:comment "A Status Value for Activities that involve Drilling (part of Use Case 2.5.1)"^^xsd:string ;
531 rdfs:label "DR Activity"^^xsd:string ; 583 rdfs:label "DR Activity"^^xsd:string ;
532 . 584 .
...@@ -574,6 +626,13 @@ userfield:hasShutdownType ...@@ -574,6 +626,13 @@ userfield:hasShutdownType
574 ] ; 626 ] ;
575 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS11708918> ; 627 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS11708918> ;
576 . 628 .
629 +:DataSource
630 + rdf:type owl:Class ;
631 + rdfs:comment "A Functional Object that is the originator of information in data exchange , which may be a Planning Application or a Responsible Organization classified according to BRREG as a legal entity."^^xsd:string ;
632 + rdfs:label "Data Source"^^xsd:string ;
633 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS318059> ;
634 + rdfs:subClassOf owl:Thing ;
635 +.
577 :DependentOnShutdown 636 :DependentOnShutdown
578 rdf:type :ShutdownType ; 637 rdf:type :ShutdownType ;
579 rdfs:label "Dependent on shutdown"^^xsd:string ; 638 rdfs:label "Dependent on shutdown"^^xsd:string ;
...@@ -604,6 +663,11 @@ userfield:hasShutdownType ...@@ -604,6 +663,11 @@ userfield:hasShutdownType
604 rdf:type :ShutdownPhase ; 663 rdf:type :ShutdownPhase ;
605 rdfs:label "During shutdown"^^xsd:string ; 664 rdfs:label "During shutdown"^^xsd:string ;
606 . 665 .
666 +:EmergencyShutdown
667 + rdf:type :ShutdownType ;
668 + rdfs:comment "A Shutdown Type that involves shutting down rapidly in order to prevent or remedy a dangerous situation"^^xsd:string ;
669 + rdfs:label "Emergency shutdown"^^xsd:string ;
670 +.
607 :EquipmentShutdown 671 :EquipmentShutdown
608 rdf:type :ShutdownType ; 672 rdf:type :ShutdownType ;
609 rdfs:label "Equipment Shutdown"^^xsd:string ; 673 rdfs:label "Equipment Shutdown"^^xsd:string ;
...@@ -655,15 +719,15 @@ userfield:hasShutdownType ...@@ -655,15 +719,15 @@ userfield:hasShutdownType
655 . 719 .
656 :FF 720 :FF
657 rdf:type owl:Class ; 721 rdf:type owl:Class ;
658 - rdfs:comment "A Constraint (Activity Dependency) where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ; 722 + rdfs:comment "An Activity Constraint (Activity Dependency) where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ;
659 rdfs:label "Finish to Finish"^^xsd:string ; 723 rdfs:label "Finish to Finish"^^xsd:string ;
660 - rdfs:subClassOf :Constraint ; 724 + rdfs:subClassOf :ActivityConstraint ;
661 . 725 .
662 :FS 726 :FS
663 rdf:type owl:Class ; 727 rdf:type owl:Class ;
664 - rdfs:comment "A Constraint (Activity Dependency) where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ; 728 + rdfs:comment "An Activity Constraint (Activity Dependency) where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ;
665 rdfs:label "Finish to Start"^^xsd:string ; 729 rdfs:label "Finish to Start"^^xsd:string ;
666 - rdfs:subClassOf :Constraint ; 730 + rdfs:subClassOf :ActivityConstraint ;
667 . 731 .
668 :Facility 732 :Facility
669 rdf:type owl:Class ; 733 rdf:type owl:Class ;
...@@ -691,7 +755,7 @@ userfield:hasShutdownType ...@@ -691,7 +755,7 @@ userfield:hasShutdownType
691 rdf:type owl:Class ; 755 rdf:type owl:Class ;
692 rdfs:comment "A Data Field that holds variables defined by the User."^^xsd:string ; 756 rdfs:comment "A Data Field that holds variables defined by the User."^^xsd:string ;
693 rdfs:label "Free Field"^^xsd:string ; 757 rdfs:label "Free Field"^^xsd:string ;
694 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS17611736> ; 758 + rdfs:subClassOf :Data ;
695 rdfs:subClassOf [ 759 rdfs:subClassOf [
696 rdf:type owl:Restriction ; 760 rdf:type owl:Restriction ;
697 :shouldHaveID "true"^^xsd:boolean ; 761 :shouldHaveID "true"^^xsd:boolean ;
...@@ -710,8 +774,7 @@ userfield:hasShutdownType ...@@ -710,8 +774,7 @@ userfield:hasShutdownType
710 rdf:type owl:Class ; 774 rdf:type owl:Class ;
711 rdfs:comment "A Data Field that is a collection of Free Fields."^^xsd:string ; 775 rdfs:comment "A Data Field that is a collection of Free Fields."^^xsd:string ;
712 rdfs:label "Free Field Set"^^xsd:string ; 776 rdfs:label "Free Field Set"^^xsd:string ;
713 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS17611736> ; 777 + rdfs:subClassOf :Data ;
714 - rdfs:subClassOf owl:Thing ;
715 rdfs:subClassOf [ 778 rdfs:subClassOf [
716 rdf:type owl:Restriction ; 779 rdf:type owl:Restriction ;
717 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 780 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
...@@ -734,9 +797,9 @@ userfield:hasShutdownType ...@@ -734,9 +797,9 @@ userfield:hasShutdownType
734 :FreeFieldValue 797 :FreeFieldValue
735 rdf:type owl:Class ; 798 rdf:type owl:Class ;
736 :shouldHaveID "true" ; 799 :shouldHaveID "true" ;
737 - rdfs:comment "A Value that holds Free Field variable values."^^xsd:string ; 800 + rdfs:comment "A Data Value that holds Free Field variable values."^^xsd:string ;
738 rdfs:label "Free Field Value"^^xsd:string ; 801 rdfs:label "Free Field Value"^^xsd:string ;
739 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7945844> ; 802 + rdfs:subClassOf :Data ;
740 rdfs:subClassOf [ 803 rdfs:subClassOf [
741 rdf:type owl:Restriction ; 804 rdf:type owl:Restriction ;
742 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 805 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
...@@ -753,6 +816,14 @@ userfield:hasShutdownType ...@@ -753,6 +816,14 @@ userfield:hasShutdownType
753 :Friday 816 :Friday
754 rdf:type :Weekday ; 817 rdf:type :Weekday ;
755 . 818 .
819 +:FunctionalLocation
820 + rdf:type owl:Class ;
821 + rdfs:comment "A Location that is a logical position, typically used to specify where an Activity takes place, and normally described relative a functional breakdown of areas used for given types of Activities (e.g., the Drilling Are of an oil platform)."^^xsd:string ;
822 + rdfs:label "Functional location"^^xsd:string ;
823 + rdfs:subClassOf :Location ;
824 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1021182910> ;
825 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS17211212812> ;
826 +.
756 :GasExportShutdown 827 :GasExportShutdown
757 rdf:type :ShutdownType ; 828 rdf:type :ShutdownType ;
758 rdfs:label "Gas export shutdown"^^xsd:string ; 829 rdfs:label "Gas export shutdown"^^xsd:string ;
...@@ -761,6 +832,21 @@ userfield:hasShutdownType ...@@ -761,6 +832,21 @@ userfield:hasShutdownType
761 rdf:type :ShutdownType ; 832 rdf:type :ShutdownType ;
762 rdfs:label "Gas injection shutdown"^^xsd:string ; 833 rdfs:label "Gas injection shutdown"^^xsd:string ;
763 . 834 .
835 +:GeoraphicLocation
836 + rdf:type owl:Class ;
837 + rdfs:comment "A Location that is a geographical position, typically used to specify where a Facility or Organization is located, and normally specified according to NPD for offshore facilities and BRREG for onshore activities."^^xsd:string ;
838 + rdfs:label "Georaphic location"^^xsd:string ;
839 + rdfs:subClassOf :Location ;
840 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2225253101> ;
841 +.
842 +:HCSystems
843 + rdf:type :RiskFactor ;
844 + rdfs:label "HCSystems"^^xsd:string ;
845 +.
846 +:HeightWork
847 + rdf:type :RiskFactor ;
848 + rdfs:label "Height work"^^xsd:string ;
849 +.
764 :HighActivityPeriod 850 :HighActivityPeriod
765 rdf:type :SystemCondition ; 851 rdf:type :SystemCondition ;
766 rdfs:label "High activity period"^^xsd:string ; 852 rdfs:label "High activity period"^^xsd:string ;
...@@ -769,6 +855,14 @@ userfield:hasShutdownType ...@@ -769,6 +855,14 @@ userfield:hasShutdownType
769 rdf:type :Criticality ; 855 rdf:type :Criticality ;
770 rdfs:label "High criticality"^^xsd:string ; 856 rdfs:label "High criticality"^^xsd:string ;
771 . 857 .
858 +:HighPriority
859 + rdf:type :Priority ;
860 + rdfs:label "High priority"^^xsd:string ;
861 +.
862 +:HotWork
863 + rdf:type :RiskFactor ;
864 + rdfs:label "Hot work"^^xsd:string ;
865 +.
772 :InOperation 866 :InOperation
773 rdf:type :SystemCondition ; 867 rdf:type :SystemCondition ;
774 rdfs:label "In operation"^^xsd:string ; 868 rdfs:label "In operation"^^xsd:string ;
...@@ -784,6 +878,10 @@ userfield:hasShutdownType ...@@ -784,6 +878,10 @@ userfield:hasShutdownType
784 rdfs:subClassOf :Asset ; 878 rdfs:subClassOf :Asset ;
785 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43166345139> ; 879 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43166345139> ;
786 . 880 .
881 +:LiftingOperation
882 + rdf:type :RiskFactor ;
883 + rdfs:label "Lifting operation"^^xsd:string ;
884 +.
787 :LiveScheduleForPlan 885 :LiveScheduleForPlan
788 rdf:type owl:Class ; 886 rdf:type owl:Class ;
789 rdfs:comment "A decided ScheduleForPlan that mitigates any delays discovered in the Current Schedule."^^xsd:string ; 887 rdfs:comment "A decided ScheduleForPlan that mitigates any delays discovered in the Current Schedule."^^xsd:string ;
...@@ -794,18 +892,64 @@ userfield:hasShutdownType ...@@ -794,18 +892,64 @@ userfield:hasShutdownType
794 rdf:type :ShutdownType ; 892 rdf:type :ShutdownType ;
795 rdfs:label "Living quarter shutdown"^^xsd:string ; 893 rdfs:label "Living quarter shutdown"^^xsd:string ;
796 . 894 .
895 +:Location
896 + rdf:type owl:Class ;
897 + rdfs:comment "An Individual that is the location (position) of an Asset."^^xsd:string ;
898 + rdfs:label "Location"^^xsd:string ;
899 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS8645837> ;
900 + rdfs:subClassOf owl:Thing ;
901 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS436813841> ;
902 +.
797 :LowCriticality 903 :LowCriticality
798 rdf:type :Criticality ; 904 rdf:type :Criticality ;
799 rdfs:label "Low criticality"^^xsd:string ; 905 rdfs:label "Low criticality"^^xsd:string ;
800 . 906 .
907 +:LowPriority
908 + rdf:type :Priority ;
909 + rdfs:label "Low priority"^^xsd:string ;
910 +.
801 :MaterialAvailabilityNotChecked 911 :MaterialAvailabilityNotChecked
802 - rdf:type :Status ; 912 + rdf:type :MaterialOrderStatus ;
803 rdfs:label "Material availability not checked"^^xsd:string ; 913 rdfs:label "Material availability not checked"^^xsd:string ;
804 . 914 .
915 +:MaterialDeliveredAtBase
916 + rdf:type :MaterialOrderStatus ;
917 + rdfs:label "Material delivered at base"^^xsd:string ;
918 +.
919 +:MaterialDeliveredOffshore
920 + rdf:type :MaterialOrderStatus ;
921 + rdfs:label "Material delivered offshore"^^xsd:string ;
922 +.
923 +:MaterialDeliveredOnshore
924 + rdf:type :MaterialOrderStatus ;
925 + rdfs:label "Material delivered onshore"^^xsd:string ;
926 +.
927 +:MaterialDeliveryDelayed
928 + rdf:type :MaterialOrderStatus ;
929 + rdfs:label "Material delivery delayed"^^xsd:string ;
930 +.
931 +:MaterialDeliveryOnTime
932 + rdf:type :MaterialOrderStatus ;
933 + rdfs:label "Material delivery on time"^^xsd:string ;
934 +.
935 +:MaterialOnOrder
936 + rdf:type :MaterialOrderStatus ;
937 + rdfs:label "Material on order"^^xsd:string ;
938 +.
939 +:MaterialOrderStatus
940 + rdf:type owl:Class ;
941 + rdfs:comment "A Status of an Order for Materials for (one or more) Activities in a Project."^^xsd:string ;
942 + rdfs:label "Material order status"^^xsd:string ;
943 + rdfs:subClassOf :Status ;
944 +.
805 :MediumCriticality 945 :MediumCriticality
806 rdf:type :Criticality ; 946 rdf:type :Criticality ;
807 rdfs:label "Medium criticality"^^xsd:string ; 947 rdfs:label "Medium criticality"^^xsd:string ;
808 . 948 .
949 +:MediumPriority
950 + rdf:type :Priority ;
951 + rdfs:label "Normal Priority"^^xsd:string ;
952 +.
809 :Milestone 953 :Milestone
810 rdf:type owl:Class ; 954 rdf:type owl:Class ;
811 rdfs:comment "An Activity that is part of an Activity Plan, with a 0-duration, and in many cases a fixed date. A milestone is normally a specified event within Project, often linked to contractual items."^^xsd:string ; 955 rdfs:comment "An Activity that is part of an Activity Plan, with a 0-duration, and in many cases a fixed date. A milestone is normally a specified event within Project, often linked to contractual items."^^xsd:string ;
...@@ -820,7 +964,7 @@ userfield:hasShutdownType ...@@ -820,7 +964,7 @@ userfield:hasShutdownType
820 rdf:type :Weekday ; 964 rdf:type :Weekday ;
821 . 965 .
822 :NoMaterialComponents 966 :NoMaterialComponents
823 - rdf:type :Status ; 967 + rdf:type :MaterialOrderStatus ;
824 rdfs:label "No material components"^^xsd:string ; 968 rdfs:label "No material components"^^xsd:string ;
825 . 969 .
826 :NoRepeatPeriod 970 :NoRepeatPeriod
...@@ -839,8 +983,20 @@ userfield:hasShutdownType ...@@ -839,8 +983,20 @@ userfield:hasShutdownType
839 rdfs:label "Operation"^^xsd:string ; 983 rdfs:label "Operation"^^xsd:string ;
840 rdfs:subClassOf :Activity ; 984 rdfs:subClassOf :Activity ;
841 . 985 .
986 +:OperationStatus
987 + rdf:type owl:Class ;
988 + rdfs:comment "A Status of an Operation (which can have predefined enumeration values)."^^xsd:string ;
989 + rdfs:label "Operation status"^^xsd:string ;
990 + rdfs:subClassOf :Status ;
991 +.
992 +:Operator
993 + rdf:type owl:Class ;
994 + rdfs:comment "A Responsible that is an organization that operates a Facility in a Field in order to produce oil and gas."^^xsd:string ;
995 + rdfs:label "Operator"^^xsd:string ;
996 + rdfs:subClassOf :Responsible ;
997 +.
842 :Pending 998 :Pending
843 - rdf:type :Status ; 999 + rdf:type :ActivityStatus ;
844 rdfs:label "Pending"^^xsd:string ; 1000 rdfs:label "Pending"^^xsd:string ;
845 . 1001 .
846 :Period 1002 :Period
...@@ -895,6 +1051,12 @@ userfield:hasShutdownType ...@@ -895,6 +1051,12 @@ userfield:hasShutdownType
895 ] ; 1051 ] ;
896 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS380969> ; 1052 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS380969> ;
897 . 1053 .
1054 +:Person
1055 + rdf:type owl:Class ;
1056 + rdfs:comment "A Responsible that is a person responsible for carrying out a specified part of the Schedule (and may be classified according to the Person On Board register)."^^xsd:string ;
1057 + rdfs:label "Person"^^xsd:string ;
1058 + rdfs:subClassOf :Responsible ;
1059 +.
898 :Phase 1060 :Phase
899 rdf:type owl:Class ; 1061 rdf:type owl:Class ;
900 rdfs:comment "A Period that divides the asset lifecycle into parts according to achievement of defined progress or results as basis for making decisions at Decision Gates."^^xsd:string ; 1062 rdfs:comment "A Period that divides the asset lifecycle into parts according to achievement of defined progress or results as basis for making decisions at Decision Gates."^^xsd:string ;
...@@ -902,6 +1064,12 @@ userfield:hasShutdownType ...@@ -902,6 +1064,12 @@ userfield:hasShutdownType
902 rdfs:subClassOf :Period ; 1064 rdfs:subClassOf :Period ;
903 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS380969> ; 1065 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS380969> ;
904 . 1066 .
1067 +:PhysicalLocation
1068 + rdf:type owl:Class ;
1069 + rdfs:comment "A Location that is a physical position within a Geographical Location, typically use to specify the positon of an Asset and specified by coordinates relative to NPD for offshore facilities and BRREG for onshore activities."^^xsd:string ;
1070 + rdfs:label "Physical location"^^xsd:string ;
1071 + rdfs:subClassOf :Location ;
1072 +.
905 :Plan 1073 :Plan
906 rdf:type owl:Class ; 1074 rdf:type owl:Class ;
907 :shouldHaveID "true"^^xsd:boolean ; 1075 :shouldHaveID "true"^^xsd:boolean ;
...@@ -1032,7 +1200,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1032,7 +1200,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1032 rdfs:subClassOf owl:Thing ; 1200 rdfs:subClassOf owl:Thing ;
1033 . 1201 .
1034 :Planned 1202 :Planned
1035 - rdf:type :Status ; 1203 + rdf:type :ActivityStatus ;
1036 rdfs:label "Planned"^^xsd:string ; 1204 rdfs:label "Planned"^^xsd:string ;
1037 . 1205 .
1038 :Planning 1206 :Planning
...@@ -1043,14 +1211,27 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1043,14 +1211,27 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1043 rdfs:subClassOf owl:Thing ; 1211 rdfs:subClassOf owl:Thing ;
1044 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9659447> ; 1212 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9659447> ;
1045 . 1213 .
1214 +:PlanningApplication
1215 + rdf:type owl:Class ;
1216 + rdfs:comment "An Application used for generating, analyzing or communicating Data related to Activities, Constraints and Networks."^^xsd:string ;
1217 + rdfs:label "Planning application"^^xsd:string ;
1218 + rdfs:subClassOf :Application ;
1219 +.
1046 :PotentialShutdown 1220 :PotentialShutdown
1047 rdf:type :ShutdownType ; 1221 rdf:type :ShutdownType ;
1048 rdfs:label "Potential shutdown"^^xsd:string ; 1222 rdfs:label "Potential shutdown"^^xsd:string ;
1049 . 1223 .
1050 :Pre-costed 1224 :Pre-costed
1051 - rdf:type :Status ; 1225 + rdf:type :OperationStatus ;
1052 rdfs:label "Pre-costed"^^xsd:string ; 1226 rdfs:label "Pre-costed"^^xsd:string ;
1053 . 1227 .
1228 +:Priority
1229 + rdf:type owl:Class ;
1230 + rdfs:comment "A Single Property Dimension that is a measure of the importance of and/or focus on (one or more) activities."^^xsd:string ;
1231 + rdfs:label "Priority"^^xsd:string ;
1232 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
1233 + rdfs:subClassOf owl:Thing ;
1234 +.
1054 :ProductionShutdown 1235 :ProductionShutdown
1055 rdf:type :ShutdownType ; 1236 rdf:type :ShutdownType ;
1056 rdfs:label "Production shutdown"^^xsd:string ; 1237 rdfs:label "Production shutdown"^^xsd:string ;
...@@ -1119,6 +1300,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1119,6 +1300,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1119 owl:onClass :Profile ; 1300 owl:onClass :Profile ;
1120 owl:onProperty :hasProfile ; 1301 owl:onProperty :hasProfile ;
1121 ] ; 1302 ] ;
1303 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS47466168170> ;
1122 . 1304 .
1123 :Project 1305 :Project
1124 rdf:type owl:Class ; 1306 rdf:type owl:Class ;
...@@ -1196,13 +1378,23 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1196,13 +1378,23 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1196 rdfs:subClassOf :Phase ; 1378 rdfs:subClassOf :Phase ;
1197 . 1379 .
1198 :ReadyForExecution 1380 :ReadyForExecution
1199 - rdf:type :Status ; 1381 + rdf:type :ActivityStatus ;
1200 rdfs:label "Ready for execution"^^xsd:string ; 1382 rdfs:label "Ready for execution"^^xsd:string ;
1201 . 1383 .
1384 +:Regular8to16WorkingDayCalendar
1385 + rdf:type owl:Class ;
1386 + rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ;
1387 + rdfs:label "Regular 8 to 16 Working Day Calendar"^^xsd:string ;
1388 + rdfs:subClassOf :WeekendsFreeCalendar ;
1389 +.
1202 :Released 1390 :Released
1203 - rdf:type :Status ; 1391 + rdf:type :ActivityStatus ;
1204 rdfs:label "Released"^^xsd:string ; 1392 rdfs:label "Released"^^xsd:string ;
1205 . 1393 .
1394 +:RemovalOfBarriers
1395 + rdf:type :RiskFactor ;
1396 + rdfs:label "Removal of barriers"^^xsd:string ;
1397 +.
1206 :Resource 1398 :Resource
1207 rdf:type owl:Class ; 1399 rdf:type owl:Class ;
1208 :shouldHaveID "true" ; 1400 :shouldHaveID "true" ;
...@@ -1253,7 +1445,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1253,7 +1445,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1253 . 1445 .
1254 :ResourceValue 1446 :ResourceValue
1255 rdf:type owl:Class ; 1447 rdf:type owl:Class ;
1256 - rdfs:comment "A Value for a Resource"^^xsd:string ; 1448 + rdfs:comment "A Value for a Resource."^^xsd:string ;
1257 rdfs:label "Resource value"^^xsd:string ; 1449 rdfs:label "Resource value"^^xsd:string ;
1258 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7945844> ; 1450 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7945844> ;
1259 rdfs:subClassOf owl:Thing ; 1451 rdfs:subClassOf owl:Thing ;
...@@ -1285,17 +1477,24 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1285,17 +1477,24 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1285 rdf:type :ShutdownType ; 1477 rdf:type :ShutdownType ;
1286 rdfs:label "Revision shutdown"^^xsd:string ; 1478 rdfs:label "Revision shutdown"^^xsd:string ;
1287 . 1479 .
1480 +:RiskFactor
1481 + rdf:type owl:Class ;
1482 + rdfs:comment "A Factor that indicates the probability or threat 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 ;
1483 + rdfs:label "Risk factor"^^xsd:string ;
1484 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS356264> ;
1485 + rdfs:subClassOf owl:Thing ;
1486 +.
1288 :SF 1487 :SF
1289 rdf:type owl:Class ; 1488 rdf:type owl:Class ;
1290 - rdfs:comment "A Constraint (Activity Dependency) where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ; 1489 + rdfs:comment "An Activity Constraint (Activity Dependency) where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ;
1291 rdfs:label "Start to Finish"^^xsd:string ; 1490 rdfs:label "Start to Finish"^^xsd:string ;
1292 - rdfs:subClassOf :Constraint ; 1491 + rdfs:subClassOf :ActivityConstraint ;
1293 . 1492 .
1294 :SS 1493 :SS
1295 rdf:type owl:Class ; 1494 rdf:type owl:Class ;
1296 - rdfs:comment "A Constraint (Activity Dependency) where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ; 1495 + rdfs:comment "An Activity Constraint (Activity Dependency) where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ;
1297 rdfs:label "Start to Start"^^xsd:string ; 1496 rdfs:label "Start to Start"^^xsd:string ;
1298 - rdfs:subClassOf :Constraint ; 1497 + rdfs:subClassOf :ActivityConstraint ;
1299 . 1498 .
1300 :SafetyTestShutdown 1499 :SafetyTestShutdown
1301 rdf:type :ShutdownType ; 1500 rdf:type :ShutdownType ;
...@@ -1566,13 +1765,18 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1566,13 +1765,18 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1566 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9647162> ; 1765 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9647162> ;
1567 . 1766 .
1568 :SettlementRuleCreated 1767 :SettlementRuleCreated
1569 - rdf:type :Status ; 1768 + rdf:type :OperationStatus ;
1570 rdfs:label "Settlement rule created"^^xsd:string ; 1769 rdfs:label "Settlement rule created"^^xsd:string ;
1571 . 1770 .
1771 +:ShallowGasOperation
1772 + rdf:type :RiskFactor ;
1773 + rdfs:label "Shallow gas operation"^^xsd:string ;
1774 +.
1572 :Shutdown 1775 :Shutdown
1573 rdf:type owl:Class ; 1776 rdf:type owl:Class ;
1777 + rdfs:comment "An Activity that involves the (total or partial) discontinuation of one or more activities or functionalities associated with production of oil and gas."^^xsd:string ;
1574 rdfs:label "Shutdown"^^xsd:string ; 1778 rdfs:label "Shutdown"^^xsd:string ;
1575 - rdfs:subClassOf owl:Thing ; 1779 + rdfs:subClassOf :Activity ;
1576 . 1780 .
1577 :ShutdownNotEvaluated 1781 :ShutdownNotEvaluated
1578 rdf:type :ShutdownType ; 1782 rdf:type :ShutdownType ;
...@@ -1580,13 +1784,16 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1580,13 +1784,16 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1580 . 1784 .
1581 :ShutdownPhase 1785 :ShutdownPhase
1582 rdf:type owl:Class ; 1786 rdf:type owl:Class ;
1787 + rdfs:comment "A Phase that places an Activity relative to a given Shutdown (i.e., to be carried out before, during or after shutdown, etc.)."^^xsd:string ;
1583 rdfs:label "Shutdown phase"^^xsd:string ; 1788 rdfs:label "Shutdown phase"^^xsd:string ;
1584 rdfs:subClassOf :Phase ; 1789 rdfs:subClassOf :Phase ;
1585 . 1790 .
1586 :ShutdownType 1791 :ShutdownType
1587 rdf:type owl:Class ; 1792 rdf:type owl:Class ;
1793 + rdfs:comment "A Descriptor that classifies Shutdown activities"^^xsd:string ;
1588 rdfs:label "Shutdown type"^^xsd:string ; 1794 rdfs:label "Shutdown type"^^xsd:string ;
1589 - rdfs:subClassOf :SystemCondition ; 1795 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
1796 + rdfs:subClassOf owl:Thing ;
1590 . 1797 .
1591 :StartingUp 1798 :StartingUp
1592 rdf:type :ShutdownPhase ; 1799 rdf:type :ShutdownPhase ;
...@@ -1615,11 +1822,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1615,11 +1822,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1615 rdfs:label "System shutdown"^^xsd:string ; 1822 rdfs:label "System shutdown"^^xsd:string ;
1616 . 1823 .
1617 :TaskIsDRactivity 1824 :TaskIsDRactivity
1618 - rdf:type :WellInformationType ; 1825 + rdf:type :TypeOfWellInformation ;
1619 rdfs:label "Task is DRactivity"^^xsd:string ; 1826 rdfs:label "Task is DRactivity"^^xsd:string ;
1620 . 1827 .
1621 :TaskIsWSactivity 1828 :TaskIsWSactivity
1622 - rdf:type :WellInformationType ; 1829 + rdf:type :TypeOfWellInformation ;
1623 rdfs:label "Task is WSactivity"^^xsd:string ; 1830 rdfs:label "Task is WSactivity"^^xsd:string ;
1624 . 1831 .
1625 :Thursday 1832 :Thursday
...@@ -1637,7 +1844,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1637,7 +1844,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1637 :TimeBasedResourceValue 1844 :TimeBasedResourceValue
1638 rdf:type owl:Class ; 1845 rdf:type owl:Class ;
1639 :shouldHaveID "true" ; 1846 :shouldHaveID "true" ;
1640 - rdfs:comment "A Resource Value for a Time Based Resource "^^xsd:string ; 1847 + rdfs:comment "A Resource Value for a Time Based Resource."^^xsd:string ;
1641 rdfs:label "Time Based Resource"^^xsd:string ; 1848 rdfs:label "Time Based Resource"^^xsd:string ;
1642 rdfs:subClassOf :ResourceValue ; 1849 rdfs:subClassOf :ResourceValue ;
1643 rdfs:subClassOf [ 1850 rdfs:subClassOf [
...@@ -1794,21 +2001,63 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1794,21 +2001,63 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1794 . 2001 .
1795 :TypeOfDrillingWork 2002 :TypeOfDrillingWork
1796 rdf:type owl:Class ; 2003 rdf:type owl:Class ;
1797 - rdfs:comment "An ActivityClass that classifies Drilling Activities"^^xsd:string ; 2004 + rdfs:comment "An Descriptor that classifies Drilling Activities"^^xsd:string ;
1798 rdfs:label "Type of drilling work"^^xsd:string ; 2005 rdfs:label "Type of drilling work"^^xsd:string ;
1799 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS10012097710> ; 2006 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
2007 + rdfs:subClassOf owl:Thing ;
2008 +.
2009 +:TypeOfWell
2010 + rdf:type owl:Class ;
2011 + rdfs:comment "A descriptor that descripbes the type of Well"^^xsd:string ;
2012 + rdfs:label "Type of Well"^^xsd:string ;
2013 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
2014 + rdfs:subClassOf owl:Thing ;
2015 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ;
2016 +.
2017 +:TypeOfWellCompletion
2018 + rdf:type owl:Class ;
2019 + rdfs:comment "A Descriptor for the purpose of the outfitting of a 'wellbore'."^^xsd:string ;
2020 + rdfs:label "Type of Well completion"^^xsd:string ;
2021 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
2022 + rdfs:subClassOf owl:Thing ;
2023 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ;
2024 +.
2025 +:TypeOfWellInformation
2026 + rdf:type owl:Class ;
2027 + rdfs:comment "A Descriptor for the type of information associated with a drilling activity"^^xsd:string ;
2028 + rdfs:label "Type of Well information"^^xsd:string ;
2029 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
2030 + rdfs:subClassOf owl:Thing ;
2031 +.
2032 +:TypeOfWellWork
2033 + rdf:type owl:Class ;
2034 + rdfs:comment "A Descriptor for the type of well work"^^xsd:string ;
2035 + rdfs:label "Type of Well Work"^^xsd:string ;
2036 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
1800 rdfs:subClassOf owl:Thing ; 2037 rdfs:subClassOf owl:Thing ;
1801 . 2038 .
1802 :UnderPlanningOrScheduling 2039 :UnderPlanningOrScheduling
1803 - rdf:type :Status ; 2040 + rdf:type :ActivityStatus ;
1804 rdfs:label "Under planning or scheduling"^^xsd:string ; 2041 rdfs:label "Under planning or scheduling"^^xsd:string ;
1805 . 2042 .
1806 :Unknown 2043 :Unknown
1807 - rdf:type :Status ; 2044 + rdf:type :ActivityStatus ;
1808 rdfs:label "Unknown"^^xsd:string ; 2045 rdfs:label "Unknown"^^xsd:string ;
1809 . 2046 .
2047 +:Value
2048 + rdf:type owl:Class ;
2049 + rdfs:comment "A Property that denotes the material or monetary worth of something relative to the price asked for it (from Oxforddictionaries.com)."^^xsd:string ;
2050 + rdfs:label "Value"^^xsd:string ;
2051 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
2052 + rdfs:subClassOf owl:Thing ;
2053 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7945844> ;
2054 +.
2055 +:VeselOperation
2056 + rdf:type :RiskFactor ;
2057 + rdfs:label "Vesel operation"^^xsd:string ;
2058 +.
1810 :WS_Activity 2059 :WS_Activity
1811 - rdf:type :Status ; 2060 + rdf:type :TypeOfDrillingWork ;
1812 rdfs:comment "A Status Value for Activities that involve Well Services (part of Use Case 2.5.1)"^^xsd:string ; 2061 rdfs:comment "A Status Value for Activities that involve Well Services (part of Use Case 2.5.1)"^^xsd:string ;
1813 rdfs:label "WS Activity"^^xsd:string ; 2062 rdfs:label "WS Activity"^^xsd:string ;
1814 . 2063 .
...@@ -1830,6 +2079,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1830,6 +2079,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1830 rdfs:subClassOf owl:Thing ; 2079 rdfs:subClassOf owl:Thing ;
1831 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS8945301> ; 2080 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS8945301> ;
1832 . 2081 .
2082 +:WeekendsFreeCalendar
2083 + rdf:type owl:Class ;
2084 + rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ;
2085 + rdfs:label "Weekends Free Calendar"^^xsd:string ;
2086 + rdfs:subClassOf :Calendar ;
2087 +.
1833 :WeeklyRepeatPeriod 2088 :WeeklyRepeatPeriod
1834 rdf:type owl:Class ; 2089 rdf:type owl:Class ;
1835 rdfs:comment "A Period that is repeated every week."^^xsd:string ; 2090 rdfs:comment "A Period that is repeated every week."^^xsd:string ;
...@@ -1856,46 +2111,16 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1856,46 +2111,16 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1856 rdfs:subClassOf :Asset ; 2111 rdfs:subClassOf :Asset ;
1857 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1714464911> ; 2112 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1714464911> ;
1858 . 2113 .
1859 -:WellCompletionType
1860 - rdf:type owl:Class ;
1861 - rdfs:comment "A Descriptor for the purpose of the outfitting of a 'wellbore'."^^xsd:string ;
1862 - rdfs:label "Well completion type"^^xsd:string ;
1863 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
1864 - rdfs:subClassOf owl:Thing ;
1865 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ;
1866 -.
1867 -:WellInformationType
1868 - rdf:type owl:Class ;
1869 - rdfs:comment "A Descriptor for the type of information associated with a drilling activity"^^xsd:string ;
1870 - rdfs:label "Well information type"^^xsd:string ;
1871 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS327124471> ;
1872 - rdfs:subClassOf owl:Thing ;
1873 -.
1874 :WellIsolationPlan 2114 :WellIsolationPlan
1875 rdf:type owl:Class ; 2115 rdf:type owl:Class ;
2116 + rdfs:comment "An Activity Plan that specifies Activities for Isolating a Well."^^xsd:string ;
1876 rdfs:label "A Plan that specifies activities for well isolation"^^xsd:string ; 2117 rdfs:label "A Plan that specifies activities for well isolation"^^xsd:string ;
1877 - rdfs:subClassOf :Plan ; 2118 + rdfs:subClassOf :PlanForActivity ;
1878 - rdfs:subClassOf owl:Thing ;
1879 . 2119 .
1880 :WellTransfer 2120 :WellTransfer
1881 rdf:type :SystemCondition ; 2121 rdf:type :SystemCondition ;
1882 rdfs:label "Well transfer"^^xsd:string ; 2122 rdfs:label "Well transfer"^^xsd:string ;
1883 . 2123 .
1884 -:WellType
1885 - rdf:type owl:Class ;
1886 - rdfs:comment "A descriptor fthat descripbes the type of Well"^^xsd:string ;
1887 - rdfs:label "Well Type"^^xsd:string ;
1888 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
1889 - rdfs:subClassOf owl:Thing ;
1890 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ;
1891 -.
1892 -:WellTypeWork
1893 - rdf:type owl:Class ;
1894 - rdfs:comment "A Descriptor for the type of well work"^^xsd:string ;
1895 - rdfs:label "Well type work"^^xsd:string ;
1896 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
1897 - rdfs:subClassOf owl:Thing ;
1898 -.
1899 :WorkOrder 2124 :WorkOrder
1900 rdf:type owl:Class ; 2125 rdf:type owl:Class ;
1901 rdfs:comment "A Plan that corresponds to a set of Operations with a description of the work content of the Operations."^^xsd:string ; 2126 rdfs:comment "A Plan that corresponds to a set of Operations with a description of the work content of the Operations."^^xsd:string ;
...@@ -1908,6 +2133,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1908,6 +2133,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1908 owl:onProperty :hasActivity ; 2133 owl:onProperty :hasActivity ;
1909 ] ; 2134 ] ;
1910 . 2135 .
2136 +:WorkOrderStatus
2137 + rdf:type owl:Class ;
2138 + rdfs:comment "A Status of a Work Order (which can have predefined enumeration values)."^^xsd:string ;
2139 + rdfs:label "Work order status"^^xsd:string ;
2140 + rdfs:subClassOf :Status ;
2141 +.
1911 :alwaysOnSchedule 2142 :alwaysOnSchedule
1912 rdf:type owl:DatatypeProperty ; 2143 rdf:type owl:DatatypeProperty ;
1913 rdfs:label "always on schedule"^^xsd:string ; 2144 rdfs:label "always on schedule"^^xsd:string ;
...@@ -1937,6 +2168,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1937,6 +2168,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1937 rdf:type owl:ObjectProperty ; 2168 rdf:type owl:ObjectProperty ;
1938 rdfs:label "has activity"^^xsd:string ; 2169 rdfs:label "has activity"^^xsd:string ;
1939 . 2170 .
2171 +:hasActivityMaterialOrderStatus
2172 + rdf:type owl:ObjectProperty ;
2173 + rdfs:label "has activity material order status"^^xsd:string ;
2174 +.
1940 :hasActualFinish 2175 :hasActualFinish
1941 rdf:type owl:DatatypeProperty ; 2176 rdf:type owl:DatatypeProperty ;
1942 rdfs:label "has actual finish"^^xsd:string ; 2177 rdfs:label "has actual finish"^^xsd:string ;
...@@ -2326,6 +2561,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2326,6 +2561,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2326 rdfs:label "Cost based 1"^^xsd:string ; 2561 rdfs:label "Cost based 1"^^xsd:string ;
2327 rdfs:label "Discipline 1"^^xsd:string ; 2562 rdfs:label "Discipline 1"^^xsd:string ;
2328 rdfs:label "Time based 1"^^xsd:string ; 2563 rdfs:label "Time based 1"^^xsd:string ;
2564 + rdfs:subClassOf :Category ;
2565 + rdfs:subClassOf :Discipline ;
2329 rdfs:subClassOf :TimeBasedResource ; 2566 rdfs:subClassOf :TimeBasedResource ;
2330 . 2567 .
2331 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 2568 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
......