David Price

Well subclass npd:Individual

1 +# Saved by TopBraid on Fri Oct 14 12:02:45 BST 2011
1 # baseURI: http://www.reportinghub.no/np/schema/1.0/npd 2 # baseURI: http://www.reportinghub.no/np/schema/1.0/npd
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/core
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility
4 # imports: http://www.reportinghub.no/ep/schema/1.0/organization 3 # imports: http://www.reportinghub.no/ep/schema/1.0/organization
5 # imports: http://www.reportinghub.no/ep/schema/1.0/well 4 # imports: http://www.reportinghub.no/ep/schema/1.0/well
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
6 7
7 @prefix facility: <http://www.reportinghub.no/ep/schema/1.0/facility#> . 8 @prefix facility: <http://www.reportinghub.no/ep/schema/1.0/facility#> .
8 @prefix npd: <http://www.reportinghub.no/np/schema/npd#> . 9 @prefix npd: <http://www.reportinghub.no/np/schema/npd#> .
...@@ -22,18 +23,21 @@ ...@@ -22,18 +23,21 @@
22 <http://www.reportinghub.no/ep/schema/organization#Company> 23 <http://www.reportinghub.no/ep/schema/organization#Company>
23 rdfs:subClassOf npd:Individual . 24 rdfs:subClassOf npd:Individual .
24 25
26 +<http://www.reportinghub.no/ep/schema/well#Well>
27 + rdfs:subClassOf npd:Individual .
28 +
25 <http://www.reportinghub.no/ep/schema/well#WellBore> 29 <http://www.reportinghub.no/ep/schema/well#WellBore>
26 rdfs:subClassOf npd:NPDIndividual . 30 rdfs:subClassOf npd:NPDIndividual .
27 31
28 <http://www.reportinghub.no/np/schema/1.0/npd> 32 <http://www.reportinghub.no/np/schema/1.0/npd>
29 rdf:type owl:Ontology ; 33 rdf:type owl:Ontology ;
30 - 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> ; 34 + 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> ;
31 owl:versionInfo "0.1.0"^^xsd:string . 35 owl:versionInfo "0.1.0"^^xsd:string .
32 36
33 npd:BusinessArrangementArea 37 npd:BusinessArrangementArea
34 rdf:type owl:Class ; 38 rdf:type owl:Class ;
35 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 ; 39 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 ;
36 - rdfs:subClassOf npd:NPDIndividual , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:Owner . 40 + rdfs:subClassOf npd:Owner , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:NPDIndividual .
37 41
38 npd:DAS_DecidedByTheLicensees 42 npd:DAS_DecidedByTheLicensees
39 rdf:type npd:DiscoveryActivityStatus ; 43 rdf:type npd:DiscoveryActivityStatus ;
...@@ -286,7 +290,7 @@ npd:LS_Inactive ...@@ -286,7 +290,7 @@ npd:LS_Inactive
286 npd:Licence 290 npd:Licence
287 rdf:type owl:Class ; 291 rdf:type owl:Class ;
288 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 ; 292 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 ;
289 - rdfs:subClassOf npd:NPDIndividual , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:Owner . 293 + rdfs:subClassOf npd:Owner , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:NPDIndividual .
290 294
291 npd:LicenceStatus 295 npd:LicenceStatus
292 rdf:type owl:Class ; 296 rdf:type owl:Class ;
...@@ -321,7 +325,7 @@ npd:NPDIndividual ...@@ -321,7 +325,7 @@ npd:NPDIndividual
321 325
322 npd:OperatingCompany 326 npd:OperatingCompany
323 rdf:type owl:Class ; 327 rdf:type owl:Class ;
324 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/organization#Company> , npd:NPDIndividual . 328 + rdfs:subClassOf npd:NPDIndividual , <http://www.reportinghub.no/ep/schema/organization#Company> .
325 329
326 npd:Owner 330 npd:Owner
327 rdf:type owl:Class ; 331 rdf:type owl:Class ;
...@@ -361,7 +365,7 @@ npd:SlidingScaleBAA ...@@ -361,7 +365,7 @@ npd:SlidingScaleBAA
361 npd:TUF 365 npd:TUF
362 rdf:type owl:Class ; 366 rdf:type owl:Class ;
363 rdfs:comment "TUF is an abbreviation for \"Transportation and Utilization Facilities\"."^^xsd:string ; 367 rdfs:comment "TUF is an abbreviation for \"Transportation and Utilization Facilities\"."^^xsd:string ;
364 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> , npd:FixedFacilityParent . 368 + rdfs:subClassOf npd:FixedFacilityParent , <http://www.reportinghub.no/ep/schema/facility#Facility> .
365 369
366 npd:TUFPart 370 npd:TUFPart
367 rdf:type owl:Class ; 371 rdf:type owl:Class ;
......