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

:LegalEntity
      rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
      rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> , <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .

:NPD  rdf:type :Regulator ;
      rdfs:label "NPD"^^xsd:string .

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

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