Showing
1 changed file
with
9 additions
and
30 deletions
| ... | @@ -23,22 +23,22 @@ | ... | @@ -23,22 +23,22 @@ |
| 23 | rdfs:subClassOf | 23 | rdfs:subClassOf |
| 24 | [ rdf:type owl:Restriction ; | 24 | [ rdf:type owl:Restriction ; |
| 25 | owl:minCardinality "0"^^xsd:nonNegativeInteger ; | 25 | owl:minCardinality "0"^^xsd:nonNegativeInteger ; |
| 26 | - owl:onProperty npd:fieldOwner | 26 | + owl:onProperty npd:fieldDiscoveryWellBore |
| 27 | ] ; | 27 | ] ; |
| 28 | rdfs:subClassOf | 28 | rdfs:subClassOf |
| 29 | [ rdf:type owl:Restriction ; | 29 | [ rdf:type owl:Restriction ; |
| 30 | owl:minCardinality "0"^^xsd:nonNegativeInteger ; | 30 | owl:minCardinality "0"^^xsd:nonNegativeInteger ; |
| 31 | - owl:onProperty npd:fieldOperator | 31 | + owl:onProperty npd:currentActivityStatus |
| 32 | ] ; | 32 | ] ; |
| 33 | rdfs:subClassOf | 33 | rdfs:subClassOf |
| 34 | [ rdf:type owl:Restriction ; | 34 | [ rdf:type owl:Restriction ; |
| 35 | owl:minCardinality "0"^^xsd:nonNegativeInteger ; | 35 | owl:minCardinality "0"^^xsd:nonNegativeInteger ; |
| 36 | - owl:onProperty npd:currentActivityStatus | 36 | + owl:onProperty npd:fieldOperator |
| 37 | ] ; | 37 | ] ; |
| 38 | rdfs:subClassOf | 38 | rdfs:subClassOf |
| 39 | [ rdf:type owl:Restriction ; | 39 | [ rdf:type owl:Restriction ; |
| 40 | owl:minCardinality "0"^^xsd:nonNegativeInteger ; | 40 | owl:minCardinality "0"^^xsd:nonNegativeInteger ; |
| 41 | - owl:onProperty npd:fieldDiscoveryWellBore | 41 | + owl:onProperty npd:fieldOwner |
| 42 | ] . | 42 | ] . |
| 43 | 43 | ||
| 44 | <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAField> | 44 | <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAField> |
| ... | @@ -55,13 +55,13 @@ | ... | @@ -55,13 +55,13 @@ |
| 55 | 55 | ||
| 56 | <http://www.reportinghub.no/np/schema/1.0/npd> | 56 | <http://www.reportinghub.no/np/schema/1.0/npd> |
| 57 | rdf:type owl:Ontology ; | 57 | rdf:type owl:Ontology ; |
| 58 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> ; | 58 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> ; |
| 59 | owl:versionInfo "0.1.0"^^xsd:string . | 59 | owl:versionInfo "0.1.0"^^xsd:string . |
| 60 | 60 | ||
| 61 | npd:BusinessArrangementArea | 61 | npd:BusinessArrangementArea |
| 62 | rdf:type owl:Class ; | 62 | rdf:type owl:Class ; |
| 63 | 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 ; | 63 | 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 ; |
| 64 | - rdfs:subClassOf npd:NPDIndividual , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:Owner . | 64 | + rdfs:subClassOf npd:Owner , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:NPDIndividual . |
| 65 | 65 | ||
| 66 | npd:DWBP_Injection | 66 | npd:DWBP_Injection |
| 67 | rdf:type npd:DevelopmentWellBorePurpose ; | 67 | rdf:type npd:DevelopmentWellBorePurpose ; |
| ... | @@ -120,27 +120,6 @@ npd:ExplorationWellBorePurpose | ... | @@ -120,27 +120,6 @@ npd:ExplorationWellBorePurpose |
| 120 | rdfs:subClassOf npd:WellBorePurpose ; | 120 | rdfs:subClassOf npd:WellBorePurpose ; |
| 121 | owl:oneOf (npd:EWBP_Appraisal npd:EWBP_Wildcat-Appraisal npd:EWBP_Wildcat) . | 121 | owl:oneOf (npd:EWBP_Appraisal npd:EWBP_Wildcat-Appraisal npd:EWBP_Wildcat) . |
| 122 | 122 | ||
| 123 | -npd:FAS_PDOApproved | ||
| 124 | - rdf:type npd:FieldActivityStatus ; | ||
| 125 | - rdfs:label "PDO approved"@en ; | ||
| 126 | - npd:code "PDO APPROVED"^^xsd:string . | ||
| 127 | - | ||
| 128 | -npd:FAS_Producing | ||
| 129 | - rdf:type npd:FieldActivityStatus ; | ||
| 130 | - rdfs:label "producing"@en ; | ||
| 131 | - npd:code "PRODUCING"^^xsd:string . | ||
| 132 | - | ||
| 133 | -npd:FAS_ShutDown | ||
| 134 | - rdf:type npd:FieldActivityStatus ; | ||
| 135 | - rdfs:label "shut down"@en ; | ||
| 136 | - npd:code "SHUT DOWN"^^xsd:string . | ||
| 137 | - | ||
| 138 | -npd:FieldActivityStatus | ||
| 139 | - rdf:type owl:Class ; | ||
| 140 | - rdfs:label "Field activity status"^^xsd:string ; | ||
| 141 | - rdfs:subClassOf npd:Enumeration ; | ||
| 142 | - owl:oneOf (npd:FAS_PDOApproved npd:FAS_Producing npd:FAS_ShutDown) . | ||
| 143 | - | ||
| 144 | npd:FixedFacilityParent | 123 | npd:FixedFacilityParent |
| 145 | rdf:type owl:Class ; | 124 | rdf:type owl:Class ; |
| 146 | rdfs:subClassOf npd:NPDIndividual . | 125 | rdfs:subClassOf npd:NPDIndividual . |
| ... | @@ -188,7 +167,7 @@ npd:LS_Inactive | ... | @@ -188,7 +167,7 @@ npd:LS_Inactive |
| 188 | npd:Licence | 167 | npd:Licence |
| 189 | rdf:type owl:Class ; | 168 | rdf:type owl:Class ; |
| 190 | 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 ; | 169 | 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 ; |
| 191 | - rdfs:subClassOf npd:NPDIndividual , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:Owner . | 170 | + rdfs:subClassOf npd:Owner , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:NPDIndividual . |
| 192 | 171 | ||
| 193 | npd:LicenceStatus | 172 | npd:LicenceStatus |
| 194 | rdf:type owl:Class ; | 173 | rdf:type owl:Class ; |
| ... | @@ -223,7 +202,7 @@ npd:NPDIndividual | ... | @@ -223,7 +202,7 @@ npd:NPDIndividual |
| 223 | 202 | ||
| 224 | npd:OperatingCompany | 203 | npd:OperatingCompany |
| 225 | rdf:type owl:Class ; | 204 | rdf:type owl:Class ; |
| 226 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/organization#Company> , npd:NPDIndividual . | 205 | + rdfs:subClassOf npd:NPDIndividual , <http://www.reportinghub.no/ep/schema/organization#Company> . |
| 227 | 206 | ||
| 228 | npd:Owner | 207 | npd:Owner |
| 229 | rdf:type owl:Class ; | 208 | rdf:type owl:Class ; |
| ... | @@ -263,7 +242,7 @@ npd:SlidingScaleBAA | ... | @@ -263,7 +242,7 @@ npd:SlidingScaleBAA |
| 263 | npd:TUF | 242 | npd:TUF |
| 264 | rdf:type owl:Class ; | 243 | rdf:type owl:Class ; |
| 265 | rdfs:comment "TUF is an abbreviation for \"Transportation and Utilization Facilities\"."^^xsd:string ; | 244 | rdfs:comment "TUF is an abbreviation for \"Transportation and Utilization Facilities\"."^^xsd:string ; |
| 266 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> , npd:FixedFacilityParent . | 245 | + rdfs:subClassOf npd:FixedFacilityParent , <http://www.reportinghub.no/ep/schema/facility#Facility> . |
| 267 | 246 | ||
| 268 | npd:TUFPart | 247 | npd:TUFPart |
| 269 | rdf:type owl:Class ; | 248 | rdf:type owl:Class ; | ... | ... |
-
Please register or login to post a comment