Tore Christiansen

Created ClassOfAsset and made Facility, PetroleumField, Well and WellBore its me…

…mbers, moved Application to ClassOfResource
...@@ -440,12 +440,19 @@ ...@@ -440,12 +440,19 @@
440 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS349874> ; 440 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS349874> ;
441 . 441 .
442 :Asset 442 :Asset
443 + rdf:type :ClassOfAsset ;
443 rdf:type owl:Class ; 444 rdf:type owl:Class ;
444 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 ; 445 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 ;
445 rdfs:label "Asset"^^xsd:string ; 446 rdfs:label "Asset"^^xsd:string ;
446 rdfs:subClassOf :PhysicalObject ; 447 rdfs:subClassOf :PhysicalObject ;
447 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4326435842> ; 448 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4326435842> ;
448 . 449 .
450 +:AssetInPlan
451 + rdf:type rdfs:Class ;
452 + rdfs:comment "A Class of Asset that is to be enhanced by the Plan"^^xsd:string ;
453 + rdfs:label "Asset in Plan"^^xsd:string ;
454 + rdfs:subClassOf :ClassOfAsset ;
455 +.
449 :AssetLifecyclePhase 456 :AssetLifecyclePhase
450 rdf:type owl:Class ; 457 rdf:type owl:Class ;
451 rdfs:comment "An Activity Planning Phase Class that divides the Lifecycle of an Asset into distinct parts."^^xsd:string ; 458 rdfs:comment "An Activity Planning Phase Class that divides the Lifecycle of an Asset into distinct parts."^^xsd:string ;
...@@ -744,6 +751,12 @@ ...@@ -744,6 +751,12 @@
744 rdfs:label "Class of activity"^^xsd:string ; 751 rdfs:label "Class of activity"^^xsd:string ;
745 rdfs:subClassOf :ClassOfIndividual ; 752 rdfs:subClassOf :ClassOfIndividual ;
746 . 753 .
754 +:ClassOfAsset
755 + rdf:type rdfs:Class ;
756 + rdfs:comment "A Class of Individual that is an Asset."^^xsd:string ;
757 + rdfs:label "Class of Asset"^^xsd:string ;
758 + rdfs:subClassOf :ClassOfIndividual ;
759 +.
747 :ClassOfClassOfActivity 760 :ClassOfClassOfActivity
748 rdf:type rdfs:Class ; 761 rdf:type rdfs:Class ;
749 rdfs:label "Class of class of activity"^^xsd:string ; 762 rdfs:label "Class of class of activity"^^xsd:string ;
...@@ -1150,6 +1163,7 @@ ...@@ -1150,6 +1163,7 @@
1150 rdfs:subClassOf :ActivityConstraint ; 1163 rdfs:subClassOf :ActivityConstraint ;
1151 . 1164 .
1152 :Facility 1165 :Facility
1166 + rdf:type :AssetInPlan ;
1153 rdf:type owl:Class ; 1167 rdf:type owl:Class ;
1154 rdfs:comment "An Asset that is designed, built and operated to serve a particular purpose, such as production of oil and gas."^^xsd:string ; 1168 rdfs:comment "An Asset that is designed, built and operated to serve a particular purpose, such as production of oil and gas."^^xsd:string ;
1155 rdfs:label "Facility"^^xsd:string ; 1169 rdfs:label "Facility"^^xsd:string ;
...@@ -1585,6 +1599,7 @@ ...@@ -1585,6 +1599,7 @@
1585 rdfs:subClassOf :PhysicalObject ; 1599 rdfs:subClassOf :PhysicalObject ;
1586 . 1600 .
1587 :PetroleumField 1601 :PetroleumField
1602 + rdf:type :AssetInPlan ;
1588 rdf:type owl:Class ; 1603 rdf:type owl:Class ;
1589 rdfs:comment "An Asset that is the location of petrochemical reserves for production of oil and gas."^^xsd:string ; 1604 rdfs:comment "An Asset that is the location of petrochemical reserves for production of oil and gas."^^xsd:string ;
1590 rdfs:label "Petroleum Field"^^xsd:string ; 1605 rdfs:label "Petroleum Field"^^xsd:string ;
...@@ -2449,7 +2464,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2449,7 +2464,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2449 rdf:type owl:Class ; 2464 rdf:type owl:Class ;
2450 rdfs:comment "Encoded Artificial Data that creates, manipulates, stores and retrieves Data (adapted from eHow.com)."^^xsd:string ; 2465 rdfs:comment "Encoded Artificial Data that creates, manipulates, stores and retrieves Data (adapted from eHow.com)."^^xsd:string ;
2451 rdfs:label "Software Application"^^xsd:string ; 2466 rdfs:label "Software Application"^^xsd:string ;
2452 - rdfs:subClassOf :ClassOfPhysicalObject ; 2467 + rdfs:subClassOf :ClassOfResource ;
2453 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43165907246> ; 2468 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43165907246> ;
2454 . 2469 .
2455 :StaffTime 2470 :StaffTime
...@@ -2755,6 +2770,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2755,6 +2770,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2755 ] ; 2770 ] ;
2756 . 2771 .
2757 :Well 2772 :Well
2773 + rdf:type :AssetInPlan ;
2758 rdf:type owl:Class ; 2774 rdf:type owl:Class ;
2759 rdfs:comment "An Asset that is arranged to produce petrochemicals from a reservoir."^^xsd:string ; 2775 rdfs:comment "An Asset that is arranged to produce petrochemicals from a reservoir."^^xsd:string ;
2760 rdfs:label "Well"^^xsd:string ; 2776 rdfs:label "Well"^^xsd:string ;
...@@ -2765,7 +2781,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2765,7 +2781,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2765 rdf:type owl:Class ; 2781 rdf:type owl:Class ;
2766 rdfs:comment "A System Descriptor that describes the type of completion of drilling."^^xsd:string ; 2782 rdfs:comment "A System Descriptor that describes the type of completion of drilling."^^xsd:string ;
2767 rdfs:label "Well Completion Type"^^xsd:string ; 2783 rdfs:label "Well Completion Type"^^xsd:string ;
2768 - rdfs:subClassOf :ClassOfPhysicalObject ; 2784 + rdfs:subClassOf :ClassOfAsset ;
2769 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ; 2785 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ;
2770 . 2786 .
2771 :WellInformationPlanType 2787 :WellInformationPlanType
...@@ -2804,10 +2820,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2804,10 +2820,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2804 rdf:type owl:Class ; 2820 rdf:type owl:Class ;
2805 rdfs:comment "A System Descriptor that describes a Well."^^xsd:string ; 2821 rdfs:comment "A System Descriptor that describes a Well."^^xsd:string ;
2806 rdfs:label "Well Type"^^xsd:string ; 2822 rdfs:label "Well Type"^^xsd:string ;
2807 - rdfs:subClassOf :ClassOfPhysicalObject ; 2823 + rdfs:subClassOf :ClassOfAsset ;
2808 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ; 2824 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ;
2809 . 2825 .
2810 :Wellbore 2826 :Wellbore
2827 + rdf:type :AssetInPlan ;
2811 rdf:type owl:Class ; 2828 rdf:type owl:Class ;
2812 rdfs:comment "An Asset that is a 'borehole' drilled in the earth's crust to form part of a well."^^xsd:string ; 2829 rdfs:comment "An Asset that is a 'borehole' drilled in the earth's crust to form part of a well."^^xsd:string ;
2813 rdfs:label "Wellbore"^^xsd:string ; 2830 rdfs:label "Wellbore"^^xsd:string ;
......