Håvard M. Ottestad

after work with Tore

1 -# baseURI: http://data.posccaesar.org/ilap/ 1 +# baseURI: file:/Users/havardottestad/TBCMEWorkspace2/ilap/ilap-ontology.ttl
2 # imports: file:/Users/havardottestad/TBCMEWorkspace2/ilap/rdl%20and%20p12/corerdl.ttl 2 # imports: file:/Users/havardottestad/TBCMEWorkspace2/ilap/rdl%20and%20p12/corerdl.ttl
3 -# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/
4 -# imports: http://data.posccaesar.org/ilap/userfields/
5 3
6 @prefix : <http://data.posccaesar.org/ilap/> . 4 @prefix : <http://data.posccaesar.org/ilap/> .
7 @prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> . 5 @prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> .
...@@ -14,16 +12,17 @@ ...@@ -14,16 +12,17 @@
14 @prefix xml: <http://www.w3.org/XML/1998/namespace> . 12 @prefix xml: <http://www.w3.org/XML/1998/namespace> .
15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 13 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 14
17 -<http://data.posccaesar.org/brreg/> 15 +<file:///Users/havardottestad/TBCMEWorkspace2/ilap/ilap-ontology.ttl>
18 - rdf:type owl:Class ; 16 + rdf:type owl:Ontology ;
19 - rdfs:subClassOf :Organization ; 17 + owl:imports <file:///Users/havardottestad/TBCMEWorkspace2/ilap/rdl%20and%20p12/corerdl.ttl> ;
20 . 18 .
21 -: 19 +<file:/Users/havardottestad/TBCMEWorkspace2/ilap/ilap-ontology.ttl>
22 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
23 owl:imports <file:/Users/havardottestad/TBCMEWorkspace2/ilap/rdl%20and%20p12/corerdl.ttl> ; 21 owl:imports <file:/Users/havardottestad/TBCMEWorkspace2/ilap/rdl%20and%20p12/corerdl.ttl> ;
24 - owl:imports SCCS: ; 22 +.
25 - owl:imports userfield: ; 23 +<http://data.posccaesar.org/brreg/>
26 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 24 + rdf:type owl:Class ;
25 + rdfs:subClassOf :Organization ;
27 . 26 .
28 :AbexProject 27 :AbexProject
29 rdf:type :ProjectCostType ; 28 rdf:type :ProjectCostType ;
...@@ -50,16 +49,6 @@ ...@@ -50,16 +49,6 @@
50 rdfs:label "Active"^^xsd:string ; 49 rdfs:label "Active"^^xsd:string ;
51 rdfs:subClassOf :ActivityStatusValue ; 50 rdfs:subClassOf :ActivityStatusValue ;
52 . 51 .
53 -:Activity
54 - rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
55 - rdf:type lci:ClassOfIndividual ;
56 - rdf:type owl:Class ;
57 - :shouldHaveID "true" ;
58 - 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 ;
59 - rdfs:label "Activity"^^xsd:string ;
60 - rdfs:subClassOf :PossibleIndividual ;
61 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ;
62 -.
63 :ActivityCarriedOutOnHCsystems 52 :ActivityCarriedOutOnHCsystems
64 rdf:type :ActivityRiskFactor ; 53 rdf:type :ActivityRiskFactor ;
65 rdf:type owl:Class ; 54 rdf:type owl:Class ;
...@@ -71,7 +60,7 @@ ...@@ -71,7 +60,7 @@
71 rdf:type owl:Class ; 60 rdf:type owl:Class ;
72 rdfs:comment "A Class of Activity whose membershave a defined measure of the consequence of failure in execution."^^xsd:string ; 61 rdfs:comment "A Class of Activity whose membershave a defined measure of the consequence of failure in execution."^^xsd:string ;
73 rdfs:label "Activity Criticality"^^xsd:string ; 62 rdfs:label "Activity Criticality"^^xsd:string ;
74 - rdfs:subClassOf :ClassOfActivity ; 63 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
75 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7947106> ; 64 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7947106> ;
76 . 65 .
77 :ActivityForWhichESDPermitIsRequired 66 :ActivityForWhichESDPermitIsRequired
...@@ -202,7 +191,7 @@ ...@@ -202,7 +191,7 @@
202 owl:unionOf ( 191 owl:unionOf (
203 :RegionInSpace 192 :RegionInSpace
204 :PointInSpace 193 :PointInSpace
205 - :PhysicalObject 194 + <http://data.posccaesar.org/dm/PhysicalObject>
206 ) ; 195 ) ;
207 ] ; 196 ] ;
208 owl:onProperty :hasLocation ; 197 owl:onProperty :hasLocation ;
...@@ -384,19 +373,19 @@ ...@@ -384,19 +373,19 @@
384 rdf:type owl:Class ; 373 rdf:type owl:Class ;
385 rdfs:comment "A Class of Activity whose members are activities that have objective (purpose and goal)."^^xsd:string ; 374 rdfs:comment "A Class of Activity whose members are activities that have objective (purpose and goal)."^^xsd:string ;
386 rdfs:label "Activity Objective"^^xsd:string ; 375 rdfs:label "Activity Objective"^^xsd:string ;
387 - rdfs:subClassOf :ClassOfActivity ; 376 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
388 . 377 .
389 :ActivityPlanningActivity 378 :ActivityPlanningActivity
390 rdf:type owl:Class ; 379 rdf:type owl:Class ;
391 rdfs:comment "A Class of Activity whose members are classified as standard activities."^^xsd:string ; 380 rdfs:comment "A Class of Activity whose members are classified as standard activities."^^xsd:string ;
392 rdfs:label "Activity Planning Activity"^^xsd:string ; 381 rdfs:label "Activity Planning Activity"^^xsd:string ;
393 - rdfs:subClassOf :ClassOfActivity ; 382 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
394 . 383 .
395 :ActivityPlanningPhase 384 :ActivityPlanningPhase
396 rdf:type owl:Class ; 385 rdf:type owl:Class ;
397 rdfs:comment "A Class of Activity whose members are classified within a standard phase."^^xsd:string ; 386 rdfs:comment "A Class of Activity whose members are classified within a standard phase."^^xsd:string ;
398 rdfs:label "Activity Planning Phase"^^xsd:string ; 387 rdfs:label "Activity Planning Phase"^^xsd:string ;
399 - rdfs:subClassOf :ClassOfActivity ; 388 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
400 . 389 .
401 :ActivityPlanningResource 390 :ActivityPlanningResource
402 rdf:type owl:Class ; 391 rdf:type owl:Class ;
...@@ -414,19 +403,19 @@ ...@@ -414,19 +403,19 @@
414 rdf:type owl:Class ; 403 rdf:type owl:Class ;
415 rdfs:comment "A Class of Activity whose members have importance and focus ."^^xsd:string ; 404 rdfs:comment "A Class of Activity whose members have importance and focus ."^^xsd:string ;
416 rdfs:label "Activity Priority"^^xsd:string ; 405 rdfs:label "Activity Priority"^^xsd:string ;
417 - rdfs:subClassOf :ClassOfActivity ; 406 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
418 . 407 .
419 :ActivityRiskFactor 408 :ActivityRiskFactor
420 rdf:type owl:Class ; 409 rdf:type owl:Class ;
421 rdfs:comment "A Class of Activity whose members involve potential threats of damage, injury, liability, loss, or any other negative occurrence that is caused by external or internal vulnerabilities, and that may be avoided through preemptive action."^^xsd:string ; 410 rdfs:comment "A Class of Activity whose members involve potential threats of damage, injury, liability, loss, or any other negative occurrence that is caused by external or internal vulnerabilities, and that may be avoided through preemptive action."^^xsd:string ;
422 rdfs:label "Activity Risk Factor"^^xsd:string ; 411 rdfs:label "Activity Risk Factor"^^xsd:string ;
423 - rdfs:subClassOf :ClassOfActivity ; 412 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
424 . 413 .
425 :ActivityStaffTime 414 :ActivityStaffTime
426 rdf:type owl:Class ; 415 rdf:type owl:Class ;
427 rdfs:comment "A Class of Activity whose members are activities that involve work (manhours) by staff members from participating organizations."^^xsd:string ; 416 rdfs:comment "A Class of Activity whose members are activities that involve work (manhours) by staff members from participating organizations."^^xsd:string ;
428 rdfs:label "Activity Staff Time"^^xsd:string ; 417 rdfs:label "Activity Staff Time"^^xsd:string ;
429 - rdfs:subClassOf :ClassOfActivity ; 418 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
430 . 419 .
431 :ActivityStatus 420 :ActivityStatus
432 rdf:type owl:Class ; 421 rdf:type owl:Class ;
...@@ -561,7 +550,7 @@ ...@@ -561,7 +550,7 @@
561 rdf:type owl:Class ; 550 rdf:type owl:Class ;
562 rdfs:comment "An Activity that has a stated Objective."^^xsd:string ; 551 rdfs:comment "An Activity that has a stated Objective."^^xsd:string ;
563 rdfs:label "Activity with Objective"^^xsd:string ; 552 rdfs:label "Activity with Objective"^^xsd:string ;
564 - rdfs:subClassOf :Activity ; 553 + rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
565 . 554 .
566 :ActivityWithPotentialImpactOnHabitat 555 :ActivityWithPotentialImpactOnHabitat
567 rdf:type :ActivityRiskFactor ; 556 rdf:type :ActivityRiskFactor ;
...@@ -574,14 +563,14 @@ ...@@ -574,14 +563,14 @@
574 rdf:type owl:Class ; 563 rdf:type owl:Class ;
575 rdfs:comment "An Activity that involves an identified Risk Factor."^^xsd:string ; 564 rdfs:comment "An Activity that involves an identified Risk Factor."^^xsd:string ;
576 rdfs:label "Activity with Risk"^^xsd:string ; 565 rdfs:label "Activity with Risk"^^xsd:string ;
577 - rdfs:subClassOf :Activity ; 566 + rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
578 . 567 .
579 :ActorInPlan 568 :ActorInPlan
580 rdf:type owl:Class ; 569 rdf:type owl:Class ;
581 rdfs:comment "A ClassOfPerson and ClassOfOrganization that takes part in carrying out the Plan."^^xsd:string ; 570 rdfs:comment "A ClassOfPerson and ClassOfOrganization that takes part in carrying out the Plan."^^xsd:string ;
582 rdfs:label "Actor in Plan"^^xsd:string ; 571 rdfs:label "Actor in Plan"^^xsd:string ;
583 - rdfs:subClassOf :ClassOfOrganization ; 572 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfOrganization> ;
584 - rdfs:subClassOf :ClassOfPerson ; 573 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfPerson> ;
585 . 574 .
586 :AfterShutdown 575 :AfterShutdown
587 rdf:type :ShutdownPhase ; 576 rdf:type :ShutdownPhase ;
...@@ -609,7 +598,7 @@ ...@@ -609,7 +598,7 @@
609 rdf:type owl:Class ; 598 rdf:type owl:Class ;
610 rdfs:comment "An Physical Object 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 ; 599 rdfs:comment "An Physical Object 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 ;
611 rdfs:label "Asset"^^xsd:string ; 600 rdfs:label "Asset"^^xsd:string ;
612 - rdfs:subClassOf :PhysicalObject ; 601 + rdfs:subClassOf <http://data.posccaesar.org/dm/PhysicalObject> ;
613 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4326435842> ; 602 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4326435842> ;
614 . 603 .
615 :AssetInPlan 604 :AssetInPlan
...@@ -624,12 +613,6 @@ ...@@ -624,12 +613,6 @@
624 rdfs:label "Asset Lifecycle Phase"^^xsd:string ; 613 rdfs:label "Asset Lifecycle Phase"^^xsd:string ;
625 rdfs:subClassOf :ActivityPlanningPhase ; 614 rdfs:subClassOf :ActivityPlanningPhase ;
626 . 615 .
627 -:AssetManagementSystem
628 - rdf:type owl:Class ;
629 - rdfs:comment "A System that is an asset management system (e.g., seawater system, deluge system or gaslift system)."^^xsd:string ;
630 - rdfs:label "System"^^xsd:string ;
631 - rdfs:subClassOf :System ;
632 -.
633 :AuthorizeForExpenditure 616 :AuthorizeForExpenditure
634 rdf:type owl:Class ; 617 rdf:type owl:Class ;
635 rdfs:comment "An OperationalActivity that involves authorization for expenditure in order to commence."^^xsd:string ; 618 rdfs:comment "An OperationalActivity that involves authorization for expenditure in order to commence."^^xsd:string ;
...@@ -690,7 +673,7 @@ ...@@ -690,7 +673,7 @@
690 :shouldHaveID "true" ; 673 :shouldHaveID "true" ;
691 rdfs:comment "A Period in Time that defines working hours and shifts applicable to the duration of a Plan or Schedule, used in the planning process for developing the schedule. "^^xsd:string ; 674 rdfs:comment "A Period in Time that defines working hours and shifts applicable to the duration of a Plan or Schedule, used in the planning process for developing the schedule. "^^xsd:string ;
692 rdfs:label "Calendar "^^xsd:string ; 675 rdfs:label "Calendar "^^xsd:string ;
693 - rdfs:subClassOf :PeriodInTime ; 676 + rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
694 rdfs:subClassOf [ 677 rdfs:subClassOf [
695 rdf:type owl:Restriction ; 678 rdf:type owl:Restriction ;
696 :shouldHaveID "true"^^xsd:boolean ; 679 :shouldHaveID "true"^^xsd:boolean ;
...@@ -846,95 +829,31 @@ ...@@ -846,95 +829,31 @@
846 rdfs:label "Change over"^^xsd:string ; 829 rdfs:label "Change over"^^xsd:string ;
847 rdfs:subClassOf :OperationalActivity ; 830 rdfs:subClassOf :OperationalActivity ;
848 . 831 .
849 -:ClassOfActivity
850 - rdf:type owl:Class ;
851 - rdfs:comment "A Class of Individual whose members are Activities. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
852 - rdfs:label "Class of Activity"^^xsd:string ;
853 - rdfs:subClassOf :ClassOfIndividual ;
854 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS10012097710> ;
855 -.
856 :ClassOfAsset 832 :ClassOfAsset
857 rdf:type owl:Class ; 833 rdf:type owl:Class ;
858 rdfs:comment "A Class of Individual that is an Asset."^^xsd:string ; 834 rdfs:comment "A Class of Individual that is an Asset."^^xsd:string ;
859 rdfs:label "Class of Asset"^^xsd:string ; 835 rdfs:label "Class of Asset"^^xsd:string ;
860 - rdfs:subClassOf :ClassOfIndividual ; 836 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
861 . 837 .
862 :ClassOfClassOfActivity 838 :ClassOfClassOfActivity
863 rdf:type owl:Class ; 839 rdf:type owl:Class ;
864 rdfs:comment "A ClassOfClassOfIndividual whose members are ClassOfActivity."^^xsd:string ; 840 rdfs:comment "A ClassOfClassOfIndividual whose members are ClassOfActivity."^^xsd:string ;
865 rdfs:label "Class of Class of Activity"^^xsd:string ; 841 rdfs:label "Class of Class of Activity"^^xsd:string ;
866 - rdfs:subClassOf :ClassOfClassOfIndividual ; 842 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfClassOfIndividual> ;
867 -.
868 -:ClassOfClassOfIndividual
869 - rdf:type owl:Class ;
870 - rdfs:comment "A Class whose members are ClassOfIndividual. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
871 - rdfs:label "Class of Class of Individual"^^xsd:string ;
872 - rdfs:subClassOf owl:Class ;
873 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1001233441> ;
874 -.
875 -:ClassOfEvent
876 - rdf:type owl:Class ;
877 - rdfs:comment "A Class of Individual whose members are Events. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
878 - rdfs:label "Class of Event"^^xsd:string ;
879 - rdfs:subClassOf :ClassOfIndividual ;
880 -.
881 -:ClassOfFunctionalObject
882 - rdf:type owl:Class ;
883 - rdfs:comment "A ClassOfIndividual 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 ;
884 - rdfs:label "Class of Functional Object"^^xsd:string ;
885 - rdfs:subClassOf :ClassOfIndividual ;
886 -.
887 -:ClassOfIndividual
888 - rdf:type owl:Class ;
889 - rdfs:comment "A Class whose members are Individuals. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
890 - rdfs:label "Class of Individual"^^xsd:string ;
891 - rdfs:subClassOf owl:Class ;
892 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13318199> ;
893 -.
894 -:ClassOfInformationObject
895 - rdf:type owl:Class ;
896 - rdfs:comment "A Class of Individual whose members are members of zero or more Class of Information Representation and of zero or more Class of Information Presentation. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
897 - rdfs:label "Class of Information Object"^^xsd:string ;
898 - rdfs:subClassOf :ClassOfIndividual ;
899 . 843 .
900 :ClassOfInformationPresentation 844 :ClassOfInformationPresentation
901 rdf:type owl:Class ; 845 rdf:type owl:Class ;
902 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 ; 846 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 ;
903 rdfs:label "Class of Information Presentation"^^xsd:string ; 847 rdfs:label "Class of Information Presentation"^^xsd:string ;
904 - rdfs:subClassOf :ClassOfIndividual ; 848 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
905 . 849 .
906 :ClassOfInformationRepresentation 850 :ClassOfInformationRepresentation
907 rdf:type owl:Class ; 851 rdf:type owl:Class ;
908 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 ; 852 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 ;
909 rdfs:label "Class of Information Representation"^^xsd:string ; 853 rdfs:label "Class of Information Representation"^^xsd:string ;
910 - rdfs:subClassOf :ClassOfIndividual ; 854 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
911 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS327124471> ; 855 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS327124471> ;
912 . 856 .
913 -:ClassOfOrganization
914 - rdf:type owl:Class ;
915 - 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 ;
916 - rdfs:label "Class of Organization"^^xsd:string ;
917 - rdfs:subClassOf :ClassOfIndividual ;
918 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS282149> ;
919 -.
920 -:ClassOfPeriodInTime
921 - rdf:type owl:Class ;
922 - rdfs:comment "A Class of Individual whose members are period in Time. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
923 - rdfs:label "Class of Period in Time"^^xsd:string ;
924 - rdfs:subClassOf :ClassOfIndividual ;
925 -.
926 -:ClassOfPerson
927 - rdf:type owl:Class ;
928 - rdfs:comment "AClassOfIndividual whose members are Persons. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
929 - rdfs:label "Class of Person"^^xsd:string ;
930 - rdfs:subClassOf :ClassOfIndividual ;
931 -.
932 -:ClassOfPhysicalObject
933 - rdf:type owl:Class ;
934 - rdfs:comment "A Class of Individual whose members are PhysicalObjects. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
935 - rdfs:label "Class of Physical Object"^^xsd:string ;
936 - rdfs:subClassOf :ClassOfIndividual ;
937 -.
938 :ClassOfPlanForActivity 857 :ClassOfPlanForActivity
939 rdf:type owl:Class ; 858 rdf:type owl:Class ;
940 rdfs:comment "A ClassOfClassOfActivity whose members are PlanForActivity."^^xsd:string ; 859 rdfs:comment "A ClassOfClassOfActivity whose members are PlanForActivity."^^xsd:string ;
...@@ -945,19 +864,19 @@ ...@@ -945,19 +864,19 @@
945 rdf:type owl:Class ; 864 rdf:type owl:Class ;
946 rdfs:comment "A ClassOfIndividual whose members are Resources."^^xsd:string ; 865 rdfs:comment "A ClassOfIndividual whose members are Resources."^^xsd:string ;
947 rdfs:label "Class of Resource"^^xsd:string ; 866 rdfs:label "Class of Resource"^^xsd:string ;
948 - rdfs:subClassOf :ClassOfIndividual ; 867 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
949 . 868 .
950 :ClassOfResult 869 :ClassOfResult
951 rdf:type owl:Class ; 870 rdf:type owl:Class ;
952 rdfs:comment "A ClassOfIndividual whose members are Results."^^xsd:string ; 871 rdfs:comment "A ClassOfIndividual whose members are Results."^^xsd:string ;
953 rdfs:label "Class of result"^^xsd:string ; 872 rdfs:label "Class of result"^^xsd:string ;
954 - rdfs:subClassOf :ClassOfIndividual ; 873 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
955 . 874 .
956 :ClassOfSpatialLocation 875 :ClassOfSpatialLocation
957 rdf:type owl:Class ; 876 rdf:type owl:Class ;
958 rdfs:comment "A ClassOfIndividual whose members are instances of PointInSpace and RegionInSpace."^^xsd:string ; 877 rdfs:comment "A ClassOfIndividual whose members are instances of PointInSpace and RegionInSpace."^^xsd:string ;
959 rdfs:label "Class of Spatial Location"^^xsd:string ; 878 rdfs:label "Class of Spatial Location"^^xsd:string ;
960 - rdfs:subClassOf :ClassOfIndividual ; 879 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
961 . 880 .
962 :ClosingDown 881 :ClosingDown
963 rdf:type :ShutdownPhase ; 882 rdf:type :ShutdownPhase ;
...@@ -982,7 +901,7 @@ ...@@ -982,7 +901,7 @@
982 rdf:type owl:Class ; 901 rdf:type owl:Class ;
983 rdfs:comment "An Information Object that has field name and value defined by the user."^^xsd:string ; 902 rdfs:comment "An Information Object that has field name and value defined by the user."^^xsd:string ;
984 rdfs:label "ILAP Completely Free Field"^^xsd:string ; 903 rdfs:label "ILAP Completely Free Field"^^xsd:string ;
985 - rdfs:subClassOf :InformationObject ; 904 + rdfs:subClassOf <http://data.posccaesar.org/dm/InformationObject> ;
986 rdfs:subClassOf [ 905 rdfs:subClassOf [
987 rdf:type owl:Restriction ; 906 rdf:type owl:Restriction ;
988 :shouldUseRef "true"^^xsd:boolean ; 907 :shouldUseRef "true"^^xsd:boolean ;
...@@ -1002,7 +921,7 @@ ...@@ -1002,7 +921,7 @@
1002 :shouldHaveID "true"^^xsd:boolean ; 921 :shouldHaveID "true"^^xsd:boolean ;
1003 rdfs:comment "An Information Object that defines a Completely Free Field."^^xsd:string ; 922 rdfs:comment "An Information Object that defines a Completely Free Field."^^xsd:string ;
1004 rdfs:label "ILAP Completely Free Field Definition"^^xsd:string ; 923 rdfs:label "ILAP Completely Free Field Definition"^^xsd:string ;
1005 - rdfs:subClassOf :InformationObject ; 924 + rdfs:subClassOf <http://data.posccaesar.org/dm/InformationObject> ;
1006 rdfs:subClassOf [ 925 rdfs:subClassOf [
1007 rdf:type owl:Restriction ; 926 rdf:type owl:Restriction ;
1008 owl:onDataRange xsd:string ; 927 owl:onDataRange xsd:string ;
...@@ -1068,7 +987,7 @@ ...@@ -1068,7 +987,7 @@
1068 rdf:type owl:Class ; 987 rdf:type owl:Class ;
1069 rdfs:comment "An Activity that has been identified as critical."^^xsd:string ; 988 rdfs:comment "An Activity that has been identified as critical."^^xsd:string ;
1070 rdfs:label "Critical Activity"^^xsd:string ; 989 rdfs:label "Critical Activity"^^xsd:string ;
1071 - rdfs:subClassOf :Activity ; 990 + rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
1072 . 991 .
1073 :DailyRepeatPeriod 992 :DailyRepeatPeriod
1074 rdf:type owl:Class ; 993 rdf:type owl:Class ;
...@@ -1080,7 +999,7 @@ ...@@ -1080,7 +999,7 @@
1080 rdf:type owl:Class ; 999 rdf:type owl:Class ;
1081 rdfs:comment "An Information Object that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyse or plan something (adapted from Merriam-Webster)."^^xsd:string ; 1000 rdfs:comment "An Information Object that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyse or plan something (adapted from Merriam-Webster)."^^xsd:string ;
1082 rdfs:label "ILAP Data"^^xsd:string ; 1001 rdfs:label "ILAP Data"^^xsd:string ;
1083 - rdfs:subClassOf :InformationObject ; 1002 + rdfs:subClassOf <http://data.posccaesar.org/dm/InformationObject> ;
1084 rdfs:subClassOf [ 1003 rdfs:subClassOf [
1085 rdf:type owl:Restriction ; 1004 rdf:type owl:Restriction ;
1086 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 1005 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
...@@ -1117,7 +1036,7 @@ ...@@ -1117,7 +1036,7 @@
1117 rdf:type owl:Class ; 1036 rdf:type owl:Class ;
1118 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 ; 1037 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 ;
1119 rdfs:label "Day of week"^^xsd:string ; 1038 rdfs:label "Day of week"^^xsd:string ;
1120 - rdfs:subClassOf :ClassOfPeriodInTime ; 1039 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfPeriodInTime> ;
1121 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS8945301> ; 1040 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS8945301> ;
1122 . 1041 .
1123 :DecisionGate 1042 :DecisionGate
...@@ -1176,7 +1095,7 @@ ...@@ -1176,7 +1095,7 @@
1176 rdf:type owl:Class ; 1095 rdf:type owl:Class ;
1177 rdfs:comment "An Activity that involves drilling and well operations."^^xsd:string ; 1096 rdfs:comment "An Activity that involves drilling and well operations."^^xsd:string ;
1178 rdfs:label "Drilling Activity"^^xsd:string ; 1097 rdfs:label "Drilling Activity"^^xsd:string ;
1179 - rdfs:subClassOf :Activity ; 1098 + rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
1180 . 1099 .
1181 :DrillingAndWellProject 1100 :DrillingAndWellProject
1182 rdf:type :ProjectType ; 1101 rdf:type :ProjectType ;
...@@ -1246,18 +1165,11 @@ ...@@ -1246,18 +1165,11 @@
1246 rdfs:label "Equipment Shutdown"^^xsd:string ; 1165 rdfs:label "Equipment Shutdown"^^xsd:string ;
1247 rdfs:subClassOf :ShutdownActivity ; 1166 rdfs:subClassOf :ShutdownActivity ;
1248 . 1167 .
1249 -:Event
1250 - rdf:type owl:Class ;
1251 - 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 ;
1252 - rdfs:label "Event"^^xsd:string ;
1253 - rdfs:subClassOf :PossibleIndividual ;
1254 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7275909> ;
1255 -.
1256 :EventInPlan 1168 :EventInPlan
1257 rdf:type owl:Class ; 1169 rdf:type owl:Class ;
1258 rdfs:comment "A Class of Event whose members are that is part of a Plan."^^xsd:string ; 1170 rdfs:comment "A Class of Event whose members are that is part of a Plan."^^xsd:string ;
1259 rdfs:label "Event in Plan"^^xsd:string ; 1171 rdfs:label "Event in Plan"^^xsd:string ;
1260 - rdfs:subClassOf :ClassOfEvent ; 1172 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfEvent> ;
1261 . 1173 .
1262 :Execution 1174 :Execution
1263 rdf:type :ProjectPhase ; 1175 rdf:type :ProjectPhase ;
...@@ -1269,7 +1181,7 @@ ...@@ -1269,7 +1181,7 @@
1269 rdf:type owl:Class ; 1181 rdf:type owl:Class ;
1270 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 ; 1182 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 ;
1271 rdfs:label "ILAP External Reference"^^xsd:string ; 1183 rdfs:label "ILAP External Reference"^^xsd:string ;
1272 - rdfs:subClassOf :InformationObject ; 1184 + rdfs:subClassOf <http://data.posccaesar.org/dm/InformationObject> ;
1273 rdfs:subClassOf [ 1185 rdfs:subClassOf [
1274 rdf:type owl:Restriction ; 1186 rdf:type owl:Restriction ;
1275 owl:onDataRange xsd:anyURI ; 1187 owl:onDataRange xsd:anyURI ;
...@@ -1306,7 +1218,7 @@ ...@@ -1306,7 +1218,7 @@
1306 rdf:type owl:Class ; 1218 rdf:type owl:Class ;
1307 rdfs:comment "An Physical Object that is designed, built and operated to serve a particular purpose, such as production of oil and gas."^^xsd:string ; 1219 rdfs:comment "An Physical Object that is designed, built and operated to serve a particular purpose, such as production of oil and gas."^^xsd:string ;
1308 rdfs:label "Facility"^^xsd:string ; 1220 rdfs:label "Facility"^^xsd:string ;
1309 - rdfs:subClassOf :PhysicalObject ; 1221 + rdfs:subClassOf <http://data.posccaesar.org/dm/PhysicalObject> ;
1310 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1750613511> ; 1222 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1750613511> ;
1311 . 1223 .
1312 :FieldShutdown 1224 :FieldShutdown
...@@ -1337,7 +1249,7 @@ ...@@ -1337,7 +1249,7 @@
1337 rdf:type owl:Class ; 1249 rdf:type owl:Class ;
1338 rdfs:comment "An Information Object that has field name defined by the user."^^xsd:string ; 1250 rdfs:comment "An Information Object that has field name defined by the user."^^xsd:string ;
1339 rdfs:label "ILAP Free Field"^^xsd:string ; 1251 rdfs:label "ILAP Free Field"^^xsd:string ;
1340 - rdfs:subClassOf :InformationObject ; 1252 + rdfs:subClassOf <http://data.posccaesar.org/dm/InformationObject> ;
1341 rdfs:subClassOf [ 1253 rdfs:subClassOf [
1342 rdf:type owl:Restriction ; 1254 rdf:type owl:Restriction ;
1343 :shouldHaveID "true"^^xsd:boolean ; 1255 :shouldHaveID "true"^^xsd:boolean ;
...@@ -1400,7 +1312,7 @@ ...@@ -1400,7 +1312,7 @@
1400 :shouldHaveID "true" ; 1312 :shouldHaveID "true" ;
1401 rdfs:comment "An Information Object that is the value for a FreeField variable."^^xsd:string ; 1313 rdfs:comment "An Information Object that is the value for a FreeField variable."^^xsd:string ;
1402 rdfs:label "ILAP Free Field Value"^^xsd:string ; 1314 rdfs:label "ILAP Free Field Value"^^xsd:string ;
1403 - rdfs:subClassOf :InformationObject ; 1315 + rdfs:subClassOf <http://data.posccaesar.org/dm/InformationObject> ;
1404 rdfs:subClassOf [ 1316 rdfs:subClassOf [
1405 rdf:type owl:Restriction ; 1317 rdf:type owl:Restriction ;
1406 :shouldUseRef "true"^^xsd:boolean ; 1318 :shouldUseRef "true"^^xsd:boolean ;
...@@ -1431,13 +1343,13 @@ ...@@ -1431,13 +1343,13 @@
1431 rdf:type :DayOfWeek ; 1343 rdf:type :DayOfWeek ;
1432 rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ; 1344 rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
1433 rdfs:label "Friday"^^xsd:string ; 1345 rdfs:label "Friday"^^xsd:string ;
1434 - rdfs:subClassOf :PeriodInTime ; 1346 + rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
1435 . 1347 .
1436 :FunctionalObject 1348 :FunctionalObject
1437 rdf:type owl:Class ; 1349 rdf:type owl:Class ;
1438 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 ; 1350 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 ;
1439 rdfs:label "Functional Object"^^xsd:string ; 1351 rdfs:label "Functional Object"^^xsd:string ;
1440 - rdfs:subClassOf :PossibleIndividual ; 1352 + rdfs:subClassOf <http://data.posccaesar.org/dm/PossibleIndividual> ;
1441 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS318059> ; 1353 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS318059> ;
1442 . 1354 .
1443 :GEAproject 1355 :GEAproject
...@@ -1512,7 +1424,7 @@ ...@@ -1512,7 +1424,7 @@
1512 rdf:type owl:Class ; 1424 rdf:type owl:Class ;
1513 rdfs:comment "A Period in Time that specifies a given amount of time."^^xsd:string ; 1425 rdfs:comment "A Period in Time that specifies a given amount of time."^^xsd:string ;
1514 rdfs:label "ILAP Period"^^xsd:string ; 1426 rdfs:label "ILAP Period"^^xsd:string ;
1515 - rdfs:subClassOf :PeriodInTime ; 1427 + rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
1516 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ; 1428 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
1517 rdfs:subClassOf [ 1429 rdfs:subClassOf [
1518 rdf:type owl:Class ; 1430 rdf:type owl:Class ;
...@@ -1552,7 +1464,7 @@ ...@@ -1552,7 +1464,7 @@
1552 rdf:type owl:Class ; 1464 rdf:type owl:Class ;
1553 rdfs:comment "A Resource that is classified in ILAP as an extension to NORSOK Z-014 COR (Code of Resources)."^^xsd:string ; 1465 rdfs:comment "A Resource that is classified in ILAP as an extension to NORSOK Z-014 COR (Code of Resources)."^^xsd:string ;
1554 rdfs:label "ILAP Resource"^^xsd:string ; 1466 rdfs:label "ILAP Resource"^^xsd:string ;
1555 - rdfs:subClassOf :Resource ; 1467 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS13875949> ;
1556 . 1468 .
1557 :InOperation 1469 :InOperation
1558 rdf:type :ProjectPhase ; 1470 rdf:type :ProjectPhase ;
...@@ -1572,15 +1484,6 @@ ...@@ -1572,15 +1484,6 @@
1572 rdfs:label "Indpendent of operation"^^xsd:string ; 1484 rdfs:label "Indpendent of operation"^^xsd:string ;
1573 rdfs:subClassOf :OperationalActivity ; 1485 rdfs:subClassOf :OperationalActivity ;
1574 . 1486 .
1575 -:InformationObject
1576 - rdf:type :ClassOfInformationPresentation ;
1577 - rdf:type :ClassOfInformationRepresentation ;
1578 - rdf:type owl:Class ;
1579 - rdfs:comment "An Individual that is a member of ClassOfInformationRepresentation and ClassOfInformationPresentation."^^xsd:string ;
1580 - rdfs:label "Information Object"^^xsd:string ;
1581 - rdfs:subClassOf :PossibleIndividual ;
1582 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS329669> ;
1583 -.
1584 :InjectionProject 1487 :InjectionProject
1585 rdf:type :DrillingProjectType ; 1488 rdf:type :DrillingProjectType ;
1586 rdfs:comment "A Project that involves injection of gas or liquid into a Well or Wellbore."^^xsd:string ; 1489 rdfs:comment "A Project that involves injection of gas or liquid into a Well or Wellbore."^^xsd:string ;
...@@ -1648,7 +1551,7 @@ ...@@ -1648,7 +1551,7 @@
1648 :shouldHaveID "true" ; 1551 :shouldHaveID "true" ;
1649 rdfs:comment "A ClassOfPeriodInTime that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ; 1552 rdfs:comment "A ClassOfPeriodInTime that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ;
1650 rdfs:label "Link in Plan"^^xsd:string ; 1553 rdfs:label "Link in Plan"^^xsd:string ;
1651 - rdfs:subClassOf :ClassOfPeriodInTime ; 1554 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfPeriodInTime> ;
1652 . 1555 .
1653 :LivingQuarterShutdown 1556 :LivingQuarterShutdown
1654 rdf:type :ShutdownType ; 1557 rdf:type :ShutdownType ;
...@@ -1793,7 +1696,7 @@ ...@@ -1793,7 +1696,7 @@
1793 owl:unionOf ( 1696 owl:unionOf (
1794 :RegionInSpace 1697 :RegionInSpace
1795 :PointInSpace 1698 :PointInSpace
1796 - :PhysicalObject 1699 + <http://data.posccaesar.org/dm/PhysicalObject>
1797 ) ; 1700 ) ;
1798 ] ; 1701 ] ;
1799 owl:onProperty :hasLocation ; 1702 owl:onProperty :hasLocation ;
...@@ -1908,7 +1811,7 @@ ...@@ -1908,7 +1811,7 @@
1908 rdf:type :DayOfWeek ; 1811 rdf:type :DayOfWeek ;
1909 rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ; 1812 rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
1910 rdfs:label "Monday"^^xsd:string ; 1813 rdfs:label "Monday"^^xsd:string ;
1911 - rdfs:subClassOf :PeriodInTime ; 1814 + rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
1912 . 1815 .
1913 :MonetaryAmount 1816 :MonetaryAmount
1914 rdf:type owl:Class ; 1817 rdf:type owl:Class ;
...@@ -1975,7 +1878,7 @@ ...@@ -1975,7 +1878,7 @@
1975 rdf:type owl:Class ; 1878 rdf:type owl:Class ;
1976 rdfs:comment "An Activity that is part of Operation and/or Maintenance of an Asset during it lifecycle."^^xsd:string ; 1879 rdfs:comment "An Activity that is part of Operation and/or Maintenance of an Asset during it lifecycle."^^xsd:string ;
1977 rdfs:label "Operational Activity"^^xsd:string ; 1880 rdfs:label "Operational Activity"^^xsd:string ;
1978 - rdfs:subClassOf :Activity ; 1881 + rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
1979 . 1882 .
1980 :OperationalWorkCenter 1883 :OperationalWorkCenter
1981 rdf:type :SpatialLocationInPlan ; 1884 rdf:type :SpatialLocationInPlan ;
...@@ -2011,13 +1914,6 @@ ...@@ -2011,13 +1914,6 @@
2011 rdfs:label "Pending"^^xsd:string ; 1914 rdfs:label "Pending"^^xsd:string ;
2012 rdfs:subClassOf :ActivityStatusValue ; 1915 rdfs:subClassOf :ActivityStatusValue ;
2013 . 1916 .
2014 -:PeriodInTime
2015 - rdf:type owl:Class ;
2016 - 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 ;
2017 - rdfs:label "Period in Time"^^xsd:string ;
2018 - rdfs:subClassOf :PossibleIndividual ;
2019 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS356215271> ;
2020 -.
2021 :Person 1917 :Person
2022 rdf:type :ActorInPlan ; 1918 rdf:type :ActorInPlan ;
2023 rdf:type owl:Class ; 1919 rdf:type owl:Class ;
...@@ -2030,7 +1926,7 @@ ...@@ -2030,7 +1926,7 @@
2030 rdf:type owl:Class ; 1926 rdf:type owl:Class ;
2031 rdfs:comment "An Individual that is a Person or Organization that takes part in carrying out a Plan. "^^xsd:string ; 1927 rdfs:comment "An Individual that is a Person or Organization that takes part in carrying out a Plan. "^^xsd:string ;
2032 rdfs:label "Person or Organization"^^xsd:string ; 1928 rdfs:label "Person or Organization"^^xsd:string ;
2033 - rdfs:subClassOf :PossibleIndividual ; 1929 + rdfs:subClassOf <http://data.posccaesar.org/dm/PossibleIndividual> ;
2034 . 1930 .
2035 :PetroleumField 1931 :PetroleumField
2036 rdf:type :AssetInPlan ; 1932 rdf:type :AssetInPlan ;
...@@ -2047,20 +1943,11 @@ ...@@ -2047,20 +1943,11 @@
2047 rdfs:label "Physical location"^^xsd:string ; 1943 rdfs:label "Physical location"^^xsd:string ;
2048 rdfs:subClassOf :SpatialLocation ; 1944 rdfs:subClassOf :SpatialLocation ;
2049 . 1945 .
2050 -:PhysicalObject
2051 - rdf:type :PhysicalObjectInPlan ;
2052 - rdf:type owl:Class ;
2053 - 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 ;
2054 - rdfs:label "Physical Object"^^xsd:string ;
2055 - rdfs:subClassOf :PossibleIndividual ;
2056 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4326435842> ;
2057 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS17059080> ;
2058 -.
2059 :PhysicalObjectInPlan 1946 :PhysicalObjectInPlan
2060 rdf:type owl:Class ; 1947 rdf:type owl:Class ;
2061 rdfs:comment "A ClassOfPhysicalObject that is part of the Plan as Resource or Result."^^xsd:string ; 1948 rdfs:comment "A ClassOfPhysicalObject that is part of the Plan as Resource or Result."^^xsd:string ;
2062 rdfs:label "Physical Object in Plan"^^xsd:string ; 1949 rdfs:label "Physical Object in Plan"^^xsd:string ;
2063 - rdfs:subClassOf :ClassOfPhysicalObject ; 1950 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfPhysicalObject> ;
2064 . 1951 .
2065 :PlanForActivity 1952 :PlanForActivity
2066 rdf:type :ClassOfPlanForActivity ; 1953 rdf:type :ClassOfPlanForActivity ;
...@@ -2069,7 +1956,7 @@ ...@@ -2069,7 +1956,7 @@
2069 NOTE 1 A Plan for Activity is defined by criteria. An actual activity carried out in accordance with the plan is intended to meet these criteria. 1956 NOTE 1 A Plan for Activity is defined by criteria. An actual activity carried out in accordance with the plan is intended to meet these criteria.
2070 NOTE 2 A Plan for Activity can define a number of part activities which are related by Constraints, and which form an \"activity network.\" """^^xsd:string ; 1957 NOTE 2 A Plan for Activity can define a number of part activities which are related by Constraints, and which form an \"activity network.\" """^^xsd:string ;
2071 rdfs:label "Plan for Activity"^^xsd:string ; 1958 rdfs:label "Plan for Activity"^^xsd:string ;
2072 - rdfs:subClassOf :ClassOfActivity ; 1959 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
2073 . 1960 .
2074 :PlanForILAP 1961 :PlanForILAP
2075 rdf:type owl:Class ; 1962 rdf:type owl:Class ;
...@@ -2283,7 +2170,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2283,7 +2170,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2283 rdf:type owl:Class ; 2170 rdf:type owl:Class ;
2284 rdfs:comment "An Activity that is the creation of one or more instances of PlanForActivity in order to realize a RequiredActivity."^^xsd:string ; 2171 rdfs:comment "An Activity that is the creation of one or more instances of PlanForActivity in order to realize a RequiredActivity."^^xsd:string ;
2285 rdfs:label "Planning"^^xsd:string ; 2172 rdfs:label "Planning"^^xsd:string ;
2286 - rdfs:subClassOf :Activity ; 2173 + rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
2287 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9659447> ; 2174 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9659447> ;
2288 . 2175 .
2289 :PlanningApplication 2176 :PlanningApplication
...@@ -2312,13 +2199,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2312,13 +2199,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2312 rdfs:label "Point in Space"^^xsd:string ; 2199 rdfs:label "Point in Space"^^xsd:string ;
2313 rdfs:subClassOf :SpatialLocation ; 2200 rdfs:subClassOf :SpatialLocation ;
2314 . 2201 .
2315 -:PossibleIndividual
2316 - rdf:type owl:Class ;
2317 - 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 ;
2318 - rdfs:label "Possible Individual"^^xsd:string ;
2319 - rdfs:subClassOf owl:Thing ;
2320 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS8645837> ;
2321 -.
2322 :PotentialShutdown 2202 :PotentialShutdown
2323 rdf:type :ShutdownType ; 2203 rdf:type :ShutdownType ;
2324 rdfs:comment "A ShutdownActivity that involves a potential shutdown."^^xsd:string ; 2204 rdfs:comment "A ShutdownActivity that involves a potential shutdown."^^xsd:string ;
...@@ -2335,7 +2215,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2335,7 +2215,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2335 rdf:type owl:Class ; 2215 rdf:type owl:Class ;
2336 rdfs:comment "An Activity that should be prioritized."^^xsd:string ; 2216 rdfs:comment "An Activity that should be prioritized."^^xsd:string ;
2337 rdfs:label "Prioritized Activity"^^xsd:string ; 2217 rdfs:label "Prioritized Activity"^^xsd:string ;
2338 - rdfs:subClassOf :Activity ; 2218 + rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
2339 . 2219 .
2340 :ProductionDrilling 2220 :ProductionDrilling
2341 rdf:type :WellServicesWorkType ; 2221 rdf:type :WellServicesWorkType ;
...@@ -2423,7 +2303,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2423,7 +2303,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2423 :shouldHaveID "true" ; 2303 :shouldHaveID "true" ;
2424 rdfs:comment "An Activity that is a temporary endeavour (in contrast with ongoing operations) with a defined beginning and end, constrained by available time, funding and resources, undertaken to achieve an objective conforming to specific requirements, meet unique objectives, and bring about beneficial change or added value (adapted from BSI and Wikipedia)."^^xsd:string ; 2304 rdfs:comment "An Activity that is a temporary endeavour (in contrast with ongoing operations) with a defined beginning and end, constrained by available time, funding and resources, undertaken to achieve an objective conforming to specific requirements, meet unique objectives, and bring about beneficial change or added value (adapted from BSI and Wikipedia)."^^xsd:string ;
2425 rdfs:label "Project"^^xsd:string ; 2305 rdfs:label "Project"^^xsd:string ;
2426 - rdfs:subClassOf :Activity ; 2306 + rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
2427 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ; 2307 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ;
2428 rdfs:subClassOf [ 2308 rdfs:subClassOf [
2429 rdf:type owl:Restriction ; 2309 rdf:type owl:Restriction ;
...@@ -2457,15 +2337,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2457,15 +2337,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2457 rdf:type owl:Restriction ; 2337 rdf:type owl:Restriction ;
2458 :shouldUseAnyUri "true"^^xsd:boolean ; 2338 :shouldUseAnyUri "true"^^xsd:boolean ;
2459 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 2339 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2460 - owl:onClass :Result ; 2340 + owl:onClass :StatusInstance ;
2461 - owl:onProperty :hasResult ; 2341 + owl:onProperty :hasProjectStatus ;
2462 ] ; 2342 ] ;
2463 rdfs:subClassOf [ 2343 rdfs:subClassOf [
2464 rdf:type owl:Restriction ; 2344 rdf:type owl:Restriction ;
2465 :shouldUseAnyUri "true"^^xsd:boolean ; 2345 :shouldUseAnyUri "true"^^xsd:boolean ;
2466 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 2346 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2467 - owl:onClass :StatusInstance ; 2347 + owl:onClass <http://data.posccaesar.org/rdl/RDS43168516168> ;
2468 - owl:onProperty :hasProjectStatus ; 2348 + owl:onProperty :hasResult ;
2469 ] ; 2349 ] ;
2470 rdfs:subClassOf [ 2350 rdfs:subClassOf [
2471 rdf:type owl:Restriction ; 2351 rdf:type owl:Restriction ;
...@@ -2618,7 +2498,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2618,7 +2498,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2618 rdf:type owl:Class ; 2498 rdf:type owl:Class ;
2619 rdfs:comment "A Result that is a Deliverable Result from a Project."^^xsd:string ; 2499 rdfs:comment "A Result that is a Deliverable Result from a Project."^^xsd:string ;
2620 rdfs:label "Project Deliverable"^^xsd:string ; 2500 rdfs:label "Project Deliverable"^^xsd:string ;
2621 - rdfs:subClassOf :Result ; 2501 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43168516168> ;
2622 . 2502 .
2623 :ProjectPhase 2503 :ProjectPhase
2624 rdf:type owl:Class ; 2504 rdf:type owl:Class ;
...@@ -2631,7 +2511,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2631,7 +2511,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2631 :shouldHaveID "true" ; 2511 :shouldHaveID "true" ;
2632 rdfs:comment "A Resource that can be measured with units. Project Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ; 2512 rdfs:comment "A Resource that can be measured with units. Project Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ;
2633 rdfs:label "Project Resource"^^xsd:string ; 2513 rdfs:label "Project Resource"^^xsd:string ;
2634 - rdfs:subClassOf :Resource ; 2514 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS13875949> ;
2635 rdfs:subClassOf [ 2515 rdfs:subClassOf [
2636 rdf:type owl:Restriction ; 2516 rdf:type owl:Restriction ;
2637 :shouldUseAnyUri "true"^^xsd:boolean ; 2517 :shouldUseAnyUri "true"^^xsd:boolean ;
...@@ -2651,7 +2531,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2651,7 +2531,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2651 rdf:type owl:Class ; 2531 rdf:type owl:Class ;
2652 rdfs:comment "A Class of Activity that is a type of Project."^^xsd:string ; 2532 rdfs:comment "A Class of Activity that is a type of Project."^^xsd:string ;
2653 rdfs:label "Project Type"^^xsd:string ; 2533 rdfs:label "Project Type"^^xsd:string ;
2654 - rdfs:subClassOf :ClassOfActivity ; 2534 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
2655 . 2535 .
2656 :RamexProject 2536 :RamexProject
2657 rdf:type :ProjectCostType ; 2537 rdf:type :ProjectCostType ;
...@@ -2684,12 +2564,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2684,12 +2564,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2684 rdfs:label "Released"^^xsd:string ; 2564 rdfs:label "Released"^^xsd:string ;
2685 rdfs:subClassOf :ActivityStatusValue ; 2565 rdfs:subClassOf :ActivityStatusValue ;
2686 . 2566 .
2687 -:Resource
2688 - rdf:type owl:Class ;
2689 - rdfs:comment "An Individual that an Activity consumes or uses when carrying out the Activity."^^xsd:string ;
2690 - rdfs:label "Resource"^^xsd:string ;
2691 - rdfs:subClassOf :PossibleIndividual ;
2692 -.
2693 :ResourceAvailability 2567 :ResourceAvailability
2694 rdf:type owl:Class ; 2568 rdf:type owl:Class ;
2695 rdfs:comment "An Abstract Object that describes when a Resource is available for a specified Plan (under combined aspects of its reliability, maintainability and maintenance support) to perform its required function at a stated instant of time over a stated period of time (BS 4778)."^^xsd:string ; 2569 rdfs:comment "An Abstract Object that describes when a Resource is available for a specified Plan (under combined aspects of its reliability, maintainability and maintenance support) to perform its required function at a stated instant of time over a stated period of time (BS 4778)."^^xsd:string ;
...@@ -2827,13 +2701,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2827,13 +2701,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2827 ] ; 2701 ] ;
2828 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ; 2702 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
2829 . 2703 .
2830 -:Result
2831 - rdf:type owl:Class ;
2832 - rdfs:comment "An Individual that an Activity is carried out upon, and/or which is the output from carrying out the Activity."^^xsd:string ;
2833 - rdfs:label "Result"^^xsd:string ;
2834 - rdfs:subClassOf :PossibleIndividual ;
2835 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43168516168> ;
2836 -.
2837 :ResultOfPlan 2704 :ResultOfPlan
2838 rdf:type owl:Class ; 2705 rdf:type owl:Class ;
2839 rdfs:comment "A Class of Result that will be the Result of executing the Activities in the Plan"^^xsd:string ; 2706 rdfs:comment "A Class of Result that will be the Result of executing the Activities in the Plan"^^xsd:string ;
...@@ -2850,19 +2717,19 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2850,19 +2717,19 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2850 rdf:type owl:Class ; 2717 rdf:type owl:Class ;
2851 rdfs:comment "An Activity that is classified according to NORSOK Z-014 SAB (Standard Activity Breakdown)."^^xsd:string ; 2718 rdfs:comment "An Activity that is classified according to NORSOK Z-014 SAB (Standard Activity Breakdown)."^^xsd:string ;
2852 rdfs:label "SCCS Activity"^^xsd:string ; 2719 rdfs:label "SCCS Activity"^^xsd:string ;
2853 - rdfs:subClassOf :Activity ; 2720 + rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
2854 . 2721 .
2855 :SCCSresource 2722 :SCCSresource
2856 rdf:type owl:Class ; 2723 rdf:type owl:Class ;
2857 rdfs:comment "A Resource that is classifed according to NORSOK Z-014 COR (Code of Resources)."^^xsd:string ; 2724 rdfs:comment "A Resource that is classifed according to NORSOK Z-014 COR (Code of Resources)."^^xsd:string ;
2858 rdfs:label "SCCS Resource"^^xsd:string ; 2725 rdfs:label "SCCS Resource"^^xsd:string ;
2859 - rdfs:subClassOf :Resource ; 2726 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS13875949> ;
2860 . 2727 .
2861 :SCCSresult 2728 :SCCSresult
2862 rdf:type owl:Class ; 2729 rdf:type owl:Class ;
2863 rdfs:comment "A Result that is classified according to NORSOK Z-014 PBS (Product Breakdown Structure)."^^xsd:string ; 2730 rdfs:comment "A Result that is classified according to NORSOK Z-014 PBS (Product Breakdown Structure)."^^xsd:string ;
2864 rdfs:label "SCCS Result"^^xsd:string ; 2731 rdfs:label "SCCS Result"^^xsd:string ;
2865 - rdfs:subClassOf :Result ; 2732 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43168516168> ;
2866 . 2733 .
2867 :SF 2734 :SF
2868 rdf:type owl:Class ; 2735 rdf:type owl:Class ;
...@@ -2886,7 +2753,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2886,7 +2753,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2886 rdf:type :DayOfWeek ; 2753 rdf:type :DayOfWeek ;
2887 rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ; 2754 rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
2888 rdfs:label "Saturday"^^xsd:string ; 2755 rdfs:label "Saturday"^^xsd:string ;
2889 - rdfs:subClassOf :PeriodInTime ; 2756 + rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
2890 . 2757 .
2891 :ScheduleForActivityInPlan 2758 :ScheduleForActivityInPlan
2892 rdf:type owl:Class ; 2759 rdf:type owl:Class ;
...@@ -3165,7 +3032,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3165,7 +3032,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3165 rdf:type owl:Class ; 3032 rdf:type owl:Class ;
3166 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 ; 3033 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 ;
3167 rdfs:label "Shutdown Activity"^^xsd:string ; 3034 rdfs:label "Shutdown Activity"^^xsd:string ;
3168 - rdfs:subClassOf :Activity ; 3035 + rdfs:subClassOf <http://data.posccaesar.org/dm/Activity> ;
3169 . 3036 .
3170 :ShutdownNotEvaluated 3037 :ShutdownNotEvaluated
3171 rdf:type :ShutdownType ; 3038 rdf:type :ShutdownType ;
...@@ -3188,13 +3055,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3188,13 +3055,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3188 rdf:type owl:Class ; 3055 rdf:type owl:Class ;
3189 rdfs:comment "A Class of Actvity that is a Shutdown carried out within a given Project or Activity in a Plan."^^xsd:string ; 3056 rdfs:comment "A Class of Actvity that is a Shutdown carried out within a given Project or Activity in a Plan."^^xsd:string ;
3190 rdfs:label "Shutdown Type"^^xsd:string ; 3057 rdfs:label "Shutdown Type"^^xsd:string ;
3191 - rdfs:subClassOf :ClassOfActivity ; 3058 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfActivity> ;
3192 . 3059 .
3193 :SinglePropertyDimension 3060 :SinglePropertyDimension
3194 rdf:type owl:Class ; 3061 rdf:type owl:Class ;
3195 rdfs:comment "A PropertySpace that is a single and complete continuum of properties each of which maps to a single number. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ; 3062 rdfs:comment "A PropertySpace that is a single and complete continuum of properties each of which maps to a single number. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
3196 rdfs:label "Single Prpoerty Dimension"^^xsd:string ; 3063 rdfs:label "Single Prpoerty Dimension"^^xsd:string ;
3197 - rdfs:subClassOf :ClassOfIndividual ; 3064 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
3198 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS421436751> ; 3065 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS421436751> ;
3199 . 3066 .
3200 :SoftwareApplication 3067 :SoftwareApplication
...@@ -3207,16 +3074,16 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3207,16 +3074,16 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3207 :SpatialLocation 3074 :SpatialLocation
3208 rdf:type :SpatialLocationInPlan ; 3075 rdf:type :SpatialLocationInPlan ;
3209 rdf:type owl:Class ; 3076 rdf:type owl:Class ;
3210 - 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 ; 3077 + rdfs:comment "An Individual that has continuity of relative position. Geographic datum, license block and construction area are examples of Spatial Location."^^xsd:string ;
3211 rdfs:label "Spatial Location"^^xsd:string ; 3078 rdfs:label "Spatial Location"^^xsd:string ;
3212 - rdfs:subClassOf :PossibleIndividual ; 3079 + rdfs:subClassOf <http://data.posccaesar.org/dm/PossibleIndividual> ;
3213 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS436813841> ; 3080 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS436813841> ;
3214 . 3081 .
3215 :SpatialLocationInPlan 3082 :SpatialLocationInPlan
3216 rdf:type owl:Class ; 3083 rdf:type owl:Class ;
3217 rdfs:comment "A ClassOfSpatialLocation whose members are Spatial Locations."^^xsd:string ; 3084 rdfs:comment "A ClassOfSpatialLocation whose members are Spatial Locations."^^xsd:string ;
3218 rdfs:label "Spatial Location in Plan"^^xsd:string ; 3085 rdfs:label "Spatial Location in Plan"^^xsd:string ;
3219 - rdfs:subClassOf :ClassOfPhysicalObject ; 3086 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfPhysicalObject> ;
3220 rdfs:subClassOf :ClassOfSpatialLocation ; 3087 rdfs:subClassOf :ClassOfSpatialLocation ;
3221 . 3088 .
3222 :StaffTime 3089 :StaffTime
...@@ -3241,7 +3108,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3241,7 +3108,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3241 rdf:type owl:Class ; 3108 rdf:type owl:Class ;
3242 rdfs:comment "A ClassOfIndividual whose members are Persons. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ; 3109 rdfs:comment "A ClassOfIndividual whose members are Persons. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
3243 rdfs:label "Status"^^xsd:string ; 3110 rdfs:label "Status"^^xsd:string ;
3244 - rdfs:subClassOf :ClassOfIndividual ; 3111 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfIndividual> ;
3245 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS427322951> ; 3112 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS427322951> ;
3246 . 3113 .
3247 :StatusInPlan 3114 :StatusInPlan
...@@ -3255,7 +3122,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3255,7 +3122,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3255 rdf:type owl:Class ; 3122 rdf:type owl:Class ;
3256 rdfs:comment "An Individual that is a characteristic or a quality that is described by discrete, unordered values."^^xsd:string ; 3123 rdfs:comment "An Individual that is a characteristic or a quality that is described by discrete, unordered values."^^xsd:string ;
3257 rdfs:label "Status Instance"^^xsd:string ; 3124 rdfs:label "Status Instance"^^xsd:string ;
3258 - rdfs:subClassOf :PossibleIndividual ; 3125 + rdfs:subClassOf <http://data.posccaesar.org/dm/PossibleIndividual> ;
3259 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS327150341> ; 3126 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS327150341> ;
3260 . 3127 .
3261 :SuccessorLink 3128 :SuccessorLink
...@@ -3304,27 +3171,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3304,27 +3171,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3304 rdf:type :DayOfWeek ; 3171 rdf:type :DayOfWeek ;
3305 rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ; 3172 rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
3306 rdfs:label "Sunday"^^xsd:string ; 3173 rdfs:label "Sunday"^^xsd:string ;
3307 - rdfs:subClassOf :PeriodInTime ; 3174 + rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
3308 -.
3309 -:System
3310 - rdf:type owl:Class ;
3311 - 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 ;
3312 - rdfs:label "System"^^xsd:string ;
3313 - rdfs:subClassOf :FunctionalObject ;
3314 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS316259> ;
3315 -.
3316 -:SystemDescriptor
3317 - rdf:type owl:Class ;
3318 - rdfs:comment "A Descriptor that describes something about a system."^^xsd:string ;
3319 - rdfs:label "System Descriptor"^^xsd:string ;
3320 - rdfs:subClassOf :Descriptor ;
3321 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16974396> ;
3322 . 3175 .
3323 :SystemInPlan 3176 :SystemInPlan
3324 rdf:type owl:Class ; 3177 rdf:type owl:Class ;
3325 rdfs:comment "A ClassOfFunctionalObject that is a System used in executing the Plan. Software Applications are examples of System."^^xsd:string ; 3178 rdfs:comment "A ClassOfFunctionalObject that is a System used in executing the Plan. Software Applications are examples of System."^^xsd:string ;
3326 rdfs:label "System in Plan"^^xsd:string ; 3179 rdfs:label "System in Plan"^^xsd:string ;
3327 - rdfs:subClassOf :ClassOfFunctionalObject ; 3180 + rdfs:subClassOf <http://data.posccaesar.org/dm/ClassOfFunctionalObject> ;
3328 . 3181 .
3329 :SystemShutdown 3182 :SystemShutdown
3330 rdf:type :ShutdownType ; 3183 rdf:type :ShutdownType ;
...@@ -3342,7 +3195,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3342,7 +3195,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3342 rdf:type :DayOfWeek ; 3195 rdf:type :DayOfWeek ;
3343 rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ; 3196 rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
3344 rdfs:label "Thursday"^^xsd:string ; 3197 rdfs:label "Thursday"^^xsd:string ;
3345 - rdfs:subClassOf :PeriodInTime ; 3198 + rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
3346 . 3199 .
3347 :TimeBasedResource 3200 :TimeBasedResource
3348 rdf:type owl:Class ; 3201 rdf:type owl:Class ;
...@@ -3503,7 +3356,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3503,7 +3356,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3503 rdf:type owl:Class ; 3356 rdf:type owl:Class ;
3504 rdfs:comment "A System Descriptor that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ; 3357 rdfs:comment "A System Descriptor that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ;
3505 rdfs:label "ILAP Top Structure"^^xsd:string ; 3358 rdfs:label "ILAP Top Structure"^^xsd:string ;
3506 - rdfs:subClassOf :SystemDescriptor ; 3359 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS16974396> ;
3507 . 3360 .
3508 :TrainShutdown 3361 :TrainShutdown
3509 rdf:type :ShutdownType ; 3362 rdf:type :ShutdownType ;
...@@ -3515,7 +3368,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3515,7 +3368,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3515 rdf:type :DayOfWeek ; 3368 rdf:type :DayOfWeek ;
3516 rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ; 3369 rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
3517 rdfs:label "Tuesday"^^xsd:string ; 3370 rdfs:label "Tuesday"^^xsd:string ;
3518 - rdfs:subClassOf :PeriodInTime ; 3371 + rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
3519 . 3372 .
3520 :UnderPlanningOrScheduling 3373 :UnderPlanningOrScheduling
3521 rdf:type :ActivityStatus ; 3374 rdf:type :ActivityStatus ;
...@@ -3552,7 +3405,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3552,7 +3405,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3552 rdf:type :DayOfWeek ; 3405 rdf:type :DayOfWeek ;
3553 rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ; 3406 rdfs:comment "A Period in Time that is a specific day of the week."^^xsd:string ;
3554 rdfs:label "Wednesday"^^xsd:string ; 3407 rdfs:label "Wednesday"^^xsd:string ;
3555 - rdfs:subClassOf :PeriodInTime ; 3408 + rdfs:subClassOf <http://data.posccaesar.org/dm/PeriodInTime> ;
3556 . 3409 .
3557 :WeeklyRepeatPeriod 3410 :WeeklyRepeatPeriod
3558 rdf:type owl:Class ; 3411 rdf:type owl:Class ;
...@@ -3732,7 +3585,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3732,7 +3585,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3732 rdf:type owl:ObjectProperty ; 3585 rdf:type owl:ObjectProperty ;
3733 rdfs:comment "A relationship between a planning object and an Activity in a Plan."^^xsd:string ; 3586 rdfs:comment "A relationship between a planning object and an Activity in a Plan."^^xsd:string ;
3734 rdfs:label "has Activity"^^xsd:string ; 3587 rdfs:label "has Activity"^^xsd:string ;
3735 - rdfs:range :Activity ; 3588 + rdfs:range <http://data.posccaesar.org/dm/Activity> ;
3736 . 3589 .
3737 :hasActivityActualWeight 3590 :hasActivityActualWeight
3738 rdf:type owl:DatatypeProperty ; 3591 rdf:type owl:DatatypeProperty ;
...@@ -3834,7 +3687,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3834,7 +3687,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3834 :hasCalendar 3687 :hasCalendar
3835 rdf:type owl:ObjectProperty ; 3688 rdf:type owl:ObjectProperty ;
3836 rdfs:comment "A relationship between a planning object and a calendar."^^xsd:string ; 3689 rdfs:comment "A relationship between a planning object and a calendar."^^xsd:string ;
3837 - rdfs:domain :ClassOfIndividual ; 3690 + rdfs:domain <http://data.posccaesar.org/dm/ClassOfIndividual> ;
3838 rdfs:label "has Calendar"^^xsd:string ; 3691 rdfs:label "has Calendar"^^xsd:string ;
3839 rdfs:range :Calendar ; 3692 rdfs:range :Calendar ;
3840 . 3693 .
...@@ -3889,7 +3742,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3889,7 +3742,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3889 :hasCriticality 3742 :hasCriticality
3890 rdf:type owl:ObjectProperty ; 3743 rdf:type owl:ObjectProperty ;
3891 rdfs:comment "A relationship between a ClassOfActivity and an ActivityCriticality."^^xsd:string ; 3744 rdfs:comment "A relationship between a ClassOfActivity and an ActivityCriticality."^^xsd:string ;
3892 - rdfs:domain :ClassOfActivity ; 3745 + rdfs:domain <http://data.posccaesar.org/dm/ClassOfActivity> ;
3893 rdfs:label "has Criticality"^^xsd:string ; 3746 rdfs:label "has Criticality"^^xsd:string ;
3894 rdfs:range :ActivityPriority ; 3747 rdfs:range :ActivityPriority ;
3895 . 3748 .
...@@ -4113,9 +3966,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4113,9 +3966,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4113 :hasLocation 3966 :hasLocation
4114 rdf:type owl:ObjectProperty ; 3967 rdf:type owl:ObjectProperty ;
4115 rdfs:comment "A relationship that describes 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 Area of an oil platform)."^^xsd:string ; 3968 rdfs:comment "A relationship that describes 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 Area of an oil platform)."^^xsd:string ;
4116 - rdfs:domain :Activity ; 3969 + rdfs:domain <http://data.posccaesar.org/dm/Activity> ;
4117 rdfs:label "has location"^^xsd:string ; 3970 rdfs:label "has location"^^xsd:string ;
4118 - rdfs:range :PossibleIndividual ; 3971 + rdfs:range <http://data.posccaesar.org/dm/PossibleIndividual> ;
4119 . 3972 .
4120 :hasLocationLatitude 3973 :hasLocationLatitude
4121 rdf:type owl:DatatypeProperty ; 3974 rdf:type owl:DatatypeProperty ;
...@@ -4137,7 +3990,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4137,7 +3990,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4137 :hasMainContractor 3990 :hasMainContractor
4138 rdf:type owl:ObjectProperty ; 3991 rdf:type owl:ObjectProperty ;
4139 rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role main contractor."^^xsd:string ; 3992 rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role main contractor."^^xsd:string ;
4140 - rdfs:domain :Activity ; 3993 + rdfs:domain <http://data.posccaesar.org/dm/Activity> ;
4141 rdfs:label "has Main Contractor"^^xsd:string ; 3994 rdfs:label "has Main Contractor"^^xsd:string ;
4142 rdfs:range :PersonOrOrganization ; 3995 rdfs:range :PersonOrOrganization ;
4143 rdfs:subPropertyOf :hasResponsible ; 3996 rdfs:subPropertyOf :hasResponsible ;
...@@ -4188,7 +4041,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4188,7 +4041,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4188 :hasOperator 4041 :hasOperator
4189 rdf:type owl:ObjectProperty ; 4042 rdf:type owl:ObjectProperty ;
4190 rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role operator."^^xsd:string ; 4043 rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role operator."^^xsd:string ;
4191 - rdfs:domain :Activity ; 4044 + rdfs:domain <http://data.posccaesar.org/dm/Activity> ;
4192 rdfs:label "has Operator"^^xsd:string ; 4045 rdfs:label "has Operator"^^xsd:string ;
4193 rdfs:range :PersonOrOrganization ; 4046 rdfs:range :PersonOrOrganization ;
4194 rdfs:subPropertyOf :hasResponsible ; 4047 rdfs:subPropertyOf :hasResponsible ;
...@@ -4332,7 +4185,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4332,7 +4185,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4332 :hasPriority 4185 :hasPriority
4333 rdf:type owl:ObjectProperty ; 4186 rdf:type owl:ObjectProperty ;
4334 rdfs:comment "A relationship between a ClassOfActivity and an Activity Priority."^^xsd:string ; 4187 rdfs:comment "A relationship between a ClassOfActivity and an Activity Priority."^^xsd:string ;
4335 - rdfs:domain :ClassOfActivity ; 4188 + rdfs:domain <http://data.posccaesar.org/dm/ClassOfActivity> ;
4336 rdfs:label "has Priority"^^xsd:string ; 4189 rdfs:label "has Priority"^^xsd:string ;
4337 rdfs:range :ActivityPriority ; 4190 rdfs:range :ActivityPriority ;
4338 . 4191 .
...@@ -4434,7 +4287,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4434,7 +4287,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4434 :hasResponsible 4287 :hasResponsible
4435 rdf:type owl:ObjectProperty ; 4288 rdf:type owl:ObjectProperty ;
4436 rdfs:comment "A relationship between a planning object and a responsible organization or person."^^xsd:string ; 4289 rdfs:comment "A relationship between a planning object and a responsible organization or person."^^xsd:string ;
4437 - rdfs:domain :Activity ; 4290 + rdfs:domain <http://data.posccaesar.org/dm/Activity> ;
4438 rdfs:label "has Responsible"^^xsd:string ; 4291 rdfs:label "has Responsible"^^xsd:string ;
4439 rdfs:range :PersonOrOrganization ; 4292 rdfs:range :PersonOrOrganization ;
4440 . 4293 .
...@@ -4547,7 +4400,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4547,7 +4400,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4547 :hasSubContractor 4400 :hasSubContractor
4548 rdf:type owl:ObjectProperty ; 4401 rdf:type owl:ObjectProperty ;
4549 rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role sub contractor."^^xsd:string ; 4402 rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role sub contractor."^^xsd:string ;
4550 - rdfs:domain :Activity ; 4403 + rdfs:domain <http://data.posccaesar.org/dm/Activity> ;
4551 rdfs:label "has Sub Contractor"^^xsd:string ; 4404 rdfs:label "has Sub Contractor"^^xsd:string ;
4552 rdfs:range :PersonOrOrganization ; 4405 rdfs:range :PersonOrOrganization ;
4553 rdfs:subPropertyOf :hasResponsible ; 4406 rdfs:subPropertyOf :hasResponsible ;
......
This file is too large to display.
This diff could not be displayed because it is too large.