NPD.ttl 3.36 KB
# baseURI: http://data.posccaesar.org/npd/

@prefix :        <http://data.posccaesar.org/npd/> .
@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 xsd:     <http://www.w3.org/2001/XMLSchema#> .

:     rdf:type owl:Ontology ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

:BAA  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "Business area agreement"^^xsd:string ;
      rdfs:subClassOf :NPDelement .

:BAA_1
      rdf:type :BAA ;
      rdfs:label "Business Area Arrangement 1"^^xsd:string .

:Ekofisk
      rdf:type :Field ;
      rdfs:label "Ekofisk"^^xsd:string .

:EldfiskC
      rdf:type :SubsurfaceFacility ;
      rdfs:label "Eldfisk C"^^xsd:string .

:Facility
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
      rdfs:label "Facility"^^xsd:string ;
      rdfs:subClassOf :NPDelement .

:Field
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
      rdfs:label "Field"^^xsd:string ;
      rdfs:subClassOf :NPDelement .

:Goliat
      rdf:type :Field ;
      rdfs:label "Goliat"^^xsd:string .

:GoliatFPSO
      rdf:type :Facility ;
      rdfs:label "Goliat FPSO"^^xsd:string .

:JohanSverdrup
      rdf:type :Field ;
      rdfs:label "Johan sverdrup"^^xsd:string .

:License_1
      rdf:type :ProductionLicense ;
      rdfs:label "License 1"^^xsd:string .

:NPDelement
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
      rdfs:label "Petroleum register element"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750688011> , owl:Thing .

:PipelineFacility
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
      rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> .

:ProductionLicense
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
      rdfs:label "License"^^xsd:string ;
      rdfs:subClassOf :NPDelement .

:StafjordA
      rdf:type :SurfaceFacility ;
      rdfs:label "Statfjord A"^^xsd:string .

:StatPipe
      rdf:type :PipelineFacility .

:Statfjord
      rdf:type :Field ;
      rdfs:label "Statfjord"^^xsd:string .

:StatfjordA
      rdf:type owl:Class ;
      rdfs:label "Statfjord a"^^xsd:string ;
      rdfs:subClassOf :SurfaceFacility .

:StatfjordB
      rdf:type :SurfaceFacility ;
      rdfs:label "Statfjord B"^^xsd:string .

:StatfjordSatelliteA
      rdf:type :SubsurfaceFacility .

:SubsurfaceFacility
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
      rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> .

:SurfaceFacility
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
      rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> .

:WellBore
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> ;
      rdfs:subClassOf :NPDelement , <http://posccaesar.org/rdl/RDS1714464911> .

:WellBore_1
      rdf:type :WellBore .