Tore Christiansen

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

…mbers, moved Application to ClassOfResource
......@@ -440,12 +440,19 @@
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS349874> ;
.
:Asset
rdf:type :ClassOfAsset ;
rdf:type owl:Class ;
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 ;
rdfs:label "Asset"^^xsd:string ;
rdfs:subClassOf :PhysicalObject ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4326435842> ;
.
:AssetInPlan
rdf:type rdfs:Class ;
rdfs:comment "A Class of Asset that is to be enhanced by the Plan"^^xsd:string ;
rdfs:label "Asset in Plan"^^xsd:string ;
rdfs:subClassOf :ClassOfAsset ;
.
:AssetLifecyclePhase
rdf:type owl:Class ;
rdfs:comment "An Activity Planning Phase Class that divides the Lifecycle of an Asset into distinct parts."^^xsd:string ;
......@@ -744,6 +751,12 @@
rdfs:label "Class of activity"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfAsset
rdf:type rdfs:Class ;
rdfs:comment "A Class of Individual that is an Asset."^^xsd:string ;
rdfs:label "Class of Asset"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfClassOfActivity
rdf:type rdfs:Class ;
rdfs:label "Class of class of activity"^^xsd:string ;
......@@ -1150,6 +1163,7 @@
rdfs:subClassOf :ActivityConstraint ;
.
:Facility
rdf:type :AssetInPlan ;
rdf:type owl:Class ;
rdfs:comment "An Asset that is designed, built and operated to serve a particular purpose, such as production of oil and gas."^^xsd:string ;
rdfs:label "Facility"^^xsd:string ;
......@@ -1585,6 +1599,7 @@
rdfs:subClassOf :PhysicalObject ;
.
:PetroleumField
rdf:type :AssetInPlan ;
rdf:type owl:Class ;
rdfs:comment "An Asset that is the location of petrochemical reserves for production of oil and gas."^^xsd:string ;
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
rdf:type owl:Class ;
rdfs:comment "Encoded Artificial Data that creates, manipulates, stores and retrieves Data (adapted from eHow.com)."^^xsd:string ;
rdfs:label "Software Application"^^xsd:string ;
rdfs:subClassOf :ClassOfPhysicalObject ;
rdfs:subClassOf :ClassOfResource ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43165907246> ;
.
:StaffTime
......@@ -2755,6 +2770,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
] ;
.
:Well
rdf:type :AssetInPlan ;
rdf:type owl:Class ;
rdfs:comment "An Asset that is arranged to produce petrochemicals from a reservoir."^^xsd:string ;
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
rdf:type owl:Class ;
rdfs:comment "A System Descriptor that describes the type of completion of drilling."^^xsd:string ;
rdfs:label "Well Completion Type"^^xsd:string ;
rdfs:subClassOf :ClassOfPhysicalObject ;
rdfs:subClassOf :ClassOfAsset ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ;
.
:WellInformationPlanType
......@@ -2804,10 +2820,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:comment "A System Descriptor that describes a Well."^^xsd:string ;
rdfs:label "Well Type"^^xsd:string ;
rdfs:subClassOf :ClassOfPhysicalObject ;
rdfs:subClassOf :ClassOfAsset ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ;
.
:Wellbore
rdf:type :AssetInPlan ;
rdf:type owl:Class ;
rdfs:comment "An Asset that is a 'borehole' drilled in the earth's crust to form part of a well."^^xsd:string ;
rdfs:label "Wellbore"^^xsd:string ;
......