Showing
1 changed file
with
72 additions
and
66 deletions
| ... | @@ -144,8 +144,8 @@ dpr-tables:ProductVolumes | ... | @@ -144,8 +144,8 @@ dpr-tables:ProductVolumes |
| 144 | ] [ sp:varName "flowPurposeName"^^xsd:string | 144 | ] [ sp:varName "flowPurposeName"^^xsd:string |
| 145 | ] [ sp:varName "flowDefinitionName"^^xsd:string | 145 | ] [ sp:varName "flowDefinitionName"^^xsd:string |
| 146 | ] [ sp:varName "densityValue"^^xsd:string | 146 | ] [ sp:varName "densityValue"^^xsd:string |
| 147 | - ] [ sp:varName "temperatureValue"^^xsd:string | ||
| 148 | ] [ sp:varName "pressureValue"^^xsd:string | 147 | ] [ sp:varName "pressureValue"^^xsd:string |
| 148 | + ] [ sp:varName "temperatureValue"^^xsd:string | ||
| 149 | ]) ; | 149 | ]) ; |
| 150 | sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | 150 | sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; |
| 151 | sp:predicate rdf:type ; | 151 | sp:predicate rdf:type ; |
| ... | @@ -183,6 +183,11 @@ dpr-tables:ProductVolumes | ... | @@ -183,6 +183,11 @@ dpr-tables:ProductVolumes |
| 183 | sp:subject | 183 | sp:subject |
| 184 | [ sp:varName "productionflownetwork"^^xsd:string | 184 | [ sp:varName "productionflownetwork"^^xsd:string |
| 185 | ] | 185 | ] |
| 186 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ; | ||
| 187 | + sp:predicate rdf:type ; | ||
| 188 | + sp:subject | ||
| 189 | + [ sp:varName "flow"^^xsd:string | ||
| 190 | + ] | ||
| 186 | ] [ sp:object | 191 | ] [ sp:object |
| 187 | [ sp:varName "productionflownetwork"^^xsd:string | 192 | [ sp:varName "productionflownetwork"^^xsd:string |
| 188 | ] ; | 193 | ] ; |
| ... | @@ -204,11 +209,6 @@ dpr-tables:ProductVolumes | ... | @@ -204,11 +209,6 @@ dpr-tables:ProductVolumes |
| 204 | sp:subject | 209 | sp:subject |
| 205 | [ sp:varName "containingWholeFacility"^^xsd:string | 210 | [ sp:varName "containingWholeFacility"^^xsd:string |
| 206 | ] | 211 | ] |
| 207 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ; | ||
| 208 | - sp:predicate rdf:type ; | ||
| 209 | - sp:subject | ||
| 210 | - [ sp:varName "flow"^^xsd:string | ||
| 211 | - ] | ||
| 212 | ] [ sp:object | 212 | ] [ sp:object |
| 213 | [ sp:varName "flowWhole"^^xsd:string | 213 | [ sp:varName "flowWhole"^^xsd:string |
| 214 | ] ; | 214 | ] ; |
| ... | @@ -228,10 +228,14 @@ dpr-tables:ProductVolumes | ... | @@ -228,10 +228,14 @@ dpr-tables:ProductVolumes |
| 228 | sp:subject | 228 | sp:subject |
| 229 | [ sp:varName "flowWhole"^^xsd:string | 229 | [ sp:varName "flowWhole"^^xsd:string |
| 230 | ] | 230 | ] |
| 231 | - ] [ sp:object | 231 | + ] [ rdf:type sp:TriplePath ; |
| 232 | + sp:object | ||
| 232 | [ sp:varName "flowInOutFacilityName"^^xsd:string | 233 | [ sp:varName "flowInOutFacilityName"^^xsd:string |
| 233 | ] ; | 234 | ] ; |
| 234 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 235 | + sp:path [ rdf:type sp:AltPath ; |
| 236 | + sp:path1 <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 237 | + sp:path2 <http://www.reportinghub.no/np/schema/npd#name> | ||
| 238 | + ] ; | ||
| 235 | sp:subject | 239 | sp:subject |
| 236 | [ sp:varName "flowInOutFacility"^^xsd:string | 240 | [ sp:varName "flowInOutFacility"^^xsd:string |
| 237 | ] | 241 | ] |
| ... | @@ -273,66 +277,68 @@ dpr-tables:ProductVolumes | ... | @@ -273,66 +277,68 @@ dpr-tables:ProductVolumes |
| 273 | sp:subject | 277 | sp:subject |
| 274 | [ sp:varName "flowDefinition"^^xsd:string | 278 | [ sp:varName "flowDefinition"^^xsd:string |
| 275 | ] | 279 | ] |
| 276 | - ] [ sp:object | 280 | + ] [ rdf:type sp:Optional ; |
| 277 | - [ sp:varName "temperature"^^xsd:string | 281 | + sp:elements ([ sp:object |
| 278 | - ] ; | 282 | + [ sp:varName "temperature"^^xsd:string |
| 279 | - sp:predicate rdf:type ; | 283 | + ] ; |
| 280 | - sp:subject | 284 | + sp:predicate rdf:type ; |
| 281 | - [ sp:varName "flow"^^xsd:string | 285 | + sp:subject |
| 282 | - ] | 286 | + [ sp:varName "flow"^^xsd:string |
| 283 | - ] [ sp:object | 287 | + ] |
| 284 | - [ sp:varName "density"^^xsd:string | 288 | + ] [ sp:object |
| 285 | - ] ; | 289 | + [ sp:varName "density"^^xsd:string |
| 286 | - sp:predicate rdf:type ; | 290 | + ] ; |
| 287 | - sp:subject | 291 | + sp:predicate rdf:type ; |
| 288 | - [ sp:varName "flow"^^xsd:string | 292 | + sp:subject |
| 289 | - ] | 293 | + [ sp:varName "flow"^^xsd:string |
| 290 | - ] [ sp:object | 294 | + ] |
| 291 | - [ sp:varName "pressure"^^xsd:string | 295 | + ] [ sp:object |
| 292 | - ] ; | 296 | + [ sp:varName "pressure"^^xsd:string |
| 293 | - sp:predicate rdf:type ; | 297 | + ] ; |
| 294 | - sp:subject | 298 | + sp:predicate rdf:type ; |
| 295 | - [ sp:varName "flow"^^xsd:string | 299 | + sp:subject |
| 296 | - ] | 300 | + [ sp:varName "flow"^^xsd:string |
| 297 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | 301 | + ] |
| 298 | - sp:predicate rdf:type ; | 302 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; |
| 299 | - sp:subject | 303 | + sp:predicate rdf:type ; |
| 300 | - [ sp:varName "pressure"^^xsd:string | 304 | + sp:subject |
| 301 | - ] | 305 | + [ sp:varName "pressure"^^xsd:string |
| 302 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; | 306 | + ] |
| 303 | - sp:predicate rdf:type ; | 307 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; |
| 304 | - sp:subject | 308 | + sp:predicate rdf:type ; |
| 305 | - [ sp:varName "density"^^xsd:string | 309 | + sp:subject |
| 306 | - ] | 310 | + [ sp:varName "density"^^xsd:string |
| 307 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | 311 | + ] |
| 308 | - sp:predicate rdf:type ; | 312 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; |
| 309 | - sp:subject | 313 | + sp:predicate rdf:type ; |
| 310 | - [ sp:varName "temperature"^^xsd:string | 314 | + sp:subject |
| 311 | - ] | 315 | + [ sp:varName "temperature"^^xsd:string |
| 312 | - ] [ sp:object | 316 | + ] |
| 313 | - [ sp:varName "temperatureValue"^^xsd:string | 317 | + ] [ sp:object |
| 314 | - ] ; | 318 | + [ sp:varName "temperatureValue"^^xsd:string |
| 315 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#kelvin> ; | 319 | + ] ; |
| 316 | - sp:subject | 320 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#kelvin> ; |
| 317 | - [ sp:varName "temperature"^^xsd:string | 321 | + sp:subject |
| 318 | - ] | 322 | + [ sp:varName "temperature"^^xsd:string |
| 319 | - ] [ sp:object | 323 | + ] |
| 320 | - [ sp:varName "pressureValue"^^xsd:string | 324 | + ] [ sp:object |
| 321 | - ] ; | 325 | + [ sp:varName "pressureValue"^^xsd:string |
| 322 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#pascal> ; | 326 | + ] ; |
| 323 | - sp:subject | 327 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#pascal> ; |
| 324 | - [ sp:varName "pressure"^^xsd:string | 328 | + sp:subject |
| 325 | - ] | 329 | + [ sp:varName "pressure"^^xsd:string |
| 326 | - ] [ sp:object | 330 | + ] |
| 327 | - [ sp:varName "densityValue"^^xsd:string | 331 | + ] [ sp:object |
| 328 | - ] ; | 332 | + [ sp:varName "densityValue"^^xsd:string |
| 329 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#kilogram_m-3> ; | 333 | + ] ; |
| 330 | - sp:subject | 334 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#kilogram_m-3> ; |
| 331 | - [ sp:varName "density"^^xsd:string | 335 | + sp:subject |
| 332 | - ] | 336 | + [ sp:varName "density"^^xsd:string |
| 337 | + ] | ||
| 338 | + ]) | ||
| 333 | ]) | 339 | ]) |
| 334 | ] ; | 340 | ] ; |
| 335 | - rhspin:tableHeaders ("Field"^^xsd:string "Facility Name"^^xsd:string "Flow Purpose"^^xsd:string "Flow Definition"^^xsd:string "Density"^^xsd:string "Pressure"^^xsd:string "Temperature"^^xsd:string) . | 341 | + rhspin:tableHeaders ("Field"^^xsd:string "Facility Name"^^xsd:string "Flow Purpose"^^xsd:string "Flow Definition"^^xsd:string "Flow Density"^^xsd:string "Flow Pressure"^^xsd:string "Flow Temperature"^^xsd:string) . |
| 336 | 342 | ||
| 337 | dpr-tables:ProductionOperationActivity | 343 | dpr-tables:ProductionOperationActivity |
| 338 | rdf:type rhspin:TableTemplate ; | 344 | rdf:type rhspin:TableTemplate ; | ... | ... |
-
Please register or login to post a comment