Håvard M. Ottestad

initial commit

# baseURI: http://data.posccaesar.org/npd/ontology/v-1
# imports: http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/ilap-npd-interface/v-1
@prefix ilap-npd-interface: <http://data.posccaesar.org/npd/ontology/ilap-interface/> .
@prefix lci: <http://standards.iso.org/iso/15926/tech/ontology/> .
@prefix npd-schema: <http://data.posccaesar.org/npd/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdl: <http://rds.posccaesar.org/2008/06/OWL/RDL#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ilap-npd-interface:Company
rdfs:subClassOf npd-schema:Individual .
ilap-npd-interface:Facility
rdfs:subClassOf npd-schema:NPDIndividual .
ilap-npd-interface:Field
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:minCardinality "0"^^xsd:nonNegativeInteger ;
owl:onProperty npd-schema:currentActivityStatus
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:minCardinality "0"^^xsd:nonNegativeInteger ;
owl:onProperty npd-schema:fieldDiscoveryWellBore
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:minCardinality "0"^^xsd:nonNegativeInteger ;
owl:onProperty npd-schema:fieldOperator
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:minCardinality "0"^^xsd:nonNegativeInteger ;
owl:onProperty npd-schema:fieldOwner
] .
ilap-npd-interface:TemporalPartOfAField
rdfs:subClassOf npd-schema:FixedFacilityParent .
ilap-npd-interface:Well
rdfs:subClassOf npd-schema:Individual .
ilap-npd-interface:Wellbore
rdfs:subClassOf npd-schema:NPDIndividual .
npd-schema:BusinessArrangementArea
rdf:type owl:Class ;
rdfs:comment "an area on the Norweigan Continental Shelf that is that 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:label "Norwegian business arrangement area"@en ;
rdfs:subClassOf npd-schema:Owner , npd-schema:NPDIndividual , lci:PossibleIndividual .
npd-schema:DWBP_Injection
rdf:type npd-schema:DevelopmentWellBorePurpose ;
rdfs:label "injection"@en ;
npd-schema:code "INJECTION"^^xsd:string .
npd-schema:DWBP_Observation
rdf:type npd-schema:DevelopmentWellBorePurpose ;
rdfs:label "observation"@en ;
npd-schema:code "OBSERVATION"^^xsd:string .
npd-schema:DWBP_Production
rdf:type npd-schema:DevelopmentWellBorePurpose ;
rdfs:label "production"@en ;
npd-schema:code "PRODUCTION"^^xsd:string .
npd-schema:DevelopmentWellBorePurpose
rdf:type owl:Class ;
rdfs:comment "the purpose of the development wellbore"^^xsd:string ;
rdfs:label "Development well bore purpose"@en ;
rdfs:subClassOf npd-schema:WellBorePurpose ;
owl:oneOf (npd-schema:DWBP_Injection npd-schema:DWBP_Observation npd-schema:DWBP_Production) .
npd-schema:Discovery
rdf:type owl:Class ;
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:label "petroleum deposit discovery"@en ;
rdfs:subClassOf npd-schema:NPDIndividual .
npd-schema:EWBP_Appraisal
rdf:type npd-schema:ExplorationWellBorePurpose ;
rdfs:label "appraisal"@en ;
npd-schema:code "APPRAISAL"^^xsd:string .
npd-schema:EWBP_Wildcat
rdf:type npd-schema:ExplorationWellBorePurpose ;
rdfs:label "wildcat"@en ;
npd-schema:code "WILDCAT"^^xsd:string .
npd-schema:EWBP_Wildcat-Appraisal
rdf:type npd-schema:ExplorationWellBorePurpose ;
rdfs:label "wildcat & appraisal"@en ;
npd-schema:code "WILDCAT&APPRAISAL"^^xsd:string .
npd-schema:Enumeration
rdf:type owl:Class ;
rdfs:label "Enumeration"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty npd-schema:code
] .
npd-schema:ExplorationWellBorePurpose
rdf:type owl:Class ;
rdfs:comment "the purpose of the exploration wellbore"^^xsd:string ;
rdfs:label "Exploration well bore purpose"@en ;
rdfs:subClassOf npd-schema:WellBorePurpose ;
owl:oneOf (npd-schema:EWBP_Appraisal npd-schema:EWBP_Wildcat-Appraisal npd-schema:EWBP_Wildcat) .
npd-schema:FixedFacilityParent
rdf:type owl:Class ;
rdfs:comment "the parent facility of a fixed facility"^^xsd:string ;
rdfs:label "fixed facility parent"@en ;
rdfs:subClassOf npd-schema:NPDIndividual .
npd-schema:HCT_Gas
rdf:type npd-schema:HCType ;
rdfs:label "gas"@en ;
npd-schema:code "GAS"^^xsd:string .
npd-schema:HCT_Gas-Condensate
rdf:type npd-schema:HCType ;
rdfs:label "gas/condensate"@en ;
npd-schema:code "GAS/CONDENSATE"^^xsd:string .
npd-schema:HCT_Oil
rdf:type npd-schema:HCType ;
rdfs:label "oil"@en ;
npd-schema:code "OIL"^^xsd:string .
npd-schema:HCT_Oil-Gas
rdf:type npd-schema:HCType ;
rdfs:label "oil/gas"@en ;
npd-schema:code "OIL/GAS"^^xsd:string .
npd-schema:HCType
rdf:type owl:Class ;
rdfs:comment "class that is a valid hydrocarbon type in the NPD fact pages"^^xsd:string ;
rdfs:label "HC Type"@en ;
rdfs:subClassOf npd-schema:Enumeration ;
owl:oneOf (npd-schema:HCT_Gas-Condensate npd-schema:HCT_Oil-Gas npd-schema:HCT_Gas npd-schema:HCT_Oil) .
npd-schema:Individual
rdf:type owl:Class ;
rdfs:label "Individual"@en ;
rdfs:subClassOf owl:Thing .
npd-schema:LS_Active
rdf:type npd-schema:LicenceStatus ;
rdfs:label "active"@en ;
npd-schema:code "ACTIVE"^^xsd:string .
npd-schema:LS_Inactive
rdf:type npd-schema:LicenceStatus ;
rdfs:label "inactive"@en ;
npd-schema:code "INACTIVE"^^xsd:string .
npd-schema:Licence
rdf:type owl:Class ;
rdfs:comment "an area on the Norweigan Continental Shelf to which the Ministry of Petroleum and Energy has granted a production licence"^^xsd:string ;
rdfs:label "Norwegian production license area"@en ;
rdfs:subClassOf npd-schema:NPDIndividual , lci:PossibleIndividual , npd-schema:Owner .
npd-schema:LicenceStatus
rdf:type owl:Class ;
rdfs:comment "class that is the active – inactive status of a licence"^^xsd:string ;
rdfs:label "Licence status"@en ;
rdfs:subClassOf npd-schema:Enumeration ;
owl:oneOf (npd-schema:LS_Active npd-schema:LS_Inactive) .
npd-schema:MNA_BarentsSea
rdf:type npd-schema:MainNCSArea ;
rdfs:label "Barents sea"@en ;
npd-schema:code "Barents sea"^^xsd:string .
npd-schema:MNA_NorthSea
rdf:type npd-schema:MainNCSArea ;
rdfs:label "North sea"@en ;
npd-schema:code "North sea"^^xsd:string .
npd-schema:MNA_NorwegianSea
rdf:type npd-schema:MainNCSArea ;
rdfs:label "Norwegian sea"@en ;
npd-schema:code "Norwegian sea"^^xsd:string .
npd-schema:MainNCSArea
rdf:type owl:Class ;
rdfs:comment "part of the surface of the earth that is a main area of the Norwegian Continental Shelf"^^xsd:string ;
rdfs:label "Main NCS Area"@en ;
rdfs:subClassOf npd-schema:Enumeration ;
owl:oneOf (npd-schema:MNA_NorthSea npd-schema:MNA_NorwegianSea npd-schema:MNA_BarentsSea) .
npd-schema:NPDIndividual
rdf:type owl:Class ;
rdfs:comment "an individual that is a member of an NPD-related class"^^xsd:string ;
rdfs:label "NPD individual"@en ;
rdfs:subClassOf npd-schema:Individual .
npd-schema:OperatingCompany
rdf:type owl:Class ;
rdfs:comment "a company operating a facility"^^xsd:string ;
rdfs:label "operating company"@en ;
rdfs:subClassOf npd-schema:NPDIndividual , ilap-npd-interface:Company .
npd-schema:Owner
rdf:type owl:Class ;
rdfs:comment "a business arrangement area or production license on the Norweigan Continental Shelf "^^xsd:string ;
rdfs:label "owner"@en ;
rdfs:subClassOf npd-schema:Individual .
npd-schema:ParcellBAA
rdf:type owl:Class ;
rdfs:comment "a business arrangement area based on a parcel"^^xsd:string ;
rdfs:label "parcel BAA"@en ;
rdfs:subClassOf npd-schema:BusinessArrangementArea .
npd-schema:ParentCompany
rdf:type owl:Class ;
rdfs:comment "a company that is the parent of another company"^^xsd:string ;
rdfs:label "parent company"@en ;
rdfs:subClassOf ilap-npd-interface:Company .
npd-schema:SeismicAreaBAA
rdf:type owl:Class ;
rdfs:comment "a business arrangement area that is a seismic area"^^xsd:string ;
rdfs:label "seismic area BAA"@en ;
rdfs:subClassOf npd-schema:BusinessArrangementArea .
npd-schema:Share
rdf:type owl:Class ;
rdfs:comment "a company's share in something "^^xsd:string ;
rdfs:label "share"@en ;
rdfs:subClassOf lci:PossibleIndividual .
npd-schema:ShareOfBAA
rdf:type owl:Class ;
rdfs:comment "a share of the ownership of a BAA"^^xsd:string ;
rdfs:label "share of BAA"@en ;
rdfs:subClassOf npd-schema:Share .
npd-schema:ShareOfLicence
rdf:type owl:Class ;
rdfs:comment "a share of the ownership of a license"^^xsd:string ;
rdfs:label "share of license"@en ;
rdfs:subClassOf npd-schema:Share .
npd-schema:SlidingScaleBAA
rdf:type owl:Class ;
rdfs:comment "a business arrangement area that is based on a sliding scale"^^xsd:string ;
rdfs:label "sliding scale BAA"@en ;
rdfs:subClassOf npd-schema:BusinessArrangementArea .
npd-schema:TUF
rdf:type owl:Class ;
rdfs:comment "a transportation and utilization facility"^^xsd:string ;
rdfs:label "TUF"@en ;
rdfs:subClassOf npd-schema:FixedFacilityParent , ilap-npd-interface:Facility .
npd-schema:TUFPart
rdf:type owl:Class ;
rdfs:comment "A part of a TUF"^^xsd:string ;
rdfs:label "TUF part"@en ;
rdfs:subClassOf npd-schema:FixedFacilityParent .
npd-schema:UnitizedBAA
rdf:type owl:Class ;
rdfs:comment "a business arrangement area that is unitized"^^xsd:string ;
rdfs:label "unitized BAA"@en ;
rdfs:subClassOf npd-schema:BusinessArrangementArea .
npd-schema:WBC_CO2
rdf:type npd-schema:WellBoreContent ;
rdfs:label "CO2"@en ;
npd-schema:code "CO2"^^xsd:string .
npd-schema:WBC_Cuttings
rdf:type npd-schema:WellBoreContent ;
rdfs:label "cuttings"@en ;
npd-schema:code "CUTTINGS"^^xsd:string .
npd-schema:WBC_Gas
rdf:type npd-schema:WellBoreContent ;
rdfs:label "gas"@en ;
npd-schema:code "GAS"^^xsd:string .
npd-schema:WBC_Gas-Condensate
rdf:type npd-schema:WellBoreContent ;
rdfs:label "gas/condensate"@en ;
npd-schema:code "GAS/CONDENSATE"^^xsd:string .
npd-schema:WBC_NotApplicable
rdf:type npd-schema:WellBoreContent ;
rdfs:label "not applicable"@en ;
npd-schema:code "NOT APPLICABLE"^^xsd:string .
npd-schema:WBC_NotAvailable
rdf:type npd-schema:WellBoreContent ;
rdfs:label "not available"@en ;
npd-schema:code "NOT AVAILABLE"^^xsd:string .
npd-schema:WBC_Oil
rdf:type npd-schema:WellBoreContent ;
rdfs:label "oil"@en ;
npd-schema:code "OIL"^^xsd:string .
npd-schema:WBC_Oil-Gas
rdf:type npd-schema:WellBoreContent ;
rdfs:label "oil/gas"@en ;
npd-schema:code "OIL/GAS"^^xsd:string .
npd-schema:WBC_Water
rdf:type npd-schema:WellBoreContent ;
rdfs:label "water"@en ;
npd-schema:code "WATER"^^xsd:string .
npd-schema:WBC_Water-Gas
rdf:type npd-schema:WellBoreContent ;
rdfs:label "water/gas"@en ;
npd-schema:code "WATER/GAS"^^xsd:string .
npd-schema:WellBoreContent
rdf:type owl:Class ;
rdfs:comment "class of material that is a valid wellbore content in the NPD fact pages"^^xsd:string ;
rdfs:label "Well bore content"@en ;
rdfs:subClassOf npd-schema:Enumeration ;
owl:oneOf (npd-schema:WBC_Water-Gas npd-schema:WBC_Water npd-schema:WBC_Gas npd-schema:WBC_Gas-Condensate npd-schema:WBC_NotAvailable npd-schema:WBC_Cuttings npd-schema:WBC_Oil npd-schema:WBC_NotApplicable npd-schema:WBC_Oil-Gas npd-schema:WBC_CO2) .
npd-schema:WellBorePurpose
rdf:type owl:Class ;
rdfs:comment "class of activity that is a valid wellbore purpose in the NPD fact pages"^^xsd:string ;
rdfs:label "Well bore purpose"@en ;
rdfs:subClassOf npd-schema:Enumeration .
npd-schema:baaOperator
rdf:type owl:ObjectProperty ;
rdfs:comment "the current operator of a BAA"^^xsd:string ;
rdfs:domain npd-schema:BusinessArrangementArea ;
rdfs:label "BAA operator"@en ;
rdfs:range ilap-npd-interface:Company .
npd-schema:baaShared
rdf:type owl:ObjectProperty ;
rdfs:comment "the BAA of which this is a share"^^xsd:string ;
rdfs:domain npd-schema:ShareOfBAA ;
rdfs:label "BAA shared"@en ;
rdfs:range npd-schema:BusinessArrangementArea .
npd-schema:belongsTo
rdf:type owl:ObjectProperty ;
rdfs:comment "the parent facility of the fixed facility"^^xsd:string ;
rdfs:domain ilap-npd-interface:FixedFacility ;
rdfs:label "belongs to"@en ;
rdfs:range npd-schema:FixedFacilityParent .
npd-schema:code
rdf:type owl:DatatypeProperty ;
rdfs:comment "the NPD code"^^xsd:string ;
rdfs:label "code"@en .
npd-schema:companyShortName
rdf:type owl:DatatypeProperty ;
rdfs:comment "the NPD company short name"^^xsd:string ;
rdfs:domain ilap-npd-interface:Company ;
rdfs:label "company short name"@en ;
rdfs:range xsd:string .
npd-schema:currentActivityStatus
rdf:type owl:DatatypeProperty ;
rdfs:comment "the NPD status of the field"^^xsd:string ;
rdfs:domain ilap-npd-interface:Field ;
rdfs:label "current activity status"@en ;
rdfs:range xsd:string .
npd-schema:currentOperator
rdf:type owl:ObjectProperty ;
rdfs:comment "the company that is the current operator of a fixed facility"^^xsd:string ;
rdfs:domain ilap-npd-interface:FixedFacility ;
rdfs:label "current operator"@en ;
rdfs:range ilap-npd-interface:Company .
npd-schema:currentlyResponsibleCompany
rdf:type owl:ObjectProperty ;
rdfs:comment "the company that is currently responsible for a moveable facility"^^xsd:string ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#MoveableFacility> ;
rdfs:label "currently responsible company"@en ;
rdfs:range ilap-npd-interface:Company .
npd-schema:discoveryCurrentActivityStatus
rdf:type owl:DatatypeProperty ;
rdfs:comment "the NPD status of the discovery"^^xsd:string ;
rdfs:domain npd-schema:Discovery ;
rdfs:label "discovery current activity status"@en ;
rdfs:range xsd:string .
npd-schema:discoveryField
rdf:type owl:ObjectProperty ;
rdfs:comment "the field in which the discovery exists"^^xsd:string ;
rdfs:domain npd-schema:Discovery ;
rdfs:label "discovery field"@en ;
rdfs:range ilap-npd-interface:Field .
npd-schema:discoveryHCType
rdf:type owl:ObjectProperty ;
rdfs:comment "the hydrocarbon type of the discovery"^^xsd:string ;
rdfs:domain npd-schema:Discovery ;
rdfs:label "discovery HC type"@en ;
rdfs:range npd-schema:HCType .
npd-schema:discoveryMainNcsArea
rdf:type owl:ObjectProperty ;
rdfs:comment "the main NCS area in which discovery is located"^^xsd:string ;
rdfs:domain npd-schema:Discovery ;
rdfs:label "discovery main NCS area"@en ;
rdfs:range npd-schema:MainNCSArea .
npd-schema:discoveryOperator
rdf:type owl:ObjectProperty ;
rdfs:comment "the operator of the discovery"^^xsd:string ;
rdfs:domain npd-schema:Discovery ;
rdfs:label "discovery operator"@en ;
rdfs:range ilap-npd-interface:Company .
npd-schema:discoveryOwner
rdf:type owl:ObjectProperty ;
rdfs:comment "the BAA or PL that owns the discovery"^^xsd:string ;
rdfs:domain npd-schema:Discovery ;
rdfs:label "discovery owner"@en ;
rdfs:range npd-schema:Owner .
npd-schema:discoveryWellBore
rdf:type owl:ObjectProperty ;
rdfs:comment "the wellbore that made the discovery"^^xsd:string ;
rdfs:domain npd-schema:Discovery ;
rdfs:label "discovery wellbore"@en ;
rdfs:range ilap-npd-interface:Wellbore .
npd-schema:discoveryYear
rdf:type owl:DatatypeProperty ;
rdfs:comment "the year the discovery was made"^^xsd:string ;
rdfs:domain npd-schema:Discovery ;
rdfs:label "discovery year"@en ;
rdfs:range xsd:integer .
npd-schema:drilledInProductionLicence
rdf:type owl:ObjectProperty ;
rdfs:comment "the production licence under which the wellbore was drilled"^^xsd:string ;
rdfs:domain ilap-npd-interface:Wellbore ;
rdfs:label "drilled in production licence"@en ;
rdfs:range npd-schema:Licence .
npd-schema:drillingFacility
rdf:type owl:ObjectProperty ;
rdfs:comment "the drilling facility of the wellbore"^^xsd:string ;
rdfs:domain ilap-npd-interface:Wellbore ;
rdfs:label "drilling facility"@en ;
rdfs:range ilap-npd-interface:Facility .
npd-schema:drillingOperator
rdf:type owl:ObjectProperty ;
rdfs:comment "the drilling operator of the wellbore"^^xsd:string ;
rdfs:domain ilap-npd-interface:Wellbore ;
rdfs:label "drilling operator"@en ;
rdfs:range ilap-npd-interface:Company .
npd-schema:endDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "the NPD end date of the thing"^^xsd:string ;
rdfs:domain lci:PossibleIndividual ;
rdfs:label "end date"@en ;
rdfs:range xsd:date .
npd-schema:facilityFunctions
rdf:type owl:DatatypeProperty ;
rdfs:comment "the NPD functions of the facility"^^xsd:string ;
rdfs:domain ilap-npd-interface:Facility ;
rdfs:label "facility functions"@en ;
rdfs:range xsd:string .
npd-schema:facilityKind
rdf:type owl:DatatypeProperty ;
rdfs:comment "the NPD kind of the facility"^^xsd:string ;
rdfs:domain ilap-npd-interface:Facility ;
rdfs:label "facility kind"@en ;
rdfs:range xsd:string .
npd-schema:fieldDiscoveryWellBore
rdf:type owl:ObjectProperty ;
rdfs:comment "the wellbore that proved the field"^^xsd:string ;
rdfs:domain ilap-npd-interface:Field ;
rdfs:label "field discovery wellbore"@en ;
rdfs:range ilap-npd-interface:Wellbore .
npd-schema:fieldOperator
rdf:type owl:ObjectProperty ;
rdfs:comment "the company operating the field"^^xsd:string ;
rdfs:domain ilap-npd-interface:Field ;
rdfs:label "field operator"@en ;
rdfs:range ilap-npd-interface:Company .
npd-schema:fieldOwner
rdf:type owl:ObjectProperty ;
rdfs:comment "the licence that owns the field"^^xsd:string ;
rdfs:domain ilap-npd-interface:Field ;
rdfs:label "field owner"@en ;
rdfs:range npd-schema:Owner .
npd-schema:fixedFacilityPhase
rdf:type owl:DatatypeProperty ;
rdfs:comment "the NPD phase of the fixed facility"^^xsd:string ;
rdfs:domain ilap-npd-interface:FixedFacility ;
rdfs:label "fixed facility phase"@en ;
rdfs:range xsd:string .
npd-schema:id
rdf:type owl:DatatypeProperty ;
rdfs:comment "the NPD identifier"^^xsd:string ;
rdfs:domain npd-schema:NPDIndividual ;
rdfs:label "NPD identifier"@en ;
rdfs:range xsd:string .
npd-schema:licenceOperator
rdf:type owl:ObjectProperty ;
rdfs:comment "the company that is the operator of the licence"^^xsd:string ;
rdfs:domain npd-schema:Licence ;
rdfs:label "licence operator"@en ;
rdfs:range npd-schema:OperatingCompany .
npd-schema:licenceShared
rdf:type owl:ObjectProperty ;
rdfs:comment "the licence of which this is a share"^^xsd:string ;
rdfs:domain npd-schema:ShareOfLicence ;
rdfs:label "licence shared"@en ;
rdfs:range npd-schema:Licence .
npd-schema:licenceStatus
rdf:type owl:ObjectProperty ;
rdfs:comment "the NPD status of the licence"^^xsd:string ;
rdfs:domain npd-schema:Licence ;
rdfs:label "licence status"@en ;
rdfs:range npd-schema:LicenceStatus .
npd-schema:licensingActivity
rdf:type owl:DatatypeProperty ;
rdfs:comment "the Ministry of Petroleum and Energy licencing activity under which the licence was granted"^^xsd:string ;
rdfs:domain npd-schema:Licence ;
rdfs:label "licencing activity"@en ;
rdfs:range xsd:string .
npd-schema:name
rdf:type owl:DatatypeProperty ;
rdfs:comment "the NPD name"^^xsd:string ;
rdfs:domain npd-schema:Individual ;
rdfs:label "NPD name"@en ;
rdfs:range xsd:string .
npd-schema:organisationNumber
rdf:type owl:DatatypeProperty ;
rdfs:comment "the official Norwegian organization number of the operating company"^^xsd:string ;
rdfs:domain npd-schema:OperatingCompany ;
rdfs:label "organisation number"@en ;
rdfs:range xsd:string .
npd-schema:parentCompany
rdf:type owl:ObjectProperty ;
rdfs:comment "the parent company of the operating company"^^xsd:string ;
rdfs:domain npd-schema:OperatingCompany ;
rdfs:label "parent company"@en ;
rdfs:range npd-schema:ParentCompany .
npd-schema:partOfTUF
rdf:type owl:ObjectProperty ;
rdfs:comment "the TUF of which this is a part"^^xsd:string ;
rdfs:domain npd-schema:TUFPart ;
rdfs:label "part of TUF"@en ;
rdfs:range npd-schema:TUF .
npd-schema:partOfWell
rdf:type owl:ObjectProperty ;
rdfs:comment "the well of which the wellbore is a part"^^xsd:string ;
rdfs:domain ilap-npd-interface:Wellbore ;
rdfs:label "part of well"@en ;
rdfs:range ilap-npd-interface:Well .
npd-schema:percentageOfShare
rdf:type owl:DatatypeProperty ;
rdfs:comment "the percent of the total share of the licence"^^xsd:string ;
rdfs:domain npd-schema:Share ;
rdfs:label "percentage of share"@en ;
rdfs:range xsd:float .
npd-schema:productionFacility
rdf:type owl:ObjectProperty ;
rdfs:comment "the production facility for the wellbore"^^xsd:string ;
rdfs:domain ilap-npd-interface:Wellbore ;
rdfs:label "production facility"@en ;
rdfs:range ilap-npd-interface:Facility .
npd-schema:shareHolder
rdf:type owl:ObjectProperty ;
rdfs:comment "the company holding the share"^^xsd:string ;
rdfs:domain npd-schema:Share ;
rdfs:label "share holder"@en ;
rdfs:range ilap-npd-interface:Company .
npd-schema:startDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "the NPD start date of the thing"^^xsd:string ;
rdfs:domain lci:PossibleIndividual ;
rdfs:label "start date"@en ;
rdfs:range xsd:date .
npd-schema:v-1
rdf:type owl:Ontology ;
owl:imports <http://standards.iso.org/iso/15926/-12/ed-1/tech/ontology/ilap-npd-interface/v-1> ;
owl:versionInfo "0.1.0"^^xsd:string .
npd-schema:wellBoreCompletionDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "the completion date of the wellbore"^^xsd:string ;
rdfs:domain ilap-npd-interface:Wellbore ;
rdfs:label "wellbore completion date"@en ;
rdfs:range xsd:date ;
rdfs:subPropertyOf npd-schema:endDate .
npd-schema:wellBoreContent
rdf:type owl:ObjectProperty ;
rdfs:comment "the NPD content of the wellbore"^^xsd:string ;
rdfs:domain ilap-npd-interface:Wellbore ;
rdfs:label "wellbore content"@en ;
rdfs:range npd-schema:WellBoreContent .
npd-schema:wellBoreDrillPermit
rdf:type owl:DatatypeProperty ;
rdfs:comment "the NPD drill permit of the wellbore"^^xsd:string ;
rdfs:domain ilap-npd-interface:Wellbore ;
rdfs:label "wellbore drill permit"@en ;
rdfs:range xsd:string .
npd-schema:wellBorePurpose
rdf:type owl:ObjectProperty ;
rdfs:comment "the NPD purpose of the wellbore"^^xsd:string ;
rdfs:domain ilap-npd-interface:Wellbore ;
rdfs:label "wellbore purpose"@en ;
rdfs:range npd-schema:WellBorePurpose .
npd-schema:wellBoreType
rdf:type owl:DatatypeProperty ;
rdfs:comment "the NPD type of the wellbore"^^xsd:string ;
rdfs:domain ilap-npd-interface:Wellbore ;
rdfs:label "wellbore type"@en ;
rdfs:range xsd:string .
npd-schema:wellPartOfField
rdf:type owl:ObjectProperty ;
rdfs:comment "the well is part of field"^^xsd:string ;
rdfs:domain ilap-npd-interface:Well ;
rdfs:label "well part of field"@en ;
rdfs:range ilap-npd-interface:Field .
npd-schema:wellboreOwner
rdf:type owl:ObjectProperty ;
rdfs:comment "the owning licence of the wellbore"^^xsd:string ;
rdfs:domain ilap-npd-interface:Wellbore ;
rdfs:label "wellbore owner"@en ;
rdfs:range npd-schema:Owner .
This diff could not be displayed because it is too large.