rdfs:comment"""This rule creates the WellBore and Well and joins them up using a composition relationship (dm:ArrangementOfIndividual)
Note that because it uses the same URI production rule as other functions, we don't get repeated instances of the Well and WellBore...hopefully"""^^xsd:string;
...
...
@@ -251,15 +254,15 @@ Note that because it uses the same URI production rule as other functions, we do
owl:versionInfo"Created with TopBraid Composer"^^xsd:string.
npd:BusinessArrangementArea
rdf:typeowl:Class;
rdfs:comment"A business arrangement area in this context is an area which is a result of unitisations, sliding scale rules or other business arrangements which have altered the terms of the original production licence."^^xsd:string;
rdfs:comment"A discovery is a petroleum deposit or several petroleum deposits collectively, which have been discovered in the same well, in which through testing, sampling or logging there has been established a probability of the existence of mobile petroleum (includes both commercial and technical discovery)."^^xsd:string;
rdfs:subClassOfnpd:NpdIndividual.
rdfs:subClassOfnpd:NPDIndividual.
npd:DiscoveryActivityStatus
rdf:typeowl:Class;
...
...
@@ -265,7 +263,7 @@ npd:FieldPart
npd:FixedFacilityParent
rdf:typeowl:Class;
rdfs:subClassOfnpd:NpdIndividual.
rdfs:subClassOfnpd:NPDIndividual.
npd:FixedFacilityPhase
rdf:typeowl:Class;
...
...
@@ -304,23 +302,23 @@ npd:Individual
rdfs:subClassOfowl:Thing.
npd:LS_Active
rdf:typenpd:LicenseStatus;
rdf:typenpd:LicenceStatus;
rdfs:label"active"@en;
npd:code"ACTIVE"^^xsd:string.
npd:LS_Inactive
rdf:typenpd:LicenseStatus;
rdf:typenpd:LicenceStatus;
rdfs:label"inactive"@en;
npd:code"INACTIVE"^^xsd:string.
npd:Licence
rdf:typeowl:Class;
rdfs:comment"Production licences are granted by the Ministry of Petroleum and Energy. Transfer of a production licence or participating interest in a production licence must be approved by the ministry."^^xsd:string;