David Price

Fixed some of ProductVolume report issues through use of hasPart instead of hasN…

…etworkPart between ProductionFlow
1 -# baseURI: http://www.reportinghub.no/ep/spin/mpr-tables 1 +# baseURI: http://www.reportinghub.no/ep/spin/mpr-tables
2 -# imports: http://spinrdf.org/spin 2 +# imports: http://spinrdf.org/spin
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/production 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/production
4 -# imports: http://www.reportinghub.no/ep/spin/1.1/lib 4 +# imports: http://www.reportinghub.no/ep/spin/1.1/lib
5 - 5 +
6 -@prefix mpr-tables: <http://www.reportinghub.no/ep/spin/mpr-tables#> . 6 +@prefix mpr-tables: <http://www.reportinghub.no/ep/spin/mpr-tables#> .
7 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 7 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
8 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 -@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . 10 +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
11 -@prefix sp: <http://spinrdf.org/sp#> . 11 +@prefix sp: <http://spinrdf.org/sp#> .
12 -@prefix spin: <http://spinrdf.org/spin#> . 12 +@prefix spin: <http://spinrdf.org/spin#> .
13 -@prefix spl: <http://spinrdf.org/spl#> . 13 +@prefix spl: <http://spinrdf.org/spl#> .
14 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 14 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
15 - 15 +
16 -<http://www.reportinghub.no/ep/spin/mpr-tables> 16 +<http://www.reportinghub.no/ep/spin/mpr-tables>
17 - rdf:type owl:Ontology ; 17 + rdf:type owl:Ontology ;
18 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> ; 18 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ;
19 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 - 20 +
21 -mpr-tables:ProductionFlows 21 +mpr-tables:ProductionFlows
22 - rdf:type rhspin:TableTemplate ; 22 + rdf:type rhspin:TableTemplate ;
23 - rdfs:label "Production flows"^^xsd:string ; 23 + rdfs:label "Production flows"^^xsd:string ;
24 - rdfs:subClassOf rhspin:MPRGTableTemplates ; 24 + rdfs:subClassOf rhspin:MPRGTableTemplates ;
25 - spin:body 25 + spin:body
26 - [ rdf:type sp:Select ; 26 + [ rdf:type sp:Select ;
27 - sp:resultVariables ([ sp:varName "productionFlowFacilityName"^^xsd:string 27 + sp:resultVariables ([ sp:varName "productionFlowFacilityName"^^xsd:string
28 - ] [ sp:varName "productionFlowName"^^xsd:string 28 + ] [ sp:varName "productionFlowName"^^xsd:string
29 - ] [ sp:varName "productionFlowDefinitionTypeName"^^xsd:string 29 + ] [ sp:varName "productionFlowDefinitionTypeName"^^xsd:string
30 - ] [ sp:varName "productionFlowDefinitionSubTypeName"^^xsd:string 30 + ] [ sp:varName "productionFlowDefinitionSubTypeName"^^xsd:string
31 - ] [ sp:varName "productionFlowPurposeTypeName"^^xsd:string 31 + ] [ sp:varName "productionFlowPurposeTypeName"^^xsd:string
32 - ] [ sp:varName "productFlowName"^^xsd:string 32 + ] [ sp:varName "productFlowName"^^xsd:string
33 - ] [ sp:varName "productFlowMaterialTypeName"^^xsd:string 33 + ] [ sp:varName "productFlowMaterialTypeName"^^xsd:string
34 - ] [ sp:varName "productFlowGrossOrNetTypeName"^^xsd:string 34 + ] [ sp:varName "productFlowGrossOrNetTypeName"^^xsd:string
35 - ] [ sp:varName "productFlowInPeriodDurationTypeName"^^xsd:string 35 + ] [ sp:varName "productFlowInPeriodDurationTypeName"^^xsd:string
36 - ] [ sp:varName "massInKilograms"^^xsd:string 36 + ] [ sp:varName "massInKilograms"^^xsd:string
37 - ] [ sp:varName "pressureInAtmospheres"^^xsd:string 37 + ] [ sp:varName "pressureInAtmospheres"^^xsd:string
38 - ] [ sp:varName "temperatureInCelsius"^^xsd:string 38 + ] [ sp:varName "temperatureInCelsius"^^xsd:string
39 - ] [ sp:varName "volumeInMetre3"^^xsd:string 39 + ] [ sp:varName "volumeInMetre3"^^xsd:string
40 - ] [ sp:varName "grossCalorificValueInMegaJouleMetre_3"^^xsd:string 40 + ] [ sp:varName "grossCalorificValueInMegaJouleMetre_3"^^xsd:string
41 - ]) ; 41 + ]) ;
42 - sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; 42 + sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ;
43 - sp:predicate rdf:type ; 43 + sp:predicate rdf:type ;
44 - sp:subject 44 + sp:subject
45 - [ sp:varName "productionReport"^^xsd:string 45 + [ sp:varName "productionReport"^^xsd:string
46 - ] 46 + ]
47 - ] [ sp:object 47 + ] [ sp:object
48 - [ sp:varName "productionReport"^^xsd:string 48 + [ sp:varName "productionReport"^^xsd:string
49 - ] ; 49 + ] ;
50 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; 50 + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
51 - sp:subject 51 + sp:subject
52 - [ sp:varName "productVolumeReport"^^xsd:string 52 + [ sp:varName "productVolumeReport"^^xsd:string
53 - ] 53 + ]
54 - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductVolumeReport> ; 54 + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductVolumeReport> ;
55 - sp:predicate rdf:type ; 55 + sp:predicate rdf:type ;
56 - sp:subject 56 + sp:subject
57 - [ sp:varName "productVolumeReport"^^xsd:string 57 + [ sp:varName "productVolumeReport"^^xsd:string
58 - ] 58 + ]
59 - ] [ sp:object 59 + ] [ sp:object
60 - [ sp:varName "productionFlowsInReportingPeriod"^^xsd:string 60 + [ sp:varName "productionFlowsInReportingPeriod"^^xsd:string
61 - ] ; 61 + ] ;
62 - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 62 + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
63 - sp:subject 63 + sp:subject
64 - [ sp:varName "productVolumeReport"^^xsd:string 64 + [ sp:varName "productVolumeReport"^^xsd:string
65 - ] 65 + ]
66 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ; 66 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ;
67 - sp:predicate rdf:type ; 67 + sp:predicate rdf:type ;
68 - sp:subject 68 + sp:subject
69 - [ sp:varName "productionFlowsInReportingPeriod"^^xsd:string 69 + [ sp:varName "productionFlowsInReportingPeriod"^^xsd:string
70 - ] 70 + ]
71 - ] [ sp:object 71 + ] [ sp:object
72 - [ sp:varName "productionFlowInReportingPeriod"^^xsd:string 72 + [ sp:varName "productionFlowInReportingPeriod"^^xsd:string
73 - ] ; 73 + ] ;
74 - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ; 74 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
75 - sp:subject 75 + sp:subject
76 - [ sp:varName "productionFlowsInReportingPeriod"^^xsd:string 76 + [ sp:varName "productionFlowsInReportingPeriod"^^xsd:string
77 - ] 77 + ]
78 - ] [ sp:object 78 + ] [ sp:object
79 - [ sp:varName "productionFlow"^^xsd:string 79 + [ sp:varName "productionFlow"^^xsd:string
80 - ] ; 80 + ] ;
81 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 81 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
82 - sp:subject 82 + sp:subject
83 - [ sp:varName "productionFlowInReportingPeriod"^^xsd:string 83 + [ sp:varName "productionFlowInReportingPeriod"^^xsd:string
84 - ] 84 + ]
85 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ; 85 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ;
86 - sp:predicate rdf:type ; 86 + sp:predicate rdf:type ;
87 - sp:subject 87 + sp:subject
88 - [ sp:varName "productionFlow"^^xsd:string 88 + [ sp:varName "productionFlow"^^xsd:string
89 - ] 89 + ]
90 - ] [ sp:object 90 + ] [ sp:object
91 - [ sp:varName "productionFlowFacility"^^xsd:string 91 + [ sp:varName "productionFlowFacility"^^xsd:string
92 - ] ; 92 + ] ;
93 - sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ; 93 + sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ;
94 - sp:subject 94 + sp:subject
95 - [ sp:varName "productionFlow"^^xsd:string 95 + [ sp:varName "productionFlow"^^xsd:string
96 - ] 96 + ]
97 - ] [ sp:object 97 + ] [ sp:object
98 - [ sp:varName "productionFlowFacilityName"^^xsd:string 98 + [ sp:varName "productionFlowFacilityName"^^xsd:string
99 - ] ; 99 + ] ;
100 - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; 100 + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
101 - sp:subject 101 + sp:subject
102 - [ sp:varName "productionFlowFacility"^^xsd:string 102 + [ sp:varName "productionFlowFacility"^^xsd:string
103 - ] 103 + ]
104 - ] [ rdf:type sp:Optional ; 104 + ] [ rdf:type sp:Optional ;
105 - sp:elements ([ sp:object 105 + sp:elements ([ sp:object
106 - [ sp:varName "productionFlowName"^^xsd:string 106 + [ sp:varName "productionFlowName"^^xsd:string
107 - ] ; 107 + ] ;
108 - sp:predicate rdfs:label ; 108 + sp:predicate rdfs:label ;
109 - sp:subject 109 + sp:subject
110 - [ sp:varName "productionFlow"^^xsd:string 110 + [ sp:varName "productionFlow"^^xsd:string
111 - ] 111 + ]
112 - ]) 112 + ])
113 - ] [ rdf:type sp:Optional ; 113 + ] [ rdf:type sp:Optional ;
114 - sp:elements ([ sp:object 114 + sp:elements ([ sp:object
115 - [ sp:varName "productionFlowDefinitionType"^^xsd:string 115 + [ sp:varName "productionFlowDefinitionType"^^xsd:string
116 - ] ; 116 + ] ;
117 - sp:predicate rdf:type ; 117 + sp:predicate rdf:type ;
118 - sp:subject 118 + sp:subject
119 - [ sp:varName "productionFlow"^^xsd:string 119 + [ sp:varName "productionFlow"^^xsd:string
120 - ] 120 + ]
121 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ; 121 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ;
122 - sp:predicate rdf:type ; 122 + sp:predicate rdf:type ;
123 - sp:subject 123 + sp:subject
124 - [ sp:varName "productionFlowDefinitionType"^^xsd:string 124 + [ sp:varName "productionFlowDefinitionType"^^xsd:string
125 - ] 125 + ]
126 - ] [ sp:object 126 + ] [ sp:object
127 - [ sp:varName "productionFlowDefinitionTypeName"^^xsd:string 127 + [ sp:varName "productionFlowDefinitionTypeName"^^xsd:string
128 - ] ; 128 + ] ;
129 - sp:predicate rdfs:label ; 129 + sp:predicate rdfs:label ;
130 - sp:subject 130 + sp:subject
131 - [ sp:varName "productionFlowDefinitionType"^^xsd:string 131 + [ sp:varName "productionFlowDefinitionType"^^xsd:string
132 - ] 132 + ]
133 - ]) 133 + ])
134 - ] [ rdf:type sp:Optional ; 134 + ] [ rdf:type sp:Optional ;
135 - sp:elements ([ sp:object 135 + sp:elements ([ sp:object
136 - [ sp:varName "productionFlowDefinitionSubType"^^xsd:string 136 + [ sp:varName "productionFlowDefinitionSubType"^^xsd:string
137 - ] ; 137 + ] ;
138 - sp:predicate rdf:type ; 138 + sp:predicate rdf:type ;
139 - sp:subject 139 + sp:subject
140 - [ sp:varName "productionFlow"^^xsd:string 140 + [ sp:varName "productionFlow"^^xsd:string
141 - ] 141 + ]
142 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionSubType> ; 142 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionSubType> ;
143 - sp:predicate rdf:type ; 143 + sp:predicate rdf:type ;
144 - sp:subject 144 + sp:subject
145 - [ sp:varName "productionFlowDefinitionSubType"^^xsd:string 145 + [ sp:varName "productionFlowDefinitionSubType"^^xsd:string
146 - ] 146 + ]
147 - ] [ sp:object 147 + ] [ sp:object
148 - [ sp:varName "productionFlowDefinitionSubTypeName"^^xsd:string 148 + [ sp:varName "productionFlowDefinitionSubTypeName"^^xsd:string
149 - ] ; 149 + ] ;
150 - sp:predicate rdfs:label ; 150 + sp:predicate rdfs:label ;
151 - sp:subject 151 + sp:subject
152 - [ sp:varName "productionFlowDefinitionSubType"^^xsd:string 152 + [ sp:varName "productionFlowDefinitionSubType"^^xsd:string
153 - ] 153 + ]
154 - ]) 154 + ])
155 - ] [ rdf:type sp:Optional ; 155 + ] [ rdf:type sp:Optional ;
156 - sp:elements ([ sp:object 156 + sp:elements ([ sp:object
157 - [ sp:varName "productionFlowPurposeType"^^xsd:string 157 + [ sp:varName "productionFlowPurposeType"^^xsd:string
158 - ] ; 158 + ] ;
159 - sp:predicate rdf:type ; 159 + sp:predicate rdf:type ;
160 - sp:subject 160 + sp:subject
161 - [ sp:varName "productionFlow"^^xsd:string 161 + [ sp:varName "productionFlow"^^xsd:string
162 - ] 162 + ]
163 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowPurposeType> ; 163 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowPurposeType> ;
164 - sp:predicate rdf:type ; 164 + sp:predicate rdf:type ;
165 - sp:subject 165 + sp:subject
166 - [ sp:varName "productionFlowPurposeType"^^xsd:string 166 + [ sp:varName "productionFlowPurposeType"^^xsd:string
167 - ] 167 + ]
168 - ] [ sp:object 168 + ] [ sp:object
169 - [ sp:varName "productionFlowPurposeTypeName"^^xsd:string 169 + [ sp:varName "productionFlowPurposeTypeName"^^xsd:string
170 - ] ; 170 + ] ;
171 - sp:predicate rdfs:label ; 171 + sp:predicate rdfs:label ;
172 - sp:subject 172 + sp:subject
173 - [ sp:varName "productionFlowPurposeType"^^xsd:string 173 + [ sp:varName "productionFlowPurposeType"^^xsd:string
174 - ] 174 + ]
175 - ]) 175 + ])
176 - ] [ rdf:type sp:Optional ; 176 + ] [ rdf:type sp:Optional ;
177 - sp:elements ([ sp:object 177 + sp:elements ([ sp:object
178 - [ sp:varName "productFlowInReportingPeriod"^^xsd:string 178 + [ sp:varName "productFlowInReportingPeriod"^^xsd:string
179 - ] ; 179 + ] ;
180 - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; 180 + sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ;
181 - sp:subject 181 + sp:subject
182 - [ sp:varName "productionFlowInReportingPeriod"^^xsd:string 182 + [ sp:varName "productionFlowInReportingPeriod"^^xsd:string
183 - ] 183 + ]
184 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductFlow> ; 184 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductFlow> ;
185 - sp:predicate rdf:type ; 185 + sp:predicate rdf:type ;
186 - sp:subject 186 + sp:subject
187 - [ sp:varName "productFlowInReportingPeriod"^^xsd:string 187 + [ sp:varName "productFlowInReportingPeriod"^^xsd:string
188 - ] 188 + ]
189 - ] [ rdf:type sp:Optional ; 189 + ] [ rdf:type sp:Optional ;
190 - sp:elements ([ sp:object 190 + sp:elements ([ sp:object
191 - [ sp:varName "productFlow"^^xsd:string 191 + [ sp:varName "productFlow"^^xsd:string
192 - ] ; 192 + ] ;
193 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 193 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
194 - sp:subject 194 + sp:subject
195 - [ sp:varName "productFlowInReportingPeriod"^^xsd:string 195 + [ sp:varName "productFlowInReportingPeriod"^^xsd:string
196 - ] 196 + ]
197 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductFlow> ; 197 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductFlow> ;
198 - sp:predicate rdf:type ; 198 + sp:predicate rdf:type ;
199 - sp:subject 199 + sp:subject
200 - [ sp:varName "productFlow"^^xsd:string 200 + [ sp:varName "productFlow"^^xsd:string
201 - ] 201 + ]
202 - ] [ rdf:type sp:Optional ; 202 + ] [ rdf:type sp:Optional ;
203 - sp:elements ([ sp:object 203 + sp:elements ([ sp:object
204 - [ sp:varName "productFlowName"^^xsd:string 204 + [ sp:varName "productFlowName"^^xsd:string
205 - ] ; 205 + ] ;
206 - sp:predicate rdfs:label ; 206 + sp:predicate rdfs:label ;
207 - sp:subject 207 + sp:subject
208 - [ sp:varName "productFlow"^^xsd:string 208 + [ sp:varName "productFlow"^^xsd:string
209 - ] 209 + ]
210 - ]) 210 + ])
211 - ] [ rdf:type sp:Optional ; 211 + ] [ rdf:type sp:Optional ;
212 - sp:elements ([ sp:object 212 + sp:elements ([ sp:object
213 - [ sp:varName "productFlowMaterialType"^^xsd:string 213 + [ sp:varName "productFlowMaterialType"^^xsd:string
214 - ] ; 214 + ] ;
215 - sp:predicate rdf:type ; 215 + sp:predicate rdf:type ;
216 - sp:subject 216 + sp:subject
217 - [ sp:varName "productFlow"^^xsd:string 217 + [ sp:varName "productFlow"^^xsd:string
218 - ] 218 + ]
219 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductMaterialType> ; 219 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductMaterialType> ;
220 - sp:predicate rdf:type ; 220 + sp:predicate rdf:type ;
221 - sp:subject 221 + sp:subject
222 - [ sp:varName "productFlowMaterialType"^^xsd:string 222 + [ sp:varName "productFlowMaterialType"^^xsd:string
223 - ] 223 + ]
224 - ] [ sp:object 224 + ] [ sp:object
225 - [ sp:varName "productFlowMaterialTypeName"^^xsd:string 225 + [ sp:varName "productFlowMaterialTypeName"^^xsd:string
226 - ] ; 226 + ] ;
227 - sp:predicate rdfs:label ; 227 + sp:predicate rdfs:label ;
228 - sp:subject 228 + sp:subject
229 - [ sp:varName "productFlowMaterialType"^^xsd:string 229 + [ sp:varName "productFlowMaterialType"^^xsd:string
230 - ] 230 + ]
231 - ]) 231 + ])
232 - ] [ rdf:type sp:Optional ; 232 + ] [ rdf:type sp:Optional ;
233 - sp:elements ([ sp:object 233 + sp:elements ([ sp:object
234 - [ sp:varName "productFlowGrossOrNetType"^^xsd:string 234 + [ sp:varName "productFlowGrossOrNetType"^^xsd:string
235 - ] ; 235 + ] ;
236 - sp:predicate rdf:type ; 236 + sp:predicate rdf:type ;
237 - sp:subject 237 + sp:subject
238 - [ sp:varName "productFlow"^^xsd:string 238 + [ sp:varName "productFlow"^^xsd:string
239 - ] 239 + ]
240 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductFlowGrossOrNetType> ; 240 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductFlowGrossOrNetType> ;
241 - sp:predicate rdf:type ; 241 + sp:predicate rdf:type ;
242 - sp:subject 242 + sp:subject
243 - [ sp:varName "productFlowGrossOrNetType"^^xsd:string 243 + [ sp:varName "productFlowGrossOrNetType"^^xsd:string
244 - ] 244 + ]
245 - ] [ sp:object 245 + ] [ sp:object
246 - [ sp:varName "productFlowGrossOrNetTypeName"^^xsd:string 246 + [ sp:varName "productFlowGrossOrNetTypeName"^^xsd:string
247 - ] ; 247 + ] ;
248 - sp:predicate rdfs:label ; 248 + sp:predicate rdfs:label ;
249 - sp:subject 249 + sp:subject
250 - [ sp:varName "productFlowGrossOrNetType"^^xsd:string 250 + [ sp:varName "productFlowGrossOrNetType"^^xsd:string
251 - ] 251 + ]
252 - ]) 252 + ])
253 - ] [ rdf:type sp:Optional ; 253 + ] [ rdf:type sp:Optional ;
254 - sp:elements ([ sp:object 254 + sp:elements ([ sp:object
255 - [ sp:varName "productFlowInReportingPeriod"^^xsd:string 255 + [ sp:varName "productFlowInReportingPeriod"^^xsd:string
256 - ] ; 256 + ] ;
257 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 257 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
258 - sp:subject 258 + sp:subject
259 - [ sp:varName "productFlowInPeriod"^^xsd:string 259 + [ sp:varName "productFlowInPeriod"^^xsd:string
260 - ] 260 + ]
261 - ] [ rdf:type sp:Optional ; 261 + ] [ rdf:type sp:Optional ;
262 - sp:elements ([ sp:object 262 + sp:elements ([ sp:object
263 - [ sp:varName "productFlowInPeriodDurationType"^^xsd:string 263 + [ sp:varName "productFlowInPeriodDurationType"^^xsd:string
264 - ] ; 264 + ] ;
265 - sp:predicate rdf:type ; 265 + sp:predicate rdf:type ;
266 - sp:subject 266 + sp:subject
267 - [ sp:varName "productFlowInPeriod"^^xsd:string 267 + [ sp:varName "productFlowInPeriod"^^xsd:string
268 - ] 268 + ]
269 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#TemporalPartOfAFlowDurationType> ; 269 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#TemporalPartOfAFlowDurationType> ;
270 - sp:predicate rdf:type ; 270 + sp:predicate rdf:type ;
271 - sp:subject 271 + sp:subject
272 - [ sp:varName "productFlowInPeriodDurationType"^^xsd:string 272 + [ sp:varName "productFlowInPeriodDurationType"^^xsd:string
273 - ] 273 + ]
274 - ] [ sp:object 274 + ] [ sp:object
275 - [ sp:varName "productFlowInPeriodDurationTypeName"^^xsd:string 275 + [ sp:varName "productFlowInPeriodDurationTypeName"^^xsd:string
276 - ] ; 276 + ] ;
277 - sp:predicate rdfs:label ; 277 + sp:predicate rdfs:label ;
278 - sp:subject 278 + sp:subject
279 - [ sp:varName "productFlowInPeriodDurationType"^^xsd:string 279 + [ sp:varName "productFlowInPeriodDurationType"^^xsd:string
280 - ] 280 + ]
281 - ]) 281 + ])
282 - ] [ sp:object 282 + ] [ sp:object
283 - [ sp:varName "materialThatFlowsInPeriod"^^xsd:string 283 + [ sp:varName "materialThatFlowsInPeriod"^^xsd:string
284 - ] ; 284 + ] ;
285 - sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; 285 + sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ;
286 - sp:subject 286 + sp:subject
287 - [ sp:varName "productFlowInPeriod"^^xsd:string 287 + [ sp:varName "productFlowInPeriod"^^xsd:string
288 - ] 288 + ]
289 - ] [ rdf:type sp:Optional ; 289 + ] [ rdf:type sp:Optional ;
290 - sp:elements ([ sp:object 290 + sp:elements ([ sp:object
291 - [ sp:varName "mass"^^xsd:string 291 + [ sp:varName "mass"^^xsd:string
292 - ] ; 292 + ] ;
293 - sp:predicate rdf:type ; 293 + sp:predicate rdf:type ;
294 - sp:subject 294 + sp:subject
295 - [ sp:varName "materialThatFlowsInPeriod"^^xsd:string 295 + [ sp:varName "materialThatFlowsInPeriod"^^xsd:string
296 - ] 296 + ]
297 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mass> ; 297 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mass> ;
298 - sp:predicate rdf:type ; 298 + sp:predicate rdf:type ;
299 - sp:subject 299 + sp:subject
300 - [ sp:varName "mass"^^xsd:string 300 + [ sp:varName "mass"^^xsd:string
301 - ] 301 + ]
302 - ] [ sp:object 302 + ] [ sp:object
303 - [ sp:varName "massInKilograms"^^xsd:string 303 + [ sp:varName "massInKilograms"^^xsd:string
304 - ] ; 304 + ] ;
305 - sp:predicate <http://www.reportinghub.no/ep/schema/core#kilogram> ; 305 + sp:predicate <http://www.reportinghub.no/ep/schema/core#kilogram> ;
306 - sp:subject 306 + sp:subject
307 - [ sp:varName "mass"^^xsd:string 307 + [ sp:varName "mass"^^xsd:string
308 - ] 308 + ]
309 - ]) 309 + ])
310 - ] [ sp:object 310 + ] [ sp:object
311 - [ sp:varName "materialThatFlowsInPeriod"^^xsd:string 311 + [ sp:varName "materialThatFlowsInPeriod"^^xsd:string
312 - ] ; 312 + ] ;
313 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 313 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
314 - sp:subject 314 + sp:subject
315 - [ sp:varName "stateOfMaterialThatFlowsInPeriod"^^xsd:string 315 + [ sp:varName "stateOfMaterialThatFlowsInPeriod"^^xsd:string
316 - ] 316 + ]
317 - ] [ rdf:type sp:Optional ; 317 + ] [ rdf:type sp:Optional ;
318 - sp:elements ([ sp:object 318 + sp:elements ([ sp:object
319 - [ sp:varName "pressure"^^xsd:string 319 + [ sp:varName "pressure"^^xsd:string
320 - ] ; 320 + ] ;
321 - sp:predicate rdf:type ; 321 + sp:predicate rdf:type ;
322 - sp:subject 322 + sp:subject
323 - [ sp:varName "stateOfMaterialThatFlowsInPeriod"^^xsd:string 323 + [ sp:varName "stateOfMaterialThatFlowsInPeriod"^^xsd:string
324 - ] 324 + ]
325 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 325 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
326 - sp:predicate rdf:type ; 326 + sp:predicate rdf:type ;
327 - sp:subject 327 + sp:subject
328 - [ sp:varName "pressure"^^xsd:string 328 + [ sp:varName "pressure"^^xsd:string
329 - ] 329 + ]
330 - ] [ sp:object 330 + ] [ sp:object
331 - [ sp:varName "pressureInAtmospheres"^^xsd:string 331 + [ sp:varName "pressureInAtmospheres"^^xsd:string
332 - ] ; 332 + ] ;
333 - sp:predicate <http://www.reportinghub.no/ep/schema/core#atmosphere> ; 333 + sp:predicate <http://www.reportinghub.no/ep/schema/core#atmosphere> ;
334 - sp:subject 334 + sp:subject
335 - [ sp:varName "pressure"^^xsd:string 335 + [ sp:varName "pressure"^^xsd:string
336 - ] 336 + ]
337 - ]) 337 + ])
338 - ] [ rdf:type sp:Optional ; 338 + ] [ rdf:type sp:Optional ;
339 - sp:elements ([ sp:object 339 + sp:elements ([ sp:object
340 - [ sp:varName "temperature"^^xsd:string 340 + [ sp:varName "temperature"^^xsd:string
341 - ] ; 341 + ] ;
342 - sp:predicate rdf:type ; 342 + sp:predicate rdf:type ;
343 - sp:subject 343 + sp:subject
344 - [ sp:varName "stateOfMaterialThatFlowsInPeriod"^^xsd:string 344 + [ sp:varName "stateOfMaterialThatFlowsInPeriod"^^xsd:string
345 - ] 345 + ]
346 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; 346 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ;
347 - sp:predicate rdf:type ; 347 + sp:predicate rdf:type ;
348 - sp:subject 348 + sp:subject
349 - [ sp:varName "temperature"^^xsd:string 349 + [ sp:varName "temperature"^^xsd:string
350 - ] 350 + ]
351 - ] [ sp:object 351 + ] [ sp:object
352 - [ sp:varName "temperatureInCelsius"^^xsd:string 352 + [ sp:varName "temperatureInCelsius"^^xsd:string
353 - ] ; 353 + ] ;
354 - sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ; 354 + sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ;
355 - sp:subject 355 + sp:subject
356 - [ sp:varName "temperature"^^xsd:string 356 + [ sp:varName "temperature"^^xsd:string
357 - ] 357 + ]
358 - ]) 358 + ])
359 - ] [ sp:object 359 + ] [ sp:object
360 - [ sp:varName "volume"^^xsd:string 360 + [ sp:varName "volume"^^xsd:string
361 - ] ; 361 + ] ;
362 - sp:predicate rdf:type ; 362 + sp:predicate rdf:type ;
363 - sp:subject 363 + sp:subject
364 - [ sp:varName "stateOfMaterialThatFlowsInPeriod"^^xsd:string 364 + [ sp:varName "stateOfMaterialThatFlowsInPeriod"^^xsd:string
365 - ] 365 + ]
366 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; 366 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
367 - sp:predicate rdf:type ; 367 + sp:predicate rdf:type ;
368 - sp:subject 368 + sp:subject
369 - [ sp:varName "volume"^^xsd:string 369 + [ sp:varName "volume"^^xsd:string
370 - ] 370 + ]
371 - ] [ sp:object 371 + ] [ sp:object
372 - [ sp:varName "volumeInMetre3"^^xsd:string 372 + [ sp:varName "volumeInMetre3"^^xsd:string
373 - ] ; 373 + ] ;
374 - sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ; 374 + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ;
375 - sp:subject 375 + sp:subject
376 - [ sp:varName "volume"^^xsd:string 376 + [ sp:varName "volume"^^xsd:string
377 - ] 377 + ]
378 - ] [ rdf:type sp:Optional ; 378 + ] [ rdf:type sp:Optional ;
379 - sp:elements ([ sp:object 379 + sp:elements ([ sp:object
380 - [ sp:varName "calorificValue"^^xsd:string 380 + [ sp:varName "calorificValue"^^xsd:string
381 - ] ; 381 + ] ;
382 - sp:predicate <http://www.reportinghub.no/ep/schema/flow#grossCalorificValue> ; 382 + sp:predicate <http://www.reportinghub.no/ep/schema/flow#grossCalorificValue> ;
383 - sp:subject 383 + sp:subject
384 - [ sp:varName "stateOfMaterialThatFlowsInPeriod"^^xsd:string 384 + [ sp:varName "stateOfMaterialThatFlowsInPeriod"^^xsd:string
385 - ] 385 + ]
386 - ] [ sp:object 386 + ] [ sp:object
387 - [ sp:varName "grossCalorificValueInMegaJouleMetre_3"^^xsd:string 387 + [ sp:varName "grossCalorificValueInMegaJouleMetre_3"^^xsd:string
388 - ] ; 388 + ] ;
389 - sp:predicate <http://www.reportinghub.no/ep/schema/core#megajoule_m-3> ; 389 + sp:predicate <http://www.reportinghub.no/ep/schema/core#megajoule_m-3> ;
390 - sp:subject 390 + sp:subject
391 - [ sp:varName "calorificValue"^^xsd:string 391 + [ sp:varName "calorificValue"^^xsd:string
392 - ] 392 + ]
393 - ]) 393 + ])
394 - ]) 394 + ])
395 - ]) 395 + ])
396 - ]) 396 + ])
397 - ]) 397 + ])
398 - ] ; 398 + ] ;
399 - rhspin:tableHeaders ("facility"^^xsd:string "flow name"^^xsd:string "type"^^xsd:string "subtype"^^xsd:string "purpose"^^xsd:string "product"^^xsd:string "material type"^^xsd:string "gross or net"^^xsd:string "duration type"^^xsd:string "mass (kg)"^^xsd:string "pressure (atm)"^^xsd:string "temperature (C)"^^xsd:string "volume (m^3"^^xsd:string "gross calorific value (MJ/m^3)"^^xsd:string) . 399 + rhspin:tableHeaders ("facility"^^xsd:string "flow name"^^xsd:string "type"^^xsd:string "subtype"^^xsd:string "purpose"^^xsd:string "product"^^xsd:string "material type"^^xsd:string "gross or net"^^xsd:string "duration type"^^xsd:string "mass (kg)"^^xsd:string "pressure (atm)"^^xsd:string "temperature (C)"^^xsd:string "volume (m^3"^^xsd:string "gross calorific value (MJ/m^3)"^^xsd:string) .
......