Tore Christiansen

Added Comment to all Possible Individuals

...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
24 . 24 .
25 :AbexProject 25 :AbexProject
26 rdf:type :ProjectCostType ; 26 rdf:type :ProjectCostType ;
27 + rdfs:comment "A Project that involves the cost of abandonment."^^xsd:string ;
27 rdfs:label "ABEX Project"^^xsd:string ; 28 rdfs:label "ABEX Project"^^xsd:string ;
28 rdfs:subClassOf :Project ; 29 rdfs:subClassOf :Project ;
29 . 30 .
...@@ -35,11 +36,13 @@ ...@@ -35,11 +36,13 @@
35 . 36 .
36 :AccruedTimeProject 37 :AccruedTimeProject
37 rdf:type :ProjectContractType ; 38 rdf:type :ProjectContractType ;
39 + rdfs:comment "A Project that involves an accrued time contract."^^xsd:string ;
38 rdfs:label "Accrued Time Project"^^xsd:string ; 40 rdfs:label "Accrued Time Project"^^xsd:string ;
39 rdfs:subClassOf :Project ; 41 rdfs:subClassOf :Project ;
40 . 42 .
41 :Active 43 :Active
42 rdf:type :ActivityStatus ; 44 rdf:type :ActivityStatus ;
45 + rdfs:comment "An ActivityStatusValue for an Activity that is currently under execution."^^xsd:string ;
43 rdfs:label "Active"^^xsd:string ; 46 rdfs:label "Active"^^xsd:string ;
44 rdfs:subClassOf :ActivityStatusValue ; 47 rdfs:subClassOf :ActivityStatusValue ;
45 . 48 .
...@@ -48,7 +51,7 @@ ...@@ -48,7 +51,7 @@
48 rdf:type lci:ClassOfIndividual ; 51 rdf:type lci:ClassOfIndividual ;
49 rdf:type owl:Class ; 52 rdf:type owl:Class ;
50 :shouldHaveID "true" ; 53 :shouldHaveID "true" ;
51 - rdfs:comment "An Individual that is something a person or group plans to do, does or has done in order to bring about defined change while consuming time and resources. An activity is generally the smallest portion of a Project used in planning, tracking, and control (adapted from ISO 15926, PMI and BSI)."^^xsd:string ; 54 + rdfs:comment "An Individual that is something a person or group plans to do, does or has done in order to bring about defined change while consuming time and resources. An activity is generally the smallest portion of a Project used in planning, tracking, and control (adapted from ISO 15926, PMI and BSI). This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
52 rdfs:label "Activity"^^xsd:string ; 55 rdfs:label "Activity"^^xsd:string ;
53 rdfs:subClassOf :PossibleIndividual ; 56 rdfs:subClassOf :PossibleIndividual ;
54 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ; 57 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ;
...@@ -56,12 +59,12 @@ ...@@ -56,12 +59,12 @@
56 :ActivityCarriedOutOnHCsystems 59 :ActivityCarriedOutOnHCsystems
57 rdf:type :ActivityRiskFactor ; 60 rdf:type :ActivityRiskFactor ;
58 rdf:type owl:Class ; 61 rdf:type owl:Class ;
59 - rdfs:label "Activity carried out on HC systems"^^xsd:string ; 62 + rdfs:label "A RiskActivity that is carried out on HC systems"^^xsd:string ;
60 rdfs:subClassOf :RiskActivity ; 63 rdfs:subClassOf :RiskActivity ;
61 . 64 .
62 :ActivityConstraint 65 :ActivityConstraint
63 rdf:type owl:Class ; 66 rdf:type owl:Class ;
64 - 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 ; 67 + rdfs:comment "A Constraint in Plan where 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 ;
65 rdfs:label "Activity constraint"^^xsd:string ; 68 rdfs:label "Activity constraint"^^xsd:string ;
66 rdfs:subClassOf :ConstraintInPlan ; 69 rdfs:subClassOf :ConstraintInPlan ;
67 rdfs:subClassOf [ 70 rdfs:subClassOf [
...@@ -109,19 +112,19 @@ ...@@ -109,19 +112,19 @@
109 :ActivityForWhichESDPermitIsRequired 112 :ActivityForWhichESDPermitIsRequired
110 rdf:type :ActivityRiskFactor ; 113 rdf:type :ActivityRiskFactor ;
111 rdf:type owl:Class ; 114 rdf:type owl:Class ;
112 - rdfs:label "Activity for which ESD Permit is required"^^xsd:string ; 115 + rdfs:label "A RiskActivity for which ESD Permit is required"^^xsd:string ;
113 rdfs:subClassOf :RiskActivity ; 116 rdfs:subClassOf :RiskActivity ;
114 . 117 .
115 :ActivityForWhichEntryPermitIsRequired 118 :ActivityForWhichEntryPermitIsRequired
116 rdf:type :ActivityRiskFactor ; 119 rdf:type :ActivityRiskFactor ;
117 rdf:type owl:Class ; 120 rdf:type owl:Class ;
118 - rdfs:label "Activity for which entry permit is required"^^xsd:string ; 121 + rdfs:label "A RiskActivity for which entry permit is required"^^xsd:string ;
119 rdfs:subClassOf :RiskActivity ; 122 rdfs:subClassOf :RiskActivity ;
120 . 123 .
121 :ActivityForWhichJobSafetyAnalysisIsRequired 124 :ActivityForWhichJobSafetyAnalysisIsRequired
122 rdf:type :ActivityRiskFactor ; 125 rdf:type :ActivityRiskFactor ;
123 rdf:type owl:Class ; 126 rdf:type owl:Class ;
124 - rdfs:label "Activity for which job safety analysis is required"^^xsd:string ; 127 + rdfs:label "A RiskActivity for which job safety analysis is required"^^xsd:string ;
125 rdfs:subClassOf :RiskActivity ; 128 rdfs:subClassOf :RiskActivity ;
126 . 129 .
127 :ActivityInPlan 130 :ActivityInPlan
...@@ -468,14 +471,14 @@ ...@@ -468,14 +471,14 @@
468 . 471 .
469 :ActivityStatusValue 472 :ActivityStatusValue
470 rdf:type owl:Class ; 473 rdf:type owl:Class ;
471 - rdfs:comment "A Status Value for an Activity"^^xsd:string ; 474 + rdfs:comment "A Status Value for an Activity."^^xsd:string ;
472 rdfs:label "Activity Status Value"^^xsd:string ; 475 rdfs:label "Activity Status Value"^^xsd:string ;
473 rdfs:subClassOf :StatusInstance ; 476 rdfs:subClassOf :StatusInstance ;
474 . 477 .
475 :ActivityThatIsPOBreducing 478 :ActivityThatIsPOBreducing
476 rdf:type :ActivityRiskFactor ; 479 rdf:type :ActivityRiskFactor ;
477 rdf:type owl:Class ; 480 rdf:type owl:Class ;
478 - rdfs:label "Activity that is POB reducing"^^xsd:string ; 481 + rdfs:label "A RiskActivity that is POB reducing"^^xsd:string ;
479 rdfs:subClassOf :RiskActivity ; 482 rdfs:subClassOf :RiskActivity ;
480 . 483 .
481 :ActivityThatRequiresAreaAccessRestriction 484 :ActivityThatRequiresAreaAccessRestriction
...@@ -498,39 +501,46 @@ ...@@ -498,39 +501,46 @@
498 :ActivityToIncreaseOilAndGasRecovery 501 :ActivityToIncreaseOilAndGasRecovery
499 rdf:type :ActivityObjective ; 502 rdf:type :ActivityObjective ;
500 rdf:type owl:Class ; 503 rdf:type owl:Class ;
504 + rdfs:comment "An ActivityWithObjective to increase the recovery of oil and/or gas from a given Asset (PetroleumField, Well or Welllbore).."^^xsd:string ;
501 rdfs:label "Activity to increase oil and gas recovery"^^xsd:string ; 505 rdfs:label "Activity to increase oil and gas recovery"^^xsd:string ;
502 rdfs:subClassOf :ActivityWithObjective ; 506 rdfs:subClassOf :ActivityWithObjective ;
503 . 507 .
504 :ActivityToMaintainBusinessAsUsual 508 :ActivityToMaintainBusinessAsUsual
505 rdf:type :ActivityObjective ; 509 rdf:type :ActivityObjective ;
506 rdf:type owl:Class ; 510 rdf:type owl:Class ;
511 + rdfs:comment "An ActivityWithObjective to maintain normal operation of business."^^xsd:string ;
507 rdfs:label "Activity to Maintain Business as Usual"^^xsd:string ; 512 rdfs:label "Activity to Maintain Business as Usual"^^xsd:string ;
508 rdfs:subClassOf :ActivityWithObjective ; 513 rdfs:subClassOf :ActivityWithObjective ;
509 . 514 .
510 :ActivityToMakeIncrementalImprovement 515 :ActivityToMakeIncrementalImprovement
511 rdf:type :ActivityObjective ; 516 rdf:type :ActivityObjective ;
512 rdf:type owl:Class ; 517 rdf:type owl:Class ;
518 + rdfs:comment "An ActivityWithObjective to make some form of incremental improvment."^^xsd:string ;
513 rdfs:label "Activity to make incremental improvement"^^xsd:string ; 519 rdfs:label "Activity to make incremental improvement"^^xsd:string ;
514 rdfs:subClassOf :ActivityWithObjective ; 520 rdfs:subClassOf :ActivityWithObjective ;
515 . 521 .
516 :ActivityToMakeRadicalChange 522 :ActivityToMakeRadicalChange
517 rdf:type :ActivityObjective ; 523 rdf:type :ActivityObjective ;
518 rdf:type owl:Class ; 524 rdf:type owl:Class ;
525 + rdfs:comment "An ActivityWithObjective to make some form of drastic change."^^xsd:string ;
519 rdfs:label "Activity to make radical change"^^xsd:string ; 526 rdfs:label "Activity to make radical change"^^xsd:string ;
520 rdfs:subClassOf :ActivityWithObjective ; 527 rdfs:subClassOf :ActivityWithObjective ;
521 . 528 .
522 :ActivityToManageClosedown 529 :ActivityToManageClosedown
523 rdf:type owl:Class ; 530 rdf:type owl:Class ;
531 + rdfs:comment "An ActivityWithObjective to manage closedown of a given Asset (PetroleumField, Well or Welllbore)."^^xsd:string ;
524 rdfs:label "Activity to manage closedown"^^xsd:string ; 532 rdfs:label "Activity to manage closedown"^^xsd:string ;
525 rdfs:subClassOf :ActivityWithObjective ; 533 rdfs:subClassOf :ActivityWithObjective ;
526 . 534 .
527 :ActivityToManageDisasterRecovery 535 :ActivityToManageDisasterRecovery
528 rdf:type owl:Class ; 536 rdf:type owl:Class ;
537 + rdfs:comment "An ActivityWithObjective to manage recovery from some form of disaster."^^xsd:string ;
529 rdfs:label "Activity to manage disaster recovery"^^xsd:string ; 538 rdfs:label "Activity to manage disaster recovery"^^xsd:string ;
530 rdfs:subClassOf :ActivityWithObjective ; 539 rdfs:subClassOf :ActivityWithObjective ;
531 . 540 .
532 :ActivityWithObjective 541 :ActivityWithObjective
533 rdf:type owl:Class ; 542 rdf:type owl:Class ;
543 + rdfs:comment "An Activity that has a stated Objective."^^xsd:string ;
534 rdfs:label "Activity with Objective"^^xsd:string ; 544 rdfs:label "Activity with Objective"^^xsd:string ;
535 rdfs:subClassOf :Activity ; 545 rdfs:subClassOf :Activity ;
536 . 546 .
...@@ -555,13 +565,14 @@ ...@@ -555,13 +565,14 @@
555 . 565 .
556 :AfterShutdown 566 :AfterShutdown
557 rdf:type :ShutdownPhase ; 567 rdf:type :ShutdownPhase ;
568 + rdfs:comment "An OperationalActivity that takes place after a shutdown."^^xsd:string ;
558 rdfs:label "After shutdown"^^xsd:string ; 569 rdfs:label "After shutdown"^^xsd:string ;
559 rdfs:subClassOf :OperationalActivity ; 570 rdfs:subClassOf :OperationalActivity ;
560 . 571 .
561 :Area 572 :Area
562 rdf:type :SpatialLocationInPlan ; 573 rdf:type :SpatialLocationInPlan ;
563 rdf:type owl:Class ; 574 rdf:type owl:Class ;
564 - rdfs:comment "A Property that specifies the geographical location of a Facility of Asset in terms of (dx.dy) where x and y are cartesian coordinates"^^xsd:string ; 575 + rdfs:comment "A PartOfTheSurfaceOfTheEarth that specifies the geographical location of a Facility of Asset in terms of (dx.dy) where x and y are cartesian coordinates"^^xsd:string ;
565 rdfs:label "Area"^^xsd:string ; 576 rdfs:label "Area"^^xsd:string ;
566 rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ; 577 rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ;
567 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ; 578 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
...@@ -595,29 +606,33 @@ ...@@ -595,29 +606,33 @@
595 . 606 .
596 :AssetManagementSystem 607 :AssetManagementSystem
597 rdf:type owl:Class ; 608 rdf:type owl:Class ;
598 - rdfs:comment "A System that is an asset management system(e.g., seawater, deluge, gaslift)."^^xsd:string ; 609 + rdfs:comment "A System that is an asset management system (e.g., seawater system, deluge system or gaslift system)."^^xsd:string ;
599 rdfs:label "System"^^xsd:string ; 610 rdfs:label "System"^^xsd:string ;
600 rdfs:subClassOf :System ; 611 rdfs:subClassOf :System ;
601 . 612 .
602 :AuthorizeForExpenditure 613 :AuthorizeForExpenditure
603 rdf:type owl:Class ; 614 rdf:type owl:Class ;
615 + rdfs:comment "An OperationalActivity that involves authorization for expenditure in order to commence."^^xsd:string ;
604 rdfs:label "Authorize for expenditure (AFE)."^^xsd:string ; 616 rdfs:label "Authorize for expenditure (AFE)."^^xsd:string ;
605 rdfs:subClassOf :OperationalActivity ; 617 rdfs:subClassOf :OperationalActivity ;
606 . 618 .
607 :BeforeShutdown 619 :BeforeShutdown
608 rdf:type :ShutdownPhase ; 620 rdf:type :ShutdownPhase ;
621 + rdfs:comment "An OperationalActivity that takes place before a shutdown."^^xsd:string ;
609 rdfs:label "Before shutdown"^^xsd:string ; 622 rdfs:label "Before shutdown"^^xsd:string ;
610 rdfs:subClassOf :OperationalActivity ; 623 rdfs:subClassOf :OperationalActivity ;
611 . 624 .
612 :BrownFieldProject 625 :BrownFieldProject
613 rdf:type :ProjectType ; 626 rdf:type :ProjectType ;
627 + rdfs:comment "A Project that involves modification of an existing Facility."^^xsd:string ;
614 rdfs:label "Brown field project"^^xsd:string ; 628 rdfs:label "Brown field project"^^xsd:string ;
615 rdfs:subClassOf :Project ; 629 rdfs:subClassOf :Project ;
616 . 630 .
617 :BusinessArea 631 :BusinessArea
618 rdf:type :SpatialLocationInPlan ; 632 rdf:type :SpatialLocationInPlan ;
619 rdf:type owl:Class ; 633 rdf:type owl:Class ;
620 - rdfs:label "Business area"^^xsd:string ; 634 + rdfs:comment "A PartOfTheSurfaceOfTheEarth that is an area defined by a business arrngement between license partners."^^xsd:string ;
635 + rdfs:label "Business Area"^^xsd:string ;
621 rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ; 636 rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ;
622 . 637 .
623 :COR_KI 638 :COR_KI
...@@ -784,21 +799,25 @@ ...@@ -784,21 +799,25 @@
784 . 799 .
785 :Campaign 800 :Campaign
786 rdf:type :ProjectPhase ; 801 rdf:type :ProjectPhase ;
802 + rdfs:comment "An OperationalActivity that involves a campaign."^^xsd:string ;
787 rdfs:label "Campaign"^^xsd:string ; 803 rdfs:label "Campaign"^^xsd:string ;
788 rdfs:subClassOf :OperationalActivity ; 804 rdfs:subClassOf :OperationalActivity ;
789 . 805 .
790 :Cancelled 806 :Cancelled
791 rdf:type :ActivityStatus ; 807 rdf:type :ActivityStatus ;
808 + rdfs:comment "An ActivityStatusValue for an Activity that has been cancelled."^^xsd:string ;
792 rdfs:label "Cancelled"^^xsd:string ; 809 rdfs:label "Cancelled"^^xsd:string ;
793 rdfs:subClassOf :ActivityStatusValue ; 810 rdfs:subClassOf :ActivityStatusValue ;
794 . 811 .
795 :CapexProject 812 :CapexProject
796 rdf:type :ProjectCostType ; 813 rdf:type :ProjectCostType ;
814 + rdfs:comment "A Project that involves capital expense."^^xsd:string ;
797 rdfs:label "CAPEX Project"^^xsd:string ; 815 rdfs:label "CAPEX Project"^^xsd:string ;
798 rdfs:subClassOf :Project ; 816 rdfs:subClassOf :Project ;
799 . 817 .
800 :ChangeOver 818 :ChangeOver
801 rdf:type :ProjectPhase ; 819 rdf:type :ProjectPhase ;
820 + rdfs:comment "An OperationalActivity that involves a change over."^^xsd:string ;
802 rdfs:label "Change over"^^xsd:string ; 821 rdfs:label "Change over"^^xsd:string ;
803 rdfs:subClassOf :OperationalActivity ; 822 rdfs:subClassOf :OperationalActivity ;
804 . 823 .
...@@ -838,6 +857,18 @@ ...@@ -838,6 +857,18 @@
838 rdfs:label "Class of Individual"^^xsd:string ; 857 rdfs:label "Class of Individual"^^xsd:string ;
839 rdfs:subClassOf owl:Class ; 858 rdfs:subClassOf owl:Class ;
840 . 859 .
860 +:ClassOfInformationPresentation
861 + rdf:type owl:Class ;
862 + rdfs:comment "A ClassOfIndividual whose members are presentation of patterns of information. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
863 + rdfs:label "Class of Information Presentation"^^xsd:string ;
864 + rdfs:subClassOf :ClassOfIndividual ;
865 +.
866 +:ClassOfInformationRepresentation
867 + rdf:type owl:Class ;
868 + rdfs:comment "A ClassOfIndividual whose members are patterns of information. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
869 + rdfs:label "Class of Information Representation"^^xsd:string ;
870 + rdfs:subClassOf :ClassOfIndividual ;
871 +.
841 :ClassOfOrganization 872 :ClassOfOrganization
842 rdf:type owl:Class ; 873 rdf:type owl:Class ;
843 rdfs:comment "A Class of Individual whose members are Organizations. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ; 874 rdfs:comment "A Class of Individual whose members are Organizations. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
...@@ -893,21 +924,22 @@ ...@@ -893,21 +924,22 @@
893 . 924 .
894 :CoilTubingActivity 925 :CoilTubingActivity
895 rdf:type owl:Class ; 926 rdf:type owl:Class ;
896 - rdfs:comment "An Activity that is related to preparation and rigging up/down snubbing and coil tubing equipment, including pressure testing."^^xsd:string ; 927 + rdfs:comment "A DrillingActivity that is related to preparation and rigging up/down snubbing and coil tubing equipment, including pressure testing."^^xsd:string ;
897 rdfs:label "Coil tubing activity"^^xsd:string ; 928 rdfs:label "Coil tubing activity"^^xsd:string ;
898 rdfs:subClassOf :DrillingActivity ; 929 rdfs:subClassOf :DrillingActivity ;
899 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS17729327> ; 930 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS17729327> ;
900 . 931 .
901 :Completed 932 :Completed
902 rdf:type :ActivityStatus ; 933 rdf:type :ActivityStatus ;
934 + rdfs:comment "An ActivityStatusValue for an Activity that has been completed."^^xsd:string ;
903 rdfs:label "Completed"^^xsd:string ; 935 rdfs:label "Completed"^^xsd:string ;
904 rdfs:subClassOf :ActivityStatusValue ; 936 rdfs:subClassOf :ActivityStatusValue ;
905 . 937 .
906 :CompletelyFreeField 938 :CompletelyFreeField
907 rdf:type owl:Class ; 939 rdf:type owl:Class ;
908 - rdfs:comment "A Data that has field name and value defined by the user."^^xsd:string ; 940 + rdfs:comment "An Information Object that has field name and value defined by the user."^^xsd:string ;
909 rdfs:label "ILAP Completely Free Field"^^xsd:string ; 941 rdfs:label "ILAP Completely Free Field"^^xsd:string ;
910 - rdfs:subClassOf owl:Thing ; 942 + rdfs:subClassOf :InformationObject ;
911 rdfs:subClassOf [ 943 rdfs:subClassOf [
912 rdf:type owl:Restriction ; 944 rdf:type owl:Restriction ;
913 :shouldUseRef "true"^^xsd:boolean ; 945 :shouldUseRef "true"^^xsd:boolean ;
...@@ -925,9 +957,9 @@ ...@@ -925,9 +957,9 @@
925 :CompletelyFreeFieldDefinition 957 :CompletelyFreeFieldDefinition
926 rdf:type owl:Class ; 958 rdf:type owl:Class ;
927 :shouldHaveID "true"^^xsd:boolean ; 959 :shouldHaveID "true"^^xsd:boolean ;
928 - rdfs:comment "A Descriptor that defines a Completely Free Field."^^xsd:string ; 960 + rdfs:comment "An Information Object that defines a Completely Free Field."^^xsd:string ;
929 rdfs:label "ILAP Completely Free Field Definition"^^xsd:string ; 961 rdfs:label "ILAP Completely Free Field Definition"^^xsd:string ;
930 - rdfs:subClassOf owl:Thing ; 962 + rdfs:subClassOf :InformationObject ;
931 rdfs:subClassOf [ 963 rdfs:subClassOf [
932 rdf:type owl:Restriction ; 964 rdf:type owl:Restriction ;
933 owl:onDataRange xsd:string ; 965 owl:onDataRange xsd:string ;
...@@ -938,13 +970,14 @@ ...@@ -938,13 +970,14 @@
938 :ConstraintInPlan 970 :ConstraintInPlan
939 rdf:type owl:Class ; 971 rdf:type owl:Class ;
940 :shouldHaveID "true" ; 972 :shouldHaveID "true" ;
941 - rdfs:comment "A Class of Period in Time that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ; 973 + rdfs:comment "A ClassOfPeriodInTime that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ;
942 rdfs:label "Constraint in Plan"^^xsd:string ; 974 rdfs:label "Constraint in Plan"^^xsd:string ;
943 rdfs:subClassOf :ClassOfPeriodInTime ; 975 rdfs:subClassOf :ClassOfPeriodInTime ;
944 . 976 .
945 :Continent 977 :Continent
946 rdf:type :SpatialLocationInPlan ; 978 rdf:type :SpatialLocationInPlan ;
947 rdf:type owl:Class ; 979 rdf:type owl:Class ;
980 + rdfs:comment "A PartOfTheSurfaceOfTheEarth that is a continent."^^xsd:string ;
948 rdfs:label "Continent"^^xsd:string ; 981 rdfs:label "Continent"^^xsd:string ;
949 rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ; 982 rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ;
950 . 983 .
...@@ -984,6 +1017,7 @@ ...@@ -984,6 +1017,7 @@
984 :Country 1017 :Country
985 rdf:type :SpatialLocationInPlan ; 1018 rdf:type :SpatialLocationInPlan ;
986 rdf:type owl:Class ; 1019 rdf:type owl:Class ;
1020 + rdfs:comment "A PartOfTheSurfaceOfTheEarth that is a country."^^xsd:string ;
987 rdfs:label "Country"^^xsd:string ; 1021 rdfs:label "Country"^^xsd:string ;
988 rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ; 1022 rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ;
989 . 1023 .
...@@ -1011,8 +1045,7 @@ ...@@ -1011,8 +1045,7 @@
1011 rdf:type owl:Class ; 1045 rdf:type owl:Class ;
1012 rdfs:comment "An Information Object that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ; 1046 rdfs:comment "An Information Object that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ;
1013 rdfs:label "ILAP Data"^^xsd:string ; 1047 rdfs:label "ILAP Data"^^xsd:string ;
1014 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ; 1048 + rdfs:subClassOf :InformationObject ;
1015 - rdfs:subClassOf owl:Thing ;
1016 rdfs:subClassOf [ 1049 rdfs:subClassOf [
1017 rdf:type owl:Restriction ; 1050 rdf:type owl:Restriction ;
1018 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 1051 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
...@@ -1047,9 +1080,9 @@ ...@@ -1047,9 +1080,9 @@
1047 . 1080 .
1048 :DayOfWeek 1081 :DayOfWeek
1049 rdf:type owl:Class ; 1082 rdf:type owl:Class ;
1050 - rdfs:comment "A Day Period that represents the period of time between sunrise and sunset. In planning, it is often used to designate a 24-hour period starting from midnight."^^xsd:string ; 1083 + rdfs:comment "A ClassOfPeriodInTime that represents the period of time between sunrise and sunset. In planning, it is often used to designate a 24-hour period starting from midnight."^^xsd:string ;
1051 rdfs:label "Day of week"^^xsd:string ; 1084 rdfs:label "Day of week"^^xsd:string ;
1052 - rdfs:subClassOf :ConstraintInPlan ; 1085 + rdfs:subClassOf :ClassOfPeriodInTime ;
1053 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS8945301> ; 1086 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS8945301> ;
1054 . 1087 .
1055 :DecisionGate 1088 :DecisionGate
...@@ -1060,14 +1093,23 @@ ...@@ -1060,14 +1093,23 @@
1060 . 1093 .
1061 :DependentOnShutdown 1094 :DependentOnShutdown
1062 rdf:type :ShutdownType ; 1095 rdf:type :ShutdownType ;
1096 + rdfs:comment "A ShutdownActivity that is dependent on shutdown."^^xsd:string ;
1063 rdfs:label "Dependent on shutdown"^^xsd:string ; 1097 rdfs:label "Dependent on shutdown"^^xsd:string ;
1064 rdfs:subClassOf :ShutdownActivity ; 1098 rdfs:subClassOf :ShutdownActivity ;
1065 . 1099 .
1100 +:Descriptor
1101 + rdf:type owl:Class ;
1102 + rdfs:comment "A ClassOfInformtionRepresentation that is information that describes something."^^xsd:string ;
1103 + rdfs:label "Descriptor"^^xsd:string ;
1104 + rdfs:subClassOf :ClassOfInformationRepresentation ;
1105 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7006801> ;
1106 +.
1066 :DisasterRecoveryActivity 1107 :DisasterRecoveryActivity
1067 rdf:type :ActivityObjective ; 1108 rdf:type :ActivityObjective ;
1068 rdf:type owl:Class ; 1109 rdf:type owl:Class ;
1110 + rdfs:comment "An OperationalActivity that involves recovery of production."^^xsd:string ;
1069 rdfs:label "Disaster recovery activity"^^xsd:string ; 1111 rdfs:label "Disaster recovery activity"^^xsd:string ;
1070 - rdfs:subClassOf :ActivityWithObjective ; 1112 + rdfs:subClassOf :OperationalActivity ;
1071 . 1113 .
1072 :Discipline 1114 :Discipline
1073 rdf:type owl:Class ; 1115 rdf:type owl:Class ;
...@@ -1078,31 +1120,32 @@ ...@@ -1078,31 +1120,32 @@
1078 . 1120 .
1079 :DiscoveryDrilling 1121 :DiscoveryDrilling
1080 rdf:type :WellServicesWorkType ; 1122 rdf:type :WellServicesWorkType ;
1081 - rdfs:comment "A Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ; 1123 + rdfs:comment "A DrillingActivity that involves Well Services Work Type."^^xsd:string ;
1082 rdfs:label "Discovery Drilling"^^xsd:string ; 1124 rdfs:label "Discovery Drilling"^^xsd:string ;
1083 rdfs:subClassOf :DrillingActivity ; 1125 rdfs:subClassOf :DrillingActivity ;
1084 . 1126 .
1085 :DisposalProject 1127 :DisposalProject
1086 rdf:type owl:Class ; 1128 rdf:type owl:Class ;
1129 + rdfs:comment "A Project that involves removal of an existing Facility."^^xsd:string ;
1087 rdfs:label "Disposal Project"^^xsd:string ; 1130 rdfs:label "Disposal Project"^^xsd:string ;
1088 rdfs:subClassOf :Project ; 1131 rdfs:subClassOf :Project ;
1089 . 1132 .
1090 :DrillCrew 1133 :DrillCrew
1091 rdf:type owl:Class ; 1134 rdf:type owl:Class ;
1092 rdfs:comment "A Crew working a on a DrillingRig or production Facility in a Field in order to produce oil and gas. "^^xsd:string ; 1135 rdfs:comment "A Crew working a on a DrillingRig or production Facility in a Field in order to produce oil and gas. "^^xsd:string ;
1093 - rdfs:label "Drill crew"^^xsd:string ; 1136 + rdfs:label "Drill Crew"^^xsd:string ;
1094 rdfs:subClassOf :Crew ; 1137 rdfs:subClassOf :Crew ;
1095 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16701510> ; 1138 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16701510> ;
1096 . 1139 .
1097 :DrillingActivity 1140 :DrillingActivity
1098 rdf:type owl:Class ; 1141 rdf:type owl:Class ;
1099 - rdfs:comment "An Activity that is carried out in drilling and well operations."^^xsd:string ; 1142 + rdfs:comment "An Activity that involves drilling and well operations."^^xsd:string ;
1100 - rdfs:label "Drilling activity"^^xsd:string ; 1143 + rdfs:label "Drilling Activity"^^xsd:string ;
1101 rdfs:subClassOf :Activity ; 1144 rdfs:subClassOf :Activity ;
1102 . 1145 .
1103 :DrillingAndWellProject 1146 :DrillingAndWellProject
1104 rdf:type :ProjectType ; 1147 rdf:type :ProjectType ;
1105 - rdfs:label "Drilling and well project"^^xsd:string ; 1148 + rdfs:label "A DrillingActivity that is a drilling and well project"^^xsd:string ;
1106 rdfs:subClassOf :DrillingActivity ; 1149 rdfs:subClassOf :DrillingActivity ;
1107 . 1150 .
1108 :DrillingPlan 1151 :DrillingPlan
...@@ -1120,28 +1163,31 @@ ...@@ -1120,28 +1163,31 @@
1120 :DrillingRig 1163 :DrillingRig
1121 rdf:type owl:Class ; 1164 rdf:type owl:Class ;
1122 rdfs:comment "A Facility that is an assembly of devices used to drill a Wellbore."^^xsd:string ; 1165 rdfs:comment "A Facility that is an assembly of devices used to drill a Wellbore."^^xsd:string ;
1123 - rdfs:label "Drilling rig"^^xsd:string ; 1166 + rdfs:label "Drilling Rig"^^xsd:string ;
1124 rdfs:subClassOf :Facility ; 1167 rdfs:subClassOf :Facility ;
1125 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1751395621> ; 1168 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1751395621> ;
1126 . 1169 .
1127 :DrillingShutdown 1170 :DrillingShutdown
1128 rdf:type :ShutdownType ; 1171 rdf:type :ShutdownType ;
1172 + rdfs:comment "A ShutdownActivity that involves a drilling shutdown."^^xsd:string ;
1129 rdfs:label "Drilling Shutdown"^^xsd:string ; 1173 rdfs:label "Drilling Shutdown"^^xsd:string ;
1130 rdfs:subClassOf :ShutdownActivity ; 1174 rdfs:subClassOf :ShutdownActivity ;
1131 . 1175 .
1132 :DuringNormalOperation 1176 :DuringNormalOperation
1133 rdf:type :ProjectPhase ; 1177 rdf:type :ProjectPhase ;
1178 + rdfs:comment "An OperationalActivity that takes place during normal operation."^^xsd:string ;
1134 rdfs:label "During normal operation"^^xsd:string ; 1179 rdfs:label "During normal operation"^^xsd:string ;
1135 rdfs:subClassOf :OperationalActivity ; 1180 rdfs:subClassOf :OperationalActivity ;
1136 . 1181 .
1137 :DuringShutdown 1182 :DuringShutdown
1138 rdf:type :ShutdownPhase ; 1183 rdf:type :ShutdownPhase ;
1184 + rdfs:comment "An OperationalActivity that takes place during a shutdown period."^^xsd:string ;
1139 rdfs:label "During shutdown"^^xsd:string ; 1185 rdfs:label "During shutdown"^^xsd:string ;
1140 rdfs:subClassOf :OperationalActivity ; 1186 rdfs:subClassOf :OperationalActivity ;
1141 . 1187 .
1142 :EmergencyShutdown 1188 :EmergencyShutdown
1143 rdf:type :ShutdownType ; 1189 rdf:type :ShutdownType ;
1144 - rdfs:comment "A Shutdown Type that involves shutting down rapidly in order to prevent or remedy a dangerous situation"^^xsd:string ; 1190 + rdfs:comment "A Shutdown Activity that involves shutting down rapidly in order to prevent or remedy a dangerous situation"^^xsd:string ;
1145 rdfs:label "Emergency shutdown"^^xsd:string ; 1191 rdfs:label "Emergency shutdown"^^xsd:string ;
1146 rdfs:subClassOf :ShutdownActivity ; 1192 rdfs:subClassOf :ShutdownActivity ;
1147 . 1193 .
...@@ -1160,12 +1206,13 @@ ...@@ -1160,12 +1206,13 @@
1160 . 1206 .
1161 :EquipmentShutdown 1207 :EquipmentShutdown
1162 rdf:type :ShutdownType ; 1208 rdf:type :ShutdownType ;
1209 + rdfs:comment "A ShutdownActivity that involves a equipment shutdown."^^xsd:string ;
1163 rdfs:label "Equipment Shutdown"^^xsd:string ; 1210 rdfs:label "Equipment Shutdown"^^xsd:string ;
1164 rdfs:subClassOf :ShutdownActivity ; 1211 rdfs:subClassOf :ShutdownActivity ;
1165 . 1212 .
1166 :Event 1213 :Event
1167 rdf:type owl:Class ; 1214 rdf:type owl:Class ;
1168 - rdfs:comment "An Individual with zero extent in time. An event is the temporal boundary of one or more Possible Individuals."^^xsd:string ; 1215 + rdfs:comment "An Individual with zero extent in time. An event is the temporal boundary of one or more Possible Individuals. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
1169 rdfs:label "Event"^^xsd:string ; 1216 rdfs:label "Event"^^xsd:string ;
1170 rdfs:subClassOf :PossibleIndividual ; 1217 rdfs:subClassOf :PossibleIndividual ;
1171 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7275909> ; 1218 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7275909> ;
...@@ -1178,15 +1225,15 @@ ...@@ -1178,15 +1225,15 @@
1178 . 1225 .
1179 :Execution 1226 :Execution
1180 rdf:type :ProjectPhase ; 1227 rdf:type :ProjectPhase ;
1228 + rdfs:comment "An OperationalActivity that involves execution of (part of) a Plan."^^xsd:string ;
1181 rdfs:label "Execution"^^xsd:string ; 1229 rdfs:label "Execution"^^xsd:string ;
1182 rdfs:subClassOf :OperationalActivity ; 1230 rdfs:subClassOf :OperationalActivity ;
1183 . 1231 .
1184 :ExternalReference 1232 :ExternalReference
1185 rdf:type owl:Class ; 1233 rdf:type owl:Class ;
1186 - rdfs:comment "A Reference Data Item that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ; 1234 + rdfs:comment "An Information Object that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ;
1187 rdfs:label "ILAP External Reference"^^xsd:string ; 1235 rdfs:label "ILAP External Reference"^^xsd:string ;
1188 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS729777231> ; 1236 + rdfs:subClassOf :InformationObject ;
1189 - rdfs:subClassOf owl:Thing ;
1190 rdfs:subClassOf [ 1237 rdfs:subClassOf [
1191 rdf:type owl:Restriction ; 1238 rdf:type owl:Restriction ;
1192 owl:onDataRange xsd:anyURI ; 1239 owl:onDataRange xsd:anyURI ;
...@@ -1220,7 +1267,6 @@ ...@@ -1220,7 +1267,6 @@
1220 owl:onProperty :hasApplication ; 1267 owl:onProperty :hasApplication ;
1221 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1268 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1222 ] ; 1269 ] ;
1223 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS729988351> ;
1224 . 1270 .
1225 :FF 1271 :FF
1226 rdf:type owl:Class ; 1272 rdf:type owl:Class ;
...@@ -1242,13 +1288,9 @@ ...@@ -1242,13 +1288,9 @@
1242 rdfs:subClassOf :PhysicalObject ; 1288 rdfs:subClassOf :PhysicalObject ;
1243 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1750613511> ; 1289 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1750613511> ;
1244 . 1290 .
1245 -:FieldPlantShutdown
1246 - rdf:type :ShutdownType ;
1247 - rdfs:label "Field plant shutdown"^^xsd:string ;
1248 - rdfs:subClassOf :ShutdownActivity ;
1249 -.
1250 :FieldShutdown 1291 :FieldShutdown
1251 rdf:type :ShutdownType ; 1292 rdf:type :ShutdownType ;
1293 + rdfs:comment "A ShutdownActivity that involves a field shutdown."^^xsd:string ;
1252 rdfs:label "Field shutdown"^^xsd:string ; 1294 rdfs:label "Field shutdown"^^xsd:string ;
1253 rdfs:subClassOf :ShutdownActivity ; 1295 rdfs:subClassOf :ShutdownActivity ;
1254 . 1296 .
...@@ -1259,19 +1301,21 @@ ...@@ -1259,19 +1301,21 @@
1259 . 1301 .
1260 :FlexexProject 1302 :FlexexProject
1261 rdf:type :ProjectCostType ; 1303 rdf:type :ProjectCostType ;
1304 + rdfs:comment "A Project that involves the cost of flexibility."^^xsd:string ;
1262 rdfs:label "FLEXEX Project"^^xsd:string ; 1305 rdfs:label "FLEXEX Project"^^xsd:string ;
1263 rdfs:subClassOf :Project ; 1306 rdfs:subClassOf :Project ;
1264 . 1307 .
1265 :FrameAgreementProject 1308 :FrameAgreementProject
1266 rdf:type :ProjectContractType ; 1309 rdf:type :ProjectContractType ;
1310 + rdfs:comment "A Project that involves a frame agreement."^^xsd:string ;
1267 rdfs:label "Frame Agreement Project"^^xsd:string ; 1311 rdfs:label "Frame Agreement Project"^^xsd:string ;
1268 rdfs:subClassOf :Project ; 1312 rdfs:subClassOf :Project ;
1269 . 1313 .
1270 :FreeField 1314 :FreeField
1271 rdf:type owl:Class ; 1315 rdf:type owl:Class ;
1272 - rdfs:comment "A Data that has field name defined by the user."^^xsd:string ; 1316 + rdfs:comment "An Information Object that has field name defined by the user."^^xsd:string ;
1273 rdfs:label "ILAP Free Field"^^xsd:string ; 1317 rdfs:label "ILAP Free Field"^^xsd:string ;
1274 - rdfs:subClassOf owl:Thing ; 1318 + rdfs:subClassOf :InformationObject ;
1275 rdfs:subClassOf [ 1319 rdfs:subClassOf [
1276 rdf:type owl:Restriction ; 1320 rdf:type owl:Restriction ;
1277 :shouldHaveID "true"^^xsd:boolean ; 1321 :shouldHaveID "true"^^xsd:boolean ;
...@@ -1332,10 +1376,9 @@ ...@@ -1332,10 +1376,9 @@
1332 :FreeFieldValue 1376 :FreeFieldValue
1333 rdf:type owl:Class ; 1377 rdf:type owl:Class ;
1334 :shouldHaveID "true" ; 1378 :shouldHaveID "true" ;
1335 - rdfs:comment "A Data Value for a FreeField variable."^^xsd:string ; 1379 + rdfs:comment "An Information Object that is the value for a FreeField variable."^^xsd:string ;
1336 rdfs:label "ILAP Free Field Value"^^xsd:string ; 1380 rdfs:label "ILAP Free Field Value"^^xsd:string ;
1337 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7945844> ; 1381 + rdfs:subClassOf :InformationObject ;
1338 - rdfs:subClassOf owl:Thing ;
1339 rdfs:subClassOf [ 1382 rdfs:subClassOf [
1340 rdf:type owl:Restriction ; 1383 rdf:type owl:Restriction ;
1341 :shouldUseRef "true"^^xsd:boolean ; 1384 :shouldUseRef "true"^^xsd:boolean ;
...@@ -1363,38 +1406,41 @@ ...@@ -1363,38 +1406,41 @@
1363 . 1406 .
1364 :Friday 1407 :Friday
1365 rdf:type :DayOfWeek ; 1408 rdf:type :DayOfWeek ;
1409 + rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
1366 rdfs:label "Friday"^^xsd:string ; 1410 rdfs:label "Friday"^^xsd:string ;
1367 rdfs:subClassOf :PeriodInTime ; 1411 rdfs:subClassOf :PeriodInTime ;
1368 . 1412 .
1369 :FunctionalObject 1413 :FunctionalObject
1370 rdf:type owl:Class ; 1414 rdf:type owl:Class ;
1371 - rdfs:comment "An Individual that indicates the function or purpose of an object."^^xsd:string ; 1415 + rdfs:comment "An Individual that indicates the function or purpose of an object. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
1372 rdfs:label "Functional Object"^^xsd:string ; 1416 rdfs:label "Functional Object"^^xsd:string ;
1373 rdfs:subClassOf :PossibleIndividual ; 1417 rdfs:subClassOf :PossibleIndividual ;
1374 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS318059> ; 1418 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS318059> ;
1375 . 1419 .
1376 :GEAproject 1420 :GEAproject
1377 rdf:type :DrillingProjectType ; 1421 rdf:type :DrillingProjectType ;
1378 - rdfs:comment "A Drilling Project Type (part of Use Case 2.5.1)"^^xsd:string ; 1422 + rdfs:comment "A Project that involves Drilling Activities."^^xsd:string ;
1379 rdfs:label "GEA Project"^^xsd:string ; 1423 rdfs:label "GEA Project"^^xsd:string ;
1380 rdfs:subClassOf :Project ; 1424 rdfs:subClassOf :Project ;
1381 . 1425 .
1382 :GasExportShutdown 1426 :GasExportShutdown
1383 rdf:type :ShutdownType ; 1427 rdf:type :ShutdownType ;
1428 + rdfs:comment "A ShutdownActivity that involves gas export shutdown."^^xsd:string ;
1384 rdfs:label "Gas export shutdown"^^xsd:string ; 1429 rdfs:label "Gas export shutdown"^^xsd:string ;
1385 rdfs:subClassOf :ShutdownActivity ; 1430 rdfs:subClassOf :ShutdownActivity ;
1386 . 1431 .
1387 :GasInjectionShutdown 1432 :GasInjectionShutdown
1388 rdf:type :ShutdownType ; 1433 rdf:type :ShutdownType ;
1434 + rdfs:comment "A ShutdownActivity that involves a gas injection shutdown."^^xsd:string ;
1389 rdfs:label "Gas injection shutdown"^^xsd:string ; 1435 rdfs:label "Gas injection shutdown"^^xsd:string ;
1390 rdfs:subClassOf :ShutdownActivity ; 1436 rdfs:subClassOf :ShutdownActivity ;
1391 . 1437 .
1392 :GeographicalLocation 1438 :GeographicalLocation
1393 rdf:type :SpatialLocationInPlan ; 1439 rdf:type :SpatialLocationInPlan ;
1394 rdf:type owl:Class ; 1440 rdf:type owl:Class ;
1395 - rdfs:comment "A Location that is a geographical position, used to specify the location a Facility or Site, normally specified according to NPD for offshore facilities and BRREG for onshore sites."^^xsd:string ; 1441 + rdfs:comment "A Spatialocation that is a geographical position, used to specify the location a Facility or Site, normally specified according to NPD for offshore facilities and BRREG for onshore sites."^^xsd:string ;
1396 rdfs:label "Geographical Location"^^xsd:string ; 1442 rdfs:label "Geographical Location"^^xsd:string ;
1397 - rdfs:subClassOf :PointInSpace ; 1443 + rdfs:subClassOf :SpatialLocation ;
1398 rdfs:subClassOf [ 1444 rdfs:subClassOf [
1399 rdf:type owl:Restriction ; 1445 rdf:type owl:Restriction ;
1400 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1446 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
...@@ -1411,36 +1457,43 @@ ...@@ -1411,36 +1457,43 @@
1411 . 1457 .
1412 :GreenFieldProject 1458 :GreenFieldProject
1413 rdf:type :ProjectType ; 1459 rdf:type :ProjectType ;
1460 + rdfs:comment "A Project that involves construction of a new Facility."^^xsd:string ;
1414 rdfs:label "Green field project"^^xsd:string ; 1461 rdfs:label "Green field project"^^xsd:string ;
1415 rdfs:subClassOf :Project ; 1462 rdfs:subClassOf :Project ;
1416 . 1463 .
1417 :GuaranteeWorkProject 1464 :GuaranteeWorkProject
1418 rdf:type :ProjectContractType ; 1465 rdf:type :ProjectContractType ;
1466 + rdfs:comment "A Project that involves guarantee work."^^xsd:string ;
1419 rdfs:label "Guarantee Work Project"^^xsd:string ; 1467 rdfs:label "Guarantee Work Project"^^xsd:string ;
1420 rdfs:subClassOf :Project ; 1468 rdfs:subClassOf :Project ;
1421 . 1469 .
1422 :HeightWork 1470 :HeightWork
1423 rdf:type :ActivityRiskFactor ; 1471 rdf:type :ActivityRiskFactor ;
1472 + rdfs:comment "A RiskActivity that involves height work."^^xsd:string ;
1424 rdfs:label "Height work"^^xsd:string ; 1473 rdfs:label "Height work"^^xsd:string ;
1425 rdfs:subClassOf :RiskActivity ; 1474 rdfs:subClassOf :RiskActivity ;
1426 . 1475 .
1427 :HighActivityPeriod 1476 :HighActivityPeriod
1428 rdf:type :ProjectPhase ; 1477 rdf:type :ProjectPhase ;
1478 + rdfs:comment "An OperationalActivity that involves or takes part during a high activity period."^^xsd:string ;
1429 rdfs:label "High activity period"^^xsd:string ; 1479 rdfs:label "High activity period"^^xsd:string ;
1430 rdfs:subClassOf :OperationalActivity ; 1480 rdfs:subClassOf :OperationalActivity ;
1431 . 1481 .
1432 :HighCriticalityActivity 1482 :HighCriticalityActivity
1433 rdf:type :ActivityCriticality ; 1483 rdf:type :ActivityCriticality ;
1484 + rdfs:comment "A CriticalActivity with high degree of criticality."^^xsd:string ;
1434 rdfs:label "High criticality activity"^^xsd:string ; 1485 rdfs:label "High criticality activity"^^xsd:string ;
1435 rdfs:subClassOf :CriticalActivity ; 1486 rdfs:subClassOf :CriticalActivity ;
1436 . 1487 .
1437 :HighPriorityActivity 1488 :HighPriorityActivity
1438 rdf:type :ActivityPriority ; 1489 rdf:type :ActivityPriority ;
1490 + rdfs:comment "A PrioritizedActivity with high degree of priority."^^xsd:string ;
1439 rdfs:label "High Priority Activity"^^xsd:string ; 1491 rdfs:label "High Priority Activity"^^xsd:string ;
1440 rdfs:subClassOf :PrioritizedActivity ; 1492 rdfs:subClassOf :PrioritizedActivity ;
1441 . 1493 .
1442 :HotWork 1494 :HotWork
1443 rdf:type :ActivityRiskFactor ; 1495 rdf:type :ActivityRiskFactor ;
1496 + rdfs:comment "A RiskActivity that involves hot work."^^xsd:string ;
1444 rdfs:label "Hot work"^^xsd:string ; 1497 rdfs:label "Hot work"^^xsd:string ;
1445 rdfs:subClassOf :RiskActivity ; 1498 rdfs:subClassOf :RiskActivity ;
1446 . 1499 .
...@@ -1492,27 +1545,40 @@ ...@@ -1492,27 +1545,40 @@
1492 . 1545 .
1493 :InOperation 1546 :InOperation
1494 rdf:type :ProjectPhase ; 1547 rdf:type :ProjectPhase ;
1548 + rdfs:comment "An OperationalActivity that is currently in active operation."^^xsd:string ;
1495 rdfs:label "In operation"^^xsd:string ; 1549 rdfs:label "In operation"^^xsd:string ;
1496 rdfs:subClassOf :OperationalActivity ; 1550 rdfs:subClassOf :OperationalActivity ;
1497 . 1551 .
1498 :IncentiveProject 1552 :IncentiveProject
1499 rdf:type :ProjectContractType ; 1553 rdf:type :ProjectContractType ;
1554 + rdfs:comment "A Project that involves an incentive contract."^^xsd:string ;
1500 rdfs:label "Incentive Project"^^xsd:string ; 1555 rdfs:label "Incentive Project"^^xsd:string ;
1501 rdfs:subClassOf :Project ; 1556 rdfs:subClassOf :Project ;
1502 . 1557 .
1503 :IndpendentOfOperation 1558 :IndpendentOfOperation
1504 rdf:type :ProjectPhase ; 1559 rdf:type :ProjectPhase ;
1560 + rdfs:comment "An OperationalActivity that is independent of operation."^^xsd:string ;
1505 rdfs:label "Indpendent of operation"^^xsd:string ; 1561 rdfs:label "Indpendent of operation"^^xsd:string ;
1506 rdfs:subClassOf :OperationalActivity ; 1562 rdfs:subClassOf :OperationalActivity ;
1507 . 1563 .
1564 +:InformationObject
1565 + rdf:type :ClassOfInformationPresentation ;
1566 + rdf:type :ClassOfInformationRepresentation ;
1567 + rdf:type owl:Class ;
1568 + rdfs:comment "An Individual that is a member of ClassOfInformationRepresentation and ClassOfInformationPresentation."^^xsd:string ;
1569 + rdfs:label "Information Object"^^xsd:string ;
1570 + rdfs:subClassOf :PossibleIndividual ;
1571 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS329669> ;
1572 +.
1508 :InjectionProject 1573 :InjectionProject
1509 rdf:type :DrillingProjectType ; 1574 rdf:type :DrillingProjectType ;
1510 - rdfs:comment "A Drilling Project Type (part of Use Case 2.5.1)"^^xsd:string ; 1575 + rdfs:comment "A Project that involves injection of gas or liquid into a Well or Wellbore."^^xsd:string ;
1511 rdfs:label "Injection"^^xsd:string ; 1576 rdfs:label "Injection"^^xsd:string ;
1512 rdfs:subClassOf :Project ; 1577 rdfs:subClassOf :Project ;
1513 . 1578 .
1514 :InvoicableProject 1579 :InvoicableProject
1515 rdf:type :ProjectContractType ; 1580 rdf:type :ProjectContractType ;
1581 + rdfs:comment "A Project that is invoicable."^^xsd:string ;
1516 rdfs:label "Invoicable Project"^^xsd:string ; 1582 rdfs:label "Invoicable Project"^^xsd:string ;
1517 rdfs:subClassOf :Project ; 1583 rdfs:subClassOf :Project ;
1518 . 1584 .
...@@ -1561,33 +1627,38 @@ ...@@ -1561,33 +1627,38 @@
1561 :LicenseBlock 1627 :LicenseBlock
1562 rdf:type :SpatialLocationInPlan ; 1628 rdf:type :SpatialLocationInPlan ;
1563 rdf:type owl:Class ; 1629 rdf:type owl:Class ;
1564 - rdfs:comment "An Area for a Period of Time that is defined in a License."^^xsd:string ; 1630 + rdfs:comment "A PartOfTheSurfaceOfTheEarth that is an Area for a Period of Time that is defined in a License."^^xsd:string ;
1565 - rdfs:label "License"^^xsd:string ; 1631 + rdfs:label "License Block"^^xsd:string ;
1566 rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ; 1632 rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ;
1567 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43166345139> ; 1633 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43166345139> ;
1568 . 1634 .
1569 :LiftingOperation 1635 :LiftingOperation
1570 rdf:type :ActivityRiskFactor ; 1636 rdf:type :ActivityRiskFactor ;
1637 + rdfs:comment "A RiskActivity that involves lifting operations."^^xsd:string ;
1571 rdfs:label "Lifting operation"^^xsd:string ; 1638 rdfs:label "Lifting operation"^^xsd:string ;
1572 rdfs:subClassOf :RiskActivity ; 1639 rdfs:subClassOf :RiskActivity ;
1573 . 1640 .
1574 :LivingQuarterShutdown 1641 :LivingQuarterShutdown
1575 rdf:type :ShutdownType ; 1642 rdf:type :ShutdownType ;
1643 + rdfs:comment "A ShutdownActivity that involves a living quarter shutdown."^^xsd:string ;
1576 rdfs:label "Living quarter shutdown"^^xsd:string ; 1644 rdfs:label "Living quarter shutdown"^^xsd:string ;
1577 rdfs:subClassOf :ShutdownActivity ; 1645 rdfs:subClassOf :ShutdownActivity ;
1578 . 1646 .
1579 :LowCriticalityActivity 1647 :LowCriticalityActivity
1580 rdf:type :ActivityCriticality ; 1648 rdf:type :ActivityCriticality ;
1649 + rdfs:comment "A CriticalActivity with low degree of criticality."^^xsd:string ;
1581 rdfs:label "Low criticality activity"^^xsd:string ; 1650 rdfs:label "Low criticality activity"^^xsd:string ;
1582 rdfs:subClassOf :CriticalActivity ; 1651 rdfs:subClassOf :CriticalActivity ;
1583 . 1652 .
1584 :LowPriorityActivity 1653 :LowPriorityActivity
1585 rdf:type :ActivityPriority ; 1654 rdf:type :ActivityPriority ;
1655 + rdfs:comment "A PrioritizedActivity with low degree of priority."^^xsd:string ;
1586 rdfs:label "Low Priority Activity"^^xsd:string ; 1656 rdfs:label "Low Priority Activity"^^xsd:string ;
1587 rdfs:subClassOf :PrioritizedActivity ; 1657 rdfs:subClassOf :PrioritizedActivity ;
1588 . 1658 .
1589 :LumpSumProject 1659 :LumpSumProject
1590 rdf:type :ProjectContractType ; 1660 rdf:type :ProjectContractType ;
1661 + rdfs:comment "A Project that involves an lump sum contract."^^xsd:string ;
1591 rdfs:label "Lump Sum Project"^^xsd:string ; 1662 rdfs:label "Lump Sum Project"^^xsd:string ;
1592 rdfs:subClassOf :Project ; 1663 rdfs:subClassOf :Project ;
1593 . 1664 .
...@@ -1595,53 +1666,60 @@ ...@@ -1595,53 +1666,60 @@
1595 rdf:type :SpatialLocationInPlan ; 1666 rdf:type :SpatialLocationInPlan ;
1596 rdf:type owl:Class ; 1667 rdf:type owl:Class ;
1597 rdfs:comment "A Work Center where the main part of the activity takes place."^^xsd:string ; 1668 rdfs:comment "A Work Center where the main part of the activity takes place."^^xsd:string ;
1598 - rdfs:label "Main work center"^^xsd:string ; 1669 + rdfs:label "Main Work Center"^^xsd:string ;
1599 rdfs:subClassOf :WorkCenter ; 1670 rdfs:subClassOf :WorkCenter ;
1600 . 1671 .
1601 :MaintenanceDrilling 1672 :MaintenanceDrilling
1602 rdf:type :WellServicesWorkType ; 1673 rdf:type :WellServicesWorkType ;
1603 - rdfs:comment "A Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ; 1674 + rdfs:comment "A DrillingActivity that involves Maintenance drilling."^^xsd:string ;
1604 rdfs:label "Maintenance Drilling"^^xsd:string ; 1675 rdfs:label "Maintenance Drilling"^^xsd:string ;
1605 rdfs:subClassOf :DrillingActivity ; 1676 rdfs:subClassOf :DrillingActivity ;
1606 . 1677 .
1607 :ManagedClosedownActivity 1678 :ManagedClosedownActivity
1608 rdf:type :ActivityObjective ; 1679 rdf:type :ActivityObjective ;
1609 rdf:type owl:Class ; 1680 rdf:type owl:Class ;
1681 + rdfs:comment "An OperationalActivity that involves a managed closedown of production."^^xsd:string ;
1610 rdfs:label "Managed closedown activity"^^xsd:string ; 1682 rdfs:label "Managed closedown activity"^^xsd:string ;
1611 - rdfs:subClassOf :ActivityWithObjective ; 1683 + rdfs:subClassOf :OperationalActivity ;
1612 . 1684 .
1613 :MaterialAvailabilityNotChecked 1685 :MaterialAvailabilityNotChecked
1614 rdf:type :MaterialOrderStatus ; 1686 rdf:type :MaterialOrderStatus ;
1615 - rdfs:label "Material availability not checked"^^xsd:string ; 1687 + rdfs:label "A Material Order Status Value for an order where availability has not been checked."^^xsd:string ;
1616 rdfs:subClassOf :MaterialOrderStatusValue ; 1688 rdfs:subClassOf :MaterialOrderStatusValue ;
1617 . 1689 .
1618 :MaterialDeliveredAtBase 1690 :MaterialDeliveredAtBase
1619 rdf:type :MaterialOrderStatus ; 1691 rdf:type :MaterialOrderStatus ;
1692 + rdfs:comment "A Material Order Status Value for an order has been delivered at a given base location."^^xsd:string ;
1620 rdfs:label "Material delivered at base"^^xsd:string ; 1693 rdfs:label "Material delivered at base"^^xsd:string ;
1621 rdfs:subClassOf :MaterialOrderStatusValue ; 1694 rdfs:subClassOf :MaterialOrderStatusValue ;
1622 . 1695 .
1623 :MaterialDeliveredOffshore 1696 :MaterialDeliveredOffshore
1624 rdf:type :MaterialOrderStatus ; 1697 rdf:type :MaterialOrderStatus ;
1698 + rdfs:comment "A Material Order Status Value for an order has been delivered at a given offshore location."^^xsd:string ;
1625 rdfs:label "Material delivered offshore"^^xsd:string ; 1699 rdfs:label "Material delivered offshore"^^xsd:string ;
1626 rdfs:subClassOf :MaterialOrderStatusValue ; 1700 rdfs:subClassOf :MaterialOrderStatusValue ;
1627 . 1701 .
1628 :MaterialDeliveredOnshore 1702 :MaterialDeliveredOnshore
1629 rdf:type :MaterialOrderStatus ; 1703 rdf:type :MaterialOrderStatus ;
1704 + rdfs:comment "A Material Order Status Value for an order has been delivered at a given onshore location."^^xsd:string ;
1630 rdfs:label "Material delivered onshore"^^xsd:string ; 1705 rdfs:label "Material delivered onshore"^^xsd:string ;
1631 rdfs:subClassOf :MaterialOrderStatusValue ; 1706 rdfs:subClassOf :MaterialOrderStatusValue ;
1632 . 1707 .
1633 :MaterialDeliveryDelayed 1708 :MaterialDeliveryDelayed
1634 rdf:type :MaterialOrderStatus ; 1709 rdf:type :MaterialOrderStatus ;
1710 + rdfs:comment "A Material Order Status Value for an order has been delayed."^^xsd:string ;
1635 rdfs:label "Material delivery delayed"^^xsd:string ; 1711 rdfs:label "Material delivery delayed"^^xsd:string ;
1636 rdfs:subClassOf :MaterialOrderStatusValue ; 1712 rdfs:subClassOf :MaterialOrderStatusValue ;
1637 . 1713 .
1638 :MaterialDeliveryOnTime 1714 :MaterialDeliveryOnTime
1639 rdf:type :MaterialOrderStatus ; 1715 rdf:type :MaterialOrderStatus ;
1716 + rdfs:comment "A Material Order Status Value for an order will be delivered on time."^^xsd:string ;
1640 rdfs:label "Material delivery on time"^^xsd:string ; 1717 rdfs:label "Material delivery on time"^^xsd:string ;
1641 rdfs:subClassOf :MaterialOrderStatusValue ; 1718 rdfs:subClassOf :MaterialOrderStatusValue ;
1642 . 1719 .
1643 :MaterialOnOrder 1720 :MaterialOnOrder
1644 rdf:type :MaterialOrderStatus ; 1721 rdf:type :MaterialOrderStatus ;
1722 + rdfs:comment "A Material Order Status Value for material that has been ordered."^^xsd:string ;
1645 rdfs:label "Material on order"^^xsd:string ; 1723 rdfs:label "Material on order"^^xsd:string ;
1646 rdfs:subClassOf :MaterialOrderStatusValue ; 1724 rdfs:subClassOf :MaterialOrderStatusValue ;
1647 . 1725 .
...@@ -1659,22 +1737,25 @@ ...@@ -1659,22 +1737,25 @@
1659 . 1737 .
1660 :MaterialOrderStatusValue 1738 :MaterialOrderStatusValue
1661 rdf:type owl:Class ; 1739 rdf:type owl:Class ;
1662 - rdfs:comment "A Status Value for a material order"^^xsd:string ; 1740 + rdfs:comment "A Status Value for a material order."^^xsd:string ;
1663 rdfs:label "Material Order Status Value"^^xsd:string ; 1741 rdfs:label "Material Order Status Value"^^xsd:string ;
1664 rdfs:subClassOf :StatusInstance ; 1742 rdfs:subClassOf :StatusInstance ;
1665 . 1743 .
1666 :MeasuredProgressProject 1744 :MeasuredProgressProject
1667 rdf:type :ProjectContractType ; 1745 rdf:type :ProjectContractType ;
1746 + rdfs:comment "A Project that involves a contract based on measured progress."^^xsd:string ;
1668 rdfs:label "Measured Progress Project"^^xsd:string ; 1747 rdfs:label "Measured Progress Project"^^xsd:string ;
1669 rdfs:subClassOf :Project ; 1748 rdfs:subClassOf :Project ;
1670 . 1749 .
1671 :MediumCriticalityActivity 1750 :MediumCriticalityActivity
1672 rdf:type :ActivityCriticality ; 1751 rdf:type :ActivityCriticality ;
1752 + rdfs:comment "A CriticalActivity with medium degree of criticality."^^xsd:string ;
1673 rdfs:label "Medium criticality activity"^^xsd:string ; 1753 rdfs:label "Medium criticality activity"^^xsd:string ;
1674 rdfs:subClassOf :CriticalActivity ; 1754 rdfs:subClassOf :CriticalActivity ;
1675 . 1755 .
1676 :MediumPriorityActivity 1756 :MediumPriorityActivity
1677 rdf:type :ActivityPriority ; 1757 rdf:type :ActivityPriority ;
1758 + rdfs:comment "A PrioritizedActivity with medium degree of priority."^^xsd:string ;
1678 rdfs:label "Normal Priority Activity"^^xsd:string ; 1759 rdfs:label "Normal Priority Activity"^^xsd:string ;
1679 rdfs:subClassOf :PrioritizedActivity ; 1760 rdfs:subClassOf :PrioritizedActivity ;
1680 . 1761 .
...@@ -1800,16 +1881,19 @@ ...@@ -1800,16 +1881,19 @@
1800 . 1881 .
1801 :MiniShutdown 1882 :MiniShutdown
1802 rdf:type :ShutdownType ; 1883 rdf:type :ShutdownType ;
1884 + rdfs:comment "A ShutdownActivity that involves a mini shutdown."^^xsd:string ;
1803 rdfs:label "Mini shutdown"^^xsd:string ; 1885 rdfs:label "Mini shutdown"^^xsd:string ;
1804 rdfs:subClassOf :ShutdownActivity ; 1886 rdfs:subClassOf :ShutdownActivity ;
1805 . 1887 .
1806 :ModificationProject 1888 :ModificationProject
1807 rdf:type :ProjectType ; 1889 rdf:type :ProjectType ;
1890 + rdfs:comment "A Project which involves modification of asn Asset."^^xsd:string ;
1808 rdfs:label "Modification Project"^^xsd:string ; 1891 rdfs:label "Modification Project"^^xsd:string ;
1809 rdfs:subClassOf :Project ; 1892 rdfs:subClassOf :Project ;
1810 . 1893 .
1811 :Monday 1894 :Monday
1812 rdf:type :DayOfWeek ; 1895 rdf:type :DayOfWeek ;
1896 + rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
1813 rdfs:label "Monday"^^xsd:string ; 1897 rdfs:label "Monday"^^xsd:string ;
1814 rdfs:subClassOf :PeriodInTime ; 1898 rdfs:subClassOf :PeriodInTime ;
1815 . 1899 .
...@@ -1822,6 +1906,7 @@ ...@@ -1822,6 +1906,7 @@
1822 . 1906 .
1823 :NoMaterialComponents 1907 :NoMaterialComponents
1824 rdf:type :MaterialOrderStatus ; 1908 rdf:type :MaterialOrderStatus ;
1909 + rdfs:comment "A Material Order Status Value for an order that does not involve material components."^^xsd:string ;
1825 rdfs:label "No material components"^^xsd:string ; 1910 rdfs:label "No material components"^^xsd:string ;
1826 rdfs:subClassOf :MaterialOrderStatusValue ; 1911 rdfs:subClassOf :MaterialOrderStatusValue ;
1827 . 1912 .
...@@ -1833,16 +1918,19 @@ ...@@ -1833,16 +1918,19 @@
1833 . 1918 .
1834 :Non-invoicableProject 1919 :Non-invoicableProject
1835 rdf:type :ProjectContractType ; 1920 rdf:type :ProjectContractType ;
1921 + rdfs:comment "A Project that is not invoicable."^^xsd:string ;
1836 rdfs:label "Non-invoicable Project"^^xsd:string ; 1922 rdfs:label "Non-invoicable Project"^^xsd:string ;
1837 rdfs:subClassOf :Project ; 1923 rdfs:subClassOf :Project ;
1838 . 1924 .
1839 :NonScheduledShutdown 1925 :NonScheduledShutdown
1840 rdf:type :ShutdownType ; 1926 rdf:type :ShutdownType ;
1927 + rdfs:comment "A ShutdownActivity that involves a non-scheduled shutdown."^^xsd:string ;
1841 rdfs:label "Non scheduled shutdown"^^xsd:string ; 1928 rdfs:label "Non scheduled shutdown"^^xsd:string ;
1842 rdfs:subClassOf :ShutdownActivity ; 1929 rdfs:subClassOf :ShutdownActivity ;
1843 . 1930 .
1844 :OperationAndMaintenanceProject 1931 :OperationAndMaintenanceProject
1845 rdf:type :ProjectType ; 1932 rdf:type :ProjectType ;
1933 + rdfs:comment "A Project which involves operation and maintenance of an Asset."^^xsd:string ;
1846 rdfs:label "Operation and maintenance project"^^xsd:string ; 1934 rdfs:label "Operation and maintenance project"^^xsd:string ;
1847 rdfs:subClassOf :Project ; 1935 rdfs:subClassOf :Project ;
1848 . 1936 .
...@@ -1866,25 +1954,26 @@ ...@@ -1866,25 +1954,26 @@
1866 . 1954 .
1867 :OperationStatusValue 1955 :OperationStatusValue
1868 rdf:type owl:Class ; 1956 rdf:type owl:Class ;
1869 - rdfs:comment "A Status Value for an Operation"^^xsd:string ; 1957 + rdfs:comment "A Status Value for an Operation."^^xsd:string ;
1870 rdfs:label "Operation Status Value"^^xsd:string ; 1958 rdfs:label "Operation Status Value"^^xsd:string ;
1871 rdfs:subClassOf :StatusInstance ; 1959 rdfs:subClassOf :StatusInstance ;
1872 . 1960 .
1873 :OperationalActivity 1961 :OperationalActivity
1874 rdf:type owl:Class ; 1962 rdf:type owl:Class ;
1875 rdfs:comment "An Activity that is part of Operation and/or Maintenance of an Asset during it lifecycle."^^xsd:string ; 1963 rdfs:comment "An Activity that is part of Operation and/or Maintenance of an Asset during it lifecycle."^^xsd:string ;
1876 - rdfs:label "Operationa lActivity"^^xsd:string ; 1964 + rdfs:label "Operational Activity"^^xsd:string ;
1877 rdfs:subClassOf :Activity ; 1965 rdfs:subClassOf :Activity ;
1878 . 1966 .
1879 :OperationalWorkCenter 1967 :OperationalWorkCenter
1880 rdf:type :SpatialLocationInPlan ; 1968 rdf:type :SpatialLocationInPlan ;
1881 rdf:type owl:Class ; 1969 rdf:type owl:Class ;
1882 rdfs:comment "A Work Center where operational activity takes place."^^xsd:string ; 1970 rdfs:comment "A Work Center where operational activity takes place."^^xsd:string ;
1883 - rdfs:label "Operational work center"^^xsd:string ; 1971 + rdfs:label "Operational Work Center"^^xsd:string ;
1884 rdfs:subClassOf :WorkCenter ; 1972 rdfs:subClassOf :WorkCenter ;
1885 . 1973 .
1886 :OpexProject 1974 :OpexProject
1887 rdf:type :ProjectCostType ; 1975 rdf:type :ProjectCostType ;
1976 + rdfs:comment "A Project that involves operational expense."^^xsd:string ;
1888 rdfs:label "OPEX Project"^^xsd:string ; 1977 rdfs:label "OPEX Project"^^xsd:string ;
1889 rdfs:subClassOf :Project ; 1978 rdfs:subClassOf :Project ;
1890 . 1979 .
...@@ -1899,17 +1988,19 @@ ...@@ -1899,17 +1988,19 @@
1899 :PartOfTheSurfaceOfTheEarth 1988 :PartOfTheSurfaceOfTheEarth
1900 rdf:type :SpatialLocationInPlan ; 1989 rdf:type :SpatialLocationInPlan ;
1901 rdf:type owl:Class ; 1990 rdf:type owl:Class ;
1991 + rdfs:comment "A Geographical Locaton that is part of the surface of the earth."^^xsd:string ;
1902 rdfs:label "Part of the surface of the earth"^^xsd:string ; 1992 rdfs:label "Part of the surface of the earth"^^xsd:string ;
1903 - rdfs:subClassOf :RegionInSpace ; 1993 + rdfs:subClassOf :GeographicalLocation ;
1904 . 1994 .
1905 :Pending 1995 :Pending
1906 rdf:type :ActivityStatus ; 1996 rdf:type :ActivityStatus ;
1997 + rdfs:comment "An ActivityStatusValue for an Activity that is pending."^^xsd:string ;
1907 rdfs:label "Pending"^^xsd:string ; 1998 rdfs:label "Pending"^^xsd:string ;
1908 rdfs:subClassOf :ActivityStatusValue ; 1999 rdfs:subClassOf :ActivityStatusValue ;
1909 . 2000 .
1910 :PeriodInTime 2001 :PeriodInTime
1911 rdf:type owl:Class ; 2002 rdf:type owl:Class ;
1912 - rdfs:comment "An Individual that is all space for part of time - a temporal part of the universe."^^xsd:string ; 2003 + rdfs:comment "An Individual that is all space for part of time - a temporal part of the universe. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
1913 rdfs:label "Period in Time"^^xsd:string ; 2004 rdfs:label "Period in Time"^^xsd:string ;
1914 rdfs:subClassOf :PossibleIndividual ; 2005 rdfs:subClassOf :PossibleIndividual ;
1915 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS356215271> ; 2006 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS356215271> ;
...@@ -1924,8 +2015,8 @@ ...@@ -1924,8 +2015,8 @@
1924 . 2015 .
1925 :PersonOrOrganization 2016 :PersonOrOrganization
1926 rdf:type owl:Class ; 2017 rdf:type owl:Class ;
1927 - rdfs:comment "An Individual that is a Person or Organization that takes part in carrying out a Plan."^^xsd:string ; 2018 + rdfs:comment "An Individual that is a Person or Organization that takes part in carrying out a Plan. "^^xsd:string ;
1928 - rdfs:label "Person or organization"^^xsd:string ; 2019 + rdfs:label "Person or Organization"^^xsd:string ;
1929 rdfs:subClassOf :PossibleIndividual ; 2020 rdfs:subClassOf :PossibleIndividual ;
1930 . 2021 .
1931 :PetroleumField 2022 :PetroleumField
...@@ -1939,14 +2030,14 @@ ...@@ -1939,14 +2030,14 @@
1939 :PhysicalLocation 2030 :PhysicalLocation
1940 rdf:type :SpatialLocationInPlan ; 2031 rdf:type :SpatialLocationInPlan ;
1941 rdf:type owl:Class ; 2032 rdf:type owl:Class ;
1942 - 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 ; 2033 + rdfs:comment "A SpatialLocation 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 ;
1943 rdfs:label "Physical location"^^xsd:string ; 2034 rdfs:label "Physical location"^^xsd:string ;
1944 - rdfs:subClassOf :PointInSpace ; 2035 + rdfs:subClassOf :SpatialLocation ;
1945 . 2036 .
1946 :PhysicalObject 2037 :PhysicalObject
1947 rdf:type :PhysicalObjectInPlan ; 2038 rdf:type :PhysicalObjectInPlan ;
1948 rdf:type owl:Class ; 2039 rdf:type owl:Class ;
1949 - rdfs:comment "An Individual that is a distribution of matter, energy, or both."^^xsd:string ; 2040 + rdfs:comment "An Individual that is a distribution of matter, energy, or both. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
1950 rdfs:label "Physical Object"^^xsd:string ; 2041 rdfs:label "Physical Object"^^xsd:string ;
1951 rdfs:subClassOf :PossibleIndividual ; 2042 rdfs:subClassOf :PossibleIndividual ;
1952 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4326435842> ; 2043 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4326435842> ;
...@@ -2165,6 +2256,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2165,6 +2256,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2165 . 2256 .
2166 :Planned 2257 :Planned
2167 rdf:type :ActivityStatus ; 2258 rdf:type :ActivityStatus ;
2259 + rdfs:comment "An ActivityStatusValue for an Activity that has been planned."^^xsd:string ;
2168 rdfs:label "Planned"^^xsd:string ; 2260 rdfs:label "Planned"^^xsd:string ;
2169 rdfs:subClassOf :ActivityStatusValue ; 2261 rdfs:subClassOf :ActivityStatusValue ;
2170 . 2262 .
...@@ -2181,34 +2273,42 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2181,34 +2273,42 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2181 rdfs:label "Planning application"^^xsd:string ; 2273 rdfs:label "Planning application"^^xsd:string ;
2182 rdfs:subClassOf :SoftwareApplication ; 2274 rdfs:subClassOf :SoftwareApplication ;
2183 . 2275 .
2276 +:PlantShutdown
2277 + rdf:type :ShutdownType ;
2278 + rdfs:comment "A ShutdownActivity that involves a plant shutdown."^^xsd:string ;
2279 + rdfs:label "Plant shutdown"^^xsd:string ;
2280 + rdfs:subClassOf :ShutdownActivity ;
2281 +.
2184 :PlugAndAbandon 2282 :PlugAndAbandon
2185 rdf:type :DrillingProjectType ; 2283 rdf:type :DrillingProjectType ;
2186 rdf:type :WellServicesWorkType ; 2284 rdf:type :WellServicesWorkType ;
2187 - rdfs:comment "A Drilling Project Type and a Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ; 2285 + rdfs:comment "A Drilling Activity that involves plugging and abandoning a Well or Wellbore."^^xsd:string ;
2188 rdfs:label "Plug and abandon"^^xsd:string ; 2286 rdfs:label "Plug and abandon"^^xsd:string ;
2189 rdfs:subClassOf :DrillingActivity ; 2287 rdfs:subClassOf :DrillingActivity ;
2190 - rdfs:subClassOf :Project ;
2191 . 2288 .
2192 :PointInSpace 2289 :PointInSpace
2193 rdf:type :SpatialLocationInPlan ; 2290 rdf:type :SpatialLocationInPlan ;
2194 rdf:type owl:Class ; 2291 rdf:type owl:Class ;
2195 - rdfs:label "Point in space"^^xsd:string ; 2292 + rdfs:comment "A SpatialLocation that is defined by a specific point or coordinates."^^xsd:string ;
2293 + rdfs:label "Point in Space"^^xsd:string ;
2196 rdfs:subClassOf :SpatialLocation ; 2294 rdfs:subClassOf :SpatialLocation ;
2197 . 2295 .
2198 :PossibleIndividual 2296 :PossibleIndividual
2199 rdf:type owl:Class ; 2297 rdf:type owl:Class ;
2200 - rdfs:comment "A 15926-4 thing that exists in space and time."^^xsd:string ; 2298 + rdfs:comment "A 15926-4 thing that exists in space and time. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
2201 - rdfs:label "Possible individual"^^xsd:string ; 2299 + rdfs:label "Possible Individual"^^xsd:string ;
2202 rdfs:subClassOf owl:Thing ; 2300 rdfs:subClassOf owl:Thing ;
2203 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS8645837> ; 2301 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS8645837> ;
2204 . 2302 .
2205 :PotentialShutdown 2303 :PotentialShutdown
2206 rdf:type :ShutdownType ; 2304 rdf:type :ShutdownType ;
2305 + rdfs:comment "A ShutdownActivity that involves a potential shutdown."^^xsd:string ;
2207 rdfs:label "Potential shutdown"^^xsd:string ; 2306 rdfs:label "Potential shutdown"^^xsd:string ;
2208 rdfs:subClassOf :ShutdownActivity ; 2307 rdfs:subClassOf :ShutdownActivity ;
2209 . 2308 .
2210 :Pre-costed 2309 :Pre-costed
2211 rdf:type :OperationStatus ; 2310 rdf:type :OperationStatus ;
2311 + rdfs:comment "A Operation Status Value for an operation that has been precosted."^^xsd:string ;
2212 rdfs:label "Pre-costed"^^xsd:string ; 2312 rdfs:label "Pre-costed"^^xsd:string ;
2213 rdfs:subClassOf :OperationStatusValue ; 2313 rdfs:subClassOf :OperationStatusValue ;
2214 . 2314 .
...@@ -2220,18 +2320,19 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2220,18 +2320,19 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2220 . 2320 .
2221 :ProductionDrilling 2321 :ProductionDrilling
2222 rdf:type :WellServicesWorkType ; 2322 rdf:type :WellServicesWorkType ;
2223 - rdfs:comment "A Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ; 2323 + rdfs:comment "A DrillingActivity that involves a production well."^^xsd:string ;
2224 rdfs:label "Production Drilling"^^xsd:string ; 2324 rdfs:label "Production Drilling"^^xsd:string ;
2225 rdfs:subClassOf :DrillingActivity ; 2325 rdfs:subClassOf :DrillingActivity ;
2226 . 2326 .
2227 :ProductionProject 2327 :ProductionProject
2228 rdf:type :DrillingProjectType ; 2328 rdf:type :DrillingProjectType ;
2229 - rdfs:comment "A Drilling Project Type (part of Use Case 2.5.1)"^^xsd:string ; 2329 + rdfs:comment "A Project which involves production of ail and/or gas."^^xsd:string ;
2230 rdfs:label "Production"^^xsd:string ; 2330 rdfs:label "Production"^^xsd:string ;
2231 rdfs:subClassOf :Project ; 2331 rdfs:subClassOf :Project ;
2232 . 2332 .
2233 :ProductionShutdown 2333 :ProductionShutdown
2234 rdf:type :ShutdownType ; 2334 rdf:type :ShutdownType ;
2335 + rdfs:comment "A ShutdownActivity that involves a production shutdown."^^xsd:string ;
2235 rdfs:label "Production shutdown"^^xsd:string ; 2336 rdfs:label "Production shutdown"^^xsd:string ;
2236 rdfs:subClassOf :ShutdownActivity ; 2337 rdfs:subClassOf :ShutdownActivity ;
2237 . 2338 .
...@@ -2531,37 +2632,45 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2531,37 +2632,45 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2531 . 2632 .
2532 :RamexProject 2633 :RamexProject
2533 rdf:type :ProjectCostType ; 2634 rdf:type :ProjectCostType ;
2635 + rdfs:comment "A Project that involves the cost of reliability, availability and maintainability."^^xsd:string ;
2534 rdfs:label "RAMEX Project"^^xsd:string ; 2636 rdfs:label "RAMEX Project"^^xsd:string ;
2535 rdfs:subClassOf :Project ; 2637 rdfs:subClassOf :Project ;
2536 . 2638 .
2537 :ReadyForExecution 2639 :ReadyForExecution
2538 rdf:type :ActivityStatus ; 2640 rdf:type :ActivityStatus ;
2641 + rdfs:comment "An ActivityStatusValue for an Activity that is ready for execution."^^xsd:string ;
2539 rdfs:label "Ready for execution"^^xsd:string ; 2642 rdfs:label "Ready for execution"^^xsd:string ;
2540 rdfs:subClassOf :ActivityStatusValue ; 2643 rdfs:subClassOf :ActivityStatusValue ;
2541 . 2644 .
2542 :RegionInSpace 2645 :RegionInSpace
2543 rdf:type :SpatialLocationInPlan ; 2646 rdf:type :SpatialLocationInPlan ;
2544 rdf:type owl:Class ; 2647 rdf:type owl:Class ;
2545 - rdfs:label "Region in space"^^xsd:string ; 2648 + rdfs:comment "A SpatialLocaton that is defined by a region or area."^^xsd:string ;
2649 + rdfs:label "Region in Space"^^xsd:string ;
2546 rdfs:subClassOf :SpatialLocation ; 2650 rdfs:subClassOf :SpatialLocation ;
2547 . 2651 .
2548 :ReimbursableProject 2652 :ReimbursableProject
2549 rdf:type :ProjectContractType ; 2653 rdf:type :ProjectContractType ;
2654 + rdfs:comment "A Project that involves a reimbursable contract."^^xsd:string ;
2550 rdfs:label "Reimbursable Project"^^xsd:string ; 2655 rdfs:label "Reimbursable Project"^^xsd:string ;
2551 rdfs:subClassOf :Project ; 2656 rdfs:subClassOf :Project ;
2552 . 2657 .
2553 :Released 2658 :Released
2554 rdf:type :ActivityStatus ; 2659 rdf:type :ActivityStatus ;
2660 + rdfs:comment "An ActivityStatusValue for an Activity that has been released."^^xsd:string ;
2555 rdfs:label "Released"^^xsd:string ; 2661 rdfs:label "Released"^^xsd:string ;
2556 rdfs:subClassOf :ActivityStatusValue ; 2662 rdfs:subClassOf :ActivityStatusValue ;
2557 . 2663 .
2558 :RemovalOfBarriers 2664 :RemovalOfBarriers
2559 rdf:type :ActivityRiskFactor ; 2665 rdf:type :ActivityRiskFactor ;
2666 + rdfs:comment "A RiskActivity that involves removal of barriers."^^xsd:string ;
2560 rdfs:label "Removal of barriers"^^xsd:string ; 2667 rdfs:label "Removal of barriers"^^xsd:string ;
2561 rdfs:subClassOf :RiskActivity ; 2668 rdfs:subClassOf :RiskActivity ;
2562 . 2669 .
2563 :Resource 2670 :Resource
2564 rdf:type owl:Class ; 2671 rdf:type owl:Class ;
2672 + rdfs:comment "An Individual that an Activity consumes or uses when carrying out the Activity."^^xsd:string ;
2673 + rdfs:label "Resource"^^xsd:string ;
2565 rdfs:subClassOf :PossibleIndividual ; 2674 rdfs:subClassOf :PossibleIndividual ;
2566 . 2675 .
2567 :ResourceAvailability 2676 :ResourceAvailability
...@@ -2727,6 +2836,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2727,6 +2836,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2727 . 2836 .
2728 :RevisionShutdown 2837 :RevisionShutdown
2729 rdf:type :ShutdownType ; 2838 rdf:type :ShutdownType ;
2839 + rdfs:comment "A ShutdownActivity that involves a revision shutdown."^^xsd:string ;
2730 rdfs:label "Revision shutdown"^^xsd:string ; 2840 rdfs:label "Revision shutdown"^^xsd:string ;
2731 rdfs:subClassOf :ShutdownActivity ; 2841 rdfs:subClassOf :ShutdownActivity ;
2732 . 2842 .
...@@ -2738,7 +2848,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2738,7 +2848,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2738 . 2848 .
2739 :SCCSactivity 2849 :SCCSactivity
2740 rdf:type owl:Class ; 2850 rdf:type owl:Class ;
2741 - rdfs:comment "An Activity that is classified accroding to NORSOK Z-014 SAB (tandard Activity Breakdown)."^^xsd:string ; 2851 + rdfs:comment "An Activity that is classified accroding to NORSOK Z-014 SAB (Standard Activity Breakdown)."^^xsd:string ;
2742 rdfs:label "SCCS Activity"^^xsd:string ; 2852 rdfs:label "SCCS Activity"^^xsd:string ;
2743 rdfs:subClassOf :Activity ; 2853 rdfs:subClassOf :Activity ;
2744 . 2854 .
...@@ -2768,11 +2878,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2768,11 +2878,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2768 . 2878 .
2769 :SafetyTestShutdown 2879 :SafetyTestShutdown
2770 rdf:type :ShutdownType ; 2880 rdf:type :ShutdownType ;
2881 + rdfs:comment "A ShutdownActivity that involves a safety test shutdown."^^xsd:string ;
2771 rdfs:label "Safety test shutdown"^^xsd:string ; 2882 rdfs:label "Safety test shutdown"^^xsd:string ;
2772 rdfs:subClassOf :ShutdownActivity ; 2883 rdfs:subClassOf :ShutdownActivity ;
2773 . 2884 .
2774 :Saturday 2885 :Saturday
2775 rdf:type :DayOfWeek ; 2886 rdf:type :DayOfWeek ;
2887 + rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
2776 rdfs:label "Saturday"^^xsd:string ; 2888 rdfs:label "Saturday"^^xsd:string ;
2777 rdfs:subClassOf :PeriodInTime ; 2889 rdfs:subClassOf :PeriodInTime ;
2778 . 2890 .
...@@ -3036,6 +3148,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3036,6 +3148,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3036 . 3148 .
3037 :ScheduledShutdown 3149 :ScheduledShutdown
3038 rdf:type :ShutdownType ; 3150 rdf:type :ShutdownType ;
3151 + rdfs:comment "A ShutdownActivity that involves a scheduled shutdown."^^xsd:string ;
3039 rdfs:label "Scheduled shutdown"^^xsd:string ; 3152 rdfs:label "Scheduled shutdown"^^xsd:string ;
3040 rdfs:subClassOf :ShutdownActivity ; 3153 rdfs:subClassOf :ShutdownActivity ;
3041 . 3154 .
...@@ -3048,11 +3161,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3048,11 +3161,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3048 . 3161 .
3049 :SettlementRuleCreated 3162 :SettlementRuleCreated
3050 rdf:type :OperationStatus ; 3163 rdf:type :OperationStatus ;
3164 + rdfs:comment "A Operation Status Value for an operation where rules for settlement have been created."^^xsd:string ;
3051 rdfs:label "Settlement rule created"^^xsd:string ; 3165 rdfs:label "Settlement rule created"^^xsd:string ;
3052 rdfs:subClassOf :OperationStatusValue ; 3166 rdfs:subClassOf :OperationStatusValue ;
3053 . 3167 .
3054 :ShallowGasOperation 3168 :ShallowGasOperation
3055 rdf:type :ActivityRiskFactor ; 3169 rdf:type :ActivityRiskFactor ;
3170 + rdfs:comment "A RiskActivity that involves shallow gas operation."^^xsd:string ;
3056 rdfs:label "Shallow gas operation"^^xsd:string ; 3171 rdfs:label "Shallow gas operation"^^xsd:string ;
3057 rdfs:subClassOf :RiskActivity ; 3172 rdfs:subClassOf :RiskActivity ;
3058 . 3173 .
...@@ -3064,6 +3179,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3064,6 +3179,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3064 . 3179 .
3065 :ShutdownNotEvaluated 3180 :ShutdownNotEvaluated
3066 rdf:type :ShutdownType ; 3181 rdf:type :ShutdownType ;
3182 + rdfs:comment "A (potential) ShutdownActivity for which a shutdown has not (yet) been evaluated"^^xsd:string ;
3067 rdfs:label "Shutdown not evaluated"^^xsd:string ; 3183 rdfs:label "Shutdown not evaluated"^^xsd:string ;
3068 rdfs:subClassOf :ShutdownActivity ; 3184 rdfs:subClassOf :ShutdownActivity ;
3069 . 3185 .
...@@ -3100,7 +3216,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3100,7 +3216,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3100 :SpatialLocation 3216 :SpatialLocation
3101 rdf:type :SpatialLocationInPlan ; 3217 rdf:type :SpatialLocationInPlan ;
3102 rdf:type owl:Class ; 3218 rdf:type owl:Class ;
3103 - rdfs:comment "An Individual that has continuity of relative position.Geographic datum, license block and construction area are examples of Spatial Location."^^xsd:string ; 3219 + rdfs:comment "An Individual that has continuity of relative position.Geographic datum, license block and construction area are examples of Spatial Location. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
3104 rdfs:label "Spatial Location"^^xsd:string ; 3220 rdfs:label "Spatial Location"^^xsd:string ;
3105 rdfs:subClassOf :PossibleIndividual ; 3221 rdfs:subClassOf :PossibleIndividual ;
3106 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS436813841> ; 3222 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS436813841> ;
...@@ -3114,7 +3230,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3114,7 +3230,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3114 . 3230 .
3115 :StaffTime 3231 :StaffTime
3116 rdf:type owl:Class ; 3232 rdf:type owl:Class ;
3117 - rdfs:comment "An Activity that requires EngineeringManhourResource."^^xsd:string ; 3233 + rdfs:comment "An OperationalActivity that requires one or more EngineeringManhourResource."^^xsd:string ;
3118 rdfs:label "Staff time"^^xsd:string ; 3234 rdfs:label "Staff time"^^xsd:string ;
3119 rdfs:subClassOf :OperationalActivity ; 3235 rdfs:subClassOf :OperationalActivity ;
3120 . 3236 .
...@@ -3126,6 +3242,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3126,6 +3242,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3126 . 3242 .
3127 :StartingUp 3243 :StartingUp
3128 rdf:type :ShutdownPhase ; 3244 rdf:type :ShutdownPhase ;
3245 + rdfs:comment "An OperationalActivity that involves starting up production (typically after a shutdown)."^^xsd:string ;
3129 rdfs:label "Starting up"^^xsd:string ; 3246 rdfs:label "Starting up"^^xsd:string ;
3130 rdfs:subClassOf :OperationalActivity ; 3247 rdfs:subClassOf :OperationalActivity ;
3131 . 3248 .
...@@ -3151,12 +3268,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3151,12 +3268,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3151 . 3268 .
3152 :Sunday 3269 :Sunday
3153 rdf:type :DayOfWeek ; 3270 rdf:type :DayOfWeek ;
3271 + rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
3154 rdfs:label "Sunday"^^xsd:string ; 3272 rdfs:label "Sunday"^^xsd:string ;
3155 rdfs:subClassOf :PeriodInTime ; 3273 rdfs:subClassOf :PeriodInTime ;
3156 . 3274 .
3157 :System 3275 :System
3158 rdf:type owl:Class ; 3276 rdf:type owl:Class ;
3159 - rdfs:comment "A functional object which is an assembly of functional objects forming a network to provide a type of service or serving a common purpose."^^xsd:string ; 3277 + rdfs:comment "A FunctionalObject which is an assembly of functional objects forming a network to provide a type of service or serving a common purpose."^^xsd:string ;
3160 rdfs:label "System"^^xsd:string ; 3278 rdfs:label "System"^^xsd:string ;
3161 rdfs:subClassOf :FunctionalObject ; 3279 rdfs:subClassOf :FunctionalObject ;
3162 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS316259> ; 3280 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS316259> ;
...@@ -3164,9 +3282,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3164,9 +3282,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3164 :SystemDescriptor 3282 :SystemDescriptor
3165 rdf:type owl:Class ; 3283 rdf:type owl:Class ;
3166 rdfs:comment "A Descriptor that describes something about a system."^^xsd:string ; 3284 rdfs:comment "A Descriptor that describes something about a system."^^xsd:string ;
3167 - rdfs:label "System Dscriptor"^^xsd:string ; 3285 + rdfs:label "System Descriptor"^^xsd:string ;
3168 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ; 3286 + rdfs:subClassOf :Descriptor ;
3169 - rdfs:subClassOf owl:Thing ;
3170 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16974396> ; 3287 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16974396> ;
3171 . 3288 .
3172 :SystemInPlan 3289 :SystemInPlan
...@@ -3177,16 +3294,19 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3177,16 +3294,19 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3177 . 3294 .
3178 :SystemShutdown 3295 :SystemShutdown
3179 rdf:type :ShutdownType ; 3296 rdf:type :ShutdownType ;
3297 + rdfs:comment "A ShutdownActivity that involves a system shutdown."^^xsd:string ;
3180 rdfs:label "System shutdown"^^xsd:string ; 3298 rdfs:label "System shutdown"^^xsd:string ;
3181 rdfs:subClassOf :ShutdownActivity ; 3299 rdfs:subClassOf :ShutdownActivity ;
3182 . 3300 .
3183 :TargetProject 3301 :TargetProject
3184 rdf:type :ProjectContractType ; 3302 rdf:type :ProjectContractType ;
3303 + rdfs:comment "A Project that involves an contract target."^^xsd:string ;
3185 rdfs:label "Target Project"^^xsd:string ; 3304 rdfs:label "Target Project"^^xsd:string ;
3186 rdfs:subClassOf :Project ; 3305 rdfs:subClassOf :Project ;
3187 . 3306 .
3188 :Thursday 3307 :Thursday
3189 rdf:type :DayOfWeek ; 3308 rdf:type :DayOfWeek ;
3309 + rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
3190 rdfs:label "Thursday"^^xsd:string ; 3310 rdfs:label "Thursday"^^xsd:string ;
3191 rdfs:subClassOf :PeriodInTime ; 3311 rdfs:subClassOf :PeriodInTime ;
3192 . 3312 .
...@@ -3347,6 +3467,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3347,6 +3467,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3347 . 3467 .
3348 :TimexProject 3468 :TimexProject
3349 rdf:type :ProjectCostType ; 3469 rdf:type :ProjectCostType ;
3470 + rdfs:comment "A Project that involves the cost of shorter time."^^xsd:string ;
3350 rdfs:label "TIMEX Project"^^xsd:string ; 3471 rdfs:label "TIMEX Project"^^xsd:string ;
3351 rdfs:subClassOf :Project ; 3472 rdfs:subClassOf :Project ;
3352 . 3473 .
...@@ -3358,21 +3479,25 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3358,21 +3479,25 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3358 . 3479 .
3359 :TrainShutdown 3480 :TrainShutdown
3360 rdf:type :ShutdownType ; 3481 rdf:type :ShutdownType ;
3482 + rdfs:comment "A ShutdownActivity that involves a train shutdown."^^xsd:string ;
3361 rdfs:label "Train shutdown"^^xsd:string ; 3483 rdfs:label "Train shutdown"^^xsd:string ;
3362 rdfs:subClassOf :ShutdownActivity ; 3484 rdfs:subClassOf :ShutdownActivity ;
3363 . 3485 .
3364 :Tuesday 3486 :Tuesday
3365 rdf:type :DayOfWeek ; 3487 rdf:type :DayOfWeek ;
3488 + rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
3366 rdfs:label "Tuesday"^^xsd:string ; 3489 rdfs:label "Tuesday"^^xsd:string ;
3367 rdfs:subClassOf :PeriodInTime ; 3490 rdfs:subClassOf :PeriodInTime ;
3368 . 3491 .
3369 :UnderPlanningOrScheduling 3492 :UnderPlanningOrScheduling
3370 rdf:type :ActivityStatus ; 3493 rdf:type :ActivityStatus ;
3494 + rdfs:comment "An ActivityStatusValue for an Activity that is currently being planned or scheduled."^^xsd:string ;
3371 rdfs:label "Under planning or scheduling"^^xsd:string ; 3495 rdfs:label "Under planning or scheduling"^^xsd:string ;
3372 rdfs:subClassOf :ActivityStatusValue ; 3496 rdfs:subClassOf :ActivityStatusValue ;
3373 . 3497 .
3374 :Unknown 3498 :Unknown
3375 rdf:type :ActivityStatus ; 3499 rdf:type :ActivityStatus ;
3500 + rdfs:comment "An ActivityStatusValue for an Activity that is currently unknown."^^xsd:string ;
3376 rdfs:label "Unknown"^^xsd:string ; 3501 rdfs:label "Unknown"^^xsd:string ;
3377 rdfs:subClassOf :ActivityStatusValue ; 3502 rdfs:subClassOf :ActivityStatusValue ;
3378 . 3503 .
...@@ -3386,21 +3511,25 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3386,21 +3511,25 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3386 :VesselOperation 3511 :VesselOperation
3387 rdf:type :ActivityRiskFactor ; 3512 rdf:type :ActivityRiskFactor ;
3388 rdf:type owl:Class ; 3513 rdf:type owl:Class ;
3514 + rdfs:comment "A RiskActivity that involves vessel operation."^^xsd:string ;
3389 rdfs:label "Vessel operation"^^xsd:string ; 3515 rdfs:label "Vessel operation"^^xsd:string ;
3390 rdfs:subClassOf :RiskActivity ; 3516 rdfs:subClassOf :RiskActivity ;
3391 . 3517 .
3392 :WaterInjectionShutdown 3518 :WaterInjectionShutdown
3393 rdf:type :ShutdownType ; 3519 rdf:type :ShutdownType ;
3520 + rdfs:comment "A ShutdownActivity that involves a water injection shutdown."^^xsd:string ;
3394 rdfs:label "Water injection shutdown"^^xsd:string ; 3521 rdfs:label "Water injection shutdown"^^xsd:string ;
3395 rdfs:subClassOf :ShutdownActivity ; 3522 rdfs:subClassOf :ShutdownActivity ;
3396 . 3523 .
3397 :WaterProductionShutdown 3524 :WaterProductionShutdown
3398 rdf:type :ShutdownType ; 3525 rdf:type :ShutdownType ;
3526 + rdfs:comment "A ShutdownActivity that involves a water production shutdown."^^xsd:string ;
3399 rdfs:label "Water production shutdown"^^xsd:string ; 3527 rdfs:label "Water production shutdown"^^xsd:string ;
3400 rdfs:subClassOf :ShutdownActivity ; 3528 rdfs:subClassOf :ShutdownActivity ;
3401 . 3529 .
3402 :Wednesday 3530 :Wednesday
3403 rdf:type :DayOfWeek ; 3531 rdf:type :DayOfWeek ;
3532 + rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
3404 rdfs:label "Wednesday"^^xsd:string ; 3533 rdfs:label "Wednesday"^^xsd:string ;
3405 rdfs:subClassOf :PeriodInTime ; 3534 rdfs:subClassOf :PeriodInTime ;
3406 . 3535 .
...@@ -3446,7 +3575,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3446,7 +3575,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3446 . 3575 .
3447 :WellIsolationPlanRequired 3576 :WellIsolationPlanRequired
3448 rdf:type owl:Class ; 3577 rdf:type owl:Class ;
3449 - rdfs:comment "An Activity that requires a well isolation plan."^^xsd:string ; 3578 + rdfs:comment "A DrillingActivity that requires a well isolation plan."^^xsd:string ;
3450 rdfs:label "Well Isolation Plan Required"^^xsd:string ; 3579 rdfs:label "Well Isolation Plan Required"^^xsd:string ;
3451 rdfs:subClassOf :DrillingActivity ; 3580 rdfs:subClassOf :DrillingActivity ;
3452 . 3581 .
...@@ -3463,7 +3592,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3463,7 +3592,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3463 . 3592 .
3464 :WellTransfer 3593 :WellTransfer
3465 rdf:type :ProjectPhase ; 3594 rdf:type :ProjectPhase ;
3466 - rdfs:comment "An Activity that involves well transfer."^^xsd:string ; 3595 + rdfs:comment "A DrillingActivity that involves well transfer."^^xsd:string ;
3467 rdfs:label "Well transfer"^^xsd:string ; 3596 rdfs:label "Well transfer"^^xsd:string ;
3468 rdfs:subClassOf :DrillingActivity ; 3597 rdfs:subClassOf :DrillingActivity ;
3469 . 3598 .
...@@ -3485,6 +3614,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3485,6 +3614,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3485 . 3614 .
3486 :WirelineActivity 3615 :WirelineActivity
3487 rdf:type owl:Class ; 3616 rdf:type owl:Class ;
3617 + rdfs:comment "A Drilling Activity that involves a wireline."^^xsd:string ;
3488 rdfs:label "Wireline activity"^^xsd:string ; 3618 rdfs:label "Wireline activity"^^xsd:string ;
3489 rdfs:subClassOf :DrillingActivity ; 3619 rdfs:subClassOf :DrillingActivity ;
3490 . 3620 .
...@@ -3492,8 +3622,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3492,8 +3622,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3492 rdf:type :ActorInPlan ; 3622 rdf:type :ActorInPlan ;
3493 rdf:type :SpatialLocationInPlan ; 3623 rdf:type :SpatialLocationInPlan ;
3494 rdf:type owl:Class ; 3624 rdf:type owl:Class ;
3495 - rdfs:comment "A physical location in which work is accomplished."^^xsd:string ; 3625 + rdfs:comment "A PhysicalLocation where work is accomplished."^^xsd:string ;
3496 - rdfs:label "Work center"^^xsd:string ; 3626 + rdfs:label "Work Center"^^xsd:string ;
3497 rdfs:subClassOf :PhysicalLocation ; 3627 rdfs:subClassOf :PhysicalLocation ;
3498 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS10418236677> ; 3628 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS10418236677> ;
3499 . 3629 .
...@@ -3523,6 +3653,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3523,6 +3653,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3523 . 3653 .
3524 :WorkOrderStatusValue 3654 :WorkOrderStatusValue
3525 rdf:type owl:Class ; 3655 rdf:type owl:Class ;
3656 + rdfs:comment "A Status Value for a Work Order."^^xsd:string ;
3526 rdfs:label "Work Order Status Value"^^xsd:string ; 3657 rdfs:label "Work Order Status Value"^^xsd:string ;
3527 rdfs:subClassOf :StatusInstance ; 3658 rdfs:subClassOf :StatusInstance ;
3528 . 3659 .
......