BRREG.ttl 3.73 KB
# baseURI: http://data.posccaesar.org/brreg/
# imports: file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc
# imports: http://topbraid.org/spin/skoscleaner
# imports: http://topbraid.org/spin/skosspin
# imports: http://www.w3.org/2004/02/skos/core
# imports: http://www.w3.org/2008/05/skos-xl

@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:imports <http://topbraid.org/spin/skosspin> , <http://topbraid.org/spin/skoscleaner> , <http://www.w3.org/2008/05/skos-xl> , <file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc> , <http://www.w3.org/2004/02/skos/core> ;
      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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
      rdfs:label "Contractor"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> , :LegalEntity .

:EniNorge
      rdf:type :OilCompany ;
      rdfs:label "Eni norge"^^xsd:string .

:LegalEntity
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> , <http://data.posccaesar.org/ilap/Source> ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:onClass :Location ;
                owl:onProperty :hasLegalEntityLocation ;
                owl:qualifiedCardinality
                        "1"^^xsd:nonNegativeInteger
              ] .

:Location
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
      rdfs:label "Location"^^xsd:string ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> , <http://data.posccaesar.org/ilap/Location> .

: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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
      rdfs:label "Oil Company"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> , :LegalEntity .

:Regulator
      rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
      rdfs:label "Regulator"^^xsd:string ;
      rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> , :LegalEntity .

: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 .