Showing
8 changed files
with
1749 additions
and
193 deletions
1 | +# baseURI: http://www.reportinghub.no/erhf/data/erh/facts | ||
2 | +# imports: http://www.reportinghub.no/erhf/data/npd/facts | ||
3 | + | ||
4 | +@prefix erhf: <http://www.reportinghub.no/erhf/schema/erh-facts#> . | ||
5 | +@prefix erhfact: <http://www.reportinghub.no/erhf/data/erh/facts/> . | ||
6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
9 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
10 | + | ||
11 | +<http://www.reportinghub.no/erhf/data/erh/facts> | ||
12 | + rdf:type owl:Ontology ; | ||
13 | + owl:imports <http://www.reportinghub.no/erhf/data/npd/facts> ; | ||
14 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
15 | + | ||
16 | +erhfact:Field-18081500-Flow-TRY_ALLOCATED_PRODUCTION | ||
17 | + rdf:type erhf:Flow ; | ||
18 | + erhf:erhid "TRY_ALLOCATED_PRODUCTION"^^xsd:string ; | ||
19 | + erhf:erhname "Trym allocated volumes"^^xsd:string ; | ||
20 | + erhf:flowPartOfField | ||
21 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
22 | + erhf:hasFlowKind erhf:RF_production ; | ||
23 | + erhf:hasFlowQualifier | ||
24 | + erhf:FQ_allocated . | ||
25 | + | ||
26 | +erhfact:Field-18081500-Flow-TRY_CHEMICAL_INJECTION | ||
27 | + rdf:type erhf:Flow ; | ||
28 | + erhf:erhid "TRY_CHEMICAL_INJECTION"^^xsd:string ; | ||
29 | + erhf:erhname "Trym injection of chemicals"^^xsd:string ; | ||
30 | + erhf:flowPartOfField | ||
31 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
32 | + erhf:hasFlowKind erhf:RF_injection ; | ||
33 | + erhf:hasFlowQualifier | ||
34 | + erhf:FQ_measured . | ||
35 | + | ||
36 | +erhfact:Field-18081500-Flow-TRY_COMPRESSOR_D32_VOLUMES | ||
37 | + rdf:type erhf:Flow ; | ||
38 | + erhf:erhid "TRY_COMPRESSOR_D32_VOLUMES"^^xsd:string ; | ||
39 | + erhf:erhname "Trym compressor D32 measured volumes"^^xsd:string ; | ||
40 | + erhf:flowPartOfField | ||
41 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
42 | + erhf:hasFlowKind erhf:RF_production ; | ||
43 | + erhf:hasFlowQualifier | ||
44 | + erhf:FQ_metered-fiscal . | ||
45 | + | ||
46 | +erhfact:Field-18081500-Flow-TRY_COMPRESSOR_D34_VOLUMES | ||
47 | + rdf:type erhf:Flow ; | ||
48 | + erhf:erhid "TRY_COMPRESSOR_D34_VOLUMES"^^xsd:string ; | ||
49 | + erhf:erhname "Trym compressor D34 measured volumes"^^xsd:string ; | ||
50 | + erhf:flowPartOfField | ||
51 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
52 | + erhf:hasFlowKind erhf:RF_production ; | ||
53 | + erhf:hasFlowQualifier | ||
54 | + erhf:FQ_metered-fiscal . | ||
55 | + | ||
56 | +erhfact:Field-18081500-Flow-TRY_CONSUME_FLARE_EXCESS | ||
57 | + rdf:type erhf:Flow ; | ||
58 | + erhf:erhid "TRY_CONSUME_FLARE_EXCESS"^^xsd:string ; | ||
59 | + erhf:erhname "Trym consumed excess flare"^^xsd:string ; | ||
60 | + erhf:flowPartOfField | ||
61 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
62 | + erhf:hasFlowKind erhf:RF_consume-flare ; | ||
63 | + erhf:hasFlowQualifier | ||
64 | + erhf:FQ_allocated . | ||
65 | + | ||
66 | +erhfact:Field-18081500-Flow-TRY_CONSUME_FLARE_TOT | ||
67 | + rdf:type erhf:Flow ; | ||
68 | + erhf:erhid "TRY_CONSUME_FLARE_TOT"^^xsd:string ; | ||
69 | + erhf:erhname "Trym consumed flare excluding excess flare"^^xsd:string ; | ||
70 | + erhf:flowPartOfField | ||
71 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
72 | + erhf:hasFlowKind erhf:RF_consume-flare ; | ||
73 | + erhf:hasFlowQualifier | ||
74 | + erhf:FQ_allocated . | ||
75 | + | ||
76 | +erhfact:Field-18081500-Flow-TRY_CONSUME_FUEL_DRILLING | ||
77 | + rdf:type erhf:Flow ; | ||
78 | + erhf:erhid "TRY_CONSUME_FUEL_DRILLING"^^xsd:string ; | ||
79 | + erhf:erhname "Trym consumed drilling fuel"^^xsd:string ; | ||
80 | + erhf:flowPartOfField | ||
81 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
82 | + erhf:hasFlowKind erhf:RF_consume-fuel ; | ||
83 | + erhf:hasFlowQualifier | ||
84 | + erhf:FQ_allocated . | ||
85 | + | ||
86 | +erhfact:Field-18081500-Flow-TRY_CONSUME_FUEL_TOT | ||
87 | + rdf:type erhf:Flow ; | ||
88 | + erhf:erhid "TRY_CONSUME_FUEL_TOT"^^xsd:string ; | ||
89 | + erhf:erhname "Trym consumed total fuel"^^xsd:string ; | ||
90 | + erhf:flowPartOfField | ||
91 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
92 | + erhf:hasFlowKind erhf:RF_consume-fuel ; | ||
93 | + erhf:hasFlowQualifier | ||
94 | + erhf:FQ_allocated . | ||
95 | + | ||
96 | +erhfact:Field-18081500-Flow-TRY_CONSUME_FUEL_WAT_INJ | ||
97 | + rdf:type erhf:Flow ; | ||
98 | + erhf:erhid "TRY_CONSUME_FUEL_WAT_INJ"^^xsd:string ; | ||
99 | + erhf:erhname "Trym consumed water injection fuel"^^xsd:string ; | ||
100 | + erhf:flowPartOfField | ||
101 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
102 | + erhf:hasFlowKind erhf:RF_consume-fuel ; | ||
103 | + erhf:hasFlowQualifier | ||
104 | + erhf:FQ_allocated . | ||
105 | + | ||
106 | +erhfact:Field-18081500-Flow-TRY_FISCAL_FIELD_VOLUMES | ||
107 | + rdf:type erhf:Flow ; | ||
108 | + erhf:erhid "TRY_FISCAL_FIELD_VOLUMES"^^xsd:string ; | ||
109 | + erhf:erhname "Trym measured total volumes"^^xsd:string ; | ||
110 | + erhf:flowPartOfField | ||
111 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
112 | + erhf:hasFlowKind erhf:RF_production ; | ||
113 | + erhf:hasFlowQualifier | ||
114 | + erhf:FQ_metered-fiscal . | ||
115 | + | ||
116 | +erhfact:Field-18081500-Flow-TRY_GAS_INJECTION_TOT | ||
117 | + rdf:type erhf:Flow ; | ||
118 | + erhf:erhid "TRY_GAS_INJECTION_TOT"^^xsd:string ; | ||
119 | + erhf:erhname "Trym injected gas"^^xsd:string ; | ||
120 | + erhf:flowPartOfField | ||
121 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
122 | + erhf:hasFlowKind erhf:RF_injection ; | ||
123 | + erhf:hasFlowQualifier | ||
124 | + erhf:FQ_allocated . | ||
125 | + | ||
126 | +erhfact:Field-18081500-Flow-TRY_MPD5_FISCAL_VOLUMES | ||
127 | + rdf:type erhf:Flow ; | ||
128 | + erhf:erhid "TRY_MPD5_FISCAL_VOLUMES"^^xsd:string ; | ||
129 | + erhf:erhname "Trym MPD5 measured volumes"^^xsd:string ; | ||
130 | + erhf:flowPartOfField | ||
131 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
132 | + erhf:hasFlowKind erhf:RF_production ; | ||
133 | + erhf:hasFlowQualifier | ||
134 | + erhf:FQ_metered-fiscal . | ||
135 | + | ||
136 | +erhfact:Field-18081500-Flow-TRY_MPM1_FISCAL_VOLUMES | ||
137 | + rdf:type erhf:Flow ; | ||
138 | + erhf:erhid "TRY_MPM1_FISCAL_VOLUMES"^^xsd:string ; | ||
139 | + erhf:erhname "Trym MPM1 measured volumes"^^xsd:string ; | ||
140 | + erhf:flowPartOfField | ||
141 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
142 | + erhf:hasFlowKind erhf:RF_production ; | ||
143 | + erhf:hasFlowQualifier | ||
144 | + erhf:FQ_metered-fiscal . | ||
145 | + | ||
146 | +erhfact:Field-18081500-Flow-TRY_MPM2_FISCAL_VOLUMES | ||
147 | + rdf:type erhf:Flow ; | ||
148 | + erhf:erhid "TRY_MPM2_FISCAL_VOLUMES"^^xsd:string ; | ||
149 | + erhf:erhname "Trym MPM2 measured volumes"^^xsd:string ; | ||
150 | + erhf:flowPartOfField | ||
151 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
152 | + erhf:hasFlowKind erhf:RF_production ; | ||
153 | + erhf:hasFlowQualifier | ||
154 | + erhf:FQ_metered-fiscal . | ||
155 | + | ||
156 | +erhfact:Field-18081500-Flow-TRY_SALEABLE_PRODUCTION | ||
157 | + rdf:type erhf:Flow ; | ||
158 | + erhf:erhid "TRY_SALEABLE_PRODUCTION"^^xsd:string ; | ||
159 | + erhf:erhname "Trym saleable volumes"^^xsd:string ; | ||
160 | + erhf:flowPartOfField | ||
161 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
162 | + erhf:hasFlowKind erhf:RF_production ; | ||
163 | + erhf:hasFlowQualifier | ||
164 | + erhf:FQ_saleable . | ||
165 | + | ||
166 | +erhfact:Field-18081500-Flow-TRY_WB_A1_AH_ALLOCATED_INJ_VOLUMES | ||
167 | + rdf:type erhf:Flow ; | ||
168 | + erhf:erhid "TRY_WB_A1_AH_ALLOCATED_INJ_VOLUMES"^^xsd:string ; | ||
169 | + erhf:erhname "3/7-A-1 AH allocated injection volumes"^^xsd:string ; | ||
170 | + erhf:flowPartOfField | ||
171 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
172 | + erhf:hasFlowKind erhf:RF_injection ; | ||
173 | + erhf:hasFlowQualifier | ||
174 | + erhf:FQ_allocated . | ||
175 | + | ||
176 | +erhfact:Field-18081500-Flow-TRY_WB_A1_AH_ALLOCATED_PROD_VOLUMES | ||
177 | + rdf:type erhf:Flow ; | ||
178 | + erhf:erhid "TRY_WB_A1_AH_ALLOCATED_PROD_VOLUMES"^^xsd:string ; | ||
179 | + erhf:erhname "3/7-A-1 AH allocated production volumes"^^xsd:string ; | ||
180 | + erhf:flowPartOfField | ||
181 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
182 | + erhf:hasFlowKind erhf:RF_production ; | ||
183 | + erhf:hasFlowQualifier | ||
184 | + erhf:FQ_allocated . | ||
185 | + | ||
186 | +erhfact:Field-18081500-Flow-TRY_WB_A2_H_ALLOCATED_INJ_VOLUMES | ||
187 | + rdf:type erhf:Flow ; | ||
188 | + erhf:erhid "TRY_WB_A2_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ; | ||
189 | + erhf:erhname "3/7-A-2 H allocated injection volumes"^^xsd:string ; | ||
190 | + erhf:flowPartOfField | ||
191 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
192 | + erhf:hasFlowKind erhf:RF_injection ; | ||
193 | + erhf:hasFlowQualifier | ||
194 | + erhf:FQ_allocated . | ||
195 | + | ||
196 | +erhfact:Field-18081500-Flow-TRY_WB_A2_H_ALLOCATED_PROD_VOLUMES | ||
197 | + rdf:type erhf:Flow ; | ||
198 | + erhf:erhid "TRY_WB_A2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; | ||
199 | + erhf:erhname "3/7-A-2 H allocated production volumes"^^xsd:string ; | ||
200 | + erhf:flowPartOfField | ||
201 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
202 | + erhf:hasFlowKind erhf:RF_production ; | ||
203 | + erhf:hasFlowQualifier | ||
204 | + erhf:FQ_allocated . |
1 | +# baseURI: http://www.reportinghub.no/erhf/data/npd/facts | ||
2 | +# imports: http://www.reportinghub.no/erhf/schema/1.0/erh-facts | ||
3 | + | ||
4 | +@prefix erhf: <http://www.reportinghub.no/erhf/schema/erh-facts#> . | ||
5 | +@prefix facts: <http://www.reportinghub.no/erhf/data/npd/facts#> . | ||
6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
9 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
10 | + | ||
11 | +<http://www.reportinghub.no/erhf/data/npd/facts> | ||
12 | + rdf:type owl:Ontology ; | ||
13 | + owl:imports <http://www.reportinghub.no/erhf/schema/1.0/erh-facts> ; | ||
14 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
15 | + | ||
16 | +<http://www.reportinghub.no/np/data/npd/Company-17237817> | ||
17 | + rdf:type erhf:Company ; | ||
18 | + erhf:npdid "17237817"^^xsd:string ; | ||
19 | + erhf:npdname "Statoil Petroleum AS"^^xsd:string . | ||
20 | + | ||
21 | +<http://www.reportinghub.no/np/data/npd/Company-17342870> | ||
22 | + rdf:type erhf:Company ; | ||
23 | + erhf:npdid "17342870"^^xsd:string ; | ||
24 | + erhf:npdname "Det norske oljeselskap ASA"^^xsd:string . | ||
25 | + | ||
26 | +<http://www.reportinghub.no/np/data/npd/Company-20485291> | ||
27 | + rdf:type erhf:Company ; | ||
28 | + erhf:npdid "20485291"^^xsd:string ; | ||
29 | + erhf:npdname "Marathon Oil Norge AS"^^xsd:string . | ||
30 | + | ||
31 | +<http://www.reportinghub.no/np/data/npd/Company-2052695> | ||
32 | + rdf:type erhf:Company ; | ||
33 | + erhf:npdid "2052695"^^xsd:string ; | ||
34 | + erhf:npdname "BP Norge AS"^^xsd:string . | ||
35 | + | ||
36 | +<http://www.reportinghub.no/np/data/npd/Company-2385943> | ||
37 | + rdf:type erhf:Company ; | ||
38 | + erhf:npdid "2385943"^^xsd:string ; | ||
39 | + erhf:npdname "CNR International (UK) Limited"^^xsd:string . | ||
40 | + | ||
41 | +<http://www.reportinghub.no/np/data/npd/Company-2388594> | ||
42 | + rdf:type erhf:Company ; | ||
43 | + erhf:npdid "2388594"^^xsd:string ; | ||
44 | + erhf:npdname "Eni Norge AS"^^xsd:string . | ||
45 | + | ||
46 | +<http://www.reportinghub.no/np/data/npd/Company-2410696> | ||
47 | + rdf:type erhf:Company ; | ||
48 | + erhf:npdid "2410696"^^xsd:string ; | ||
49 | + erhf:npdname "ConocoPhillips Skandinavia AS"^^xsd:string . | ||
50 | + | ||
51 | +<http://www.reportinghub.no/np/data/npd/Company-2410708> | ||
52 | + rdf:type erhf:Company ; | ||
53 | + erhf:npdid "2410708"^^xsd:string ; | ||
54 | + erhf:npdname "Total E&P Norge AS"^^xsd:string . | ||
55 | + | ||
56 | +<http://www.reportinghub.no/np/data/npd/Company-2425093> | ||
57 | + rdf:type erhf:Company ; | ||
58 | + erhf:npdid "2425093"^^xsd:string ; | ||
59 | + erhf:npdname "Talisman Energy Norge AS"^^xsd:string . | ||
60 | + | ||
61 | +<http://www.reportinghub.no/np/data/npd/Company-2747354> | ||
62 | + rdf:type erhf:Company ; | ||
63 | + erhf:npdid "2747354"^^xsd:string ; | ||
64 | + erhf:npdname "BG Norge AS"^^xsd:string . | ||
65 | + | ||
66 | +<http://www.reportinghub.no/np/data/npd/Company-2747820> | ||
67 | + rdf:type erhf:Company ; | ||
68 | + erhf:npdid "2747820"^^xsd:string ; | ||
69 | + erhf:npdname "TOTAL E&P UK PLC"^^xsd:string . | ||
70 | + | ||
71 | +<http://www.reportinghub.no/np/data/npd/Company-2767314> | ||
72 | + rdf:type erhf:Company ; | ||
73 | + erhf:npdid "2767314"^^xsd:string ; | ||
74 | + erhf:npdname "Lundin Norway AS"^^xsd:string . | ||
75 | + | ||
76 | +<http://www.reportinghub.no/np/data/npd/Company-2835212> | ||
77 | + rdf:type erhf:Company ; | ||
78 | + erhf:npdid "2835212"^^xsd:string ; | ||
79 | + erhf:npdname "ExxonMobil Exploration & Production Norway AS"^^xsd:string . | ||
80 | + | ||
81 | +<http://www.reportinghub.no/np/data/npd/Company-4070011> | ||
82 | + rdf:type erhf:Company ; | ||
83 | + rdfs:label "DONG E&P Norge AS (NPD 4070011)"^^xsd:string ; | ||
84 | + erhf:npdid "4070011"^^xsd:string ; | ||
85 | + erhf:npdname "DONG E&P Norge AS"^^xsd:string . | ||
86 | + | ||
87 | +<http://www.reportinghub.no/np/data/npd/Company-4238233> | ||
88 | + rdf:type erhf:Company ; | ||
89 | + erhf:npdid "4238233"^^xsd:string ; | ||
90 | + erhf:npdname "Centrica Resources (Norge) AS"^^xsd:string . | ||
91 | + | ||
92 | +<http://www.reportinghub.no/np/data/npd/Company-4462398> | ||
93 | + rdf:type erhf:Company ; | ||
94 | + erhf:npdid "4462398"^^xsd:string ; | ||
95 | + erhf:npdname "Talisman North Sea Limited"^^xsd:string . | ||
96 | + | ||
97 | +<http://www.reportinghub.no/np/data/npd/Company-5267845> | ||
98 | + rdf:type erhf:Company ; | ||
99 | + erhf:npdid "5267845"^^xsd:string ; | ||
100 | + erhf:npdname "GDF SUEZ E&P Norge AS"^^xsd:string . | ||
101 | + | ||
102 | +<http://www.reportinghub.no/np/data/npd/Company-562> | ||
103 | + rdf:type erhf:Company ; | ||
104 | + erhf:npdid "562"^^xsd:string ; | ||
105 | + erhf:npdname "A/S Norske Shell"^^xsd:string . | ||
106 | + | ||
107 | +<http://www.reportinghub.no/np/data/npd/Field-1028599> | ||
108 | + rdf:type erhf:Field ; | ||
109 | + erhf:currentActivityStatus | ||
110 | + "PRODUCING"^^xsd:string ; | ||
111 | + erhf:npdid "1028599"^^xsd:string ; | ||
112 | + erhf:npdname "TAMBAR"^^xsd:string ; | ||
113 | + erhf:operatingCompany | ||
114 | + <http://www.reportinghub.no/np/data/npd/Company-2052695> . | ||
115 | + | ||
116 | +<http://www.reportinghub.no/np/data/npd/Field-1035937> | ||
117 | + rdf:type erhf:Field ; | ||
118 | + erhf:currentActivityStatus | ||
119 | + "PRODUCING"^^xsd:string ; | ||
120 | + erhf:npdid "1035937"^^xsd:string ; | ||
121 | + erhf:npdname "GRANE"^^xsd:string ; | ||
122 | + erhf:operatingCompany | ||
123 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
124 | + | ||
125 | +<http://www.reportinghub.no/np/data/npd/Field-1036101> | ||
126 | + rdf:type erhf:Field ; | ||
127 | + erhf:currentActivityStatus | ||
128 | + "PRODUCING"^^xsd:string ; | ||
129 | + erhf:npdid "1036101"^^xsd:string ; | ||
130 | + erhf:npdname "KVITEBJØRN"^^xsd:string ; | ||
131 | + erhf:operatingCompany | ||
132 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
133 | + | ||
134 | +<http://www.reportinghub.no/np/data/npd/Field-104718> | ||
135 | + rdf:type erhf:Field ; | ||
136 | + erhf:currentActivityStatus | ||
137 | + "PRODUCING"^^xsd:string ; | ||
138 | + erhf:npdid "104718"^^xsd:string ; | ||
139 | + erhf:npdname "SYGNA"^^xsd:string ; | ||
140 | + erhf:operatingCompany | ||
141 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
142 | + | ||
143 | +<http://www.reportinghub.no/np/data/npd/Field-1272071> | ||
144 | + rdf:type erhf:Field ; | ||
145 | + erhf:currentActivityStatus | ||
146 | + "PRODUCING"^^xsd:string ; | ||
147 | + erhf:npdid "1272071"^^xsd:string ; | ||
148 | + erhf:npdname "GLITNE"^^xsd:string ; | ||
149 | + erhf:operatingCompany | ||
150 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
151 | + | ||
152 | +<http://www.reportinghub.no/np/data/npd/Field-1578840> | ||
153 | + rdf:type erhf:Field ; | ||
154 | + erhf:currentActivityStatus | ||
155 | + "PRODUCING"^^xsd:string ; | ||
156 | + erhf:npdid "1578840"^^xsd:string ; | ||
157 | + erhf:npdname "FRAM"^^xsd:string ; | ||
158 | + erhf:operatingCompany | ||
159 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
160 | + | ||
161 | +<http://www.reportinghub.no/np/data/npd/Field-1578893> | ||
162 | + rdf:type erhf:Field ; | ||
163 | + erhf:currentActivityStatus | ||
164 | + "PRODUCING"^^xsd:string ; | ||
165 | + erhf:npdid "1578893"^^xsd:string ; | ||
166 | + erhf:npdname "VALE"^^xsd:string ; | ||
167 | + erhf:operatingCompany | ||
168 | + <http://www.reportinghub.no/np/data/npd/Company-4238233> . | ||
169 | + | ||
170 | +<http://www.reportinghub.no/np/data/npd/Field-1630100> | ||
171 | + rdf:type erhf:Field ; | ||
172 | + erhf:currentActivityStatus | ||
173 | + "PRODUCING"^^xsd:string ; | ||
174 | + erhf:npdid "1630100"^^xsd:string ; | ||
175 | + erhf:npdname "SIGYN"^^xsd:string ; | ||
176 | + erhf:operatingCompany | ||
177 | + <http://www.reportinghub.no/np/data/npd/Company-2835212> . | ||
178 | + | ||
179 | +<http://www.reportinghub.no/np/data/npd/Field-1630514> | ||
180 | + rdf:type erhf:Field ; | ||
181 | + erhf:currentActivityStatus | ||
182 | + "PRODUCING"^^xsd:string ; | ||
183 | + erhf:npdid "1630514"^^xsd:string ; | ||
184 | + erhf:npdname "MIKKEL"^^xsd:string ; | ||
185 | + erhf:operatingCompany | ||
186 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
187 | + | ||
188 | +<http://www.reportinghub.no/np/data/npd/Field-18081500> | ||
189 | + rdf:type erhf:Field ; | ||
190 | + erhf:currentActivityStatus | ||
191 | + "PRODUCING"^^xsd:string ; | ||
192 | + erhf:npdid "18081500"^^xsd:string ; | ||
193 | + erhf:npdname "TRYM"^^xsd:string ; | ||
194 | + erhf:operatingCompany | ||
195 | + <http://www.reportinghub.no/np/data/npd/Company-4070011> . | ||
196 | + | ||
197 | +<http://www.reportinghub.no/np/data/npd/Field-18116481> | ||
198 | + rdf:type erhf:Field ; | ||
199 | + erhf:currentActivityStatus | ||
200 | + "PDO APPROVED"^^xsd:string ; | ||
201 | + erhf:npdid "18116481"^^xsd:string ; | ||
202 | + erhf:npdname "GUDRUN"^^xsd:string ; | ||
203 | + erhf:operatingCompany | ||
204 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
205 | + | ||
206 | +<http://www.reportinghub.no/np/data/npd/Field-18161341> | ||
207 | + rdf:type erhf:Field ; | ||
208 | + erhf:currentActivityStatus | ||
209 | + "PRODUCING"^^xsd:string ; | ||
210 | + erhf:npdid "18161341"^^xsd:string ; | ||
211 | + erhf:npdname "GAUPE"^^xsd:string ; | ||
212 | + erhf:operatingCompany | ||
213 | + <http://www.reportinghub.no/np/data/npd/Company-2747354> . | ||
214 | + | ||
215 | +<http://www.reportinghub.no/np/data/npd/Field-18212090> | ||
216 | + rdf:type erhf:Field ; | ||
217 | + erhf:currentActivityStatus | ||
218 | + "PRODUCING"^^xsd:string ; | ||
219 | + erhf:npdid "18212090"^^xsd:string ; | ||
220 | + erhf:npdname "MARULK"^^xsd:string ; | ||
221 | + erhf:operatingCompany | ||
222 | + <http://www.reportinghub.no/np/data/npd/Company-2388594> . | ||
223 | + | ||
224 | +<http://www.reportinghub.no/np/data/npd/Field-1854729> | ||
225 | + rdf:type erhf:Field ; | ||
226 | + erhf:currentActivityStatus | ||
227 | + "PRODUCING"^^xsd:string ; | ||
228 | + erhf:npdid "1854729"^^xsd:string ; | ||
229 | + erhf:npdname "KRISTIN"^^xsd:string ; | ||
230 | + erhf:operatingCompany | ||
231 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
232 | + | ||
233 | +<http://www.reportinghub.no/np/data/npd/Field-20460969> | ||
234 | + rdf:type erhf:Field ; | ||
235 | + erhf:currentActivityStatus | ||
236 | + "PDO APPROVED"^^xsd:string ; | ||
237 | + erhf:npdid "20460969"^^xsd:string ; | ||
238 | + erhf:npdname "VALEMON"^^xsd:string ; | ||
239 | + erhf:operatingCompany | ||
240 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
241 | + | ||
242 | +<http://www.reportinghub.no/np/data/npd/Field-20460988> | ||
243 | + rdf:type erhf:Field ; | ||
244 | + erhf:currentActivityStatus | ||
245 | + "PDO APPROVED"^^xsd:string ; | ||
246 | + erhf:npdid "20460988"^^xsd:string ; | ||
247 | + erhf:npdname "KNARR"^^xsd:string ; | ||
248 | + erhf:operatingCompany | ||
249 | + <http://www.reportinghub.no/np/data/npd/Company-2747354> . | ||
250 | + | ||
251 | +<http://www.reportinghub.no/np/data/npd/Field-20461008> | ||
252 | + rdf:type erhf:Field ; | ||
253 | + erhf:currentActivityStatus | ||
254 | + "PRODUCING"^^xsd:string ; | ||
255 | + erhf:npdid "20461008"^^xsd:string ; | ||
256 | + erhf:npdname "VISUND SØR"^^xsd:string ; | ||
257 | + erhf:operatingCompany | ||
258 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
259 | + | ||
260 | +<http://www.reportinghub.no/np/data/npd/Field-20474183> | ||
261 | + rdf:type erhf:Field ; | ||
262 | + erhf:currentActivityStatus | ||
263 | + "PRODUCING"^^xsd:string ; | ||
264 | + erhf:npdid "20474183"^^xsd:string ; | ||
265 | + erhf:npdname "HYME"^^xsd:string ; | ||
266 | + erhf:operatingCompany | ||
267 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
268 | + | ||
269 | +<http://www.reportinghub.no/np/data/npd/Field-2053062> | ||
270 | + rdf:type erhf:Field ; | ||
271 | + erhf:currentActivityStatus | ||
272 | + "PRODUCING"^^xsd:string ; | ||
273 | + erhf:npdid "2053062"^^xsd:string ; | ||
274 | + erhf:npdname "SNØHVIT"^^xsd:string ; | ||
275 | + erhf:operatingCompany | ||
276 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
277 | + | ||
278 | +<http://www.reportinghub.no/np/data/npd/Field-21105675> | ||
279 | + rdf:type erhf:Field ; | ||
280 | + erhf:currentActivityStatus | ||
281 | + "PRODUCING"^^xsd:string ; | ||
282 | + erhf:npdid "21105675"^^xsd:string ; | ||
283 | + erhf:npdname "ISLAY"^^xsd:string ; | ||
284 | + erhf:operatingCompany | ||
285 | + <http://www.reportinghub.no/np/data/npd/Company-2747820> . | ||
286 | + | ||
287 | +<http://www.reportinghub.no/np/data/npd/Field-21106284> | ||
288 | + rdf:type erhf:Field ; | ||
289 | + erhf:currentActivityStatus | ||
290 | + "PRODUCING"^^xsd:string ; | ||
291 | + erhf:npdid "21106284"^^xsd:string ; | ||
292 | + erhf:npdname "ATLA"^^xsd:string ; | ||
293 | + erhf:operatingCompany | ||
294 | + <http://www.reportinghub.no/np/data/npd/Company-2410708> . | ||
295 | + | ||
296 | +<http://www.reportinghub.no/np/data/npd/Field-21123063> | ||
297 | + rdf:type erhf:Field ; | ||
298 | + erhf:currentActivityStatus | ||
299 | + "PDO APPROVED"^^xsd:string ; | ||
300 | + erhf:npdid "21123063"^^xsd:string ; | ||
301 | + erhf:npdname "BRYNHILD"^^xsd:string ; | ||
302 | + erhf:operatingCompany | ||
303 | + <http://www.reportinghub.no/np/data/npd/Company-2767314> . | ||
304 | + | ||
305 | +<http://www.reportinghub.no/np/data/npd/Field-21350124> | ||
306 | + rdf:type erhf:Field ; | ||
307 | + erhf:currentActivityStatus | ||
308 | + "PDO APPROVED"^^xsd:string ; | ||
309 | + erhf:npdid "21350124"^^xsd:string ; | ||
310 | + erhf:npdname "SKULD"^^xsd:string ; | ||
311 | + erhf:operatingCompany | ||
312 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
313 | + | ||
314 | +<http://www.reportinghub.no/np/data/npd/Field-2138816> | ||
315 | + rdf:type erhf:Field ; | ||
316 | + erhf:currentActivityStatus | ||
317 | + "PRODUCING"^^xsd:string ; | ||
318 | + erhf:npdid "2138816"^^xsd:string ; | ||
319 | + erhf:npdname "SKIRNE"^^xsd:string ; | ||
320 | + erhf:operatingCompany | ||
321 | + <http://www.reportinghub.no/np/data/npd/Company-2410708> . | ||
322 | + | ||
323 | +<http://www.reportinghub.no/np/data/npd/Field-21613906> | ||
324 | + rdf:type erhf:Field ; | ||
325 | + erhf:currentActivityStatus | ||
326 | + "PDO APPROVED"^^xsd:string ; | ||
327 | + erhf:npdid "21613906"^^xsd:string ; | ||
328 | + erhf:npdname "JETTE"^^xsd:string ; | ||
329 | + erhf:operatingCompany | ||
330 | + <http://www.reportinghub.no/np/data/npd/Company-17342870> . | ||
331 | + | ||
332 | +<http://www.reportinghub.no/np/data/npd/Field-21675433> | ||
333 | + rdf:type erhf:Field ; | ||
334 | + erhf:currentActivityStatus | ||
335 | + "PDO APPROVED"^^xsd:string ; | ||
336 | + erhf:npdid "21675433"^^xsd:string ; | ||
337 | + erhf:npdname "EDVARD GRIEG"^^xsd:string ; | ||
338 | + erhf:operatingCompany | ||
339 | + <http://www.reportinghub.no/np/data/npd/Company-2767314> . | ||
340 | + | ||
341 | +<http://www.reportinghub.no/np/data/npd/Field-21675447> | ||
342 | + rdf:type erhf:Field ; | ||
343 | + erhf:currentActivityStatus | ||
344 | + "PDO APPROVED"^^xsd:string ; | ||
345 | + erhf:npdid "21675447"^^xsd:string ; | ||
346 | + erhf:npdname "MARTIN LINGE"^^xsd:string ; | ||
347 | + erhf:operatingCompany | ||
348 | + <http://www.reportinghub.no/np/data/npd/Company-2410708> . | ||
349 | + | ||
350 | +<http://www.reportinghub.no/np/data/npd/Field-22492497> | ||
351 | + rdf:type erhf:Field ; | ||
352 | + erhf:currentActivityStatus | ||
353 | + "PDO APPROVED"^^xsd:string ; | ||
354 | + erhf:npdid "22492497"^^xsd:string ; | ||
355 | + erhf:npdname "BØYLA"^^xsd:string ; | ||
356 | + erhf:operatingCompany | ||
357 | + <http://www.reportinghub.no/np/data/npd/Company-20485291> . | ||
358 | + | ||
359 | +<http://www.reportinghub.no/np/data/npd/Field-22507971> | ||
360 | + rdf:type erhf:Field ; | ||
361 | + erhf:currentActivityStatus | ||
362 | + "PDO APPROVED"^^xsd:string ; | ||
363 | + erhf:npdid "22507971"^^xsd:string ; | ||
364 | + erhf:npdname "SVALIN"^^xsd:string ; | ||
365 | + erhf:operatingCompany | ||
366 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
367 | + | ||
368 | +<http://www.reportinghub.no/np/data/npd/Field-2762452> | ||
369 | + rdf:type erhf:Field ; | ||
370 | + erhf:currentActivityStatus | ||
371 | + "PRODUCING"^^xsd:string ; | ||
372 | + erhf:npdid "2762452"^^xsd:string ; | ||
373 | + erhf:npdname "ORMEN LANGE"^^xsd:string ; | ||
374 | + erhf:operatingCompany | ||
375 | + <http://www.reportinghub.no/np/data/npd/Company-562> . | ||
376 | + | ||
377 | +<http://www.reportinghub.no/np/data/npd/Field-2834734> | ||
378 | + rdf:type erhf:Field ; | ||
379 | + erhf:currentActivityStatus | ||
380 | + "PRODUCING"^^xsd:string ; | ||
381 | + erhf:npdid "2834734"^^xsd:string ; | ||
382 | + erhf:npdname "URD"^^xsd:string ; | ||
383 | + erhf:operatingCompany | ||
384 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
385 | + | ||
386 | +<http://www.reportinghub.no/np/data/npd/Field-2845712> | ||
387 | + rdf:type erhf:Field ; | ||
388 | + erhf:currentActivityStatus | ||
389 | + "PRODUCING"^^xsd:string ; | ||
390 | + erhf:npdid "2845712"^^xsd:string ; | ||
391 | + erhf:npdname "ALVHEIM"^^xsd:string ; | ||
392 | + erhf:operatingCompany | ||
393 | + <http://www.reportinghub.no/np/data/npd/Company-20485291> . | ||
394 | + | ||
395 | +<http://www.reportinghub.no/np/data/npd/Field-3392471> | ||
396 | + rdf:type erhf:Field ; | ||
397 | + erhf:currentActivityStatus | ||
398 | + "PRODUCING"^^xsd:string ; | ||
399 | + erhf:npdid "3392471"^^xsd:string ; | ||
400 | + erhf:npdname "VILJE"^^xsd:string ; | ||
401 | + erhf:operatingCompany | ||
402 | + <http://www.reportinghub.no/np/data/npd/Company-20485291> . | ||
403 | + | ||
404 | +<http://www.reportinghub.no/np/data/npd/Field-3420717> | ||
405 | + rdf:type erhf:Field ; | ||
406 | + erhf:currentActivityStatus | ||
407 | + "PRODUCING"^^xsd:string ; | ||
408 | + erhf:npdid "3420717"^^xsd:string ; | ||
409 | + erhf:npdname "VOLVE"^^xsd:string ; | ||
410 | + erhf:operatingCompany | ||
411 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
412 | + | ||
413 | +<http://www.reportinghub.no/np/data/npd/Field-3437650> | ||
414 | + rdf:type erhf:Field ; | ||
415 | + erhf:currentActivityStatus | ||
416 | + "PRODUCING"^^xsd:string ; | ||
417 | + erhf:npdid "3437650"^^xsd:string ; | ||
418 | + erhf:npdname "BLANE"^^xsd:string ; | ||
419 | + erhf:operatingCompany | ||
420 | + <http://www.reportinghub.no/np/data/npd/Company-2425093> . | ||
421 | + | ||
422 | +<http://www.reportinghub.no/np/data/npd/Field-3437659> | ||
423 | + rdf:type erhf:Field ; | ||
424 | + erhf:currentActivityStatus | ||
425 | + "PRODUCING"^^xsd:string ; | ||
426 | + erhf:npdid "3437659"^^xsd:string ; | ||
427 | + erhf:npdname "ENOCH"^^xsd:string ; | ||
428 | + erhf:operatingCompany | ||
429 | + <http://www.reportinghub.no/np/data/npd/Company-4462398> . | ||
430 | + | ||
431 | +<http://www.reportinghub.no/np/data/npd/Field-3505505> | ||
432 | + rdf:type erhf:Field ; | ||
433 | + erhf:currentActivityStatus | ||
434 | + "PRODUCING"^^xsd:string ; | ||
435 | + erhf:npdid "3505505"^^xsd:string ; | ||
436 | + erhf:npdname "RINGHORNE ØST"^^xsd:string ; | ||
437 | + erhf:operatingCompany | ||
438 | + <http://www.reportinghub.no/np/data/npd/Company-2835212> . | ||
439 | + | ||
440 | +<http://www.reportinghub.no/np/data/npd/Field-3960848> | ||
441 | + rdf:type erhf:Field ; | ||
442 | + erhf:currentActivityStatus | ||
443 | + "PRODUCING"^^xsd:string ; | ||
444 | + erhf:npdid "3960848"^^xsd:string ; | ||
445 | + erhf:npdname "TYRIHANS"^^xsd:string ; | ||
446 | + erhf:operatingCompany | ||
447 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
448 | + | ||
449 | +<http://www.reportinghub.no/np/data/npd/Field-4005142> | ||
450 | + rdf:type erhf:Field ; | ||
451 | + erhf:currentActivityStatus | ||
452 | + "PRODUCING"^^xsd:string ; | ||
453 | + erhf:npdid "4005142"^^xsd:string ; | ||
454 | + erhf:npdname "GIMLE"^^xsd:string ; | ||
455 | + erhf:operatingCompany | ||
456 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
457 | + | ||
458 | +<http://www.reportinghub.no/np/data/npd/Field-43437> | ||
459 | + rdf:type erhf:Field ; | ||
460 | + erhf:currentActivityStatus | ||
461 | + "SHUT DOWN"^^xsd:string ; | ||
462 | + erhf:npdid "43437"^^xsd:string ; | ||
463 | + erhf:npdname "ALBUSKJELL"^^xsd:string ; | ||
464 | + erhf:operatingCompany | ||
465 | + <http://www.reportinghub.no/np/data/npd/Company-2410696> . | ||
466 | + | ||
467 | +<http://www.reportinghub.no/np/data/npd/Field-43444> | ||
468 | + rdf:type erhf:Field ; | ||
469 | + erhf:currentActivityStatus | ||
470 | + "SHUT DOWN"^^xsd:string ; | ||
471 | + erhf:npdid "43444"^^xsd:string ; | ||
472 | + erhf:npdname "TOMMELITEN GAMMA"^^xsd:string ; | ||
473 | + erhf:operatingCompany | ||
474 | + <http://www.reportinghub.no/np/data/npd/Company-2410696> . | ||
475 | + | ||
476 | +<http://www.reportinghub.no/np/data/npd/Field-43451> | ||
477 | + rdf:type erhf:Field ; | ||
478 | + erhf:currentActivityStatus | ||
479 | + "PRODUCING"^^xsd:string ; | ||
480 | + erhf:npdid "43451"^^xsd:string ; | ||
481 | + erhf:npdname "VARG"^^xsd:string ; | ||
482 | + erhf:operatingCompany | ||
483 | + <http://www.reportinghub.no/np/data/npd/Company-2425093> . | ||
484 | + | ||
485 | +<http://www.reportinghub.no/np/data/npd/Field-43457> | ||
486 | + rdf:type erhf:Field ; | ||
487 | + erhf:currentActivityStatus | ||
488 | + "PRODUCING"^^xsd:string ; | ||
489 | + erhf:npdid "43457"^^xsd:string ; | ||
490 | + erhf:npdname "SLEIPNER VEST"^^xsd:string ; | ||
491 | + erhf:operatingCompany | ||
492 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
493 | + | ||
494 | +<http://www.reportinghub.no/np/data/npd/Field-43464> | ||
495 | + rdf:type erhf:Field ; | ||
496 | + erhf:currentActivityStatus | ||
497 | + "PRODUCING"^^xsd:string ; | ||
498 | + erhf:npdid "43464"^^xsd:string ; | ||
499 | + erhf:npdname "GUNGNE"^^xsd:string ; | ||
500 | + erhf:operatingCompany | ||
501 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
502 | + | ||
503 | +<http://www.reportinghub.no/np/data/npd/Field-43478> | ||
504 | + rdf:type erhf:Field ; | ||
505 | + erhf:currentActivityStatus | ||
506 | + "PRODUCING"^^xsd:string ; | ||
507 | + erhf:npdid "43478"^^xsd:string ; | ||
508 | + erhf:npdname "SLEIPNER ØST"^^xsd:string ; | ||
509 | + erhf:operatingCompany | ||
510 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
511 | + | ||
512 | +<http://www.reportinghub.no/np/data/npd/Field-43485> | ||
513 | + rdf:type erhf:Field ; | ||
514 | + erhf:currentActivityStatus | ||
515 | + "PRODUCING"^^xsd:string ; | ||
516 | + erhf:npdid "43485"^^xsd:string ; | ||
517 | + erhf:npdname "HOD"^^xsd:string ; | ||
518 | + erhf:operatingCompany | ||
519 | + <http://www.reportinghub.no/np/data/npd/Company-2052695> . | ||
520 | + | ||
521 | +<http://www.reportinghub.no/np/data/npd/Field-43492> | ||
522 | + rdf:type erhf:Field ; | ||
523 | + erhf:currentActivityStatus | ||
524 | + "PRODUCING"^^xsd:string ; | ||
525 | + erhf:npdid "43492"^^xsd:string ; | ||
526 | + erhf:npdname "GYDA"^^xsd:string ; | ||
527 | + erhf:operatingCompany | ||
528 | + <http://www.reportinghub.no/np/data/npd/Company-2425093> . | ||
529 | + | ||
530 | +<http://www.reportinghub.no/np/data/npd/Field-43506> | ||
531 | + rdf:type erhf:Field ; | ||
532 | + erhf:currentActivityStatus | ||
533 | + "PRODUCING"^^xsd:string ; | ||
534 | + erhf:npdid "43506"^^xsd:string ; | ||
535 | + erhf:npdname "EKOFISK"^^xsd:string ; | ||
536 | + erhf:operatingCompany | ||
537 | + <http://www.reportinghub.no/np/data/npd/Company-2410696> . | ||
538 | + | ||
539 | +<http://www.reportinghub.no/np/data/npd/Field-43513> | ||
540 | + rdf:type erhf:Field ; | ||
541 | + erhf:currentActivityStatus | ||
542 | + "SHUT DOWN"^^xsd:string ; | ||
543 | + erhf:npdid "43513"^^xsd:string ; | ||
544 | + erhf:npdname "VEST EKOFISK"^^xsd:string ; | ||
545 | + erhf:operatingCompany | ||
546 | + <http://www.reportinghub.no/np/data/npd/Company-2410696> . | ||
547 | + | ||
548 | +<http://www.reportinghub.no/np/data/npd/Field-43520> | ||
549 | + rdf:type erhf:Field ; | ||
550 | + erhf:currentActivityStatus | ||
551 | + "PRODUCING"^^xsd:string ; | ||
552 | + erhf:npdid "43520"^^xsd:string ; | ||
553 | + erhf:npdname "TOR"^^xsd:string ; | ||
554 | + erhf:operatingCompany | ||
555 | + <http://www.reportinghub.no/np/data/npd/Company-2410696> . | ||
556 | + | ||
557 | +<http://www.reportinghub.no/np/data/npd/Field-43527> | ||
558 | + rdf:type erhf:Field ; | ||
559 | + erhf:currentActivityStatus | ||
560 | + "PRODUCING"^^xsd:string ; | ||
561 | + erhf:npdid "43527"^^xsd:string ; | ||
562 | + erhf:npdname "ELDFISK"^^xsd:string ; | ||
563 | + erhf:operatingCompany | ||
564 | + <http://www.reportinghub.no/np/data/npd/Company-2410696> . | ||
565 | + | ||
566 | +<http://www.reportinghub.no/np/data/npd/Field-43534> | ||
567 | + rdf:type erhf:Field ; | ||
568 | + erhf:currentActivityStatus | ||
569 | + "PRODUCING"^^xsd:string ; | ||
570 | + erhf:npdid "43534"^^xsd:string ; | ||
571 | + erhf:npdname "EMBLA"^^xsd:string ; | ||
572 | + erhf:operatingCompany | ||
573 | + <http://www.reportinghub.no/np/data/npd/Company-2410696> . | ||
574 | + | ||
575 | +<http://www.reportinghub.no/np/data/npd/Field-43541> | ||
576 | + rdf:type erhf:Field ; | ||
577 | + erhf:currentActivityStatus | ||
578 | + "SHUT DOWN"^^xsd:string ; | ||
579 | + erhf:npdid "43541"^^xsd:string ; | ||
580 | + erhf:npdname "EDDA"^^xsd:string ; | ||
581 | + erhf:operatingCompany | ||
582 | + <http://www.reportinghub.no/np/data/npd/Company-2410696> . | ||
583 | + | ||
584 | +<http://www.reportinghub.no/np/data/npd/Field-43548> | ||
585 | + rdf:type erhf:Field ; | ||
586 | + erhf:currentActivityStatus | ||
587 | + "PRODUCING"^^xsd:string ; | ||
588 | + erhf:npdid "43548"^^xsd:string ; | ||
589 | + erhf:npdname "VALHALL"^^xsd:string ; | ||
590 | + erhf:operatingCompany | ||
591 | + <http://www.reportinghub.no/np/data/npd/Company-2052695> . | ||
592 | + | ||
593 | +<http://www.reportinghub.no/np/data/npd/Field-43555> | ||
594 | + rdf:type erhf:Field ; | ||
595 | + erhf:currentActivityStatus | ||
596 | + "SHUT DOWN"^^xsd:string ; | ||
597 | + erhf:npdid "43555"^^xsd:string ; | ||
598 | + erhf:npdname "FRIGG"^^xsd:string ; | ||
599 | + erhf:operatingCompany | ||
600 | + <http://www.reportinghub.no/np/data/npd/Company-2410708> . | ||
601 | + | ||
602 | +<http://www.reportinghub.no/np/data/npd/Field-43562> | ||
603 | + rdf:type erhf:Field ; | ||
604 | + erhf:currentActivityStatus | ||
605 | + "PRODUCING"^^xsd:string ; | ||
606 | + erhf:npdid "43562"^^xsd:string ; | ||
607 | + erhf:npdname "BALDER"^^xsd:string ; | ||
608 | + erhf:operatingCompany | ||
609 | + <http://www.reportinghub.no/np/data/npd/Company-2835212> . | ||
610 | + | ||
611 | +<http://www.reportinghub.no/np/data/npd/Field-43576> | ||
612 | + rdf:type erhf:Field ; | ||
613 | + erhf:currentActivityStatus | ||
614 | + "SHUT DOWN"^^xsd:string ; | ||
615 | + erhf:npdid "43576"^^xsd:string ; | ||
616 | + erhf:npdname "ØST FRIGG"^^xsd:string ; | ||
617 | + erhf:operatingCompany | ||
618 | + <http://www.reportinghub.no/np/data/npd/Company-4238233> . | ||
619 | + | ||
620 | +<http://www.reportinghub.no/np/data/npd/Field-43583> | ||
621 | + rdf:type erhf:Field ; | ||
622 | + erhf:currentActivityStatus | ||
623 | + "SHUT DOWN"^^xsd:string ; | ||
624 | + erhf:npdid "43583"^^xsd:string ; | ||
625 | + erhf:npdname "LILLE-FRIGG"^^xsd:string ; | ||
626 | + erhf:operatingCompany | ||
627 | + <http://www.reportinghub.no/np/data/npd/Company-4238233> . | ||
628 | + | ||
629 | +<http://www.reportinghub.no/np/data/npd/Field-43590> | ||
630 | + rdf:type erhf:Field ; | ||
631 | + erhf:currentActivityStatus | ||
632 | + "PRODUCING"^^xsd:string ; | ||
633 | + erhf:npdid "43590"^^xsd:string ; | ||
634 | + erhf:npdname "HEIMDAL"^^xsd:string ; | ||
635 | + erhf:operatingCompany | ||
636 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
637 | + | ||
638 | +<http://www.reportinghub.no/np/data/npd/Field-43597> | ||
639 | + rdf:type erhf:Field ; | ||
640 | + erhf:currentActivityStatus | ||
641 | + "SHUT DOWN"^^xsd:string ; | ||
642 | + erhf:npdid "43597"^^xsd:string ; | ||
643 | + erhf:npdname "FRØY"^^xsd:string ; | ||
644 | + erhf:operatingCompany | ||
645 | + <http://www.reportinghub.no/np/data/npd/Company-17342870> . | ||
646 | + | ||
647 | +<http://www.reportinghub.no/np/data/npd/Field-43604> | ||
648 | + rdf:type erhf:Field ; | ||
649 | + erhf:currentActivityStatus | ||
650 | + "PRODUCING"^^xsd:string ; | ||
651 | + erhf:npdid "43604"^^xsd:string ; | ||
652 | + erhf:npdname "JOTUN"^^xsd:string ; | ||
653 | + erhf:operatingCompany | ||
654 | + <http://www.reportinghub.no/np/data/npd/Company-2835212> . | ||
655 | + | ||
656 | +<http://www.reportinghub.no/np/data/npd/Field-43618> | ||
657 | + rdf:type erhf:Field ; | ||
658 | + erhf:currentActivityStatus | ||
659 | + "PRODUCING"^^xsd:string ; | ||
660 | + erhf:npdid "43618"^^xsd:string ; | ||
661 | + erhf:npdname "VESLEFRIKK"^^xsd:string ; | ||
662 | + erhf:operatingCompany | ||
663 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
664 | + | ||
665 | +<http://www.reportinghub.no/np/data/npd/Field-43625> | ||
666 | + rdf:type erhf:Field ; | ||
667 | + erhf:currentActivityStatus | ||
668 | + "PRODUCING"^^xsd:string ; | ||
669 | + erhf:npdid "43625"^^xsd:string ; | ||
670 | + erhf:npdname "OSEBERG"^^xsd:string ; | ||
671 | + erhf:operatingCompany | ||
672 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
673 | + | ||
674 | +<http://www.reportinghub.no/np/data/npd/Field-43639> | ||
675 | + rdf:type erhf:Field ; | ||
676 | + erhf:currentActivityStatus | ||
677 | + "PRODUCING"^^xsd:string ; | ||
678 | + erhf:npdid "43639"^^xsd:string ; | ||
679 | + erhf:npdname "OSEBERG ØST"^^xsd:string ; | ||
680 | + erhf:operatingCompany | ||
681 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
682 | + | ||
683 | +<http://www.reportinghub.no/np/data/npd/Field-43645> | ||
684 | + rdf:type erhf:Field ; | ||
685 | + erhf:currentActivityStatus | ||
686 | + "PRODUCING"^^xsd:string ; | ||
687 | + erhf:npdid "43645"^^xsd:string ; | ||
688 | + erhf:npdname "OSEBERG SØR"^^xsd:string ; | ||
689 | + erhf:operatingCompany | ||
690 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
691 | + | ||
692 | +<http://www.reportinghub.no/np/data/npd/Field-43651> | ||
693 | + rdf:type erhf:Field ; | ||
694 | + erhf:currentActivityStatus | ||
695 | + "PRODUCING"^^xsd:string ; | ||
696 | + erhf:npdid "43651"^^xsd:string ; | ||
697 | + erhf:npdname "BRAGE"^^xsd:string ; | ||
698 | + erhf:operatingCompany | ||
699 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
700 | + | ||
701 | +<http://www.reportinghub.no/np/data/npd/Field-43658> | ||
702 | + rdf:type erhf:Field ; | ||
703 | + erhf:currentActivityStatus | ||
704 | + "PRODUCING"^^xsd:string ; | ||
705 | + erhf:npdid "43658"^^xsd:string ; | ||
706 | + erhf:npdname "STATFJORD"^^xsd:string ; | ||
707 | + erhf:operatingCompany | ||
708 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
709 | + | ||
710 | +<http://www.reportinghub.no/np/data/npd/Field-43665> | ||
711 | + rdf:type erhf:Field ; | ||
712 | + erhf:currentActivityStatus | ||
713 | + "PRODUCING"^^xsd:string ; | ||
714 | + erhf:npdid "43665"^^xsd:string ; | ||
715 | + erhf:npdname "MURCHISON"^^xsd:string ; | ||
716 | + erhf:operatingCompany | ||
717 | + <http://www.reportinghub.no/np/data/npd/Company-2385943> . | ||
718 | + | ||
719 | +<http://www.reportinghub.no/np/data/npd/Field-43672> | ||
720 | + rdf:type erhf:Field ; | ||
721 | + erhf:currentActivityStatus | ||
722 | + "PRODUCING"^^xsd:string ; | ||
723 | + erhf:npdid "43672"^^xsd:string ; | ||
724 | + erhf:npdname "STATFJORD ØST"^^xsd:string ; | ||
725 | + erhf:operatingCompany | ||
726 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
727 | + | ||
728 | +<http://www.reportinghub.no/np/data/npd/Field-43679> | ||
729 | + rdf:type erhf:Field ; | ||
730 | + erhf:currentActivityStatus | ||
731 | + "PRODUCING"^^xsd:string ; | ||
732 | + erhf:npdid "43679"^^xsd:string ; | ||
733 | + erhf:npdname "STATFJORD NORD"^^xsd:string ; | ||
734 | + erhf:operatingCompany | ||
735 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
736 | + | ||
737 | +<http://www.reportinghub.no/np/data/npd/Field-43686> | ||
738 | + rdf:type erhf:Field ; | ||
739 | + erhf:currentActivityStatus | ||
740 | + "PRODUCING"^^xsd:string ; | ||
741 | + erhf:npdid "43686"^^xsd:string ; | ||
742 | + erhf:npdname "GULLFAKS"^^xsd:string ; | ||
743 | + erhf:operatingCompany | ||
744 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
745 | + | ||
746 | +<http://www.reportinghub.no/np/data/npd/Field-43699> | ||
747 | + rdf:type erhf:Field ; | ||
748 | + erhf:currentActivityStatus | ||
749 | + "PRODUCING"^^xsd:string ; | ||
750 | + erhf:npdid "43699"^^xsd:string ; | ||
751 | + erhf:npdname "GULLFAKS SØR"^^xsd:string ; | ||
752 | + erhf:operatingCompany | ||
753 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
754 | + | ||
755 | +<http://www.reportinghub.no/np/data/npd/Field-43718> | ||
756 | + rdf:type erhf:Field ; | ||
757 | + erhf:currentActivityStatus | ||
758 | + "PRODUCING"^^xsd:string ; | ||
759 | + erhf:npdid "43718"^^xsd:string ; | ||
760 | + erhf:npdname "SNORRE"^^xsd:string ; | ||
761 | + erhf:operatingCompany | ||
762 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
763 | + | ||
764 | +<http://www.reportinghub.no/np/data/npd/Field-43725> | ||
765 | + rdf:type erhf:Field ; | ||
766 | + erhf:currentActivityStatus | ||
767 | + "PRODUCING"^^xsd:string ; | ||
768 | + erhf:npdid "43725"^^xsd:string ; | ||
769 | + erhf:npdname "TORDIS"^^xsd:string ; | ||
770 | + erhf:operatingCompany | ||
771 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
772 | + | ||
773 | +<http://www.reportinghub.no/np/data/npd/Field-43732> | ||
774 | + rdf:type erhf:Field ; | ||
775 | + erhf:currentActivityStatus | ||
776 | + "PRODUCING"^^xsd:string ; | ||
777 | + erhf:npdid "43732"^^xsd:string ; | ||
778 | + erhf:npdname "VIGDIS"^^xsd:string ; | ||
779 | + erhf:operatingCompany | ||
780 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
781 | + | ||
782 | +<http://www.reportinghub.no/np/data/npd/Field-43745> | ||
783 | + rdf:type erhf:Field ; | ||
784 | + erhf:currentActivityStatus | ||
785 | + "PRODUCING"^^xsd:string ; | ||
786 | + erhf:npdid "43745"^^xsd:string ; | ||
787 | + erhf:npdname "VISUND"^^xsd:string ; | ||
788 | + erhf:operatingCompany | ||
789 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
790 | + | ||
791 | +<http://www.reportinghub.no/np/data/npd/Field-43751> | ||
792 | + rdf:type erhf:Field ; | ||
793 | + erhf:currentActivityStatus | ||
794 | + "PRODUCING"^^xsd:string ; | ||
795 | + erhf:npdid "43751"^^xsd:string ; | ||
796 | + erhf:npdname "NJORD"^^xsd:string ; | ||
797 | + erhf:operatingCompany | ||
798 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
799 | + | ||
800 | +<http://www.reportinghub.no/np/data/npd/Field-43758> | ||
801 | + rdf:type erhf:Field ; | ||
802 | + erhf:currentActivityStatus | ||
803 | + "PRODUCING"^^xsd:string ; | ||
804 | + erhf:npdid "43758"^^xsd:string ; | ||
805 | + erhf:npdname "DRAUGEN"^^xsd:string ; | ||
806 | + erhf:operatingCompany | ||
807 | + <http://www.reportinghub.no/np/data/npd/Company-562> . | ||
808 | + | ||
809 | +<http://www.reportinghub.no/np/data/npd/Field-43765> | ||
810 | + rdf:type erhf:Field ; | ||
811 | + erhf:currentActivityStatus | ||
812 | + "PRODUCING"^^xsd:string ; | ||
813 | + erhf:npdid "43765"^^xsd:string ; | ||
814 | + erhf:npdname "ÅSGARD"^^xsd:string ; | ||
815 | + erhf:operatingCompany | ||
816 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
817 | + | ||
818 | +<http://www.reportinghub.no/np/data/npd/Field-43771> | ||
819 | + rdf:type erhf:Field ; | ||
820 | + erhf:currentActivityStatus | ||
821 | + "PRODUCING"^^xsd:string ; | ||
822 | + erhf:npdid "43771"^^xsd:string ; | ||
823 | + erhf:npdname "HEIDRUN"^^xsd:string ; | ||
824 | + erhf:operatingCompany | ||
825 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
826 | + | ||
827 | +<http://www.reportinghub.no/np/data/npd/Field-43778> | ||
828 | + rdf:type erhf:Field ; | ||
829 | + erhf:currentActivityStatus | ||
830 | + "PRODUCING"^^xsd:string ; | ||
831 | + erhf:npdid "43778"^^xsd:string ; | ||
832 | + erhf:npdname "NORNE"^^xsd:string ; | ||
833 | + erhf:operatingCompany | ||
834 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
835 | + | ||
836 | +<http://www.reportinghub.no/np/data/npd/Field-43785> | ||
837 | + rdf:type erhf:Field ; | ||
838 | + erhf:currentActivityStatus | ||
839 | + "SHUT DOWN"^^xsd:string ; | ||
840 | + erhf:npdid "43785"^^xsd:string ; | ||
841 | + erhf:npdname "COD"^^xsd:string ; | ||
842 | + erhf:operatingCompany | ||
843 | + <http://www.reportinghub.no/np/data/npd/Company-2410696> . | ||
844 | + | ||
845 | +<http://www.reportinghub.no/np/data/npd/Field-43792> | ||
846 | + rdf:type erhf:Field ; | ||
847 | + erhf:currentActivityStatus | ||
848 | + "SHUT DOWN"^^xsd:string ; | ||
849 | + erhf:npdid "43792"^^xsd:string ; | ||
850 | + erhf:npdname "MIME"^^xsd:string ; | ||
851 | + erhf:operatingCompany | ||
852 | + <http://www.reportinghub.no/np/data/npd/Company-2767314> . | ||
853 | + | ||
854 | +<http://www.reportinghub.no/np/data/npd/Field-43800> | ||
855 | + rdf:type erhf:Field ; | ||
856 | + erhf:currentActivityStatus | ||
857 | + "PRODUCING"^^xsd:string ; | ||
858 | + erhf:npdid "43800"^^xsd:string ; | ||
859 | + erhf:npdname "ULA"^^xsd:string ; | ||
860 | + erhf:operatingCompany | ||
861 | + <http://www.reportinghub.no/np/data/npd/Company-2052695> . | ||
862 | + | ||
863 | +<http://www.reportinghub.no/np/data/npd/Field-4380167> | ||
864 | + rdf:type erhf:Field ; | ||
865 | + erhf:currentActivityStatus | ||
866 | + "PRODUCING"^^xsd:string ; | ||
867 | + erhf:npdid "4380167"^^xsd:string ; | ||
868 | + erhf:npdname "VOLUND"^^xsd:string ; | ||
869 | + erhf:operatingCompany | ||
870 | + <http://www.reportinghub.no/np/data/npd/Company-20485291> . | ||
871 | + | ||
872 | +<http://www.reportinghub.no/np/data/npd/Field-43807> | ||
873 | + rdf:type erhf:Field ; | ||
874 | + erhf:currentActivityStatus | ||
875 | + "PDO APPROVED"^^xsd:string ; | ||
876 | + erhf:npdid "43807"^^xsd:string ; | ||
877 | + erhf:npdname "YME"^^xsd:string ; | ||
878 | + erhf:operatingCompany | ||
879 | + <http://www.reportinghub.no/np/data/npd/Company-2425093> . | ||
880 | + | ||
881 | +<http://www.reportinghub.no/np/data/npd/Field-4444332> | ||
882 | + rdf:type erhf:Field ; | ||
883 | + erhf:currentActivityStatus | ||
884 | + "PRODUCING"^^xsd:string ; | ||
885 | + erhf:npdid "4444332"^^xsd:string ; | ||
886 | + erhf:npdname "ALVE"^^xsd:string ; | ||
887 | + erhf:operatingCompany | ||
888 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
889 | + | ||
890 | +<http://www.reportinghub.no/np/data/npd/Field-4467554> | ||
891 | + rdf:type erhf:Field ; | ||
892 | + erhf:currentActivityStatus | ||
893 | + "PRODUCING"^^xsd:string ; | ||
894 | + erhf:npdid "4467554"^^xsd:string ; | ||
895 | + erhf:npdname "REV"^^xsd:string ; | ||
896 | + erhf:operatingCompany | ||
897 | + <http://www.reportinghub.no/np/data/npd/Company-2425093> . | ||
898 | + | ||
899 | +<http://www.reportinghub.no/np/data/npd/Field-4467574> | ||
900 | + rdf:type erhf:Field ; | ||
901 | + erhf:currentActivityStatus | ||
902 | + "PRODUCING"^^xsd:string ; | ||
903 | + erhf:npdid "4467574"^^xsd:string ; | ||
904 | + erhf:npdname "GJØA"^^xsd:string ; | ||
905 | + erhf:operatingCompany | ||
906 | + <http://www.reportinghub.no/np/data/npd/Company-5267845> . | ||
907 | + | ||
908 | +<http://www.reportinghub.no/np/data/npd/Field-4467595> | ||
909 | + rdf:type erhf:Field ; | ||
910 | + erhf:currentActivityStatus | ||
911 | + "PRODUCING"^^xsd:string ; | ||
912 | + erhf:npdid "4467595"^^xsd:string ; | ||
913 | + erhf:npdname "VEGA"^^xsd:string ; | ||
914 | + erhf:operatingCompany | ||
915 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
916 | + | ||
917 | +<http://www.reportinghub.no/np/data/npd/Field-46437> | ||
918 | + rdf:type erhf:Field ; | ||
919 | + erhf:currentActivityStatus | ||
920 | + "PRODUCING"^^xsd:string ; | ||
921 | + erhf:npdid "46437"^^xsd:string ; | ||
922 | + erhf:npdname "TROLL"^^xsd:string ; | ||
923 | + erhf:operatingCompany | ||
924 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
925 | + | ||
926 | +<http://www.reportinghub.no/np/data/npd/Field-4704482> | ||
927 | + rdf:type erhf:Field ; | ||
928 | + erhf:currentActivityStatus | ||
929 | + "PRODUCING"^^xsd:string ; | ||
930 | + erhf:npdid "4704482"^^xsd:string ; | ||
931 | + erhf:npdname "SKARV"^^xsd:string ; | ||
932 | + erhf:operatingCompany | ||
933 | + <http://www.reportinghub.no/np/data/npd/Company-2052695> . | ||
934 | + | ||
935 | +<http://www.reportinghub.no/np/data/npd/Field-4966234> | ||
936 | + rdf:type erhf:Field ; | ||
937 | + erhf:currentActivityStatus | ||
938 | + "PRODUCING"^^xsd:string ; | ||
939 | + erhf:npdid "4966234"^^xsd:string ; | ||
940 | + erhf:npdname "MORVIN"^^xsd:string ; | ||
941 | + erhf:operatingCompany | ||
942 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
943 | + | ||
944 | +<http://www.reportinghub.no/np/data/npd/Field-4973114> | ||
945 | + rdf:type erhf:Field ; | ||
946 | + erhf:currentActivityStatus | ||
947 | + "PRODUCING"^^xsd:string ; | ||
948 | + erhf:npdid "4973114"^^xsd:string ; | ||
949 | + erhf:npdname "YTTERGRYTA"^^xsd:string ; | ||
950 | + erhf:operatingCompany | ||
951 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
952 | + | ||
953 | +<http://www.reportinghub.no/np/data/npd/Field-4999528> | ||
954 | + rdf:type erhf:Field ; | ||
955 | + erhf:currentActivityStatus | ||
956 | + "PRODUCING"^^xsd:string ; | ||
957 | + erhf:npdid "4999528"^^xsd:string ; | ||
958 | + erhf:npdname "TAMBAR ØST"^^xsd:string ; | ||
959 | + erhf:operatingCompany | ||
960 | + <http://www.reportinghub.no/np/data/npd/Company-2052695> . | ||
961 | + | ||
962 | +<http://www.reportinghub.no/np/data/npd/Field-5506919> | ||
963 | + rdf:type erhf:Field ; | ||
964 | + erhf:currentActivityStatus | ||
965 | + "PRODUCING"^^xsd:string ; | ||
966 | + erhf:npdid "5506919"^^xsd:string ; | ||
967 | + erhf:npdname "OSELVAR"^^xsd:string ; | ||
968 | + erhf:operatingCompany | ||
969 | + <http://www.reportinghub.no/np/data/npd/Company-4070011> . | ||
970 | + | ||
971 | +<http://www.reportinghub.no/np/data/npd/Field-5774394> | ||
972 | + rdf:type erhf:Field ; | ||
973 | + erhf:currentActivityStatus | ||
974 | + "PDO APPROVED"^^xsd:string ; | ||
975 | + erhf:npdid "5774394"^^xsd:string ; | ||
976 | + erhf:npdname "GOLIAT"^^xsd:string ; | ||
977 | + erhf:operatingCompany | ||
978 | + <http://www.reportinghub.no/np/data/npd/Company-2388594> . | ||
979 | + | ||
980 | +<http://www.reportinghub.no/np/data/npd/Field-853376> | ||
981 | + rdf:type erhf:Field ; | ||
982 | + erhf:currentActivityStatus | ||
983 | + "PRODUCING"^^xsd:string ; | ||
984 | + erhf:npdid "853376"^^xsd:string ; | ||
985 | + erhf:npdname "TUNE"^^xsd:string ; | ||
986 | + erhf:operatingCompany | ||
987 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . | ||
988 | + | ||
989 | +<http://www.reportinghub.no/np/data/npd/Field-97002> | ||
990 | + rdf:type erhf:Field ; | ||
991 | + erhf:currentActivityStatus | ||
992 | + "PRODUCING"^^xsd:string ; | ||
993 | + erhf:npdid "97002"^^xsd:string ; | ||
994 | + erhf:npdname "HULDRA"^^xsd:string ; | ||
995 | + erhf:operatingCompany | ||
996 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> . |
1 | +# baseURI: null | ||
2 | + | ||
3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
9 | +@prefix visual: <http://topbraid.org/visual#> . | ||
10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | + | ||
12 | +<http://www.reportinghub.no/erhf/schema/erh-facts#Field> | ||
13 | + forms:keyProperties (rdfs:label rdfs:comment <http://www.reportinghub.no/erhf/schema/erh-facts#npdname>) . |
1 | -# baseURI: http://www.reportinghub.no/erhf/data/npd/facts | ||
2 | -# imports: http://www.reportinghub.no/erhf/schema/1.0/erh-facts | ||
3 | - | ||
4 | -@prefix facts: <http://www.reportinghub.no/erhf/data/npd/facts#> . | ||
5 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
6 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
7 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
8 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
9 | - | ||
10 | -<http://www.reportinghub.no/erhf/data/npd/facts> | ||
11 | - rdf:type owl:Ontology ; | ||
12 | - owl:imports <http://www.reportinghub.no/erhf/schema/1.0/erh-facts> ; | ||
13 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
... | @@ -17,31 +17,25 @@ erhf:AliasNameInField | ... | @@ -17,31 +17,25 @@ erhf:AliasNameInField |
17 | rdfs:subClassOf | 17 | rdfs:subClassOf |
18 | [ rdf:type owl:Restriction ; | 18 | [ rdf:type owl:Restriction ; |
19 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 19 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
20 | - owl:onProperty erhf:erhname | 20 | + owl:onProperty erhf:contextField |
21 | ] ; | 21 | ] ; |
22 | rdfs:subClassOf | 22 | rdfs:subClassOf |
23 | [ rdf:type owl:Restriction ; | 23 | [ rdf:type owl:Restriction ; |
24 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 24 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
25 | - owl:onProperty erhf:contextField | 25 | + owl:onProperty erhf:erhname |
26 | ] . | 26 | ] . |
27 | 27 | ||
28 | -erhf:AllocatedFlow | ||
29 | - rdf:type erhf:FlowQualifier . | ||
30 | - | ||
31 | erhf:BAA | 28 | erhf:BAA |
32 | rdf:type owl:Class ; | 29 | rdf:type owl:Class ; |
33 | rdfs:subClassOf erhf:Owner . | 30 | rdfs:subClassOf erhf:Owner . |
34 | 31 | ||
35 | -erhf:BudgetFlow | ||
36 | - rdf:type erhf:FlowQualifier . | ||
37 | - | ||
38 | erhf:Company | 32 | erhf:Company |
39 | rdf:type owl:Class ; | 33 | rdf:type owl:Class ; |
40 | rdfs:subClassOf owl:Thing ; | 34 | rdfs:subClassOf owl:Thing ; |
41 | rdfs:subClassOf | 35 | rdfs:subClassOf |
42 | [ rdf:type owl:Restriction ; | 36 | [ rdf:type owl:Restriction ; |
43 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 37 | + owl:minCardinality "0"^^xsd:nonNegativeInteger ; |
44 | - owl:onProperty erhf:npdname | 38 | + owl:onProperty erhf:nameInField |
45 | ] ; | 39 | ] ; |
46 | rdfs:subClassOf | 40 | rdfs:subClassOf |
47 | [ rdf:type owl:Restriction ; | 41 | [ rdf:type owl:Restriction ; |
... | @@ -50,90 +44,110 @@ erhf:Company | ... | @@ -50,90 +44,110 @@ erhf:Company |
50 | ] ; | 44 | ] ; |
51 | rdfs:subClassOf | 45 | rdfs:subClassOf |
52 | [ rdf:type owl:Restriction ; | 46 | [ rdf:type owl:Restriction ; |
53 | - owl:minCardinality "0"^^xsd:nonNegativeInteger ; | 47 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
54 | - owl:onProperty erhf:nameInField | 48 | + owl:onProperty erhf:npdname |
55 | ] . | 49 | ] . |
56 | 50 | ||
57 | -erhf:ConstraintFlow | 51 | +erhf:DerivedFlow-difference |
58 | - rdf:type erhf:FlowQualifier . | 52 | + rdf:type owl:Class ; |
53 | + rdfs:subClassOf erhf:FQ_derived . | ||
59 | 54 | ||
60 | -erhf:ConstraintFlow-fixed | 55 | +erhf:FQ_allocated |
61 | - rdf:type erhf:FlowQualifier . | 56 | + rdf:type erhf:FlowQualifier ; |
57 | + rdfs:label "allocated"^^xsd:string . | ||
62 | 58 | ||
63 | -erhf:ConstraintFlow-maximum | 59 | +erhf:FQ_budget |
64 | - rdf:type erhf:FlowQualifier . | 60 | + rdf:type erhf:FlowQualifier ; |
61 | + rdfs:label "budget"^^xsd:string . | ||
65 | 62 | ||
66 | -erhf:ConstraintFlow-minimum | 63 | +erhf:FQ_constraint |
67 | - rdf:type erhf:FlowQualifier . | 64 | + rdf:type erhf:FlowQualifier ; |
65 | + rdfs:label "constraint"^^xsd:string . | ||
68 | 66 | ||
69 | -erhf:Consume | 67 | +erhf:FQ_derived |
70 | - rdf:type erhf:FlowKind . | 68 | + rdf:type erhf:FlowQualifier ; |
69 | + rdfs:label "derived"^^xsd:string . | ||
71 | 70 | ||
72 | -erhf:Consume-HPflare | 71 | +erhf:FQ_difference |
73 | - rdf:type erhf:FlowKind . | 72 | + rdf:type erhf:FlowQualifier ; |
73 | + rdfs:label "difference"^^xsd:string . | ||
74 | 74 | ||
75 | -erhf:Consume-LPflare | 75 | +erhf:FQ_estimate |
76 | - rdf:type erhf:FlowKind . | 76 | + rdf:type erhf:FlowQualifier ; |
77 | + rdfs:label "estimate"^^xsd:string . | ||
77 | 78 | ||
78 | -erhf:Consume-blackstart | 79 | +erhf:FQ_forecast |
79 | - rdf:type erhf:FlowKind . | 80 | + rdf:type erhf:FlowQualifier ; |
81 | + rdfs:label "forecast"^^xsd:string . | ||
80 | 82 | ||
81 | -erhf:Consume-compressor | 83 | +erhf:FQ_massadjusted |
82 | - rdf:type erhf:FlowKind . | 84 | + rdf:type erhf:FlowQualifier ; |
85 | + rdfs:label "mass adjusted"^^xsd:string . | ||
83 | 86 | ||
84 | -erhf:Consume-emitted | 87 | +erhf:FQ_measured |
85 | - rdf:type erhf:FlowKind . | 88 | + rdf:type erhf:FlowQualifier ; |
89 | + rdfs:label "measured"^^xsd:string . | ||
86 | 90 | ||
87 | -erhf:Consume-flare | 91 | +erhf:FQ_metered-fiscal |
88 | - rdf:type erhf:FlowKind . | 92 | + rdf:type erhf:FlowQualifier ; |
93 | + rdfs:label "metered - fiscal"^^xsd:string . | ||
89 | 94 | ||
90 | -erhf:Consume-fuel | 95 | +erhf:FQ_nominated |
91 | - rdf:type erhf:FlowKind . | 96 | + rdf:type erhf:FlowQualifier ; |
97 | + rdfs:label "nominated"^^xsd:string . | ||
92 | 98 | ||
93 | -erhf:Consume-noncompressor | 99 | +erhf:FQ_potential |
94 | - rdf:type erhf:FlowKind ; | 100 | + rdf:type erhf:FlowQualifier ; |
95 | - rdfs:subClassOf erhf:Consume . | 101 | + rdfs:label "potential"^^xsd:string . |
96 | 102 | ||
97 | -erhf:Consume-venting | 103 | +erhf:FQ_processed |
98 | - rdf:type erhf:FlowKind . | 104 | + rdf:type erhf:FlowQualifier ; |
105 | + rdfs:label "processed"^^xsd:string . | ||
99 | 106 | ||
100 | -erhf:DerivedFlow | 107 | +erhf:FQ_quota |
101 | - rdf:type erhf:FlowQualifier . | 108 | + rdf:type erhf:FlowQualifier ; |
109 | + rdfs:label "quota"^^xsd:string . | ||
102 | 110 | ||
103 | -erhf:DerivedFlow-difference | 111 | +erhf:FQ_recommended |
104 | - rdf:type owl:Class ; | 112 | + rdf:type erhf:FlowQualifier ; |
105 | - rdfs:subClassOf erhf:DerivedFlow . | 113 | + rdfs:label "recommended"^^xsd:string . |
106 | 114 | ||
107 | -erhf:DifferenceFlow | 115 | +erhf:FQ_saleable |
108 | - rdf:type erhf:FlowQualifier . | 116 | + rdf:type erhf:FlowQualifier ; |
117 | + rdfs:label "saleable"^^xsd:string . | ||
109 | 118 | ||
110 | -erhf:EstimatedFlow | 119 | +erhf:FQ_simulated |
111 | - rdf:type erhf:FlowQualifier . | 120 | + rdf:type erhf:FlowQualifier ; |
121 | + rdfs:label "simulated"^^xsd:string . | ||
112 | 122 | ||
113 | -erhf:Export | 123 | +erhf:FQ_target |
114 | - rdf:type erhf:FlowKind . | 124 | + rdf:type erhf:FlowQualifier ; |
125 | + rdfs:label "target"^^xsd:string . | ||
115 | 126 | ||
116 | -erhf:Export-nominated | 127 | +erhf:FQ_tariffbasis |
117 | - rdf:type erhf:FlowKind . | 128 | + rdf:type erhf:FlowQualifier ; |
129 | + rdfs:label "tariff basis"^^xsd:string . | ||
118 | 130 | ||
119 | -erhf:Export-requested | 131 | +erhf:FQ_unknown |
120 | - rdf:type erhf:FlowKind . | 132 | + rdf:type erhf:FlowQualifier ; |
133 | + rdfs:label "unknown"^^xsd:string . | ||
121 | 134 | ||
122 | -erhf:Export-shortfall | 135 | +erhf:FQ_valueadjusted |
123 | - rdf:type erhf:FlowKind . | 136 | + rdf:type erhf:FlowQualifier ; |
137 | + rdfs:label "value adjusted"^^xsd:string . | ||
124 | 138 | ||
125 | erhf:Facility | 139 | erhf:Facility |
126 | rdf:type owl:Class ; | 140 | rdf:type owl:Class ; |
127 | rdfs:subClassOf owl:Thing ; | 141 | rdfs:subClassOf owl:Thing ; |
128 | rdfs:subClassOf | 142 | rdfs:subClassOf |
129 | [ rdf:type owl:Restriction ; | 143 | [ rdf:type owl:Restriction ; |
130 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 144 | + owl:minCardinality "0"^^xsd:nonNegativeInteger ; |
131 | - owl:onProperty erhf:npdname | 145 | + owl:onProperty erhf:nameInField |
132 | ] ; | 146 | ] ; |
133 | rdfs:subClassOf | 147 | rdfs:subClassOf |
134 | [ rdf:type owl:Restriction ; | 148 | [ rdf:type owl:Restriction ; |
135 | - owl:minCardinality "0"^^xsd:nonNegativeInteger ; | 149 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
136 | - owl:onProperty erhf:nameInField | 150 | + owl:onProperty erhf:npdname |
137 | ] . | 151 | ] . |
138 | 152 | ||
139 | erhf:Field | 153 | erhf:Field |
... | @@ -141,13 +155,13 @@ erhf:Field | ... | @@ -141,13 +155,13 @@ erhf:Field |
141 | rdfs:subClassOf owl:Thing ; | 155 | rdfs:subClassOf owl:Thing ; |
142 | rdfs:subClassOf | 156 | rdfs:subClassOf |
143 | [ rdf:type owl:Restriction ; | 157 | [ rdf:type owl:Restriction ; |
144 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 158 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
145 | - owl:onProperty erhf:operatingCompany | 159 | + owl:onProperty erhf:currentActivityStatus |
146 | ] ; | 160 | ] ; |
147 | rdfs:subClassOf | 161 | rdfs:subClassOf |
148 | [ rdf:type owl:Restriction ; | 162 | [ rdf:type owl:Restriction ; |
149 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 163 | + owl:minCardinality "0"^^xsd:nonNegativeInteger ; |
150 | - owl:onProperty erhf:npdname | 164 | + owl:onProperty erhf:nameInField |
151 | ] ; | 165 | ] ; |
152 | rdfs:subClassOf | 166 | rdfs:subClassOf |
153 | [ rdf:type owl:Restriction ; | 167 | [ rdf:type owl:Restriction ; |
... | @@ -156,13 +170,13 @@ erhf:Field | ... | @@ -156,13 +170,13 @@ erhf:Field |
156 | ] ; | 170 | ] ; |
157 | rdfs:subClassOf | 171 | rdfs:subClassOf |
158 | [ rdf:type owl:Restriction ; | 172 | [ rdf:type owl:Restriction ; |
159 | - owl:minCardinality "0"^^xsd:nonNegativeInteger ; | 173 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
160 | - owl:onProperty erhf:nameInField | 174 | + owl:onProperty erhf:npdname |
161 | ] ; | 175 | ] ; |
162 | rdfs:subClassOf | 176 | rdfs:subClassOf |
163 | [ rdf:type owl:Restriction ; | 177 | [ rdf:type owl:Restriction ; |
164 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 178 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
165 | - owl:onProperty erhf:currentActivityStatus | 179 | + owl:onProperty erhf:operatingCompany |
166 | ] . | 180 | ] . |
167 | 181 | ||
168 | erhf:FixedFacility | 182 | erhf:FixedFacility |
... | @@ -171,13 +185,13 @@ erhf:FixedFacility | ... | @@ -171,13 +185,13 @@ erhf:FixedFacility |
171 | rdfs:subClassOf erhf:Facility ; | 185 | rdfs:subClassOf erhf:Facility ; |
172 | rdfs:subClassOf | 186 | rdfs:subClassOf |
173 | [ rdf:type owl:Restriction ; | 187 | [ rdf:type owl:Restriction ; |
174 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 188 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
175 | - owl:onProperty erhf:operatingCompany | 189 | + owl:onProperty erhf:npdid |
176 | ] ; | 190 | ] ; |
177 | rdfs:subClassOf | 191 | rdfs:subClassOf |
178 | [ rdf:type owl:Restriction ; | 192 | [ rdf:type owl:Restriction ; |
179 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 193 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
180 | - owl:onProperty erhf:npdid | 194 | + owl:onProperty erhf:operatingCompany |
181 | ] . | 195 | ] . |
182 | 196 | ||
183 | erhf:Flow | 197 | erhf:Flow |
... | @@ -197,57 +211,21 @@ erhf:FlowQualifier | ... | @@ -197,57 +211,21 @@ erhf:FlowQualifier |
197 | rdf:type owl:Class ; | 211 | rdf:type owl:Class ; |
198 | rdfs:subClassOf owl:Thing . | 212 | rdfs:subClassOf owl:Thing . |
199 | 213 | ||
200 | -erhf:ForecastFlow | ||
201 | - rdf:type owl:Class ; | ||
202 | - rdfs:subClassOf owl:Thing . | ||
203 | - | ||
204 | -erhf:ForecastFlow-declineCurve | ||
205 | - rdf:type owl:Class ; | ||
206 | - rdfs:subClassOf erhf:ForecastFlow . | ||
207 | - | ||
208 | -erhf:ForecastFlow-standard | ||
209 | - rdf:type owl:Class ; | ||
210 | - rdfs:subClassOf erhf:ForecastFlow . | ||
211 | - | ||
212 | -erhf:Gaslift | ||
213 | - rdf:type erhf:FlowKind . | ||
214 | - | ||
215 | -erhf:HydrocarbonAccounting | ||
216 | - rdf:type erhf:FlowKind . | ||
217 | - | ||
218 | -erhf:Import | ||
219 | - rdf:type erhf:FlowKind . | ||
220 | - | ||
221 | -erhf:Injection | ||
222 | - rdf:type erhf:FlowKind . | ||
223 | - | ||
224 | -erhf:Inventory | ||
225 | - rdf:type erhf:FlowKind . | ||
226 | - | ||
227 | erhf:Licence | 214 | erhf:Licence |
228 | rdf:type owl:Class ; | 215 | rdf:type owl:Class ; |
229 | rdfs:subClassOf erhf:Owner . | 216 | rdfs:subClassOf erhf:Owner . |
230 | 217 | ||
231 | -erhf:MassAdjustedFlow | ||
232 | - rdf:type erhf:FlowQualifier . | ||
233 | - | ||
234 | -erhf:MeasuredFlow | ||
235 | - rdf:type erhf:FlowQualifier . | ||
236 | - | ||
237 | erhf:MeasuredFlow-fiscal | 218 | erhf:MeasuredFlow-fiscal |
238 | rdf:type owl:Class ; | 219 | rdf:type owl:Class ; |
239 | - rdfs:subClassOf erhf:MeasuredFlow . | 220 | + rdfs:subClassOf erhf:FQ_measured . |
240 | 221 | ||
241 | erhf:MeasuredFlow-raw | 222 | erhf:MeasuredFlow-raw |
242 | rdf:type owl:Class ; | 223 | rdf:type owl:Class ; |
243 | - rdfs:subClassOf erhf:MeasuredFlow . | 224 | + rdfs:subClassOf erhf:FQ_measured . |
244 | 225 | ||
245 | erhf:MeasuredFlow-recalibrated | 226 | erhf:MeasuredFlow-recalibrated |
246 | rdf:type owl:Class ; | 227 | rdf:type owl:Class ; |
247 | - rdfs:subClassOf erhf:MeasuredFlow . | 228 | + rdfs:subClassOf erhf:FQ_measured . |
248 | - | ||
249 | -erhf:MeteredFlowFiscal | ||
250 | - rdf:type erhf:FlowQualifier . | ||
251 | 229 | ||
252 | erhf:MoveableFacility | 230 | erhf:MoveableFacility |
253 | rdf:type owl:Class ; | 231 | rdf:type owl:Class ; |
... | @@ -255,80 +233,128 @@ erhf:MoveableFacility | ... | @@ -255,80 +233,128 @@ erhf:MoveableFacility |
255 | rdfs:subClassOf erhf:Facility ; | 233 | rdfs:subClassOf erhf:Facility ; |
256 | rdfs:subClassOf | 234 | rdfs:subClassOf |
257 | [ rdf:type owl:Restriction ; | 235 | [ rdf:type owl:Restriction ; |
258 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 236 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
259 | - owl:onProperty erhf:responsibleCompany | 237 | + owl:onProperty erhf:npdid |
260 | ] ; | 238 | ] ; |
261 | rdfs:subClassOf | 239 | rdfs:subClassOf |
262 | [ rdf:type owl:Restriction ; | 240 | [ rdf:type owl:Restriction ; |
263 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 241 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
264 | - owl:onProperty erhf:npdid | 242 | + owl:onProperty erhf:responsibleCompany |
265 | ] . | 243 | ] . |
266 | 244 | ||
267 | -erhf:NominatedFlow | ||
268 | - rdf:type erhf:FlowQualifier . | ||
269 | - | ||
270 | -erhf:Overboard | ||
271 | - rdf:type erhf:FlowKind . | ||
272 | - | ||
273 | erhf:Owner | 245 | erhf:Owner |
274 | rdf:type owl:Class ; | 246 | rdf:type owl:Class ; |
275 | rdfs:subClassOf owl:Thing ; | 247 | rdfs:subClassOf owl:Thing ; |
276 | rdfs:subClassOf | 248 | rdfs:subClassOf |
277 | [ rdf:type owl:Restriction ; | 249 | [ rdf:type owl:Restriction ; |
278 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 250 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
279 | - owl:onProperty erhf:npdname | 251 | + owl:onProperty erhf:npdid |
280 | ] ; | 252 | ] ; |
281 | rdfs:subClassOf | 253 | rdfs:subClassOf |
282 | [ rdf:type owl:Restriction ; | 254 | [ rdf:type owl:Restriction ; |
283 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 255 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
284 | - owl:onProperty erhf:npdid | 256 | + owl:onProperty erhf:npdname |
285 | ] . | 257 | ] . |
286 | 258 | ||
287 | -erhf:PotentialFlow | 259 | +erhf:RF_consume |
288 | - rdf:type erhf:FlowQualifier . | 260 | + rdf:type erhf:FlowKind ; |
261 | + rdfs:label "consume"^^xsd:string . | ||
289 | 262 | ||
290 | -erhf:ProcessedFlow | 263 | +erhf:RF_consume-HPflare |
291 | - rdf:type erhf:FlowQualifier . | 264 | + rdf:type erhf:FlowKind ; |
265 | + rdfs:label "consume - HP flare"^^xsd:string . | ||
292 | 266 | ||
293 | -erhf:Production | 267 | +erhf:RF_consume-LPflare |
294 | - rdf:type erhf:FlowKind . | 268 | + rdf:type erhf:FlowKind ; |
269 | + rdfs:label "consume - LP flare"^^xsd:string . | ||
295 | 270 | ||
296 | -erhf:ProductionTestFlowLineFlow | 271 | +erhf:RF_consume-blackstart |
297 | - rdf:type owl:Class . | 272 | + rdf:type erhf:FlowKind ; |
273 | + rdfs:label "consume - black start"^^xsd:string . | ||
298 | 274 | ||
299 | -erhf:ProductionTestGasLiftFlow | 275 | +erhf:RF_consume-compressor |
300 | - rdf:type owl:Class ; | 276 | + rdf:type erhf:FlowKind ; |
301 | - rdfs:subClassOf owl:Thing . | 277 | + rdfs:label "consume - compressor"^^xsd:string . |
278 | + | ||
279 | +erhf:RF_consume-emitted | ||
280 | + rdf:type erhf:FlowKind ; | ||
281 | + rdfs:label "consume - compressor"^^xsd:string . | ||
282 | + | ||
283 | +erhf:RF_consume-flare | ||
284 | + rdf:type erhf:FlowKind ; | ||
285 | + rdfs:label "consume - flare"^^xsd:string . | ||
286 | + | ||
287 | +erhf:RF_consume-fuel | ||
288 | + rdf:type erhf:FlowKind ; | ||
289 | + rdfs:label "consume - fuel"^^xsd:string . | ||
290 | + | ||
291 | +erhf:RF_consume-noncompressor | ||
292 | + rdf:type erhf:FlowKind ; | ||
293 | + rdfs:label "consume - non compressor"^^xsd:string . | ||
294 | + | ||
295 | +erhf:RF_consume-venting | ||
296 | + rdf:type erhf:FlowKind ; | ||
297 | + rdfs:label "consume - venting"^^xsd:string . | ||
298 | + | ||
299 | +erhf:RF_disposal | ||
300 | + rdf:type erhf:FlowKind ; | ||
301 | + rdfs:label "disposal"^^xsd:string . | ||
302 | + | ||
303 | +erhf:RF_export | ||
304 | + rdf:type erhf:FlowKind ; | ||
305 | + rdfs:label "export"^^xsd:string . | ||
302 | 306 | ||
303 | -erhf:ProductionTestSeparatorFlow | 307 | +erhf:RF_export-nominated |
304 | - rdf:type owl:Class . | 308 | + rdf:type erhf:FlowKind ; |
309 | + rdfs:label "export - nominated"^^xsd:string . | ||
305 | 310 | ||
306 | -erhf:ProductionTestWellHeadFlow | 311 | +erhf:RF_export-requested |
307 | - rdf:type owl:Class . | 312 | + rdf:type erhf:FlowKind ; |
313 | + rdfs:label "export - requested"^^xsd:string . | ||
308 | 314 | ||
309 | -erhf:QuotaFlow | 315 | +erhf:RF_export-shortfall |
310 | - rdf:type erhf:FlowQualifier . | 316 | + rdf:type erhf:FlowKind ; |
317 | + rdfs:label "export - shortfall"^^xsd:string . | ||
311 | 318 | ||
312 | -erhf:RecommendedFlow | 319 | +erhf:RF_gaslift |
313 | - rdf:type erhf:FlowQualifier . | 320 | + rdf:type erhf:FlowKind ; |
321 | + rdfs:label "gas lift"^^xsd:string . | ||
314 | 322 | ||
315 | -erhf:Sale | 323 | +erhf:RF_hydrocarbonaccounting |
316 | - rdf:type erhf:FlowKind . | 324 | + rdf:type erhf:FlowKind ; |
325 | + rdfs:label "hydrocarbon accounting"^^xsd:string . | ||
317 | 326 | ||
318 | -erhf:SaleableFlow | 327 | +erhf:RF_import |
319 | - rdf:type erhf:FlowQualifier . | 328 | + rdf:type erhf:FlowKind ; |
329 | + rdfs:label "import"^^xsd:string . | ||
320 | 330 | ||
321 | -erhf:SimulatedFlow | 331 | +erhf:RF_injection |
322 | - rdf:type erhf:FlowQualifier . | 332 | + rdf:type erhf:FlowKind ; |
333 | + rdfs:label "injection"^^xsd:string . | ||
323 | 334 | ||
324 | -erhf:Storage | 335 | +erhf:RF_inventory |
325 | - rdf:type erhf:FlowKind . | 336 | + rdf:type erhf:FlowKind ; |
337 | + rdfs:label "inventory"^^xsd:string . | ||
326 | 338 | ||
327 | -erhf:TargetFlow | 339 | +erhf:RF_overboard |
328 | - rdf:type erhf:FlowQualifier . | 340 | + rdf:type erhf:FlowKind ; |
341 | + rdfs:label "overboard"^^xsd:string . | ||
342 | + | ||
343 | +erhf:RF_production | ||
344 | + rdf:type erhf:FlowKind ; | ||
345 | + rdfs:label "production"^^xsd:string . | ||
346 | + | ||
347 | +erhf:RF_sale | ||
348 | + rdf:type erhf:FlowKind ; | ||
349 | + rdfs:label "sale"^^xsd:string . | ||
350 | + | ||
351 | +erhf:ReportingFlow_RF_storage | ||
352 | + rdf:type erhf:FlowKind ; | ||
353 | + rdfs:label "storage"^^xsd:string . | ||
329 | 354 | ||
330 | -erhf:TariffBasisFlow | 355 | +erhf:ReportingFlow_RF_unknown |
331 | - rdf:type erhf:FlowQualifier . | 356 | + rdf:type erhf:FlowKind ; |
357 | + rdfs:label "unknown"^^xsd:string . | ||
332 | 358 | ||
333 | erhf:TransportationUtilizationFacility | 359 | erhf:TransportationUtilizationFacility |
334 | rdf:type owl:Class ; | 360 | rdf:type owl:Class ; |
... | @@ -340,12 +366,6 @@ erhf:TransportationUtilizationFacility | ... | @@ -340,12 +366,6 @@ erhf:TransportationUtilizationFacility |
340 | owl:onProperty erhf:npdid | 366 | owl:onProperty erhf:npdid |
341 | ] . | 367 | ] . |
342 | 368 | ||
343 | -erhf:Unknown | ||
344 | - rdf:type erhf:FlowKind . | ||
345 | - | ||
346 | -erhf:ValueAdjustedFlow | ||
347 | - rdf:type erhf:FlowQualifier . | ||
348 | - | ||
349 | erhf:Well | 369 | erhf:Well |
350 | rdf:type owl:Class ; | 370 | rdf:type owl:Class ; |
351 | rdfs:subClassOf erhf:Facility . | 371 | rdfs:subClassOf erhf:Facility . |
... | @@ -359,13 +379,6 @@ erhf:Wellbore | ... | @@ -359,13 +379,6 @@ erhf:Wellbore |
359 | owl:onProperty erhf:npdid | 379 | owl:onProperty erhf:npdid |
360 | ] . | 380 | ] . |
361 | 381 | ||
362 | -erhf:WholeLifeProductFlow | ||
363 | - rdf:type owl:Class . | ||
364 | - | ||
365 | -erhf:WholeLifeProductionFlow | ||
366 | - rdf:type owl:Class ; | ||
367 | - rdfs:subClassOf owl:Thing . | ||
368 | - | ||
369 | erhf:belongsTo | 382 | erhf:belongsTo |
370 | rdf:type owl:ObjectProperty ; | 383 | rdf:type owl:ObjectProperty ; |
371 | rdfs:label "belongs to"^^xsd:string . | 384 | rdfs:label "belongs to"^^xsd:string . |
... | @@ -387,6 +400,11 @@ erhf:drilledInProductionLicence | ... | @@ -387,6 +400,11 @@ erhf:drilledInProductionLicence |
387 | rdfs:label "drilled in PL"^^xsd:string ; | 400 | rdfs:label "drilled in PL"^^xsd:string ; |
388 | rdfs:range erhf:Licence . | 401 | rdfs:range erhf:Licence . |
389 | 402 | ||
403 | +erhf:erhid | ||
404 | + rdf:type owl:DatatypeProperty ; | ||
405 | + rdfs:label "ERH name"^^xsd:string ; | ||
406 | + rdfs:range xsd:string . | ||
407 | + | ||
390 | erhf:erhname | 408 | erhf:erhname |
391 | rdf:type owl:DatatypeProperty ; | 409 | rdf:type owl:DatatypeProperty ; |
392 | rdfs:label "ERH name"^^xsd:string ; | 410 | rdfs:label "ERH name"^^xsd:string ; |
... | @@ -398,6 +416,16 @@ erhf:flowPartOfField | ... | @@ -398,6 +416,16 @@ erhf:flowPartOfField |
398 | rdfs:label "flow part of field"^^xsd:string ; | 416 | rdfs:label "flow part of field"^^xsd:string ; |
399 | rdfs:range erhf:Field . | 417 | rdfs:range erhf:Field . |
400 | 418 | ||
419 | +erhf:hasFlowKind | ||
420 | + rdf:type owl:ObjectProperty ; | ||
421 | + rdfs:domain erhf:Flow ; | ||
422 | + rdfs:range erhf:FlowKind . | ||
423 | + | ||
424 | +erhf:hasFlowQualifier | ||
425 | + rdf:type owl:ObjectProperty ; | ||
426 | + rdfs:domain erhf:Flow ; | ||
427 | + rdfs:range erhf:FlowQualifier . | ||
428 | + | ||
401 | erhf:nameInField | 429 | erhf:nameInField |
402 | rdf:type owl:ObjectProperty ; | 430 | rdf:type owl:ObjectProperty ; |
403 | rdfs:label "name in field"^^xsd:string ; | 431 | rdfs:label "name in field"^^xsd:string ; | ... | ... |
... | @@ -4,6 +4,7 @@ | ... | @@ -4,6 +4,7 @@ |
4 | # imports: http://www.reportinghub.no/np/data/npd | 4 | # imports: http://www.reportinghub.no/np/data/npd |
5 | # imports: http://www.reportinghub.no/np/schema/1.0/npd | 5 | # imports: http://www.reportinghub.no/np/schema/1.0/npd |
6 | 6 | ||
7 | +@prefix fn: <http://www.w3.org/2005/xpath-functions#> . | ||
7 | @prefix npdfacts-erhf: <http://www.reportinghub.no/erhf/transform/npdfacts-erhf#> . | 8 | @prefix npdfacts-erhf: <http://www.reportinghub.no/erhf/transform/npdfacts-erhf#> . |
8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 10 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
... | @@ -57,26 +58,102 @@ | ... | @@ -57,26 +58,102 @@ |
57 | sp:predicate rdf:type ; | 58 | sp:predicate rdf:type ; |
58 | sp:subject spin:_this | 59 | sp:subject spin:_this |
59 | ] [ sp:object | 60 | ] [ sp:object |
60 | - [ sp:varName "npdid"^^xsd:string | 61 | + [ sp:varName "id"^^xsd:string |
61 | ] ; | 62 | ] ; |
62 | sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#npdid> ; | 63 | sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#npdid> ; |
63 | sp:subject spin:_this | 64 | sp:subject spin:_this |
64 | ] [ sp:object | 65 | ] [ sp:object |
65 | - [ sp:varName "npdname"^^xsd:string | 66 | + [ sp:varName "name"^^xsd:string |
66 | ] ; | 67 | ] ; |
67 | sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#npdname> ; | 68 | sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#npdname> ; |
68 | sp:subject spin:_this | 69 | sp:subject spin:_this |
70 | + ] [ sp:object | ||
71 | + [ sp:varName "operator"^^xsd:string | ||
72 | + ] ; | ||
73 | + sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#operatingCompany> ; | ||
74 | + sp:subject spin:_this | ||
75 | + ] [ sp:object <http://www.reportinghub.no/erhf/schema/erh-facts#Company> ; | ||
76 | + sp:predicate rdf:type ; | ||
77 | + sp:subject | ||
78 | + [ sp:varName "operator"^^xsd:string | ||
79 | + ] | ||
80 | + ] [ sp:object | ||
81 | + [ sp:varName "operatorid"^^xsd:string | ||
82 | + ] ; | ||
83 | + sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#npdid> ; | ||
84 | + sp:subject | ||
85 | + [ sp:varName "operator"^^xsd:string | ||
86 | + ] | ||
87 | + ] [ sp:object | ||
88 | + [ sp:varName "oplabel"^^xsd:string | ||
89 | + ] ; | ||
90 | + sp:predicate rdfs:label ; | ||
91 | + sp:subject | ||
92 | + [ sp:varName "operator"^^xsd:string | ||
93 | + ] | ||
94 | + ] [ sp:object | ||
95 | + [ sp:varName "operatorname"^^xsd:string | ||
96 | + ] ; | ||
97 | + sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#npdname> ; | ||
98 | + sp:subject | ||
99 | + [ sp:varName "operator"^^xsd:string | ||
100 | + ] | ||
101 | + ] [ sp:object | ||
102 | + [ sp:varName "status"^^xsd:string | ||
103 | + ] ; | ||
104 | + sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#currentActivityStatus> ; | ||
105 | + sp:subject spin:_this | ||
69 | ]) ; | 106 | ]) ; |
70 | - sp:where ([ sp:object | 107 | + sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/facility#Field> ; |
71 | - [ sp:varName "npdid"^^xsd:string | 108 | + sp:predicate rdf:type ; |
109 | + sp:subject spin:_this | ||
110 | + ] [ sp:object | ||
111 | + [ sp:varName "id"^^xsd:string | ||
72 | ] ; | 112 | ] ; |
73 | sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ; | 113 | sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ; |
74 | sp:subject spin:_this | 114 | sp:subject spin:_this |
75 | ] [ sp:object | 115 | ] [ sp:object |
76 | - [ sp:varName "npdname"^^xsd:string | 116 | + [ sp:varName "name"^^xsd:string |
77 | ] ; | 117 | ] ; |
78 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 118 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
79 | sp:subject spin:_this | 119 | sp:subject spin:_this |
120 | + ] [ sp:object | ||
121 | + [ sp:varName "operator"^^xsd:string | ||
122 | + ] ; | ||
123 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#fieldOperator> ; | ||
124 | + sp:subject spin:_this | ||
125 | + ] [ sp:object | ||
126 | + [ sp:varName "operatorid"^^xsd:string | ||
127 | + ] ; | ||
128 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ; | ||
129 | + sp:subject | ||
130 | + [ sp:varName "operator"^^xsd:string | ||
131 | + ] | ||
132 | + ] [ sp:object | ||
133 | + [ sp:varName "operatorname"^^xsd:string | ||
134 | + ] ; | ||
135 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | ||
136 | + sp:subject | ||
137 | + [ sp:varName "operator"^^xsd:string | ||
138 | + ] | ||
139 | + ] [ sp:object | ||
140 | + [ sp:varName "status"^^xsd:string | ||
141 | + ] ; | ||
142 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#currentActivityStatus> ; | ||
143 | + sp:subject spin:_this | ||
144 | + ] [ rdf:type sp:Bind ; | ||
145 | + sp:expression | ||
146 | + [ rdf:type fn:concat ; | ||
147 | + sp:arg1 [ sp:varName "operatorname"^^xsd:string | ||
148 | + ] ; | ||
149 | + sp:arg2 " (NPD Id " ; | ||
150 | + sp:arg3 [ sp:varName "operatorid"^^xsd:string | ||
151 | + ] ; | ||
152 | + sp:arg4 ")" | ||
153 | + ] ; | ||
154 | + sp:variable | ||
155 | + [ sp:varName "oplabel"^^xsd:string | ||
156 | + ] | ||
80 | ]) | 157 | ]) |
81 | ] . | 158 | ] . |
82 | 159 | ||
... | @@ -92,12 +169,22 @@ | ... | @@ -92,12 +169,22 @@ |
92 | ] ; | 169 | ] ; |
93 | sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#npdname> ; | 170 | sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#npdname> ; |
94 | sp:subject spin:_this | 171 | sp:subject spin:_this |
172 | + ] [ sp:object | ||
173 | + [ sp:varName "field"^^xsd:string | ||
174 | + ] ; | ||
175 | + sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#wellPartOfField> ; | ||
176 | + sp:subject spin:_this | ||
95 | ]) ; | 177 | ]) ; |
96 | sp:where ([ sp:object | 178 | sp:where ([ sp:object |
97 | [ sp:varName "npdname"^^xsd:string | 179 | [ sp:varName "npdname"^^xsd:string |
98 | ] ; | 180 | ] ; |
99 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 181 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
100 | sp:subject spin:_this | 182 | sp:subject spin:_this |
183 | + ] [ sp:object | ||
184 | + [ sp:varName "field"^^xsd:string | ||
185 | + ] ; | ||
186 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#wellPartOfField> ; | ||
187 | + sp:subject spin:_this | ||
101 | ]) | 188 | ]) |
102 | ] . | 189 | ] . |
103 | 190 | ||
... | @@ -134,7 +221,7 @@ | ... | @@ -134,7 +221,7 @@ |
134 | 221 | ||
135 | <http://www.reportinghub.no/erhf/transform/npdfacts-erhf> | 222 | <http://www.reportinghub.no/erhf/transform/npdfacts-erhf> |
136 | rdf:type owl:Ontology ; | 223 | rdf:type owl:Ontology ; |
137 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/erhf/schema/1.0/erh-facts> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/np/data/npd> ; | 224 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/erhf/schema/1.0/erh-facts> , <http://www.reportinghub.no/np/data/npd> , <http://www.reportinghub.no/np/schema/1.0/npd> ; |
138 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 225 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
139 | 226 | ||
140 | <http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea> | 227 | <http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea> |
... | @@ -202,30 +289,48 @@ | ... | @@ -202,30 +289,48 @@ |
202 | <http://www.reportinghub.no/np/schema/npd#OperatingCompany> | 289 | <http://www.reportinghub.no/np/schema/npd#OperatingCompany> |
203 | spin:rule | 290 | spin:rule |
204 | [ rdf:type sp:Construct ; | 291 | [ rdf:type sp:Construct ; |
205 | - rdfs:comment "1000 make Company"^^xsd:string ; | 292 | + rdfs:comment "1000 Make Company"^^xsd:string ; |
206 | sp:templates ([ sp:object <http://www.reportinghub.no/erhf/schema/erh-facts#Company> ; | 293 | sp:templates ([ sp:object <http://www.reportinghub.no/erhf/schema/erh-facts#Company> ; |
207 | sp:predicate rdf:type ; | 294 | sp:predicate rdf:type ; |
208 | sp:subject spin:_this | 295 | sp:subject spin:_this |
209 | ] [ sp:object | 296 | ] [ sp:object |
210 | - [ sp:varName "npdid"^^xsd:string | 297 | + [ sp:varName "operatorid"^^xsd:string |
211 | ] ; | 298 | ] ; |
212 | sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#npdid> ; | 299 | sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#npdid> ; |
213 | sp:subject spin:_this | 300 | sp:subject spin:_this |
214 | ] [ sp:object | 301 | ] [ sp:object |
215 | - [ sp:varName "npdname"^^xsd:string | 302 | + [ sp:varName "oplabel"^^xsd:string |
303 | + ] ; | ||
304 | + sp:predicate rdfs:label ; | ||
305 | + sp:subject spin:_this | ||
306 | + ] [ sp:object | ||
307 | + [ sp:varName "operatorname"^^xsd:string | ||
216 | ] ; | 308 | ] ; |
217 | sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#npdname> ; | 309 | sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#npdname> ; |
218 | sp:subject spin:_this | 310 | sp:subject spin:_this |
219 | ]) ; | 311 | ]) ; |
220 | sp:where ([ sp:object | 312 | sp:where ([ sp:object |
221 | - [ sp:varName "npdid"^^xsd:string | 313 | + [ sp:varName "id"^^xsd:string |
222 | ] ; | 314 | ] ; |
223 | sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ; | 315 | sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ; |
224 | sp:subject spin:_this | 316 | sp:subject spin:_this |
225 | ] [ sp:object | 317 | ] [ sp:object |
226 | - [ sp:varName "npdname"^^xsd:string | 318 | + [ sp:varName "name"^^xsd:string |
227 | ] ; | 319 | ] ; |
228 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 320 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
229 | sp:subject spin:_this | 321 | sp:subject spin:_this |
322 | + ] [ rdf:type sp:Bind ; | ||
323 | + sp:expression | ||
324 | + [ rdf:type fn:concat ; | ||
325 | + sp:arg1 [ sp:varName "name"^^xsd:string | ||
326 | + ] ; | ||
327 | + sp:arg2 " (NPD Id " ; | ||
328 | + sp:arg3 [ sp:varName "id"^^xsd:string | ||
329 | + ] ; | ||
330 | + sp:arg4 ")" | ||
331 | + ] ; | ||
332 | + sp:variable | ||
333 | + [ sp:varName "oplabel"^^xsd:string | ||
334 | + ] | ||
230 | ]) | 335 | ]) |
231 | ] . | 336 | ] . | ... | ... |
1 | +# baseURI: http://www.reportinghub.no/test/flow_facts/transform/facts-ss-to-erhf-facts | ||
2 | +# imports: file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema | ||
3 | +# imports: file:///www.reportinghub.no/test/flow_facts/data/trym-flow-facts.xls | ||
4 | +# imports: http://spinrdf.org/spin | ||
5 | +# imports: http://www.reportinghub.no/erhf/data/erh/facts | ||
6 | +# imports: http://www.reportinghub.no/erhf/schema/1.0/erh-facts | ||
7 | +# imports: http://www.reportinghub.no/np/data/npd | ||
8 | + | ||
9 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | ||
10 | +@prefix facts-ss-to-erhf-facts: <http://www.reportinghub.no/test/flow_facts/transform/facts-ss-to-erhf-facts#> . | ||
11 | +@prefix fn: <http://www.w3.org/2005/xpath-functions#> . | ||
12 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
13 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
14 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
15 | +@prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . | ||
16 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
17 | +@prefix spif: <http://spinrdf.org/spif#> . | ||
18 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
19 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
20 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
21 | + | ||
22 | +<file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flow-facts> | ||
23 | + spin:rule | ||
24 | + [ rdf:type sp:Construct ; | ||
25 | + sp:templates ([ sp:object <http://www.reportinghub.no/erhf/schema/erh-facts#Flow> ; | ||
26 | + sp:predicate rdf:type ; | ||
27 | + sp:subject | ||
28 | + [ sp:varName "flowuri"^^xsd:string | ||
29 | + ] | ||
30 | + ] [ sp:object | ||
31 | + [ sp:varName "npdfield"^^xsd:string | ||
32 | + ] ; | ||
33 | + sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#flowPartOfField> ; | ||
34 | + sp:subject | ||
35 | + [ sp:varName "flowuri"^^xsd:string | ||
36 | + ] | ||
37 | + ] [ sp:object | ||
38 | + [ sp:varName "flowuid"^^xsd:string | ||
39 | + ] ; | ||
40 | + sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#erhid> ; | ||
41 | + sp:subject | ||
42 | + [ sp:varName "flowuri"^^xsd:string | ||
43 | + ] | ||
44 | + ] [ sp:object | ||
45 | + [ sp:varName "flowname"^^xsd:string | ||
46 | + ] ; | ||
47 | + sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#erhname> ; | ||
48 | + sp:subject | ||
49 | + [ sp:varName "flowuri"^^xsd:string | ||
50 | + ] | ||
51 | + ] [ sp:object | ||
52 | + [ sp:varName "flowkinduri"^^xsd:string | ||
53 | + ] ; | ||
54 | + sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#hasFlowKind> ; | ||
55 | + sp:subject | ||
56 | + [ sp:varName "flowuri"^^xsd:string | ||
57 | + ] | ||
58 | + ] [ sp:object | ||
59 | + [ sp:varName "flowqualuri"^^xsd:string | ||
60 | + ] ; | ||
61 | + sp:predicate <http://www.reportinghub.no/erhf/schema/erh-facts#hasFlowQualifier> ; | ||
62 | + sp:subject | ||
63 | + [ sp:varName "flowuri"^^xsd:string | ||
64 | + ] | ||
65 | + ]) ; | ||
66 | + sp:where ([ sp:object <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flow-facts> ; | ||
67 | + sp:predicate rdf:type ; | ||
68 | + sp:subject spin:_this | ||
69 | + ] [ sp:object | ||
70 | + [ sp:varName "kind"^^xsd:string | ||
71 | + ] ; | ||
72 | + sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flowKind> ; | ||
73 | + sp:subject spin:_this | ||
74 | + ] [ sp:object | ||
75 | + [ sp:varName "fieldname"^^xsd:string | ||
76 | + ] ; | ||
77 | + sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#FieldNPDName> ; | ||
78 | + sp:subject spin:_this | ||
79 | + ] [ sp:object | ||
80 | + [ sp:varName "fieldname"^^xsd:string | ||
81 | + ] ; | ||
82 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | ||
83 | + sp:subject | ||
84 | + [ sp:varName "npdfield"^^xsd:string | ||
85 | + ] | ||
86 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Field> ; | ||
87 | + sp:predicate rdf:type ; | ||
88 | + sp:subject | ||
89 | + [ sp:varName "npdfield"^^xsd:string | ||
90 | + ] | ||
91 | + ] [ sp:object | ||
92 | + [ sp:varName "fieldid"^^xsd:string | ||
93 | + ] ; | ||
94 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ; | ||
95 | + sp:subject | ||
96 | + [ sp:varName "npdfield"^^xsd:string | ||
97 | + ] | ||
98 | + ] [ rdf:type sp:Optional ; | ||
99 | + sp:elements ([ sp:object | ||
100 | + [ sp:varName "flowuid"^^xsd:string | ||
101 | + ] ; | ||
102 | + sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flowUID> ; | ||
103 | + sp:subject spin:_this | ||
104 | + ] [ sp:object | ||
105 | + [ sp:varName "flowname"^^xsd:string | ||
106 | + ] ; | ||
107 | + sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flowName> ; | ||
108 | + sp:subject spin:_this | ||
109 | + ]) | ||
110 | + ] [ rdf:type sp:Optional ; | ||
111 | + sp:elements ([ sp:object | ||
112 | + [ sp:varName "flowkind"^^xsd:string | ||
113 | + ] ; | ||
114 | + sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flowKind> ; | ||
115 | + sp:subject spin:_this | ||
116 | + ] [ rdf:type sp:Bind ; | ||
117 | + sp:expression | ||
118 | + [ rdf:type afn:substr ; | ||
119 | + sp:arg1 [ sp:varName "flowkind"^^xsd:string | ||
120 | + ] ; | ||
121 | + sp:arg2 [ rdf:type sp:add ; | ||
122 | + sp:arg1 [ rdf:type spif:indexOf ; | ||
123 | + sp:arg1 [ sp:varName "flowkind"^^xsd:string | ||
124 | + ] ; | ||
125 | + sp:arg2 ":" | ||
126 | + ] ; | ||
127 | + sp:arg2 1 | ||
128 | + ] | ||
129 | + ] ; | ||
130 | + sp:variable | ||
131 | + [ sp:varName "flowkindname"^^xsd:string | ||
132 | + ] | ||
133 | + ] [ rdf:type sp:Bind ; | ||
134 | + sp:expression | ||
135 | + [ rdf:type smf:buildURI ; | ||
136 | + sp:arg1 "erhf:{?flowkindname}" ; | ||
137 | + sp:arg2 [ sp:varName "flowkindname"^^xsd:string | ||
138 | + ] | ||
139 | + ] ; | ||
140 | + sp:variable | ||
141 | + [ sp:varName "flowkinduri"^^xsd:string | ||
142 | + ] | ||
143 | + ]) | ||
144 | + ] [ rdf:type sp:Optional ; | ||
145 | + sp:elements ([ sp:object | ||
146 | + [ sp:varName "flowqual"^^xsd:string | ||
147 | + ] ; | ||
148 | + sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flowQualifier> ; | ||
149 | + sp:subject spin:_this | ||
150 | + ] [ rdf:type sp:Bind ; | ||
151 | + sp:expression | ||
152 | + [ rdf:type afn:substr ; | ||
153 | + sp:arg1 [ sp:varName "flowqual"^^xsd:string | ||
154 | + ] ; | ||
155 | + sp:arg2 [ rdf:type sp:add ; | ||
156 | + sp:arg1 [ rdf:type spif:indexOf ; | ||
157 | + sp:arg1 [ sp:varName "flowqual"^^xsd:string | ||
158 | + ] ; | ||
159 | + sp:arg2 ":" | ||
160 | + ] ; | ||
161 | + sp:arg2 1 | ||
162 | + ] | ||
163 | + ] ; | ||
164 | + sp:variable | ||
165 | + [ sp:varName "flowqualname"^^xsd:string | ||
166 | + ] | ||
167 | + ] [ rdf:type sp:Bind ; | ||
168 | + sp:expression | ||
169 | + [ rdf:type smf:buildURI ; | ||
170 | + sp:arg1 "erhf:{?flowqualname}" ; | ||
171 | + sp:arg2 [ sp:varName "flowqualname"^^xsd:string | ||
172 | + ] | ||
173 | + ] ; | ||
174 | + sp:variable | ||
175 | + [ sp:varName "flowqualuri"^^xsd:string | ||
176 | + ] | ||
177 | + ]) | ||
178 | + ] [ rdf:type sp:Bind ; | ||
179 | + sp:expression | ||
180 | + [ rdf:type fn:concat ; | ||
181 | + sp:arg1 "Field-" ; | ||
182 | + sp:arg2 [ sp:varName "fieldid"^^xsd:string | ||
183 | + ] ; | ||
184 | + sp:arg3 "-Flow-" ; | ||
185 | + sp:arg4 [ sp:varName "flowuid"^^xsd:string | ||
186 | + ] | ||
187 | + ] ; | ||
188 | + sp:variable | ||
189 | + [ sp:varName "flowlocalname"^^xsd:string | ||
190 | + ] | ||
191 | + ] [ rdf:type sp:Bind ; | ||
192 | + sp:expression | ||
193 | + [ rdf:type smf:buildURI ; | ||
194 | + sp:arg1 "http://www.reportinghub.no/erhf/data/erh/facts/{?flowlocalname}" ; | ||
195 | + sp:arg2 [ sp:varName "flowlocalname"^^xsd:string | ||
196 | + ] | ||
197 | + ] ; | ||
198 | + sp:variable | ||
199 | + [ sp:varName "flowuri"^^xsd:string | ||
200 | + ] | ||
201 | + ]) | ||
202 | + ] . | ||
203 | + | ||
204 | +<http://www.reportinghub.no/test/flow_facts/transform/facts-ss-to-erhf-facts> | ||
205 | + rdf:type owl:Ontology ; | ||
206 | + owl:imports <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema> , <file:///www.reportinghub.no/test/flow_facts/data/trym-flow-facts.xls> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/erhf/data/erh/facts> , <http://www.reportinghub.no/erhf/schema/1.0/erh-facts> , <http://www.reportinghub.no/np/data/npd> ; | ||
207 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
1 | +# baseURI: null | ||
2 | + | ||
3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
9 | +@prefix visual: <http://topbraid.org/visual#> . | ||
10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | + | ||
12 | +[] rdf:type inference:Configuration ; | ||
13 | + composite:child | ||
14 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
15 | + composite:index "0"^^xsd:int | ||
16 | + ] . |
-
Please register or login to post a comment