BRREG.ttl.svn-base 3.13 KB
# baseURI: http://data.posccaesar.org/brreg/

# c14n-version: 3
@prefix : <http://data.posccaesar.org/brreg/> .
@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 ;
.
:BakerHughes
  rdf:type :Contractor ;
  rdfs:label "Baker hughes"^^xsd:string ;
.
:ConocoPhillips
  rdf:type :OilCompany ;
  rdfs:label "Conoco phillips"^^xsd:string ;
.
:Contractor
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
  rdf:type owl:Class ;
  rdfs:label "Contractor"^^xsd:string ;
  rdfs:subClassOf :LegalEntity ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> ;
.
:EniNorge
  rdf:type :OilCompany ;
  rdfs:label "Eni norge"^^xsd:string ;
.
:LegalEntity
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
  rdf:type owl:Class ;
  rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:onClass :Location ;
      owl:onProperty :hasLegalEntityLocation ;
      owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    ] ;
.
:Location
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
  rdf:type owl:Class ;
  rdfs:label "Location"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/ilap/Location> ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ;
  rdfs:subClassOf owl:Thing ;
.
:Lundin
  rdf:type :OilCompany ;
  rdfs:label "Lundin"^^xsd:string ;
.
:NEA
  rdf:type :Regulator ;
  rdfs:label "NEA"^^xsd:string ;
.
:NPD
  rdf:type :Regulator ;
  rdfs:label "NPD"^^xsd:string ;
.
:NTA
  rdf:type :Regulator ;
  rdfs:label "NTA"^^xsd:string ;
.
:OilCompany
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
  rdf:type owl:Class ;
  rdfs:label "Oil Company"^^xsd:string ;
  rdfs:subClassOf :LegalEntity ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> ;
.
:Regulator
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
  rdf:type owl:Class ;
  rdfs:label "Regulator"^^xsd:string ;
  rdfs:subClassOf :LegalEntity ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> ;
.
:Schlumberger
  rdf:type :Contractor ;
  rdfs:label "Schlumberger"^^xsd:string ;
.
:Sevan
  rdf:type :Contractor ;
  rdfs:label "Sevan"^^xsd:string ;
.
:Statoil
  rdf:type :OilCompany ;
  rdfs:label "Statoil"^^xsd:string ;
.
:Subsea7
  rdf:type :Contractor ;
  rdfs:label "Subsea7"^^xsd:string ;
.
:SumitomoMetal
  rdf:type :Contractor ;
  rdfs:label "Sumitomo metal"^^xsd:string ;
.
:Tananger
  rdf:type :Location ;
  rdfs:label "Tananger"^^xsd:string ;
.
:Technip
  rdf:type :Contractor ;
  rdfs:label "Technip"^^xsd:string ;
.
:hasLegalEntityLocation
  rdf:type owl:ObjectProperty ;
  rdfs:domain :LegalEntity ;
  rdfs:label "has legal entity location"^^xsd:string ;
  rdfs:range :Location ;
.