David Price

Progressing simpliifed fact ontology

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 .
This diff is collapsed. Click to expand it.
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 .
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 + ] .