BRREG.ttl
3.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# 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 ;
.