SCHEMA_NPD-FactPages-v1.0.ttl 2.53 KB
# baseURI: http://www.reportinghub.no/np/schema/1.0/NPD-FactPages

@prefix npd-facts:  <http://www.reportinghub.no/np/schema/NPD-FactPages#> .
@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 tables:  <http://topbraid.org/tables#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://www.reportinghub.no/np/schema/1.0/NPD-FactPages>
      rdf:type owl:Ontology ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

npd-facts:BusinessAreaArrangement
      rdf:type owl:Class ;
      rdfs:subClassOf npd-facts:LicenseOrBusinessAreaArrangement .

npd-facts:Company
      rdf:type owl:Class ;
      rdfs:subClassOf owl:Thing .

npd-facts:Field
      rdf:type owl:Class ;
      rdfs:subClassOf owl:Thing .

npd-facts:Licence
      rdf:type owl:Class ;
      rdfs:subClassOf npd-facts:LicenseOrBusinessAreaArrangement .

npd-facts:LicenseOrBusinessAreaArrangement
      rdf:type owl:Class ;
      rdfs:subClassOf owl:Thing .

npd-facts:Wellbore
      rdf:type owl:Class ;
      rdfs:subClassOf owl:Thing .

npd-facts:cmpNpdidCompany
      rdf:type owl:ObjectProperty ;
      rdfs:domain npd-facts:Field ;
      rdfs:label "Operator"^^xsd:string ;
      rdfs:range npd-facts:Company .

npd-facts:fldCurrentActivitySatus
      rdf:type owl:DatatypeProperty ;
      rdfs:domain npd-facts:Field ;
      rdfs:label "Status"^^xsd:string ;
      rdfs:range xsd:string .

npd-facts:fldFactMapUrl
      rdf:type owl:DatatypeProperty ;
      rdfs:domain npd-facts:Field ;
      rdfs:label "Fact Map URL"^^xsd:string ;
      rdfs:range xsd:anyURI .

npd-facts:fldFactPageUrl
      rdf:type owl:DatatypeProperty ;
      rdfs:domain npd-facts:Field ;
      rdfs:label "Fact Page URL"^^xsd:string ;
      rdfs:range xsd:anyURI .

npd-facts:fldName
      rdf:type owl:DatatypeProperty ;
      rdfs:domain npd-facts:Field ;
      rdfs:label "NPD Name"^^xsd:string ;
      rdfs:range xsd:string .

npd-facts:fldNpdidField
      rdf:type owl:DatatypeProperty ;
      rdfs:domain npd-facts:Field ;
      rdfs:label "NPD ID"^^xsd:string ;
      rdfs:range xsd:string .

npd-facts:fldNpdidOwner
      rdf:type owl:ObjectProperty ;
      rdfs:domain npd-facts:Field ;
      rdfs:label "Owner"^^xsd:string ;
      rdfs:range npd-facts:LicenseOrBusinessAreaArrangement .

npd-facts:wlbNpdidWellbore
      rdf:type owl:ObjectProperty ;
      rdfs:domain npd-facts:Field ;
      rdfs:label "Wellbore"^^xsd:string ;
      rdfs:range npd-facts:Wellbore .