more test cases, work on mrp tables and magic properties continues for MPRG
Showing
8 changed files
with
3217 additions
and
399 deletions
| ... | @@ -32,12 +32,16 @@ mpr-tables:Cargo | ... | @@ -32,12 +32,16 @@ mpr-tables:Cargo |
| 32 | [ rdf:type sp:Select ; | 32 | [ rdf:type sp:Select ; |
| 33 | sp:orderBy ([ sp:varName "facilityName"^^xsd:string | 33 | sp:orderBy ([ sp:varName "facilityName"^^xsd:string |
| 34 | ] [ sp:varName "purposeTypeName"^^xsd:string | 34 | ] [ sp:varName "purposeTypeName"^^xsd:string |
| 35 | + ] [ sp:varName "cargoNumber"^^xsd:string | ||
| 36 | + ] [ sp:varName "cargoBatchNumber"^^xsd:string | ||
| 37 | + ] [ rdf:type sp:Desc ; | ||
| 38 | + sp:expression | ||
| 39 | + [ sp:varName "ownedPercent"^^xsd:string | ||
| 40 | + ] | ||
| 35 | ]) ; | 41 | ]) ; |
| 36 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | 42 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string |
| 37 | - ] [ sp:varName "purposeTypeName"^^xsd:string | ||
| 38 | ] [ sp:varName "materialTypeName"^^xsd:string | 43 | ] [ sp:varName "materialTypeName"^^xsd:string |
| 39 | ] [ sp:varName "definitionTypeName"^^xsd:string | 44 | ] [ sp:varName "definitionTypeName"^^xsd:string |
| 40 | - ] [ sp:varName "movementType"^^xsd:string | ||
| 41 | ] [ sp:varName "cargoNumber"^^xsd:string | 45 | ] [ sp:varName "cargoNumber"^^xsd:string |
| 42 | ] [ sp:varName "cargoBatchNumber"^^xsd:string | 46 | ] [ sp:varName "cargoBatchNumber"^^xsd:string |
| 43 | ] [ sp:varName "billOfLadingDate"^^xsd:string | 47 | ] [ sp:varName "billOfLadingDate"^^xsd:string |
| ... | @@ -75,18 +79,11 @@ mpr-tables:Cargo | ... | @@ -75,18 +79,11 @@ mpr-tables:Cargo |
| 75 | [ sp:varName "productionFlowWhole"^^xsd:string | 79 | [ sp:varName "productionFlowWhole"^^xsd:string |
| 76 | ] | 80 | ] |
| 77 | ] [ sp:object | 81 | ] [ sp:object |
| 78 | - [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 79 | - ] ; | ||
| 80 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ; | ||
| 81 | - sp:subject | ||
| 82 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 83 | - ] | ||
| 84 | - ] [ sp:object | ||
| 85 | [ sp:varName "facilityName"^^xsd:string | 82 | [ sp:varName "facilityName"^^xsd:string |
| 86 | ] ; | 83 | ] ; |
| 87 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 84 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowInOutFacility> ; |
| 88 | sp:subject | 85 | sp:subject |
| 89 | - [ sp:varName "productionFlowFacility"^^xsd:string | 86 | + [ sp:varName "productionFlowInReportingPeriod"^^xsd:string |
| 90 | ] | 87 | ] |
| 91 | ] [ sp:object | 88 | ] [ sp:object |
| 92 | [ sp:varName "productionFlowMixedPart"^^xsd:string | 89 | [ sp:varName "productionFlowMixedPart"^^xsd:string |
| ... | @@ -95,11 +92,6 @@ mpr-tables:Cargo | ... | @@ -95,11 +92,6 @@ mpr-tables:Cargo |
| 95 | sp:subject | 92 | sp:subject |
| 96 | [ sp:varName "productionFlowInReportingPeriod"^^xsd:string | 93 | [ sp:varName "productionFlowInReportingPeriod"^^xsd:string |
| 97 | ] | 94 | ] |
| 98 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalThingDuringOneMonth> ; | ||
| 99 | - sp:predicate rdf:type ; | ||
| 100 | - sp:subject | ||
| 101 | - [ sp:varName "productionFlowMixedPart"^^xsd:string | ||
| 102 | - ] | ||
| 103 | ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductFlow> ; | 95 | ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductFlow> ; |
| 104 | sp:predicate rdf:type ; | 96 | sp:predicate rdf:type ; |
| 105 | sp:subject | 97 | sp:subject |
| ... | @@ -133,6 +125,11 @@ mpr-tables:Cargo | ... | @@ -133,6 +125,11 @@ mpr-tables:Cargo |
| 133 | sp:subject | 125 | sp:subject |
| 134 | [ sp:varName "movementOfProduct"^^xsd:string | 126 | [ sp:varName "movementOfProduct"^^xsd:string |
| 135 | ] | 127 | ] |
| 128 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductTankerLifting> ; | ||
| 129 | + sp:predicate rdf:type ; | ||
| 130 | + sp:subject | ||
| 131 | + [ sp:varName "movementOfProduct"^^xsd:string | ||
| 132 | + ] | ||
| 136 | ] [ rdf:type sp:Optional ; | 133 | ] [ rdf:type sp:Optional ; |
| 137 | sp:elements ([ sp:object | 134 | sp:elements ([ sp:object |
| 138 | [ sp:varName "massQuantity"^^xsd:string | 135 | [ sp:varName "massQuantity"^^xsd:string |
| ... | @@ -228,170 +225,136 @@ mpr-tables:Cargo | ... | @@ -228,170 +225,136 @@ mpr-tables:Cargo |
| 228 | [ sp:varName "densityValue"^^xsd:string | 225 | [ sp:varName "densityValue"^^xsd:string |
| 229 | ] | 226 | ] |
| 230 | ]) | 227 | ]) |
| 231 | - ] [ sp:object | ||
| 232 | - [ sp:varName "cargoNumber"^^xsd:string | ||
| 233 | - ] ; | ||
| 234 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoNumber> ; | ||
| 235 | - sp:subject | ||
| 236 | - [ sp:varName "movedProduct"^^xsd:string | ||
| 237 | - ] | ||
| 238 | - ] [ sp:object | ||
| 239 | - [ sp:varName "cargoBatchNumber"^^xsd:string | ||
| 240 | - ] ; | ||
| 241 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoBatchNumber> ; | ||
| 242 | - sp:subject | ||
| 243 | - [ sp:varName "movedProduct"^^xsd:string | ||
| 244 | - ] | ||
| 245 | - ] [ sp:object | ||
| 246 | - [ sp:varName "secondOfPair"^^xsd:string | ||
| 247 | - ] ; | ||
| 248 | - sp:predicate rdf:type ; | ||
| 249 | - sp:subject | ||
| 250 | - [ sp:varName "movedProduct"^^xsd:string | ||
| 251 | - ] | ||
| 252 | - ] [ sp:object | ||
| 253 | - [ sp:varName "secondOfPair"^^xsd:string | ||
| 254 | - ] ; | ||
| 255 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#secondOfPair> ; | ||
| 256 | - sp:subject | ||
| 257 | - [ sp:varName "volumePair"^^xsd:string | ||
| 258 | - ] | ||
| 259 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 260 | - sp:predicate rdf:type ; | ||
| 261 | - sp:subject | ||
| 262 | - [ sp:varName "secondOfPair"^^xsd:string | ||
| 263 | - ] | ||
| 264 | - ] [ sp:object | ||
| 265 | - [ sp:varName "firstOfPair"^^xsd:string | ||
| 266 | - ] ; | ||
| 267 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#firstOfPair> ; | ||
| 268 | - sp:subject | ||
| 269 | - [ sp:varName "volumePair"^^xsd:string | ||
| 270 | - ] | ||
| 271 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 272 | - sp:predicate rdf:type ; | ||
| 273 | - sp:subject | ||
| 274 | - [ sp:varName "firstOfPair"^^xsd:string | ||
| 275 | - ] | ||
| 276 | - ] [ sp:object | ||
| 277 | - [ sp:varName "ratio"^^xsd:string | ||
| 278 | - ] ; | ||
| 279 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#divide> ; | ||
| 280 | - sp:subject | ||
| 281 | - [ sp:varName "volumePair"^^xsd:string | ||
| 282 | - ] | ||
| 283 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Ratio> ; | ||
| 284 | - sp:predicate rdf:type ; | ||
| 285 | - sp:subject | ||
| 286 | - [ sp:varName "ratio"^^xsd:string | ||
| 287 | - ] | ||
| 288 | - ] [ rdf:type sp:Bind ; | ||
| 289 | - sp:expression | ||
| 290 | - [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | ||
| 291 | - sp:arg1 [ sp:varName "ratio"^^xsd:string | ||
| 292 | - ] | ||
| 293 | - ] ; | ||
| 294 | - sp:variable | ||
| 295 | - [ sp:varName "ownedPercent"^^xsd:string | ||
| 296 | - ] | ||
| 297 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ; | ||
| 298 | - sp:predicate rdf:type ; | ||
| 299 | - sp:subject | ||
| 300 | - [ sp:varName "quantityOfMaterial"^^xsd:string | ||
| 301 | - ] | ||
| 302 | - ] [ sp:object | ||
| 303 | - [ sp:varName "firstOfPair"^^xsd:string | ||
| 304 | - ] ; | ||
| 305 | - sp:predicate rdf:type ; | ||
| 306 | - sp:subject | ||
| 307 | - [ sp:varName "quantityOfMaterial"^^xsd:string | ||
| 308 | - ] | ||
| 309 | - ] [ sp:object | ||
| 310 | - [ sp:varName "owner"^^xsd:string | ||
| 311 | - ] ; | ||
| 312 | - sp:predicate <http://www.reportinghub.no/ep/schema/organization#owner> ; | ||
| 313 | - sp:subject | ||
| 314 | - [ sp:varName "quantityOfMaterial"^^xsd:string | ||
| 315 | - ] | ||
| 316 | - ] [ sp:object | ||
| 317 | - [ sp:varName "company"^^xsd:string | ||
| 318 | - ] ; | ||
| 319 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 320 | - sp:subject | ||
| 321 | - [ sp:varName "owner"^^xsd:string | ||
| 322 | - ] | ||
| 323 | - ] [ rdf:type sp:TriplePath ; | ||
| 324 | - sp:object | ||
| 325 | - [ sp:varName "ownerName"^^xsd:string | ||
| 326 | - ] ; | ||
| 327 | - sp:path [ rdf:type sp:AltPath ; | ||
| 328 | - sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ; | ||
| 329 | - sp:path2 <http://www.reportinghub.no/ep/schema/core#name> | ||
| 330 | - ] ; | ||
| 331 | - sp:subject | ||
| 332 | - [ sp:varName "company"^^xsd:string | ||
| 333 | - ] | ||
| 334 | ] [ rdf:type sp:Optional ; | 228 | ] [ rdf:type sp:Optional ; |
| 335 | sp:elements ([ sp:object | 229 | sp:elements ([ sp:object |
| 336 | - [ sp:varName "productionFlowPurposeType"^^xsd:string | 230 | + [ sp:varName "cargoNumber"^^xsd:string |
| 231 | + ] ; | ||
| 232 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoNumber> ; | ||
| 233 | + sp:subject | ||
| 234 | + [ sp:varName "movedProduct"^^xsd:string | ||
| 235 | + ] | ||
| 236 | + ]) | ||
| 237 | + ] [ rdf:type sp:Optional ; | ||
| 238 | + sp:elements ([ sp:object | ||
| 239 | + [ sp:varName "cargoBatchNumber"^^xsd:string | ||
| 240 | + ] ; | ||
| 241 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoBatchNumber> ; | ||
| 242 | + sp:subject | ||
| 243 | + [ sp:varName "movedProduct"^^xsd:string | ||
| 244 | + ] | ||
| 245 | + ]) | ||
| 246 | + ] [ rdf:type sp:Optional ; | ||
| 247 | + sp:elements ([ sp:object | ||
| 248 | + [ sp:varName "secondOfPair"^^xsd:string | ||
| 337 | ] ; | 249 | ] ; |
| 338 | sp:predicate rdf:type ; | 250 | sp:predicate rdf:type ; |
| 339 | sp:subject | 251 | sp:subject |
| 340 | - [ sp:varName "productionFlowWhole"^^xsd:string | 252 | + [ sp:varName "movedProduct"^^xsd:string |
| 341 | ] | 253 | ] |
| 342 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowPurposeType> ; | 254 | + ] [ sp:object |
| 255 | + [ sp:varName "secondOfPair"^^xsd:string | ||
| 256 | + ] ; | ||
| 257 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#secondOfPair> ; | ||
| 258 | + sp:subject | ||
| 259 | + [ sp:varName "volumePair"^^xsd:string | ||
| 260 | + ] | ||
| 261 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 343 | sp:predicate rdf:type ; | 262 | sp:predicate rdf:type ; |
| 344 | sp:subject | 263 | sp:subject |
| 345 | - [ sp:varName "productionFlowPurposeType"^^xsd:string | 264 | + [ sp:varName "secondOfPair"^^xsd:string |
| 346 | ] | 265 | ] |
| 347 | ] [ sp:object | 266 | ] [ sp:object |
| 348 | - [ sp:varName "purposeTypeName"^^xsd:string | 267 | + [ sp:varName "firstOfPair"^^xsd:string |
| 349 | ] ; | 268 | ] ; |
| 350 | - sp:predicate rdfs:label ; | 269 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#firstOfPair> ; |
| 351 | sp:subject | 270 | sp:subject |
| 352 | - [ sp:varName "productionFlowPurposeType"^^xsd:string | 271 | + [ sp:varName "volumePair"^^xsd:string |
| 272 | + ] | ||
| 273 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 274 | + sp:predicate rdf:type ; | ||
| 275 | + sp:subject | ||
| 276 | + [ sp:varName "firstOfPair"^^xsd:string | ||
| 277 | + ] | ||
| 278 | + ] [ sp:object | ||
| 279 | + [ sp:varName "ratio"^^xsd:string | ||
| 280 | + ] ; | ||
| 281 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#divide> ; | ||
| 282 | + sp:subject | ||
| 283 | + [ sp:varName "volumePair"^^xsd:string | ||
| 284 | + ] | ||
| 285 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Ratio> ; | ||
| 286 | + sp:predicate rdf:type ; | ||
| 287 | + sp:subject | ||
| 288 | + [ sp:varName "ratio"^^xsd:string | ||
| 289 | + ] | ||
| 290 | + ] [ rdf:type sp:Bind ; | ||
| 291 | + sp:expression | ||
| 292 | + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | ||
| 293 | + sp:arg1 [ sp:varName "ratio"^^xsd:string | ||
| 294 | + ] | ||
| 295 | + ] ; | ||
| 296 | + sp:variable | ||
| 297 | + [ sp:varName "ownedPercent"^^xsd:string | ||
| 353 | ] | 298 | ] |
| 354 | ]) | 299 | ]) |
| 355 | ] [ rdf:type sp:Optional ; | 300 | ] [ rdf:type sp:Optional ; |
| 356 | - sp:elements ([ sp:object | 301 | + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ; |
| 357 | - [ sp:varName "productionFlowDefinitionType"^^xsd:string | ||
| 358 | - ] ; | ||
| 359 | sp:predicate rdf:type ; | 302 | sp:predicate rdf:type ; |
| 360 | sp:subject | 303 | sp:subject |
| 361 | - [ sp:varName "productionFlowWhole"^^xsd:string | 304 | + [ sp:varName "quantityOfMaterial"^^xsd:string |
| 362 | ] | 305 | ] |
| 363 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ; | 306 | + ] [ sp:object |
| 307 | + [ sp:varName "firstOfPair"^^xsd:string | ||
| 308 | + ] ; | ||
| 364 | sp:predicate rdf:type ; | 309 | sp:predicate rdf:type ; |
| 365 | sp:subject | 310 | sp:subject |
| 366 | - [ sp:varName "productionFlowDefinitionType"^^xsd:string | 311 | + [ sp:varName "quantityOfMaterial"^^xsd:string |
| 367 | ] | 312 | ] |
| 368 | ] [ sp:object | 313 | ] [ sp:object |
| 369 | - [ sp:varName "definitionTypeName"^^xsd:string | 314 | + [ sp:varName "owner"^^xsd:string |
| 370 | ] ; | 315 | ] ; |
| 371 | - sp:predicate rdfs:label ; | 316 | + sp:predicate <http://www.reportinghub.no/ep/schema/organization#owner> ; |
| 372 | sp:subject | 317 | sp:subject |
| 373 | - [ sp:varName "productionFlowDefinitionType"^^xsd:string | 318 | + [ sp:varName "quantityOfMaterial"^^xsd:string |
| 319 | + ] | ||
| 320 | + ] [ sp:object | ||
| 321 | + [ sp:varName "company"^^xsd:string | ||
| 322 | + ] ; | ||
| 323 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 324 | + sp:subject | ||
| 325 | + [ sp:varName "owner"^^xsd:string | ||
| 326 | + ] | ||
| 327 | + ] [ rdf:type sp:TriplePath ; | ||
| 328 | + sp:object | ||
| 329 | + [ sp:varName "ownerName"^^xsd:string | ||
| 330 | + ] ; | ||
| 331 | + sp:path [ rdf:type sp:AltPath ; | ||
| 332 | + sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ; | ||
| 333 | + sp:path2 <http://www.reportinghub.no/ep/schema/core#name> | ||
| 334 | + ] ; | ||
| 335 | + sp:subject | ||
| 336 | + [ sp:varName "company"^^xsd:string | ||
| 374 | ] | 337 | ] |
| 375 | ]) | 338 | ]) |
| 376 | ] [ rdf:type sp:Optional ; | 339 | ] [ rdf:type sp:Optional ; |
| 377 | sp:elements ([ sp:object | 340 | sp:elements ([ sp:object |
| 378 | - [ sp:varName "movementOfProductType"^^xsd:string | 341 | + [ sp:varName "productionFlowDefinitionType"^^xsd:string |
| 379 | ] ; | 342 | ] ; |
| 380 | sp:predicate rdf:type ; | 343 | sp:predicate rdf:type ; |
| 381 | sp:subject | 344 | sp:subject |
| 382 | - [ sp:varName "movementOfProduct"^^xsd:string | 345 | + [ sp:varName "productionFlowWhole"^^xsd:string |
| 383 | ] | 346 | ] |
| 384 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MovementOfProductType> ; | 347 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ; |
| 385 | sp:predicate rdf:type ; | 348 | sp:predicate rdf:type ; |
| 386 | sp:subject | 349 | sp:subject |
| 387 | - [ sp:varName "movementOfProductType"^^xsd:string | 350 | + [ sp:varName "productionFlowDefinitionType"^^xsd:string |
| 388 | ] | 351 | ] |
| 389 | ] [ sp:object | 352 | ] [ sp:object |
| 390 | - [ sp:varName "movementType"^^xsd:string | 353 | + [ sp:varName "definitionTypeName"^^xsd:string |
| 391 | ] ; | 354 | ] ; |
| 392 | sp:predicate rdfs:label ; | 355 | sp:predicate rdfs:label ; |
| 393 | sp:subject | 356 | sp:subject |
| 394 | - [ sp:varName "movementOfProductType"^^xsd:string | 357 | + [ sp:varName "productionFlowDefinitionType"^^xsd:string |
| 395 | ] | 358 | ] |
| 396 | ]) | 359 | ]) |
| 397 | ] [ rdf:type sp:Optional ; | 360 | ] [ rdf:type sp:Optional ; |
| ... | @@ -508,258 +471,7 @@ mpr-tables:Cargo | ... | @@ -508,258 +471,7 @@ mpr-tables:Cargo |
| 508 | ]) | 471 | ]) |
| 509 | ]) | 472 | ]) |
| 510 | ] ; | 473 | ] ; |
| 511 | - rhspin:tableHeaders ("Facility"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Flow type"^^xsd:string "Movement Type"^^xsd:string "Cargo Number"^^xsd:string "Cargo Batch"^^xsd:string "Bill of Lading"^^xsd:string "Volume"^^xsd:string "Mass"^^xsd:string "Density"^^xsd:string "Shipper"^^xsd:string "Destination"^^xsd:string "Country"^^xsd:string "Owner"^^xsd:string "Share"^^xsd:string) . | 474 | + rhspin:tableHeaders ("Facility"^^xsd:string "Material"^^xsd:string "Flow type"^^xsd:string "Cargo Number"^^xsd:string "Cargo Batch"^^xsd:string "Bill of Lading"^^xsd:string "Volume"^^xsd:string "Mass"^^xsd:string "Density"^^xsd:string "Shipper"^^xsd:string "Destination"^^xsd:string "Country"^^xsd:string "Owner"^^xsd:string "Share"^^xsd:string) . |
| 512 | - | ||
| 513 | -mpr-tables:CargoOwnership | ||
| 514 | - rdf:type rhspin:TableTemplate ; | ||
| 515 | - rdfs:label "Cargo Ownership Information"^^xsd:string ; | ||
| 516 | - rdfs:subClassOf rhspin:MPRGTableTemplates ; | ||
| 517 | - spin:body | ||
| 518 | - [ rdf:type sp:Select ; | ||
| 519 | - sp:orderBy ([ sp:varName "facilityName"^^xsd:string | ||
| 520 | - ] [ sp:varName "cargoNumber"^^xsd:string | ||
| 521 | - ] [ sp:varName "cargoBatchNumber"^^xsd:string | ||
| 522 | - ] [ sp:varName "ownerName"^^xsd:string | ||
| 523 | - ]) ; | ||
| 524 | - sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | ||
| 525 | - ] [ sp:varName "cargoNumber"^^xsd:string | ||
| 526 | - ] [ sp:varName "cargoBatchNumber"^^xsd:string | ||
| 527 | - ] [ sp:varName "ownerName"^^xsd:string | ||
| 528 | - ] [ sp:varName "ownerShare"^^xsd:string | ||
| 529 | - ]) ; | ||
| 530 | - sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | ||
| 531 | - sp:predicate rdf:type ; | ||
| 532 | - sp:subject | ||
| 533 | - [ sp:varName "productionReport"^^xsd:string | ||
| 534 | - ] | ||
| 535 | - ] [ sp:object | ||
| 536 | - [ sp:varName "productionReport"^^xsd:string | ||
| 537 | - ] ; | ||
| 538 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 539 | - sp:subject | ||
| 540 | - [ sp:varName "productVolumeReport"^^xsd:string | ||
| 541 | - ] | ||
| 542 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductVolumeReport> ; | ||
| 543 | - sp:predicate rdf:type ; | ||
| 544 | - sp:subject | ||
| 545 | - [ sp:varName "productVolumeReport"^^xsd:string | ||
| 546 | - ] | ||
| 547 | - ] [ sp:object | ||
| 548 | - [ sp:varName "productionFlowsInReportingPeriod"^^xsd:string | ||
| 549 | - ] ; | ||
| 550 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
| 551 | - sp:subject | ||
| 552 | - [ sp:varName "productVolumeReport"^^xsd:string | ||
| 553 | - ] | ||
| 554 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ; | ||
| 555 | - sp:predicate rdf:type ; | ||
| 556 | - sp:subject | ||
| 557 | - [ sp:varName "productionFlowsInReportingPeriod"^^xsd:string | ||
| 558 | - ] | ||
| 559 | - ] [ sp:object | ||
| 560 | - [ sp:varName "productionFlowInReportingPeriod"^^xsd:string | ||
| 561 | - ] ; | ||
| 562 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 563 | - sp:subject | ||
| 564 | - [ sp:varName "productionFlowsInReportingPeriod"^^xsd:string | ||
| 565 | - ] | ||
| 566 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ; | ||
| 567 | - sp:predicate rdf:type ; | ||
| 568 | - sp:subject | ||
| 569 | - [ sp:varName "productionFlowInReportingPeriod"^^xsd:string | ||
| 570 | - ] | ||
| 571 | - ] [ sp:object | ||
| 572 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 573 | - ] ; | ||
| 574 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 575 | - sp:subject | ||
| 576 | - [ sp:varName "productionFlowInReportingPeriod"^^xsd:string | ||
| 577 | - ] | ||
| 578 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ; | ||
| 579 | - sp:predicate rdf:type ; | ||
| 580 | - sp:subject | ||
| 581 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 582 | - ] | ||
| 583 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccountingFlow> ; | ||
| 584 | - sp:predicate rdf:type ; | ||
| 585 | - sp:subject | ||
| 586 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 587 | - ] | ||
| 588 | - ] [ sp:object | ||
| 589 | - [ sp:varName "productionFlowMixedPart"^^xsd:string | ||
| 590 | - ] ; | ||
| 591 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; | ||
| 592 | - sp:subject | ||
| 593 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 594 | - ] | ||
| 595 | - ] [ sp:object | ||
| 596 | - [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 597 | - ] ; | ||
| 598 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ; | ||
| 599 | - sp:subject | ||
| 600 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 601 | - ] | ||
| 602 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ; | ||
| 603 | - sp:predicate rdf:type ; | ||
| 604 | - sp:subject | ||
| 605 | - [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 606 | - ] | ||
| 607 | - ] [ sp:object | ||
| 608 | - [ sp:varName "facilityName"^^xsd:string | ||
| 609 | - ] ; | ||
| 610 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | ||
| 611 | - sp:subject | ||
| 612 | - [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 613 | - ] | ||
| 614 | - ] [ sp:object | ||
| 615 | - [ sp:varName "productionFlowMixedPart"^^xsd:string | ||
| 616 | - ] ; | ||
| 617 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 618 | - sp:subject | ||
| 619 | - [ sp:varName "productFlowPartOfMixedPart"^^xsd:string | ||
| 620 | - ] | ||
| 621 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductFlow> ; | ||
| 622 | - sp:predicate rdf:type ; | ||
| 623 | - sp:subject | ||
| 624 | - [ sp:varName "productFlowPartOfMixedPart"^^xsd:string | ||
| 625 | - ] | ||
| 626 | - ] [ sp:object | ||
| 627 | - [ sp:varName "productFlowPartOfMixedPart"^^xsd:string | ||
| 628 | - ] ; | ||
| 629 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 630 | - sp:subject | ||
| 631 | - [ sp:varName "productFlowInMonth"^^xsd:string | ||
| 632 | - ] | ||
| 633 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalThingDuringOneMonth> ; | ||
| 634 | - sp:predicate rdf:type ; | ||
| 635 | - sp:subject | ||
| 636 | - [ sp:varName "productFlowInMonth"^^xsd:string | ||
| 637 | - ] | ||
| 638 | - ] [ sp:object | ||
| 639 | - [ sp:varName "materialFlowedInMonth"^^xsd:string | ||
| 640 | - ] ; | ||
| 641 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; | ||
| 642 | - sp:subject | ||
| 643 | - [ sp:varName "productFlowInMonth"^^xsd:string | ||
| 644 | - ] | ||
| 645 | - ] [ sp:object | ||
| 646 | - [ sp:varName "materialFlowedInMonth"^^xsd:string | ||
| 647 | - ] ; | ||
| 648 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 649 | - sp:subject | ||
| 650 | - [ sp:varName "spatialPartOfProductFlowInMonth"^^xsd:string | ||
| 651 | - ] | ||
| 652 | - ] [ sp:object | ||
| 653 | - [ sp:varName "spatialPartOfProductFlowInMonth"^^xsd:string | ||
| 654 | - ] ; | ||
| 655 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 656 | - sp:subject | ||
| 657 | - [ sp:varName "movedProduct"^^xsd:string | ||
| 658 | - ] | ||
| 659 | - ] [ sp:object | ||
| 660 | - [ sp:varName "movedProduct"^^xsd:string | ||
| 661 | - ] ; | ||
| 662 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#movedProduct> ; | ||
| 663 | - sp:subject | ||
| 664 | - [ sp:varName "movementOfProduct"^^xsd:string | ||
| 665 | - ] | ||
| 666 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductTankerLifting> ; | ||
| 667 | - sp:predicate rdf:type ; | ||
| 668 | - sp:subject | ||
| 669 | - [ sp:varName "movementOfProduct"^^xsd:string | ||
| 670 | - ] | ||
| 671 | - ] [ sp:object | ||
| 672 | - [ sp:varName "cargoNumber"^^xsd:string | ||
| 673 | - ] ; | ||
| 674 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoNumber> ; | ||
| 675 | - sp:subject | ||
| 676 | - [ sp:varName "movedProduct"^^xsd:string | ||
| 677 | - ] | ||
| 678 | - ] [ sp:object | ||
| 679 | - [ sp:varName "cargoBatchNumber"^^xsd:string | ||
| 680 | - ] ; | ||
| 681 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoBatchNumber> ; | ||
| 682 | - sp:subject | ||
| 683 | - [ sp:varName "movedProduct"^^xsd:string | ||
| 684 | - ] | ||
| 685 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ; | ||
| 686 | - sp:predicate rdf:type ; | ||
| 687 | - sp:subject | ||
| 688 | - [ sp:varName "movedProduct"^^xsd:string | ||
| 689 | - ] | ||
| 690 | - ] [ sp:object | ||
| 691 | - [ sp:varName "movedProduct"^^xsd:string | ||
| 692 | - ] ; | ||
| 693 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 694 | - sp:subject | ||
| 695 | - [ sp:varName "ownedPartOfMovedProduct"^^xsd:string | ||
| 696 | - ] | ||
| 697 | - ] [ sp:object | ||
| 698 | - [ sp:varName "ownerPart"^^xsd:string | ||
| 699 | - ] ; | ||
| 700 | - sp:predicate <http://www.reportinghub.no/ep/schema/organization#owner> ; | ||
| 701 | - sp:subject | ||
| 702 | - [ sp:varName "ownedPartOfMovedProduct"^^xsd:string | ||
| 703 | - ] | ||
| 704 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; | ||
| 705 | - sp:predicate rdf:type ; | ||
| 706 | - sp:subject | ||
| 707 | - [ sp:varName "ownerPart"^^xsd:string | ||
| 708 | - ] | ||
| 709 | - ] [ sp:object | ||
| 710 | - [ sp:varName "owner"^^xsd:string | ||
| 711 | - ] ; | ||
| 712 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 713 | - sp:subject | ||
| 714 | - [ sp:varName "ownerPart"^^xsd:string | ||
| 715 | - ] | ||
| 716 | - ] [ rdf:type sp:TriplePath ; | ||
| 717 | - sp:object | ||
| 718 | - [ sp:varName "ownerName"^^xsd:string | ||
| 719 | - ] ; | ||
| 720 | - sp:path [ rdf:type sp:AltPath ; | ||
| 721 | - sp:path1 <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 722 | - sp:path2 <http://www.reportinghub.no/np/schema/npd#name> | ||
| 723 | - ] ; | ||
| 724 | - sp:subject | ||
| 725 | - [ sp:varName "owner"^^xsd:string | ||
| 726 | - ] | ||
| 727 | - ] [ sp:object | ||
| 728 | - [ sp:varName "ownedPartOfMovedProduct"^^xsd:string | ||
| 729 | - ] ; | ||
| 730 | - sp:predicate <http://www.reportinghub.no/ep/schema/material#partMaterialOfPair> ; | ||
| 731 | - sp:subject | ||
| 732 | - [ sp:varName "materialPart"^^xsd:string | ||
| 733 | - ] | ||
| 734 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair> ; | ||
| 735 | - sp:predicate rdf:type ; | ||
| 736 | - sp:subject | ||
| 737 | - [ sp:varName "materialPart"^^xsd:string | ||
| 738 | - ] | ||
| 739 | - ] [ rdf:type sp:Bind ; | ||
| 740 | - sp:expression | ||
| 741 | - [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | ||
| 742 | - sp:arg1 [ sp:varName "materialPart"^^xsd:string | ||
| 743 | - ] | ||
| 744 | - ] ; | ||
| 745 | - sp:variable | ||
| 746 | - [ sp:varName "ratio"^^xsd:string | ||
| 747 | - ] | ||
| 748 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Ratio> ; | ||
| 749 | - sp:predicate rdf:type ; | ||
| 750 | - sp:subject | ||
| 751 | - [ sp:varName "ratio"^^xsd:string | ||
| 752 | - ] | ||
| 753 | - ] [ sp:object | ||
| 754 | - [ sp:varName "ownerShare"^^xsd:string | ||
| 755 | - ] ; | ||
| 756 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
| 757 | - sp:subject | ||
| 758 | - [ sp:varName "ratio"^^xsd:string | ||
| 759 | - ] | ||
| 760 | - ]) | ||
| 761 | - ] ; | ||
| 762 | - rhspin:tableHeaders ("Facility"^^xsd:string "Cargo Number"^^xsd:string "Cargo Batch"^^xsd:string "Owner"^^xsd:string "Share"^^xsd:string) . | ||
| 763 | 475 | ||
| 764 | mpr-tables:FluidSampleAnalysisResults | 476 | mpr-tables:FluidSampleAnalysisResults |
| 765 | rdf:type rhspin:TableTemplate ; | 477 | rdf:type rhspin:TableTemplate ; |
| ... | @@ -2288,10 +2000,10 @@ mpr-tables:ProductionInventory | ... | @@ -2288,10 +2000,10 @@ mpr-tables:ProductionInventory |
| 2288 | sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | 2000 | sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; |
| 2289 | sp:predicate rdf:type ; | 2001 | sp:predicate rdf:type ; |
| 2290 | sp:subject | 2002 | sp:subject |
| 2291 | - [ sp:varName "productionReport"^^xsd:string | 2003 | + [ sp:varName "report"^^xsd:string |
| 2292 | ] | 2004 | ] |
| 2293 | ] [ sp:object | 2005 | ] [ sp:object |
| 2294 | - [ sp:varName "productionReport"^^xsd:string | 2006 | + [ sp:varName "report"^^xsd:string |
| 2295 | ] ; | 2007 | ] ; |
| 2296 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 2008 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; |
| 2297 | sp:subject | 2009 | sp:subject | ... | ... |
| ... | @@ -13,6 +13,54 @@ | ... | @@ -13,6 +13,54 @@ |
| 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/schema/flow#flowInOutFacility> | ||
| 17 | + rdf:type spin:MagicProperty , owl:DatatypeProperty ; | ||
| 18 | + rdfs:domain <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ; | ||
| 19 | + rdfs:label "flow inout facility name"^^xsd:string ; | ||
| 20 | + rdfs:range xsd:string ; | ||
| 21 | + rdfs:subClassOf spin:MagicProperties ; | ||
| 22 | + spin:body | ||
| 23 | + [ rdf:type sp:Select ; | ||
| 24 | + sp:resultVariables ([ sp:varName "name"^^xsd:string | ||
| 25 | + ]) ; | ||
| 26 | + sp:where ([ sp:object | ||
| 27 | + [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 28 | + ] ; | ||
| 29 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 30 | + sp:subject spin:_arg1 | ||
| 31 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ; | ||
| 32 | + sp:predicate rdf:type ; | ||
| 33 | + sp:subject | ||
| 34 | + [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 35 | + ] | ||
| 36 | + ] [ sp:object | ||
| 37 | + [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 38 | + ] ; | ||
| 39 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ; | ||
| 40 | + sp:subject | ||
| 41 | + [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 42 | + ] | ||
| 43 | + ] [ rdf:type sp:TriplePath ; | ||
| 44 | + sp:object | ||
| 45 | + [ sp:varName "name"^^xsd:string | ||
| 46 | + ] ; | ||
| 47 | + sp:path [ rdf:type sp:AltPath ; | ||
| 48 | + sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ; | ||
| 49 | + sp:path2 <http://www.reportinghub.no/ep/schema/core#name> | ||
| 50 | + ] ; | ||
| 51 | + sp:subject | ||
| 52 | + [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 53 | + ] | ||
| 54 | + ]) | ||
| 55 | + ] ; | ||
| 56 | + spin:constraint | ||
| 57 | + [ rdf:type spl:Argument ; | ||
| 58 | + rdfs:comment "the flow that has part the material"^^xsd:string ; | ||
| 59 | + spl:predicate sp:arg1 ; | ||
| 60 | + spl:valueType <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> | ||
| 61 | + ] ; | ||
| 62 | + spin:returnType xsd:string . | ||
| 63 | + | ||
| 16 | <http://www.reportinghub.no/ep/schema/flow#networkInFacilityName> | 64 | <http://www.reportinghub.no/ep/schema/flow#networkInFacilityName> |
| 17 | rdf:type spin:MagicProperty ; | 65 | rdf:type spin:MagicProperty ; |
| 18 | rdfs:domain <http://www.reportinghub.no/ep/schema/flow#ProductionFlowNetwork> ; | 66 | rdfs:domain <http://www.reportinghub.no/ep/schema/flow#ProductionFlowNetwork> ; | ... | ... |
| ... | @@ -179,8 +179,6 @@ OPTIONAL { | ... | @@ -179,8 +179,6 @@ OPTIONAL { |
| 179 | 179 | ||
| 180 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" /> | 180 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" /> |
| 181 | 181 | ||
| 182 | - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:CargoOwnership" /> | ||
| 183 | - | ||
| 184 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionSales" /> | 182 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionSales" /> |
| 185 | 183 | ||
| 186 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlowsAll" /> | 184 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlowsAll" /> | ... | ... |
| ... | @@ -39,8 +39,6 @@ WHERE { | ... | @@ -39,8 +39,6 @@ WHERE { |
| 39 | <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows" /> | 39 | <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows" /> |
| 40 | 40 | ||
| 41 | <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" /> | 41 | <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" /> |
| 42 | - | ||
| 43 | - <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:CargoOwnership" /> | ||
| 44 | 42 | ||
| 45 | <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionSales" /> | 43 | <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionSales" /> |
| 46 | 44 | ... | ... |
| 1 | +<!DOCTYPE html> | ||
| 2 | +<html> | ||
| 3 | + <head> | ||
| 4 | + <META http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
| 5 | + <link href="http://spinrdf.org/rhlib/ddr.css" rel="stylesheet" type="text/css"> | ||
| 6 | + <title>Monthly Production Report (government)</title> | ||
| 7 | + </head> | ||
| 8 | + <body> | ||
| 9 | + <h1>Monthly Government Report : MIKKEL Field, Month Ending 2012-01-31</h1> | ||
| 10 | + <h2>Report title : ÅSGARD</h2> | ||
| 11 | + <h2>Report version : 2.0</h2> | ||
| 12 | + <h2>Report Status : final version of a report</h2> | ||
| 13 | + <h2>Submitted by : ÅSGARD</h2> | ||
| 14 | + <div> | ||
| 15 | + <hr> | ||
| 16 | + <h2>Cargo Information</h2> | ||
| 17 | + <table class="ddrTable"> | ||
| 18 | + <tr class="ddrTR"> | ||
| 19 | + <th class="ddrTH" style="text-align: center">Facility</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Flow type</th><th class="ddrTH" style="text-align: center">Cargo Number</th><th class="ddrTH" style="text-align: center">Cargo Batch</th><th class="ddrTH" style="text-align: center">Bill of Lading</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Mass</th><th class="ddrTH" style="text-align: center">Density</th><th class="ddrTH" style="text-align: center">Shipper</th><th class="ddrTH" style="text-align: center">Destination</th><th class="ddrTH" style="text-align: center">Country</th><th class="ddrTH" style="text-align: center">Owner</th><th class="ddrTH" style="text-align: center">Share</th> | ||
| 20 | + </tr> | ||
| 21 | + <tr class="ddrTR"> | ||
| 22 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">367/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-04</td><td class="ddrTD">1849.76 m3</td><td class="ddrTD">912.98 kg</td><td class="ddrTD">761.16 kg/m3</td><td class="ddrTD">TOTAL</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">STATOIL</td><td class="ddrTD">48.25 %</td> | ||
| 23 | + </tr> | ||
| 24 | + <tr class="ddrTR"> | ||
| 25 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">367/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-04</td><td class="ddrTD">1849.76 m3</td><td class="ddrTD">912.98 kg</td><td class="ddrTD">761.16 kg/m3</td><td class="ddrTD">TOTAL</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">STATOIL</td><td class="ddrTD">48.25 %</td> | ||
| 26 | + </tr> | ||
| 27 | + <tr class="ddrTR"> | ||
| 28 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">367/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-04</td><td class="ddrTD">1849.76 m3</td><td class="ddrTD">912.98 kg</td><td class="ddrTD">761.16 kg/m3</td><td class="ddrTD">TOTAL</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">ENI NORGE</td><td class="ddrTD">29.62 %</td> | ||
| 29 | + </tr> | ||
| 30 | + <tr class="ddrTR"> | ||
| 31 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">367/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-04</td><td class="ddrTD">1849.76 m3</td><td class="ddrTD">912.98 kg</td><td class="ddrTD">761.16 kg/m3</td><td class="ddrTD">TOTAL</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">ENI NORGE</td><td class="ddrTD">29.62 %</td> | ||
| 32 | + </tr> | ||
| 33 | + <tr class="ddrTR"> | ||
| 34 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">367/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-04</td><td class="ddrTD">1849.76 m3</td><td class="ddrTD">912.98 kg</td><td class="ddrTD">761.16 kg/m3</td><td class="ddrTD">TOTAL</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">PETORO</td><td class="ddrTD">22.13 %</td> | ||
| 35 | + </tr> | ||
| 36 | + <tr class="ddrTR"> | ||
| 37 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">367/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-04</td><td class="ddrTD">1849.76 m3</td><td class="ddrTD">912.98 kg</td><td class="ddrTD">761.16 kg/m3</td><td class="ddrTD">TOTAL</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">PETORO</td><td class="ddrTD">22.13 %</td> | ||
| 38 | + </tr> | ||
| 39 | + <tr class="ddrTR"> | ||
| 40 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">368/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-08</td><td class="ddrTD">1326.63 m3</td><td class="ddrTD">739.86 kg</td><td class="ddrTD">715.36 kg/m3</td><td class="ddrTD">STATOIL</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">STATOIL</td><td class="ddrTD">100 %</td> | ||
| 41 | + </tr> | ||
| 42 | + <tr class="ddrTR"> | ||
| 43 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">368/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-08</td><td class="ddrTD">1326.63 m3</td><td class="ddrTD">739.86 kg</td><td class="ddrTD">715.36 kg/m3</td><td class="ddrTD">STATOIL</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">STATOIL</td><td class="ddrTD">100 %</td> | ||
| 44 | + </tr> | ||
| 45 | + <tr class="ddrTR"> | ||
| 46 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">369/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-13</td><td class="ddrTD">1451.65 m3</td><td class="ddrTD">586.58 kg</td><td class="ddrTD">708.93 kg/m3</td><td class="ddrTD">ENI NORGE</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">STATOIL</td><td class="ddrTD">50.65 %</td> | ||
| 47 | + </tr> | ||
| 48 | + <tr class="ddrTR"> | ||
| 49 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">369/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-13</td><td class="ddrTD">1451.65 m3</td><td class="ddrTD">586.58 kg</td><td class="ddrTD">708.93 kg/m3</td><td class="ddrTD">ENI NORGE</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">STATOIL</td><td class="ddrTD">50.65 %</td> | ||
| 50 | + </tr> | ||
| 51 | + <tr class="ddrTR"> | ||
| 52 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">369/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-13</td><td class="ddrTD">1451.65 m3</td><td class="ddrTD">586.58 kg</td><td class="ddrTD">708.93 kg/m3</td><td class="ddrTD">ENI NORGE</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">PETORO</td><td class="ddrTD">49.35 %</td> | ||
| 53 | + </tr> | ||
| 54 | + <tr class="ddrTR"> | ||
| 55 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">369/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-13</td><td class="ddrTD">1451.65 m3</td><td class="ddrTD">586.58 kg</td><td class="ddrTD">708.93 kg/m3</td><td class="ddrTD">ENI NORGE</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">PETORO</td><td class="ddrTD">49.35 %</td> | ||
| 56 | + </tr> | ||
| 57 | + </table> | ||
| 58 | + <br> | ||
| 59 | + </div> | ||
| 60 | + <div> | ||
| 61 | + <hr> | ||
| 62 | + <h2>Production Saleable</h2> | ||
| 63 | + <table class="ddrTable"> | ||
| 64 | + <tr class="ddrTR"> | ||
| 65 | + <th class="ddrTH" style="text-align: center">Facility</th><th class="ddrTH" style="text-align: center">Purpose</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Mass</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Density</th><th class="ddrTH" style="text-align: center">Flow type</th><th class="ddrTH" style="text-align: center">Flow subtype</th><th class="ddrTH" style="text-align: center">Gross/Net</th> | ||
| 66 | + </tr> | ||
| 67 | + <tr class="ddrTR"> | ||
| 68 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">production exploitation</td><td class="ddrTD">oil net</td><td class="ddrTD">24776181.19 kg</td><td class="ddrTD">29872.08 m3</td><td class="ddrTD">761.72 kg/m3</td><td class="ddrTD">saleable flow</td><td class="ddrTD"></td><td class="ddrTD">net product flow</td> | ||
| 69 | + </tr> | ||
| 70 | + </table> | ||
| 71 | + <br> | ||
| 72 | + </div> | ||
| 73 | + <div> | ||
| 74 | + <hr> | ||
| 75 | + <h2>Production</h2> | ||
| 76 | + <table class="ddrTable"> | ||
| 77 | + <tr class="ddrTR"> | ||
| 78 | + <th class="ddrTH" style="text-align: center">Facility</th><th class="ddrTH" style="text-align: center">Purpose</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Mass</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Density</th><th class="ddrTH" style="text-align: center">Flow type</th><th class="ddrTH" style="text-align: center">Flow subtype</th><th class="ddrTH" style="text-align: center">Gross/Net</th> | ||
| 79 | + </tr> | ||
| 80 | + <tr class="ddrTR"> | ||
| 81 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">consumption flow - flare</td><td class="ddrTD">gas</td><td class="ddrTD">33652103.55 kg</td><td class="ddrTD">403406.73 m3</td><td class="ddrTD">0.61 kg/m3</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
| 82 | + </tr> | ||
| 83 | + <tr class="ddrTR"> | ||
| 84 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">consumption flow - flare</td><td class="ddrTD">gas</td><td class="ddrTD">31974209.72 kg</td><td class="ddrTD">430146.28 m3</td><td class="ddrTD">0.9 kg/m3</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
| 85 | + </tr> | ||
| 86 | + <tr class="ddrTR"> | ||
| 87 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">consumption flow - fuel</td><td class="ddrTD">gas</td><td class="ddrTD">32568689.86 kg</td><td class="ddrTD">409811.26 m3</td><td class="ddrTD">0.56 kg/m3</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
| 88 | + </tr> | ||
| 89 | + <tr class="ddrTR"> | ||
| 90 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">injection flow</td><td class="ddrTD">gas</td><td class="ddrTD">35232157.64 kg</td><td class="ddrTD">388173.48 m3</td><td class="ddrTD">1 kg/m3</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
| 91 | + </tr> | ||
| 92 | + <tr class="ddrTR"> | ||
| 93 | + <td class="ddrTD">MIKKEL</td><td class="ddrTD">production exploitation</td><td class="ddrTD">oil gross</td><td class="ddrTD">21708146.57 kg</td><td class="ddrTD">26927.26 m3</td><td class="ddrTD">762.06 kg/m3</td><td class="ddrTD">metered flow fiscal</td><td class="ddrTD"></td><td class="ddrTD">gross product flow</td> | ||
| 94 | + </tr> | ||
| 95 | + </table> | ||
| 96 | + <br> | ||
| 97 | + </div> | ||
| 98 | + </body> | ||
| 99 | +</html> |
| 1 | +# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/ASGARD-ONLY-MONTH_2012-01-01_final-mprg | ||
| 2 | +# imports: http://www.reportinghub.no/data/erh | ||
| 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production | ||
| 4 | + | ||
| 5 | +@prefix ASGARD-ONLY-MONTH_2012-01-01_final-mprg: <http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/ASGARD-ONLY-MONTH_2012-01-01_final-mprg#> . | ||
| 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/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/ASGARD-ONLY-MONTH_2012-01-01_final-mprg> | ||
| 12 | + rdf:type owl:Ontology ; | ||
| 13 | + owl:imports <http://www.reportinghub.no/data/erh> , <http://www.reportinghub.no/ep/schema/1.0/production> ; | ||
| 14 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 1 | +# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/KRISTIN-MONTH_2012-01-01_preliminary-mprg | ||
| 2 | +# imports: http://www.reportinghub.no/data/erh | ||
| 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production | ||
| 4 | + | ||
| 5 | +@prefix KRISTIN-MONTH_2012-01-01_preliminary-mprg: <http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/KRISTIN-MONTH_2012-01-01_preliminary-mprg#> . | ||
| 6 | +@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . | ||
| 7 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
| 8 | +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . | ||
| 9 | +@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> . | ||
| 10 | +@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . | ||
| 11 | +@prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> . | ||
| 12 | +@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | ||
| 13 | +@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . | ||
| 14 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 15 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 16 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 17 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 18 | + | ||
| 19 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-1-3> | ||
| 20 | + rdfs:label "20400e" . | ||
| 21 | + | ||
| 22 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-2-3> | ||
| 23 | + rdfs:label "20400e" . | ||
| 24 | + | ||
| 25 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-2-4> | ||
| 26 | + rdfs:label "20400e" . | ||
| 27 | + | ||
| 28 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-2-5> | ||
| 29 | + rdfs:label "20400e" . | ||
| 30 | + | ||
| 31 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-2-6> | ||
| 32 | + rdfs:label "20400e" . | ||
| 33 | + | ||
| 34 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-3-3> | ||
| 35 | + rdfs:label "20400e" . | ||
| 36 | + | ||
| 37 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-4-3> | ||
| 38 | + rdfs:label "20400e" . | ||
| 39 | + | ||
| 40 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-4-4> | ||
| 41 | + rdfs:label "20400e" . | ||
| 42 | + | ||
| 43 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-4-5> | ||
| 44 | + rdfs:label "20400e" . | ||
| 45 | + | ||
| 46 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-5-3> | ||
| 47 | + rdfs:label "20400e" . | ||
| 48 | + | ||
| 49 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-5-4> | ||
| 50 | + rdfs:label "20400e" . | ||
| 51 | + | ||
| 52 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-5-5> | ||
| 53 | + rdfs:label "20400e" . | ||
| 54 | + | ||
| 55 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-6> | ||
| 56 | + rdfs:label "STEP 20301b" . | ||
| 57 | + | ||
| 58 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-7-3> | ||
| 59 | + rdfs:label "20400e" . | ||
| 60 | + | ||
| 61 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_GAS_SALES> | ||
| 62 | + ep-flow:hasMixedPart | ||
| 63 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_GAS_SALES$GAS_-_DRY> . | ||
| 64 | + | ||
| 65 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_GAS_SALES$GAS_-_DRY> | ||
| 66 | + rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas-dry . | ||
| 67 | + | ||
| 68 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION> | ||
| 69 | + ep-flow:hasMixedPart | ||
| 70 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$CONDENSATE_NET$NET> , <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$GAS> , <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$OIL_NET$NET> , <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$WATER> . | ||
| 71 | + | ||
| 72 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$CONDENSATE_NET$NET> | ||
| 73 | + rdf:type ep-flow:NetProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Condensate-net . | ||
| 74 | + | ||
| 75 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$GAS> | ||
| 76 | + rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas . | ||
| 77 | + | ||
| 78 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$OIL_NET$NET> | ||
| 79 | + rdf:type ep-flow:NetProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Oil-net . | ||
| 80 | + | ||
| 81 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$WATER> | ||
| 82 | + rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Water . | ||
| 83 | + | ||
| 84 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION> | ||
| 85 | + ep-flow:hasMixedPart | ||
| 86 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$METHANOL> , <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$SCALE_INHIBITOR> , <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$WAX_INHIBITOR> . | ||
| 87 | + | ||
| 88 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$METHANOL> | ||
| 89 | + rdf:type ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , <https://www.reportinghub.no/ep/data/chemicalType/METHANOL> . | ||
| 90 | + | ||
| 91 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$SCALE_INHIBITOR> | ||
| 92 | + rdf:type ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , <https://www.reportinghub.no/ep/data/chemicalType/SCALE_INHIBITOR> . | ||
| 93 | + | ||
| 94 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$WAX_INHIBITOR> | ||
| 95 | + rdf:type ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , <https://www.reportinghub.no/ep/data/chemicalType/WAX_INHIBITOR> . | ||
| 96 | + | ||
| 97 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES> | ||
| 98 | + ep-flow:hasMixedPart | ||
| 99 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$GAS> , <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$OIL_NET$NET> , <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$WATER> . | ||
| 100 | + | ||
| 101 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$GAS> | ||
| 102 | + rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas . | ||
| 103 | + | ||
| 104 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$OIL_NET$NET> | ||
| 105 | + rdf:type ep-flow:NetProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Oil-net . | ||
| 106 | + | ||
| 107 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$WATER> | ||
| 108 | + rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Water . | ||
| 109 | + | ||
| 110 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_GAS_INJECTION_TOT> | ||
| 111 | + ep-flow:hasMixedPart | ||
| 112 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_GAS_INJECTION_TOT$GAS> . | ||
| 113 | + | ||
| 114 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_GAS_INJECTION_TOT$GAS> | ||
| 115 | + rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas . | ||
| 116 | + | ||
| 117 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION> | ||
| 118 | + ep-flow:hasMixedPart | ||
| 119 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION$OIL_NET$NET> . | ||
| 120 | + | ||
| 121 | +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION$OIL_NET$NET> | ||
| 122 | + rdf:type ep-flow:NetProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Oil-net . | ||
| 123 | + | ||
| 124 | +<http://www.reportinghub.no/np/data/npd/Field-1854729> | ||
| 125 | + rdf:type ep-fac:ProductionFacility . | ||
| 126 | + | ||
| 127 | +<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/KRISTIN-MONTH_2012-01-01_preliminary-mprg> | ||
| 128 | + rdf:type owl:Ontology ; | ||
| 129 | + owl:imports <http://www.reportinghub.no/data/erh> , <http://www.reportinghub.no/ep/schema/1.0/production> ; | ||
| 130 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 131 | + | ||
| 132 | +<https://www.reportinghub.no/ep/data/chemicalType/METHANOL> | ||
| 133 | + rdf:type ep-material:ChemicalType ; | ||
| 134 | + rdfs:label "Methanol"^^xsd:string ; | ||
| 135 | + rdfs:subClassOf ep-material:Chemical . | ||
| 136 | + | ||
| 137 | +<https://www.reportinghub.no/ep/data/chemicalType/SCALE_INHIBITOR> | ||
| 138 | + rdf:type ep-material:ChemicalType ; | ||
| 139 | + rdfs:label "Scale inhibitor"^^xsd:string ; | ||
| 140 | + rdfs:subClassOf ep-material:Chemical . | ||
| 141 | + | ||
| 142 | +<https://www.reportinghub.no/ep/data/chemicalType/WAX_INHIBITOR> | ||
| 143 | + rdf:type ep-material:ChemicalType ; | ||
| 144 | + rdfs:label "Wax inhibitor"^^xsd:string ; | ||
| 145 | + rdfs:subClassOf ep-material:Chemical . | ||
| 146 | + | ||
| 147 | +<https://www.reportinghub.no/ep/data/organization/DONG_DK> | ||
| 148 | + rdf:type ep-org:Organization ; | ||
| 149 | + ep-core:name "DONG DK"^^xsd:string . | ||
| 150 | + | ||
| 151 | +<https://www.reportinghub.no/ep/data/organization/ENI_NORGE> | ||
| 152 | + rdf:type ep-org:Organization ; | ||
| 153 | + ep-core:name "ENI NORGE"^^xsd:string . | ||
| 154 | + | ||
| 155 | +<https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_GAS_DE> | ||
| 156 | + rdf:type ep-org:Organization ; | ||
| 157 | + ep-core:name "EXXONMOBIL GAS DE"^^xsd:string . | ||
| 158 | + | ||
| 159 | +<https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_PROD> | ||
| 160 | + rdf:type ep-org:Organization ; | ||
| 161 | + ep-core:name "EXXONMOBIL PROD"^^xsd:string . | ||
| 162 | + | ||
| 163 | +<https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST> | ||
| 164 | + rdf:type ep-org:Organization ; | ||
| 165 | + ep-core:name "NATURGAS VEST"^^xsd:string . | ||
| 166 | + | ||
| 167 | +<https://www.reportinghub.no/ep/data/organization/PETORO> | ||
| 168 | + rdf:type ep-org:Organization ; | ||
| 169 | + ep-core:name "PETORO"^^xsd:string . | ||
| 170 | + | ||
| 171 | +<https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 172 | + rdf:type ep-org:Organization ; | ||
| 173 | + ep-core:name "STATOIL"^^xsd:string . | ||
| 174 | + | ||
| 175 | +<https://www.reportinghub.no/ep/data/organization/TOTAL> | ||
| 176 | + rdf:type ep-org:Organization ; | ||
| 177 | + ep-core:name "TOTAL"^^xsd:string . | ||
| 178 | + | ||
| 179 | +<https://www.reportinghub.no/ep/data/productionReport/FIELD-1854729$2012-01-01$2012-01-31> | ||
| 180 | + rdf:type ep-report:MonthlyProductionReport , ep-report:MonthlyProductionReportGovernment , ep-report:PreliminaryVersionOfAReport , ep-report:ProductionReport , ep-report:Report , <https://www.reportinghub.no/ep/data/productionReportKind/COPEX> ; | ||
| 181 | + ep-core:name "ÅSGARD"^^xsd:string ; | ||
| 182 | + ep-report:reportOn _:b1 ; | ||
| 183 | + ep-report:reportVersion | ||
| 184 | + "1.1"^^xsd:string . | ||
| 185 | + | ||
| 186 | +<https://www.reportinghub.no/ep/data/productionReportKind/COPEX> | ||
| 187 | + rdf:type ep-report:ProductionReportType ; | ||
| 188 | + rdfs:label "Copex"^^xsd:string ; | ||
| 189 | + rdfs:subClassOf ep-report:ProductionReport . | ||
| 190 | + | ||
| 191 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 192 | + rdf:type | ||
| 193 | + [ rdf:type ep-core:Volume ; | ||
| 194 | + ep-core:metre3 "512.67"^^xsd:double | ||
| 195 | + ] ; | ||
| 196 | + ep-core:temporalPartOf | ||
| 197 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 198 | + rdf:type | ||
| 199 | + [ rdf:type ep-core:Temperature ; | ||
| 200 | + ep-core:celsius "0"^^xsd:double | ||
| 201 | + ] ; | ||
| 202 | + rdf:type | ||
| 203 | + [ rdf:type ep-core:Pressure ; | ||
| 204 | + ep-core:atm "1"^^xsd:double | ||
| 205 | + ] ; | ||
| 206 | + ep-core:temporalPartOf | ||
| 207 | + _:b2 ; | ||
| 208 | + ep-flow:grossCalorificValue | ||
| 209 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 210 | + ] | ||
| 211 | + ] . | ||
| 212 | + | ||
| 213 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 214 | + rdf:type | ||
| 215 | + [ rdf:type ep-core:Volume ; | ||
| 216 | + ep-core:metre3 "101952.5"^^xsd:double | ||
| 217 | + ] ; | ||
| 218 | + ep-core:temporalPartOf | ||
| 219 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 220 | + rdf:type | ||
| 221 | + [ rdf:type ep-core:Temperature ; | ||
| 222 | + ep-core:celsius "15"^^xsd:double | ||
| 223 | + ] ; | ||
| 224 | + rdf:type | ||
| 225 | + [ rdf:type ep-core:Pressure ; | ||
| 226 | + ep-core:atm "1"^^xsd:double | ||
| 227 | + ] ; | ||
| 228 | + ep-core:temporalPartOf | ||
| 229 | + _:b3 ; | ||
| 230 | + ep-flow:grossCalorificValue | ||
| 231 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 232 | + ] | ||
| 233 | + ] . | ||
| 234 | + | ||
| 235 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 236 | + rdf:type | ||
| 237 | + [ rdf:type ep-core:Volume ; | ||
| 238 | + ep-core:metre3 "936.38"^^xsd:double | ||
| 239 | + ] ; | ||
| 240 | + ep-core:temporalPartOf | ||
| 241 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 242 | + rdf:type | ||
| 243 | + [ rdf:type ep-core:Temperature ; | ||
| 244 | + ep-core:celsius "0"^^xsd:double | ||
| 245 | + ] ; | ||
| 246 | + rdf:type | ||
| 247 | + [ rdf:type ep-core:Pressure ; | ||
| 248 | + ep-core:atm "1"^^xsd:double | ||
| 249 | + ] ; | ||
| 250 | + ep-core:temporalPartOf | ||
| 251 | + _:b4 ; | ||
| 252 | + ep-flow:grossCalorificValue | ||
| 253 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 254 | + ] | ||
| 255 | + ] . | ||
| 256 | + | ||
| 257 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 258 | + rdf:type | ||
| 259 | + [ rdf:type ep-core:Volume ; | ||
| 260 | + ep-core:metre3 "843.19"^^xsd:double | ||
| 261 | + ] ; | ||
| 262 | + ep-core:temporalPartOf | ||
| 263 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 264 | + rdf:type | ||
| 265 | + [ rdf:type ep-core:Temperature ; | ||
| 266 | + ep-core:celsius "0"^^xsd:double | ||
| 267 | + ] ; | ||
| 268 | + rdf:type | ||
| 269 | + [ rdf:type ep-core:Pressure ; | ||
| 270 | + ep-core:atm "1"^^xsd:double | ||
| 271 | + ] ; | ||
| 272 | + ep-core:temporalPartOf | ||
| 273 | + _:b5 ; | ||
| 274 | + ep-flow:grossCalorificValue | ||
| 275 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 276 | + ] | ||
| 277 | + ] . | ||
| 278 | + | ||
| 279 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 280 | + rdf:type | ||
| 281 | + [ rdf:type ep-core:Volume ; | ||
| 282 | + ep-core:litre "1558.79"^^xsd:double | ||
| 283 | + ] ; | ||
| 284 | + ep-core:temporalPartOf | ||
| 285 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 286 | + rdf:type | ||
| 287 | + [ rdf:type ep-core:Temperature ; | ||
| 288 | + ep-core:celsius "15"^^xsd:double | ||
| 289 | + ] ; | ||
| 290 | + rdf:type | ||
| 291 | + [ rdf:type ep-core:Pressure ; | ||
| 292 | + ep-core:atm "1"^^xsd:double | ||
| 293 | + ] ; | ||
| 294 | + ep-core:temporalPartOf | ||
| 295 | + _:b6 ; | ||
| 296 | + ep-flow:grossCalorificValue | ||
| 297 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 298 | + ] | ||
| 299 | + ] . | ||
| 300 | + | ||
| 301 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 302 | + rdf:type | ||
| 303 | + [ rdf:type ep-core:Volume ; | ||
| 304 | + ep-core:metre3 "268450.47"^^xsd:double | ||
| 305 | + ] ; | ||
| 306 | + ep-core:temporalPartOf | ||
| 307 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 308 | + rdf:type | ||
| 309 | + [ rdf:type ep-core:Temperature ; | ||
| 310 | + ep-core:celsius "15"^^xsd:double | ||
| 311 | + ] ; | ||
| 312 | + rdf:type | ||
| 313 | + [ rdf:type ep-core:Pressure ; | ||
| 314 | + ep-core:atm "1"^^xsd:double | ||
| 315 | + ] ; | ||
| 316 | + ep-core:temporalPartOf | ||
| 317 | + _:b7 ; | ||
| 318 | + ep-flow:grossCalorificValue | ||
| 319 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 320 | + ] | ||
| 321 | + ] . | ||
| 322 | + | ||
| 323 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 324 | + rdf:type | ||
| 325 | + [ rdf:type ep-core:Volume ; | ||
| 326 | + ep-core:metre3 "108383.31"^^xsd:double | ||
| 327 | + ] ; | ||
| 328 | + ep-core:temporalPartOf | ||
| 329 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 330 | + rdf:type | ||
| 331 | + [ rdf:type ep-core:Temperature ; | ||
| 332 | + ep-core:celsius "15"^^xsd:double | ||
| 333 | + ] ; | ||
| 334 | + rdf:type | ||
| 335 | + [ rdf:type ep-core:Pressure ; | ||
| 336 | + ep-core:atm "1"^^xsd:double | ||
| 337 | + ] ; | ||
| 338 | + ep-core:temporalPartOf | ||
| 339 | + _:b8 ; | ||
| 340 | + ep-flow:grossCalorificValue | ||
| 341 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 342 | + ] | ||
| 343 | + ] . | ||
| 344 | + | ||
| 345 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 346 | + rdf:type | ||
| 347 | + [ rdf:type ep-core:Volume ; | ||
| 348 | + ep-core:metre3 "975.26"^^xsd:double | ||
| 349 | + ] ; | ||
| 350 | + ep-core:temporalPartOf | ||
| 351 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 352 | + rdf:type | ||
| 353 | + [ rdf:type ep-core:Temperature ; | ||
| 354 | + ep-core:celsius "0"^^xsd:double | ||
| 355 | + ] ; | ||
| 356 | + rdf:type | ||
| 357 | + [ rdf:type ep-core:Pressure ; | ||
| 358 | + ep-core:atm "1"^^xsd:double | ||
| 359 | + ] ; | ||
| 360 | + ep-core:temporalPartOf | ||
| 361 | + _:b9 ; | ||
| 362 | + ep-flow:grossCalorificValue | ||
| 363 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 364 | + ] | ||
| 365 | + ] . | ||
| 366 | + | ||
| 367 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 368 | + rdf:type | ||
| 369 | + [ rdf:type ep-core:Volume ; | ||
| 370 | + ep-core:metre3 "106565.38"^^xsd:double | ||
| 371 | + ] ; | ||
| 372 | + ep-core:temporalPartOf | ||
| 373 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 374 | + rdf:type | ||
| 375 | + [ rdf:type ep-core:Temperature ; | ||
| 376 | + ep-core:celsius "15"^^xsd:double | ||
| 377 | + ] ; | ||
| 378 | + rdf:type | ||
| 379 | + [ rdf:type ep-core:Pressure ; | ||
| 380 | + ep-core:atm "1"^^xsd:double | ||
| 381 | + ] ; | ||
| 382 | + ep-core:temporalPartOf | ||
| 383 | + _:b10 ; | ||
| 384 | + ep-flow:grossCalorificValue | ||
| 385 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 386 | + ] | ||
| 387 | + ] . | ||
| 388 | + | ||
| 389 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 390 | + rdf:type | ||
| 391 | + [ rdf:type ep-core:Volume ; | ||
| 392 | + ep-core:metre3 "201065.05"^^xsd:double | ||
| 393 | + ] ; | ||
| 394 | + ep-core:temporalPartOf | ||
| 395 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 396 | + rdf:type | ||
| 397 | + [ rdf:type ep-core:Temperature ; | ||
| 398 | + ep-core:celsius "15"^^xsd:double | ||
| 399 | + ] ; | ||
| 400 | + rdf:type | ||
| 401 | + [ rdf:type ep-core:Pressure ; | ||
| 402 | + ep-core:atm "1"^^xsd:double | ||
| 403 | + ] ; | ||
| 404 | + ep-core:temporalPartOf | ||
| 405 | + _:b11 ; | ||
| 406 | + ep-flow:grossCalorificValue | ||
| 407 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 408 | + ] | ||
| 409 | + ] . | ||
| 410 | + | ||
| 411 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 412 | + rdf:type | ||
| 413 | + [ rdf:type ep-core:Volume ; | ||
| 414 | + ep-core:metre3 "936.38"^^xsd:double | ||
| 415 | + ] ; | ||
| 416 | + ep-core:temporalPartOf | ||
| 417 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 418 | + rdf:type | ||
| 419 | + [ rdf:type ep-core:Temperature ; | ||
| 420 | + ep-core:celsius "0"^^xsd:double | ||
| 421 | + ] ; | ||
| 422 | + rdf:type | ||
| 423 | + [ rdf:type ep-core:Pressure ; | ||
| 424 | + ep-core:atm "1"^^xsd:double | ||
| 425 | + ] ; | ||
| 426 | + ep-core:temporalPartOf | ||
| 427 | + _:b12 ; | ||
| 428 | + ep-flow:grossCalorificValue | ||
| 429 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 430 | + ] | ||
| 431 | + ] . | ||
| 432 | + | ||
| 433 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 434 | + rdf:type | ||
| 435 | + [ rdf:type ep-core:Volume ; | ||
| 436 | + ep-core:metre3 "255563.75"^^xsd:double | ||
| 437 | + ] ; | ||
| 438 | + ep-core:temporalPartOf | ||
| 439 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 440 | + rdf:type | ||
| 441 | + [ rdf:type ep-core:Temperature ; | ||
| 442 | + ep-core:celsius "15"^^xsd:double | ||
| 443 | + ] ; | ||
| 444 | + rdf:type | ||
| 445 | + [ rdf:type ep-core:Pressure ; | ||
| 446 | + ep-core:atm "1"^^xsd:double | ||
| 447 | + ] ; | ||
| 448 | + ep-core:temporalPartOf | ||
| 449 | + _:b13 ; | ||
| 450 | + ep-flow:grossCalorificValue | ||
| 451 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 452 | + ] | ||
| 453 | + ] . | ||
| 454 | + | ||
| 455 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 456 | + rdf:type | ||
| 457 | + [ rdf:type ep-core:Volume ; | ||
| 458 | + ep-core:litre "1353.31"^^xsd:double | ||
| 459 | + ] ; | ||
| 460 | + ep-core:temporalPartOf | ||
| 461 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 462 | + rdf:type | ||
| 463 | + [ rdf:type ep-core:Temperature ; | ||
| 464 | + ep-core:celsius "15"^^xsd:double | ||
| 465 | + ] ; | ||
| 466 | + rdf:type | ||
| 467 | + [ rdf:type ep-core:Pressure ; | ||
| 468 | + ep-core:atm "1"^^xsd:double | ||
| 469 | + ] ; | ||
| 470 | + ep-core:temporalPartOf | ||
| 471 | + _:b14 ; | ||
| 472 | + ep-flow:grossCalorificValue | ||
| 473 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 474 | + ] | ||
| 475 | + ] . | ||
| 476 | + | ||
| 477 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 478 | + rdf:type | ||
| 479 | + [ rdf:type ep-core:Volume ; | ||
| 480 | + ep-core:metre3 "127491.0"^^xsd:double | ||
| 481 | + ] ; | ||
| 482 | + ep-core:temporalPartOf | ||
| 483 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 484 | + rdf:type | ||
| 485 | + [ rdf:type ep-core:Temperature ; | ||
| 486 | + ep-core:celsius "15"^^xsd:double | ||
| 487 | + ] ; | ||
| 488 | + rdf:type | ||
| 489 | + [ rdf:type ep-core:Pressure ; | ||
| 490 | + ep-core:atm "1"^^xsd:double | ||
| 491 | + ] ; | ||
| 492 | + ep-core:temporalPartOf | ||
| 493 | + _:b15 ; | ||
| 494 | + ep-flow:grossCalorificValue | ||
| 495 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 496 | + ] | ||
| 497 | + ] . | ||
| 498 | + | ||
| 499 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 500 | + rdf:type | ||
| 501 | + [ rdf:type ep-core:Volume ; | ||
| 502 | + ep-core:metre3 "229560.79"^^xsd:double | ||
| 503 | + ] ; | ||
| 504 | + ep-core:temporalPartOf | ||
| 505 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 506 | + rdf:type | ||
| 507 | + [ rdf:type ep-core:Temperature ; | ||
| 508 | + ep-core:celsius "15"^^xsd:double | ||
| 509 | + ] ; | ||
| 510 | + rdf:type | ||
| 511 | + [ rdf:type ep-core:Pressure ; | ||
| 512 | + ep-core:atm "1"^^xsd:double | ||
| 513 | + ] ; | ||
| 514 | + ep-core:temporalPartOf | ||
| 515 | + _:b16 ; | ||
| 516 | + ep-flow:grossCalorificValue | ||
| 517 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 518 | + ] | ||
| 519 | + ] . | ||
| 520 | + | ||
| 521 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 522 | + rdf:type | ||
| 523 | + [ rdf:type ep-core:Volume ; | ||
| 524 | + ep-core:metre3 "269306.2"^^xsd:double | ||
| 525 | + ] ; | ||
| 526 | + ep-core:temporalPartOf | ||
| 527 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 528 | + rdf:type | ||
| 529 | + [ rdf:type ep-core:Temperature ; | ||
| 530 | + ep-core:celsius "15"^^xsd:double | ||
| 531 | + ] ; | ||
| 532 | + rdf:type | ||
| 533 | + [ rdf:type ep-core:Pressure ; | ||
| 534 | + ep-core:atm "1"^^xsd:double | ||
| 535 | + ] ; | ||
| 536 | + ep-core:temporalPartOf | ||
| 537 | + _:b17 ; | ||
| 538 | + ep-flow:grossCalorificValue | ||
| 539 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 540 | + ] | ||
| 541 | + ] . | ||
| 542 | + | ||
| 543 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 544 | + rdf:type | ||
| 545 | + [ rdf:type ep-core:Volume ; | ||
| 546 | + ep-core:metre3 "775.4"^^xsd:double | ||
| 547 | + ] ; | ||
| 548 | + ep-core:temporalPartOf | ||
| 549 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 550 | + rdf:type | ||
| 551 | + [ rdf:type ep-core:Temperature ; | ||
| 552 | + ep-core:celsius "0"^^xsd:double | ||
| 553 | + ] ; | ||
| 554 | + rdf:type | ||
| 555 | + [ rdf:type ep-core:Pressure ; | ||
| 556 | + ep-core:atm "1"^^xsd:double | ||
| 557 | + ] ; | ||
| 558 | + ep-core:temporalPartOf | ||
| 559 | + _:b18 ; | ||
| 560 | + ep-flow:grossCalorificValue | ||
| 561 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 562 | + ] | ||
| 563 | + ] . | ||
| 564 | + | ||
| 565 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 566 | + rdf:type | ||
| 567 | + [ rdf:type ep-core:Volume ; | ||
| 568 | + ep-core:metre3 "132.07"^^xsd:double | ||
| 569 | + ] ; | ||
| 570 | + ep-core:temporalPartOf | ||
| 571 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 572 | + rdf:type | ||
| 573 | + [ rdf:type ep-core:Temperature ; | ||
| 574 | + ep-core:celsius "0"^^xsd:double | ||
| 575 | + ] ; | ||
| 576 | + rdf:type | ||
| 577 | + [ rdf:type ep-core:Pressure ; | ||
| 578 | + ep-core:atm "1"^^xsd:double | ||
| 579 | + ] ; | ||
| 580 | + ep-core:temporalPartOf | ||
| 581 | + _:b19 ; | ||
| 582 | + ep-flow:grossCalorificValue | ||
| 583 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 584 | + ] | ||
| 585 | + ] . | ||
| 586 | + | ||
| 587 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 588 | + rdf:type | ||
| 589 | + [ rdf:type ep-core:Volume ; | ||
| 590 | + ep-core:metre3 "262.73"^^xsd:double | ||
| 591 | + ] ; | ||
| 592 | + ep-core:temporalPartOf | ||
| 593 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 594 | + rdf:type | ||
| 595 | + [ rdf:type ep-core:Temperature ; | ||
| 596 | + ep-core:celsius "0"^^xsd:double | ||
| 597 | + ] ; | ||
| 598 | + rdf:type | ||
| 599 | + [ rdf:type ep-core:Pressure ; | ||
| 600 | + ep-core:atm "1"^^xsd:double | ||
| 601 | + ] ; | ||
| 602 | + ep-core:temporalPartOf | ||
| 603 | + _:b20 ; | ||
| 604 | + ep-flow:grossCalorificValue | ||
| 605 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 606 | + ] | ||
| 607 | + ] . | ||
| 608 | + | ||
| 609 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 610 | + rdf:type | ||
| 611 | + [ rdf:type ep-core:Volume ; | ||
| 612 | + ep-core:litre "2292.35"^^xsd:double | ||
| 613 | + ] ; | ||
| 614 | + ep-core:temporalPartOf | ||
| 615 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 616 | + rdf:type | ||
| 617 | + [ rdf:type ep-core:Temperature ; | ||
| 618 | + ep-core:celsius "15"^^xsd:double | ||
| 619 | + ] ; | ||
| 620 | + rdf:type | ||
| 621 | + [ rdf:type ep-core:Pressure ; | ||
| 622 | + ep-core:atm "1"^^xsd:double | ||
| 623 | + ] ; | ||
| 624 | + ep-core:temporalPartOf | ||
| 625 | + _:b21 ; | ||
| 626 | + ep-flow:grossCalorificValue | ||
| 627 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 628 | + ] | ||
| 629 | + ] . | ||
| 630 | + | ||
| 631 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 632 | + rdf:type | ||
| 633 | + [ rdf:type ep-core:Density ; | ||
| 634 | + ep-core:kilogram_m-3 | ||
| 635 | + "774.07"^^xsd:double | ||
| 636 | + ] ; | ||
| 637 | + rdf:type | ||
| 638 | + [ rdf:type ep-core:Temperature ; | ||
| 639 | + ep-core:celsius "15"^^xsd:double | ||
| 640 | + ] ; | ||
| 641 | + rdf:type | ||
| 642 | + [ rdf:type ep-core:Pressure ; | ||
| 643 | + ep-core:atm "1"^^xsd:double | ||
| 644 | + ] ; | ||
| 645 | + ep-core:temporalPartOf | ||
| 646 | + _:b3 . | ||
| 647 | + | ||
| 648 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 649 | + rdf:type | ||
| 650 | + [ rdf:type ep-core:Density ; | ||
| 651 | + ep-core:kilogram_m-3 | ||
| 652 | + "757.27"^^xsd:double | ||
| 653 | + ] ; | ||
| 654 | + rdf:type | ||
| 655 | + [ rdf:type ep-core:Temperature ; | ||
| 656 | + ep-core:celsius "15"^^xsd:double | ||
| 657 | + ] ; | ||
| 658 | + rdf:type | ||
| 659 | + [ rdf:type ep-core:Pressure ; | ||
| 660 | + ep-core:atm "1"^^xsd:double | ||
| 661 | + ] ; | ||
| 662 | + ep-core:temporalPartOf | ||
| 663 | + _:b7 . | ||
| 664 | + | ||
| 665 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 666 | + rdf:type | ||
| 667 | + [ rdf:type ep-core:Density ; | ||
| 668 | + ep-core:kilogram_m-3 | ||
| 669 | + "0.7"^^xsd:double | ||
| 670 | + ] ; | ||
| 671 | + rdf:type | ||
| 672 | + [ rdf:type ep-core:Temperature ; | ||
| 673 | + ep-core:celsius "15"^^xsd:double | ||
| 674 | + ] ; | ||
| 675 | + rdf:type | ||
| 676 | + [ rdf:type ep-core:Pressure ; | ||
| 677 | + ep-core:atm "1"^^xsd:double | ||
| 678 | + ] ; | ||
| 679 | + ep-core:temporalPartOf | ||
| 680 | + _:b11 . | ||
| 681 | + | ||
| 682 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 683 | + rdf:type | ||
| 684 | + [ rdf:type ep-core:Density ; | ||
| 685 | + ep-core:kilogram_m-3 | ||
| 686 | + "776.07"^^xsd:double | ||
| 687 | + ] ; | ||
| 688 | + rdf:type | ||
| 689 | + [ rdf:type ep-core:Temperature ; | ||
| 690 | + ep-core:celsius "15"^^xsd:double | ||
| 691 | + ] ; | ||
| 692 | + rdf:type | ||
| 693 | + [ rdf:type ep-core:Pressure ; | ||
| 694 | + ep-core:atm "1"^^xsd:double | ||
| 695 | + ] ; | ||
| 696 | + ep-core:temporalPartOf | ||
| 697 | + _:b13 . | ||
| 698 | + | ||
| 699 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 700 | + rdf:type | ||
| 701 | + [ rdf:type ep-core:Density ; | ||
| 702 | + ep-core:kilogram_m-3 | ||
| 703 | + "0.93"^^xsd:double | ||
| 704 | + ] ; | ||
| 705 | + rdf:type | ||
| 706 | + [ rdf:type ep-core:Temperature ; | ||
| 707 | + ep-core:celsius "15"^^xsd:double | ||
| 708 | + ] ; | ||
| 709 | + rdf:type | ||
| 710 | + [ rdf:type ep-core:Pressure ; | ||
| 711 | + ep-core:atm "1"^^xsd:double | ||
| 712 | + ] ; | ||
| 713 | + ep-core:temporalPartOf | ||
| 714 | + _:b16 . | ||
| 715 | + | ||
| 716 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 717 | + rdf:type | ||
| 718 | + [ rdf:type ep-core:Density ; | ||
| 719 | + ep-core:kilogram_m-3 | ||
| 720 | + "768.05"^^xsd:double | ||
| 721 | + ] ; | ||
| 722 | + rdf:type | ||
| 723 | + [ rdf:type ep-core:Temperature ; | ||
| 724 | + ep-core:celsius "15"^^xsd:double | ||
| 725 | + ] ; | ||
| 726 | + rdf:type | ||
| 727 | + [ rdf:type ep-core:Pressure ; | ||
| 728 | + ep-core:atm "1"^^xsd:double | ||
| 729 | + ] ; | ||
| 730 | + ep-core:temporalPartOf | ||
| 731 | + _:b15 . | ||
| 732 | + | ||
| 733 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 734 | + rdf:type | ||
| 735 | + [ rdf:type ep-core:Density ; | ||
| 736 | + ep-core:kilogram_m-3 | ||
| 737 | + "0.76"^^xsd:double | ||
| 738 | + ] ; | ||
| 739 | + rdf:type | ||
| 740 | + [ rdf:type ep-core:Temperature ; | ||
| 741 | + ep-core:celsius "15"^^xsd:double | ||
| 742 | + ] ; | ||
| 743 | + rdf:type | ||
| 744 | + [ rdf:type ep-core:Pressure ; | ||
| 745 | + ep-core:atm "1"^^xsd:double | ||
| 746 | + ] ; | ||
| 747 | + ep-core:temporalPartOf | ||
| 748 | + _:b8 . | ||
| 749 | + | ||
| 750 | +_:b16 | ||
| 751 | + rdf:type ep-material:QuantityOfMaterial ; | ||
| 752 | + rdf:type | ||
| 753 | + [ rdf:type ep-core:Mass ; | ||
| 754 | + ep-core:kilogram "39685285.41"^^xsd:double | ||
| 755 | + ] . | ||
| 756 | + | ||
| 757 | +_:b15 | ||
| 758 | + rdf:type ep-material:QuantityOfMaterial ; | ||
| 759 | + rdf:type | ||
| 760 | + [ rdf:type ep-core:Mass ; | ||
| 761 | + ep-core:kilogram "74071145.34"^^xsd:double | ||
| 762 | + ] . | ||
| 763 | + | ||
| 764 | +_:b13 | ||
| 765 | + rdf:type ep-material:QuantityOfMaterial ; | ||
| 766 | + rdf:type | ||
| 767 | + [ rdf:type ep-core:Mass ; | ||
| 768 | + ep-core:kilogram "34560058.23"^^xsd:double | ||
| 769 | + ] . | ||
| 770 | + | ||
| 771 | +_:b14 | ||
| 772 | + rdf:type ep-material:QuantityOfMaterial . | ||
| 773 | + | ||
| 774 | +_:b10 | ||
| 775 | + rdf:type ep-material:QuantityOfMaterial . | ||
| 776 | + | ||
| 777 | +_:b21 | ||
| 778 | + rdf:type ep-material:QuantityOfMaterial . | ||
| 779 | + | ||
| 780 | +_:b17 | ||
| 781 | + rdf:type ep-material:QuantityOfMaterial . | ||
| 782 | + | ||
| 783 | +_:b11 | ||
| 784 | + rdf:type ep-material:QuantityOfMaterial ; | ||
| 785 | + rdf:type | ||
| 786 | + [ rdf:type ep-core:Mass ; | ||
| 787 | + ep-core:kilogram "35541182.56"^^xsd:double | ||
| 788 | + ] . | ||
| 789 | + | ||
| 790 | +_:b8 rdf:type ep-material:QuantityOfMaterial ; | ||
| 791 | + rdf:type | ||
| 792 | + [ rdf:type ep-core:Mass ; | ||
| 793 | + ep-core:kilogram "70079142.44"^^xsd:double | ||
| 794 | + ] . | ||
| 795 | + | ||
| 796 | +_:b6 rdf:type ep-material:QuantityOfMaterial . | ||
| 797 | + | ||
| 798 | +_:b7 rdf:type ep-material:QuantityOfMaterial ; | ||
| 799 | + rdf:type | ||
| 800 | + [ rdf:type ep-core:Mass ; | ||
| 801 | + ep-core:kilogram "32174682.0"^^xsd:double | ||
| 802 | + ] . | ||
| 803 | + | ||
| 804 | +_:b3 rdf:type ep-material:QuantityOfMaterial ; | ||
| 805 | + rdf:type | ||
| 806 | + [ rdf:type ep-core:Mass ; | ||
| 807 | + ep-core:kilogram "84401518.61"^^xsd:double | ||
| 808 | + ] . | ||
| 809 | + | ||
| 810 | +_:b2 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 811 | + rdf:type | ||
| 812 | + [ rdf:type ep-core:Work ; | ||
| 813 | + ep-core:megajoule "23118.03"^^xsd:double | ||
| 814 | + ] ; | ||
| 815 | + ep-core:spatialPartOf | ||
| 816 | + _:b18 ; | ||
| 817 | + ep-org:owner | ||
| 818 | + [ rdf:type ep-org:Organization ; | ||
| 819 | + ep-core:temporalPartOf | ||
| 820 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 821 | + ] . | ||
| 822 | + | ||
| 823 | +_:b20 | ||
| 824 | + rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 825 | + rdf:type | ||
| 826 | + [ rdf:type ep-core:Work ; | ||
| 827 | + ep-core:megajoule "27169.3"^^xsd:double | ||
| 828 | + ] ; | ||
| 829 | + ep-core:spatialPartOf | ||
| 830 | + _:b18 ; | ||
| 831 | + ep-org:owner | ||
| 832 | + [ rdf:type ep-org:Organization ; | ||
| 833 | + ep-core:temporalPartOf | ||
| 834 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 835 | + ] . | ||
| 836 | + | ||
| 837 | +_:b5 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 838 | + rdf:type | ||
| 839 | + [ rdf:type ep-core:Work ; | ||
| 840 | + ep-core:megajoule "27742.43"^^xsd:double | ||
| 841 | + ] ; | ||
| 842 | + ep-core:spatialPartOf | ||
| 843 | + _:b9 ; | ||
| 844 | + ep-org:owner | ||
| 845 | + [ rdf:type ep-org:Organization ; | ||
| 846 | + ep-core:temporalPartOf | ||
| 847 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 848 | + ] . | ||
| 849 | + | ||
| 850 | +_:b19 | ||
| 851 | + rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 852 | + rdf:type | ||
| 853 | + [ rdf:type ep-core:Work ; | ||
| 854 | + ep-core:megajoule "8762.27"^^xsd:double | ||
| 855 | + ] ; | ||
| 856 | + ep-core:spatialPartOf | ||
| 857 | + _:b9 ; | ||
| 858 | + ep-org:owner | ||
| 859 | + [ rdf:type ep-org:Organization ; | ||
| 860 | + ep-core:temporalPartOf | ||
| 861 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 862 | + ] . | ||
| 863 | + | ||
| 864 | +_:b12 | ||
| 865 | + rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 866 | + rdf:type | ||
| 867 | + [ rdf:type ep-core:Work ; | ||
| 868 | + ep-core:megajoule "27534.9"^^xsd:double | ||
| 869 | + ] ; | ||
| 870 | + ep-core:spatialPartOf | ||
| 871 | + _:b4 ; | ||
| 872 | + ep-org:owner | ||
| 873 | + [ rdf:type ep-org:Organization ; | ||
| 874 | + ep-core:temporalPartOf | ||
| 875 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 876 | + ] . | ||
| 877 | + | ||
| 878 | +_:b18 | ||
| 879 | + rdf:type ep-material:QuantityOfMaterial ; | ||
| 880 | + rdf:type | ||
| 881 | + [ rdf:type ep-core:Work ; | ||
| 882 | + ep-core:megajoule "20800.38"^^xsd:double | ||
| 883 | + ] ; | ||
| 884 | + ep-core:temporalPartOf | ||
| 885 | + [ rdf:type ep-material:QuantityOfMaterial ; | ||
| 886 | + ep-core:spatialPartOf | ||
| 887 | + _:b22 | ||
| 888 | + ] . | ||
| 889 | + | ||
| 890 | +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ; | ||
| 891 | + ep-core:hasPart | ||
| 892 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 893 | + ep-core:hasPart | ||
| 894 | + [ rdf:type ep-prodact:SalesActivity ; | ||
| 895 | + ep-prodact:buyer | ||
| 896 | + [ rdf:type ep-org:Organization ; | ||
| 897 | + ep-core:temporalPartOf | ||
| 898 | + <https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_GAS_DE> | ||
| 899 | + ] ; | ||
| 900 | + ep-prodact:salesAdministrator | ||
| 901 | + [ rdf:type ep-org:Organization ; | ||
| 902 | + ep-core:temporalPartOf | ||
| 903 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 904 | + ] ; | ||
| 905 | + ep-prodact:seller | ||
| 906 | + [ rdf:type ep-org:Organization ; | ||
| 907 | + ep-core:temporalPartOf | ||
| 908 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 909 | + ] | ||
| 910 | + ] ; | ||
| 911 | + ep-prodact:movedProduct | ||
| 912 | + _:b2 | ||
| 913 | + ] ; | ||
| 914 | + ep-core:hasPart | ||
| 915 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 916 | + ep-core:hasPart | ||
| 917 | + [ rdf:type ep-prodact:SalesActivity ; | ||
| 918 | + ep-prodact:buyer | ||
| 919 | + [ rdf:type ep-org:Organization ; | ||
| 920 | + ep-core:temporalPartOf | ||
| 921 | + <https://www.reportinghub.no/ep/data/organization/DONG_DK> | ||
| 922 | + ] ; | ||
| 923 | + ep-prodact:salesAdministrator | ||
| 924 | + [ rdf:type ep-org:Organization ; | ||
| 925 | + ep-core:temporalPartOf | ||
| 926 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 927 | + ] ; | ||
| 928 | + ep-prodact:seller | ||
| 929 | + [ rdf:type ep-org:Organization ; | ||
| 930 | + ep-core:temporalPartOf | ||
| 931 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 932 | + ] | ||
| 933 | + ] ; | ||
| 934 | + ep-prodact:movedProduct | ||
| 935 | + _:b20 | ||
| 936 | + ] ; | ||
| 937 | + ep-prodact:movedProduct | ||
| 938 | + _:b18 . | ||
| 939 | + | ||
| 940 | +_:b9 rdf:type ep-material:QuantityOfMaterial ; | ||
| 941 | + rdf:type | ||
| 942 | + [ rdf:type ep-core:Work ; | ||
| 943 | + ep-core:megajoule "43368.46"^^xsd:double | ||
| 944 | + ] ; | ||
| 945 | + ep-core:temporalPartOf | ||
| 946 | + [ rdf:type ep-material:QuantityOfMaterial ; | ||
| 947 | + ep-core:spatialPartOf | ||
| 948 | + _:b22 | ||
| 949 | + ] . | ||
| 950 | + | ||
| 951 | +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ; | ||
| 952 | + ep-core:hasPart | ||
| 953 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 954 | + ep-core:hasPart | ||
| 955 | + [ rdf:type ep-prodact:SalesActivity ; | ||
| 956 | + ep-prodact:buyer | ||
| 957 | + [ rdf:type ep-org:Organization ; | ||
| 958 | + ep-core:temporalPartOf | ||
| 959 | + <https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST> | ||
| 960 | + ] ; | ||
| 961 | + ep-prodact:salesAdministrator | ||
| 962 | + [ rdf:type ep-org:Organization ; | ||
| 963 | + ep-core:temporalPartOf | ||
| 964 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 965 | + ] ; | ||
| 966 | + ep-prodact:seller | ||
| 967 | + [ rdf:type ep-org:Organization ; | ||
| 968 | + ep-core:temporalPartOf | ||
| 969 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 970 | + ] | ||
| 971 | + ] ; | ||
| 972 | + ep-prodact:movedProduct | ||
| 973 | + _:b5 | ||
| 974 | + ] ; | ||
| 975 | + ep-core:hasPart | ||
| 976 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 977 | + ep-core:hasPart | ||
| 978 | + [ rdf:type ep-prodact:SalesActivity ; | ||
| 979 | + ep-prodact:buyer | ||
| 980 | + [ rdf:type ep-org:Organization ; | ||
| 981 | + ep-core:temporalPartOf | ||
| 982 | + <https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_GAS_DE> | ||
| 983 | + ] ; | ||
| 984 | + ep-prodact:salesAdministrator | ||
| 985 | + [ rdf:type ep-org:Organization ; | ||
| 986 | + ep-core:temporalPartOf | ||
| 987 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 988 | + ] ; | ||
| 989 | + ep-prodact:seller | ||
| 990 | + [ rdf:type ep-org:Organization ; | ||
| 991 | + ep-core:temporalPartOf | ||
| 992 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 993 | + ] | ||
| 994 | + ] ; | ||
| 995 | + ep-prodact:movedProduct | ||
| 996 | + _:b19 | ||
| 997 | + ] ; | ||
| 998 | + ep-prodact:movedProduct | ||
| 999 | + _:b9 . | ||
| 1000 | + | ||
| 1001 | +_:b4 rdf:type ep-material:QuantityOfMaterial ; | ||
| 1002 | + rdf:type | ||
| 1003 | + [ rdf:type ep-core:Work ; | ||
| 1004 | + ep-core:megajoule "17147.72"^^xsd:double | ||
| 1005 | + ] ; | ||
| 1006 | + ep-core:temporalPartOf | ||
| 1007 | + [ rdf:type ep-material:QuantityOfMaterial ; | ||
| 1008 | + ep-core:spatialPartOf | ||
| 1009 | + _:b22 | ||
| 1010 | + ] . | ||
| 1011 | + | ||
| 1012 | +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ; | ||
| 1013 | + ep-core:hasPart | ||
| 1014 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 1015 | + ep-core:hasPart | ||
| 1016 | + [ rdf:type ep-prodact:SalesActivity ; | ||
| 1017 | + ep-prodact:buyer | ||
| 1018 | + [ rdf:type ep-org:Organization ; | ||
| 1019 | + ep-core:temporalPartOf | ||
| 1020 | + <https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST> | ||
| 1021 | + ] ; | ||
| 1022 | + ep-prodact:salesAdministrator | ||
| 1023 | + [ rdf:type ep-org:Organization ; | ||
| 1024 | + ep-core:temporalPartOf | ||
| 1025 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 1026 | + ] ; | ||
| 1027 | + ep-prodact:seller | ||
| 1028 | + [ rdf:type ep-org:Organization ; | ||
| 1029 | + ep-core:temporalPartOf | ||
| 1030 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 1031 | + ] | ||
| 1032 | + ] ; | ||
| 1033 | + ep-prodact:movedProduct | ||
| 1034 | + _:b12 | ||
| 1035 | + ] ; | ||
| 1036 | + ep-prodact:movedProduct | ||
| 1037 | + _:b4 . | ||
| 1038 | + | ||
| 1039 | +_:b22 | ||
| 1040 | + rdf:type ep-material:QuantityOfMaterial . | ||
| 1041 | + | ||
| 1042 | +_:b23 | ||
| 1043 | + rdf:type ep-fac:Field , ep-fac:TemporalPartOfAProductionFacility ; | ||
| 1044 | + ep-core:temporalPartOf | ||
| 1045 | + <http://www.reportinghub.no/np/data/npd/Field-1854729> . | ||
| 1046 | + | ||
| 1047 | +_:b24 | ||
| 1048 | + rdf:type ep-flow:ProductionInventoryCollectionToDate ; | ||
| 1049 | + ep-activity:finishedAt | ||
| 1050 | + "2012-01-31"^^xsd:date . | ||
| 1051 | + | ||
| 1052 | +_:b25 | ||
| 1053 | + rdf:type ep-flow:ProductionInventoryCollection ; | ||
| 1054 | + ep-activity:finishedAt | ||
| 1055 | + "2012-01-31"^^xsd:date ; | ||
| 1056 | + ep-activity:startedAt | ||
| 1057 | + "2012-01-01"^^xsd:date ; | ||
| 1058 | + ep-core:hasSpatialPart | ||
| 1059 | + [ rdf:type ep-flow:ProductionInventory ; | ||
| 1060 | + ep-activity:finishedAt | ||
| 1061 | + "2012-01-31"^^xsd:date ; | ||
| 1062 | + ep-activity:startedAt | ||
| 1063 | + "2012-01-01"^^xsd:date | ||
| 1064 | + ] ; | ||
| 1065 | + ep-core:temporalPartOf | ||
| 1066 | + _:b24 . | ||
| 1067 | + | ||
| 1068 | +_:b26 | ||
| 1069 | + rdf:type ep-flow:ProductionFlowNetworkToDate ; | ||
| 1070 | + ep-activity:finishedAt | ||
| 1071 | + "2012-01-31"^^xsd:date . | ||
| 1072 | + | ||
| 1073 | +_:b27 | ||
| 1074 | + rdf:type ep-flow:ProductionFlowNetwork ; | ||
| 1075 | + ep-activity:finishedAt | ||
| 1076 | + "2012-01-31"^^xsd:date ; | ||
| 1077 | + ep-activity:startedAt | ||
| 1078 | + "2012-01-01"^^xsd:date ; | ||
| 1079 | + ep-core:temporalPartOf | ||
| 1080 | + _:b26 ; | ||
| 1081 | + ep-flow:hasNetworkPart | ||
| 1082 | + [ rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:ProductionFlow ; | ||
| 1083 | + ep-activity:finishedAt | ||
| 1084 | + "2012-01-31"^^xsd:date ; | ||
| 1085 | + ep-activity:startedAt | ||
| 1086 | + "2012-01-01"^^xsd:date ; | ||
| 1087 | + ep-core:name "Kristin measured total volumes"^^xsd:string ; | ||
| 1088 | + ep-core:temporalPartOf | ||
| 1089 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES> ; | ||
| 1090 | + ep-flow:flowIntoOrOutOf | ||
| 1091 | + _:b1 ; | ||
| 1092 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 1093 | + _:b23 ; | ||
| 1094 | + ep-flow:hasMixedPart | ||
| 1095 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 1096 | + ep-activity:finishedAt | ||
| 1097 | + "2012-01-31"^^xsd:date ; | ||
| 1098 | + ep-activity:startedAt | ||
| 1099 | + "2012-01-01"^^xsd:date ; | ||
| 1100 | + ep-core:temporalPartOf | ||
| 1101 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$OIL_NET$NET> ; | ||
| 1102 | + ep-flow:materialThatFlows | ||
| 1103 | + _:b15 | ||
| 1104 | + ] ; | ||
| 1105 | + ep-flow:hasMixedPart | ||
| 1106 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 1107 | + ep-activity:finishedAt | ||
| 1108 | + "2012-01-31"^^xsd:date ; | ||
| 1109 | + ep-activity:startedAt | ||
| 1110 | + "2012-01-01"^^xsd:date ; | ||
| 1111 | + ep-core:temporalPartOf | ||
| 1112 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$GAS> ; | ||
| 1113 | + ep-flow:materialThatFlows | ||
| 1114 | + _:b8 | ||
| 1115 | + ] ; | ||
| 1116 | + ep-flow:hasMixedPart | ||
| 1117 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 1118 | + ep-activity:finishedAt | ||
| 1119 | + "2012-01-31"^^xsd:date ; | ||
| 1120 | + ep-activity:startedAt | ||
| 1121 | + "2012-01-01"^^xsd:date ; | ||
| 1122 | + ep-core:temporalPartOf | ||
| 1123 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$WATER> ; | ||
| 1124 | + ep-flow:materialThatFlows | ||
| 1125 | + _:b10 | ||
| 1126 | + ] | ||
| 1127 | + ] ; | ||
| 1128 | + ep-flow:hasNetworkPart | ||
| 1129 | + [ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow , ep-flow:ProductionFlow ; | ||
| 1130 | + ep-activity:finishedAt | ||
| 1131 | + "2012-01-31"^^xsd:date ; | ||
| 1132 | + ep-activity:startedAt | ||
| 1133 | + "2012-01-01"^^xsd:date ; | ||
| 1134 | + ep-core:name "Kristin injected gas"^^xsd:string ; | ||
| 1135 | + ep-core:temporalPartOf | ||
| 1136 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_GAS_INJECTION_TOT> ; | ||
| 1137 | + ep-flow:flowIntoOrOutOf | ||
| 1138 | + _:b1 ; | ||
| 1139 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 1140 | + _:b23 ; | ||
| 1141 | + ep-flow:hasMixedPart | ||
| 1142 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 1143 | + ep-activity:finishedAt | ||
| 1144 | + "2012-01-31"^^xsd:date ; | ||
| 1145 | + ep-activity:startedAt | ||
| 1146 | + "2012-01-01"^^xsd:date ; | ||
| 1147 | + ep-core:temporalPartOf | ||
| 1148 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_GAS_INJECTION_TOT$GAS> ; | ||
| 1149 | + ep-flow:materialThatFlows | ||
| 1150 | + _:b16 | ||
| 1151 | + ] | ||
| 1152 | + ] ; | ||
| 1153 | + ep-flow:hasNetworkPart | ||
| 1154 | + [ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation , ep-flow:ProductionFlow ; | ||
| 1155 | + ep-activity:finishedAt | ||
| 1156 | + "2012-01-31"^^xsd:date ; | ||
| 1157 | + ep-activity:startedAt | ||
| 1158 | + "2012-01-01"^^xsd:date ; | ||
| 1159 | + ep-core:name "Kristin allocated volumes"^^xsd:string ; | ||
| 1160 | + ep-core:temporalPartOf | ||
| 1161 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION> ; | ||
| 1162 | + ep-flow:flowIntoOrOutOf | ||
| 1163 | + _:b1 ; | ||
| 1164 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 1165 | + _:b23 ; | ||
| 1166 | + ep-flow:hasMixedPart | ||
| 1167 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 1168 | + ep-activity:finishedAt | ||
| 1169 | + "2012-01-31"^^xsd:date ; | ||
| 1170 | + ep-activity:startedAt | ||
| 1171 | + "2012-01-01"^^xsd:date ; | ||
| 1172 | + ep-core:temporalPartOf | ||
| 1173 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$OIL_NET$NET> ; | ||
| 1174 | + ep-flow:materialThatFlows | ||
| 1175 | + _:b7 | ||
| 1176 | + ] ; | ||
| 1177 | + ep-flow:hasMixedPart | ||
| 1178 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 1179 | + ep-activity:finishedAt | ||
| 1180 | + "2012-01-31"^^xsd:date ; | ||
| 1181 | + ep-activity:startedAt | ||
| 1182 | + "2012-01-01"^^xsd:date ; | ||
| 1183 | + ep-core:temporalPartOf | ||
| 1184 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$CONDENSATE_NET$NET> ; | ||
| 1185 | + ep-flow:materialThatFlows | ||
| 1186 | + _:b13 | ||
| 1187 | + ] ; | ||
| 1188 | + ep-flow:hasMixedPart | ||
| 1189 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 1190 | + ep-activity:finishedAt | ||
| 1191 | + "2012-01-31"^^xsd:date ; | ||
| 1192 | + ep-activity:startedAt | ||
| 1193 | + "2012-01-01"^^xsd:date ; | ||
| 1194 | + ep-core:temporalPartOf | ||
| 1195 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$GAS> ; | ||
| 1196 | + ep-flow:materialThatFlows | ||
| 1197 | + _:b11 | ||
| 1198 | + ] ; | ||
| 1199 | + ep-flow:hasMixedPart | ||
| 1200 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 1201 | + ep-activity:finishedAt | ||
| 1202 | + "2012-01-31"^^xsd:date ; | ||
| 1203 | + ep-activity:startedAt | ||
| 1204 | + "2012-01-01"^^xsd:date ; | ||
| 1205 | + ep-core:temporalPartOf | ||
| 1206 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$WATER> ; | ||
| 1207 | + ep-flow:materialThatFlows | ||
| 1208 | + _:b17 | ||
| 1209 | + ] | ||
| 1210 | + ] ; | ||
| 1211 | + ep-flow:hasNetworkPart | ||
| 1212 | + [ rdf:type ep-flow:Flow , ep-flow:ProductionExploitation , ep-flow:ProductionFlow , ep-flow:SaleableFlow ; | ||
| 1213 | + ep-activity:finishedAt | ||
| 1214 | + "2012-01-31"^^xsd:date ; | ||
| 1215 | + ep-activity:startedAt | ||
| 1216 | + "2012-01-01"^^xsd:date ; | ||
| 1217 | + ep-core:name "Kristin saleable volumes"^^xsd:string ; | ||
| 1218 | + ep-core:temporalPartOf | ||
| 1219 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION> ; | ||
| 1220 | + ep-flow:flowIntoOrOutOf | ||
| 1221 | + _:b1 ; | ||
| 1222 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 1223 | + _:b23 ; | ||
| 1224 | + ep-flow:hasMixedPart | ||
| 1225 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 1226 | + ep-activity:finishedAt | ||
| 1227 | + "2012-01-31"^^xsd:date ; | ||
| 1228 | + ep-activity:startedAt | ||
| 1229 | + "2012-01-01"^^xsd:date ; | ||
| 1230 | + ep-core:temporalPartOf | ||
| 1231 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION$OIL_NET$NET> ; | ||
| 1232 | + ep-flow:materialThatFlows | ||
| 1233 | + _:b3 | ||
| 1234 | + ] | ||
| 1235 | + ] ; | ||
| 1236 | + ep-flow:hasNetworkPart | ||
| 1237 | + [ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:FlowToSale , ep-flow:ProductionFlow ; | ||
| 1238 | + ep-activity:finishedAt | ||
| 1239 | + "2012-01-31"^^xsd:date ; | ||
| 1240 | + ep-activity:startedAt | ||
| 1241 | + "2012-01-01"^^xsd:date ; | ||
| 1242 | + ep-core:name "Kristin allocated gas sales"^^xsd:string ; | ||
| 1243 | + ep-core:temporalPartOf | ||
| 1244 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_GAS_SALES> ; | ||
| 1245 | + ep-flow:flowIntoOrOutOf | ||
| 1246 | + _:b1 ; | ||
| 1247 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 1248 | + _:b23 ; | ||
| 1249 | + ep-flow:hasMixedPart | ||
| 1250 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 1251 | + ep-activity:finishedAt | ||
| 1252 | + "2012-01-31"^^xsd:date ; | ||
| 1253 | + ep-activity:startedAt | ||
| 1254 | + "2012-01-01"^^xsd:date ; | ||
| 1255 | + ep-core:temporalPartOf | ||
| 1256 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_GAS_SALES$GAS_-_DRY> ; | ||
| 1257 | + ep-flow:materialThatFlows | ||
| 1258 | + _:b22 | ||
| 1259 | + ] | ||
| 1260 | + ] ; | ||
| 1261 | + ep-flow:hasNetworkPart | ||
| 1262 | + [ rdf:type ep-flow:Flow , ep-flow:InjectionFlow , ep-flow:MeasuredFlow , ep-flow:ProductionFlow ; | ||
| 1263 | + ep-activity:finishedAt | ||
| 1264 | + "2012-01-31"^^xsd:date ; | ||
| 1265 | + ep-activity:startedAt | ||
| 1266 | + "2012-01-01"^^xsd:date ; | ||
| 1267 | + ep-core:name "Kristin injection of chemicals"^^xsd:string ; | ||
| 1268 | + ep-core:temporalPartOf | ||
| 1269 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION> ; | ||
| 1270 | + ep-flow:flowIntoOrOutOf | ||
| 1271 | + _:b1 ; | ||
| 1272 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 1273 | + _:b23 ; | ||
| 1274 | + ep-flow:hasMixedPart | ||
| 1275 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 1276 | + ep-activity:finishedAt | ||
| 1277 | + "2012-01-31"^^xsd:date ; | ||
| 1278 | + ep-activity:startedAt | ||
| 1279 | + "2012-01-01"^^xsd:date ; | ||
| 1280 | + ep-core:name "Wax inhibitor"^^xsd:string ; | ||
| 1281 | + ep-core:temporalPartOf | ||
| 1282 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$WAX_INHIBITOR> ; | ||
| 1283 | + ep-flow:materialThatFlows | ||
| 1284 | + _:b21 | ||
| 1285 | + ] ; | ||
| 1286 | + ep-flow:hasMixedPart | ||
| 1287 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 1288 | + ep-activity:finishedAt | ||
| 1289 | + "2012-01-31"^^xsd:date ; | ||
| 1290 | + ep-activity:startedAt | ||
| 1291 | + "2012-01-01"^^xsd:date ; | ||
| 1292 | + ep-core:name "Scale inhibitor"^^xsd:string ; | ||
| 1293 | + ep-core:temporalPartOf | ||
| 1294 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$SCALE_INHIBITOR> ; | ||
| 1295 | + ep-flow:materialThatFlows | ||
| 1296 | + _:b14 | ||
| 1297 | + ] ; | ||
| 1298 | + ep-flow:hasMixedPart | ||
| 1299 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 1300 | + ep-activity:finishedAt | ||
| 1301 | + "2012-01-31"^^xsd:date ; | ||
| 1302 | + ep-activity:startedAt | ||
| 1303 | + "2012-01-01"^^xsd:date ; | ||
| 1304 | + ep-core:name "Methanol"^^xsd:string ; | ||
| 1305 | + ep-core:temporalPartOf | ||
| 1306 | + <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$METHANOL> ; | ||
| 1307 | + ep-flow:materialThatFlows | ||
| 1308 | + _:b6 | ||
| 1309 | + ] | ||
| 1310 | + ] . | ||
| 1311 | + | ||
| 1312 | +[] rdf:type ep-report:ProductVolumeReport , ep-report:Report ; | ||
| 1313 | + rdfs:comment "A whole life production flow has not been found with UID 'KRISTIN_ALLOCATED_INVENTORY_TOT' ." ; | ||
| 1314 | + ep-core:name "KRISTIN"^^xsd:string ; | ||
| 1315 | + ep-core:partOf <https://www.reportinghub.no/ep/data/productionReport/FIELD-1854729$2012-01-01$2012-01-31> ; | ||
| 1316 | + ep-report:reportOn _:b25 , _:b27 , _:b1 . | ||
| 1317 | + | ||
| 1318 | +[] rdf:type ep-activity:IssueAReport ; | ||
| 1319 | + ep-activity:issuedFrom | ||
| 1320 | + [ rdf:type ep-fac:TemporalPartOfAProductionFacility ; | ||
| 1321 | + ep-core:temporalPartOf | ||
| 1322 | + <http://www.reportinghub.no/np/data/npd/Field-43765> ; | ||
| 1323 | + ep-fac:facilityOperator | ||
| 1324 | + [ rdf:type ep-org:Organization ; | ||
| 1325 | + ep-core:temporalPartOf | ||
| 1326 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> | ||
| 1327 | + ] | ||
| 1328 | + ] ; | ||
| 1329 | + ep-report:issuedReport | ||
| 1330 | + <https://www.reportinghub.no/ep/data/productionReport/FIELD-1854729$2012-01-01$2012-01-31> . | ||
| 1331 | + | ||
| 1332 | +_:b1 rdf:type ep-fac:TemporalPartOfAProductionFacility ; | ||
| 1333 | + ep-activity:existsWithin | ||
| 1334 | + "2012"^^xsd:gYear ; | ||
| 1335 | + ep-activity:finishedAt | ||
| 1336 | + "2012-01-31"^^xsd:date ; | ||
| 1337 | + ep-activity:startedAt | ||
| 1338 | + "2012-01-01"^^xsd:date ; | ||
| 1339 | + ep-core:hasSpatialPart | ||
| 1340 | + _:b25 ; | ||
| 1341 | + ep-core:temporalPartOf | ||
| 1342 | + <http://www.reportinghub.no/np/data/npd/Field-1854729> ; | ||
| 1343 | + ep-core:temporalPartOf | ||
| 1344 | + [ rdf:type ep-fac:ProductionFacilityToDate ; | ||
| 1345 | + ep-activity:finishedAt | ||
| 1346 | + "2012-01-31"^^xsd:date ; | ||
| 1347 | + ep-core:hasSpatialPart | ||
| 1348 | + _:b24 ; | ||
| 1349 | + ep-core:temporalPartOf | ||
| 1350 | + <http://www.reportinghub.no/np/data/npd/Field-1854729> ; | ||
| 1351 | + ep-flow:facilityContainsFlow | ||
| 1352 | + _:b26 | ||
| 1353 | + ] ; | ||
| 1354 | + ep-flow:facilityContainsFlow | ||
| 1355 | + _:b27 . |
| 1 | +# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/MIKKEL-MONTH_2012-01-01_final-mprg | ||
| 2 | +# imports: http://www.reportinghub.no/data/erh | ||
| 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production | ||
| 4 | + | ||
| 5 | +@prefix MIKKEL-MONTH_2012-01-01_final-mprg: <http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/MIKKEL-MONTH_2012-01-01_final-mprg#> . | ||
| 6 | +@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . | ||
| 7 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
| 8 | +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . | ||
| 9 | +@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> . | ||
| 10 | +@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> . | ||
| 11 | +@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . | ||
| 12 | +@prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> . | ||
| 13 | +@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | ||
| 14 | +@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . | ||
| 15 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 16 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 17 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 18 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 19 | + | ||
| 20 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/MIKKEL-MONTH_2012-01-01_final-mprg.xml#r-2-2-1-3> | ||
| 21 | + rdfs:label "20400e" . | ||
| 22 | + | ||
| 23 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/MIKKEL-MONTH_2012-01-01_final-mprg.xml#r-2-2-10-3> | ||
| 24 | + rdfs:label "20400e" . | ||
| 25 | + | ||
| 26 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/MIKKEL-MONTH_2012-01-01_final-mprg.xml#r-2-2-2-3> | ||
| 27 | + rdfs:label "20400e" . | ||
| 28 | + | ||
| 29 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/MIKKEL-MONTH_2012-01-01_final-mprg.xml#r-2-2-3-3> | ||
| 30 | + rdfs:label "20400e" . | ||
| 31 | + | ||
| 32 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/MIKKEL-MONTH_2012-01-01_final-mprg.xml#r-2-2-4-3> | ||
| 33 | + rdfs:label "20400e" . | ||
| 34 | + | ||
| 35 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/MIKKEL-MONTH_2012-01-01_final-mprg.xml#r-2-2-5-3> | ||
| 36 | + rdfs:label "20400e" . | ||
| 37 | + | ||
| 38 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/MIKKEL-MONTH_2012-01-01_final-mprg.xml#r-2-2-6-3> | ||
| 39 | + rdfs:label "20400e" . | ||
| 40 | + | ||
| 41 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/MIKKEL-MONTH_2012-01-01_final-mprg.xml#r-2-2-7> | ||
| 42 | + rdfs:label "STEP 20301b" . | ||
| 43 | + | ||
| 44 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/MIKKEL-MONTH_2012-01-01_final-mprg.xml#r-2-2-8-3> | ||
| 45 | + rdfs:label "20400e" . | ||
| 46 | + | ||
| 47 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/MIKKEL-MONTH_2012-01-01_final-mprg.xml#r-2-2-9-3> | ||
| 48 | + rdfs:label "20400e" . | ||
| 49 | + | ||
| 50 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_DRYGAS_SALES> | ||
| 51 | + ep-flow:hasMixedPart | ||
| 52 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_DRYGAS_SALES$GAS_-_DRY> . | ||
| 53 | + | ||
| 54 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_DRYGAS_SALES$GAS_-_DRY> | ||
| 55 | + rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas-dry . | ||
| 56 | + | ||
| 57 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_GAS_SALES> | ||
| 58 | + ep-flow:hasMixedPart | ||
| 59 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_GAS_SALES$GAS> . | ||
| 60 | + | ||
| 61 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_GAS_SALES$GAS> | ||
| 62 | + rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas . | ||
| 63 | + | ||
| 64 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT> | ||
| 65 | + ep-flow:hasMixedPart | ||
| 66 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT$OIL_GROSS$GROSS> . | ||
| 67 | + | ||
| 68 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT$OIL_GROSS$GROSS> | ||
| 69 | + rdf:type ep-flow:GrossProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Oil-gross . | ||
| 70 | + | ||
| 71 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_EXCESS> | ||
| 72 | + ep-flow:hasMixedPart | ||
| 73 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_EXCESS$GAS> . | ||
| 74 | + | ||
| 75 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_EXCESS$GAS> | ||
| 76 | + rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas . | ||
| 77 | + | ||
| 78 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_TOT> | ||
| 79 | + ep-flow:hasMixedPart | ||
| 80 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_TOT$GAS> . | ||
| 81 | + | ||
| 82 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_TOT$GAS> | ||
| 83 | + rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas . | ||
| 84 | + | ||
| 85 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FUEL_DRILLING> | ||
| 86 | + ep-flow:hasMixedPart | ||
| 87 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FUEL_DRILLING$GAS> . | ||
| 88 | + | ||
| 89 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FUEL_DRILLING$GAS> | ||
| 90 | + rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas . | ||
| 91 | + | ||
| 92 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FISCAL_FIELD_VOLUMES> | ||
| 93 | + ep-flow:hasMixedPart | ||
| 94 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FISCAL_FIELD_VOLUMES$OIL_GROSS$GROSS> . | ||
| 95 | + | ||
| 96 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FISCAL_FIELD_VOLUMES$OIL_GROSS$GROSS> | ||
| 97 | + rdf:type ep-flow:GrossProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Oil-gross . | ||
| 98 | + | ||
| 99 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_GAS_INJECTION_TOT> | ||
| 100 | + ep-flow:hasMixedPart | ||
| 101 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_GAS_INJECTION_TOT$GAS> . | ||
| 102 | + | ||
| 103 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_GAS_INJECTION_TOT$GAS> | ||
| 104 | + rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas . | ||
| 105 | + | ||
| 106 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION> | ||
| 107 | + ep-flow:hasMixedPart | ||
| 108 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION$OIL_NET$NET> . | ||
| 109 | + | ||
| 110 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION$OIL_NET$NET> | ||
| 111 | + rdf:type ep-flow:NetProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Oil-net . | ||
| 112 | + | ||
| 113 | +<http://www.reportinghub.no/np/data/npd/Field-1630514> | ||
| 114 | + rdf:type ep-fac:ProductionFacility . | ||
| 115 | + | ||
| 116 | +<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/MIKKEL-MONTH_2012-01-01_final-mprg> | ||
| 117 | + rdf:type owl:Ontology ; | ||
| 118 | + owl:imports <http://www.reportinghub.no/data/erh> , <http://www.reportinghub.no/ep/schema/1.0/production> ; | ||
| 119 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 120 | + | ||
| 121 | +<https://www.reportinghub.no/ep/data/country/UNITED_KINGDOM> | ||
| 122 | + rdf:type ep-geo:Country ; | ||
| 123 | + ep-core:name "UNITED KINGDOM"^^xsd:string . | ||
| 124 | + | ||
| 125 | +<https://www.reportinghub.no/ep/data/harbour/FAWLEY> | ||
| 126 | + rdf:type ep-geo:Harbour ; | ||
| 127 | + ep-core:name "Fawley"^^xsd:string ; | ||
| 128 | + ep-core:spatialPartOf | ||
| 129 | + <https://www.reportinghub.no/ep/data/country/UNITED_KINGDOM> . | ||
| 130 | + | ||
| 131 | +<https://www.reportinghub.no/ep/data/organization/DONG_DK> | ||
| 132 | + rdf:type ep-org:Organization ; | ||
| 133 | + ep-core:name "DONG DK"^^xsd:string . | ||
| 134 | + | ||
| 135 | +<https://www.reportinghub.no/ep/data/organization/ENI_NORGE> | ||
| 136 | + rdf:type ep-org:Organization ; | ||
| 137 | + ep-core:name "ENI NORGE"^^xsd:string . | ||
| 138 | + | ||
| 139 | +<https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_PROD> | ||
| 140 | + rdf:type ep-org:Organization ; | ||
| 141 | + ep-core:name "EXXONMOBIL PROD"^^xsd:string . | ||
| 142 | + | ||
| 143 | +<https://www.reportinghub.no/ep/data/organization/NATURGASS_FYN> | ||
| 144 | + rdf:type ep-org:Organization ; | ||
| 145 | + ep-core:name "NATURGASS FYN"^^xsd:string . | ||
| 146 | + | ||
| 147 | +<https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST> | ||
| 148 | + rdf:type ep-org:Organization ; | ||
| 149 | + ep-core:name "NATURGAS VEST"^^xsd:string . | ||
| 150 | + | ||
| 151 | +<https://www.reportinghub.no/ep/data/organization/PETORO> | ||
| 152 | + rdf:type ep-org:Organization ; | ||
| 153 | + ep-core:name "PETORO"^^xsd:string . | ||
| 154 | + | ||
| 155 | +<https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 156 | + rdf:type ep-org:Organization ; | ||
| 157 | + ep-core:name "STATOIL"^^xsd:string . | ||
| 158 | + | ||
| 159 | +<https://www.reportinghub.no/ep/data/organization/TOTAL> | ||
| 160 | + rdf:type ep-org:Organization ; | ||
| 161 | + ep-core:name "TOTAL"^^xsd:string . | ||
| 162 | + | ||
| 163 | +<https://www.reportinghub.no/ep/data/productionReport/FIELD-1630514$2012-01-01$2012-01-31> | ||
| 164 | + rdf:type ep-report:FinalVersionOfAReport , ep-report:MonthlyProductionReport , ep-report:MonthlyProductionReportGovernment , ep-report:ProductionReport , ep-report:Report , <https://www.reportinghub.no/ep/data/productionReportKind/COPEX> ; | ||
| 165 | + ep-core:name "ÅSGARD"^^xsd:string ; | ||
| 166 | + ep-report:reportOn _:b1 ; | ||
| 167 | + ep-report:reportVersion | ||
| 168 | + "2.0"^^xsd:string . | ||
| 169 | + | ||
| 170 | +<https://www.reportinghub.no/ep/data/productionReportKind/COPEX> | ||
| 171 | + rdf:type ep-report:ProductionReportType ; | ||
| 172 | + rdfs:label "Copex"^^xsd:string ; | ||
| 173 | + rdfs:subClassOf ep-report:ProductionReport . | ||
| 174 | + | ||
| 175 | +_:b1 rdf:type ep-fac:TemporalPartOfAProductionFacility ; | ||
| 176 | + ep-activity:existsWithin | ||
| 177 | + "2012"^^xsd:gYear ; | ||
| 178 | + ep-activity:finishedAt | ||
| 179 | + "2012-01-31"^^xsd:date ; | ||
| 180 | + ep-activity:startedAt | ||
| 181 | + "2012-01-01"^^xsd:date ; | ||
| 182 | + ep-core:hasSpatialPart | ||
| 183 | + _:b2 ; | ||
| 184 | + ep-core:temporalPartOf | ||
| 185 | + <http://www.reportinghub.no/np/data/npd/Field-1630514> ; | ||
| 186 | + ep-core:temporalPartOf | ||
| 187 | + [ rdf:type ep-fac:ProductionFacilityToDate ; | ||
| 188 | + ep-activity:finishedAt | ||
| 189 | + "2012-01-31"^^xsd:date ; | ||
| 190 | + ep-core:hasSpatialPart | ||
| 191 | + _:b3 ; | ||
| 192 | + ep-core:temporalPartOf | ||
| 193 | + <http://www.reportinghub.no/np/data/npd/Field-1630514> ; | ||
| 194 | + ep-flow:facilityContainsFlow | ||
| 195 | + _:b4 | ||
| 196 | + ] ; | ||
| 197 | + ep-flow:facilityContainsFlow | ||
| 198 | + _:b5 . | ||
| 199 | + | ||
| 200 | +[] rdf:type ep-activity:IssueAReport ; | ||
| 201 | + ep-activity:issuedFrom | ||
| 202 | + [ rdf:type ep-fac:TemporalPartOfAProductionFacility ; | ||
| 203 | + ep-core:temporalPartOf | ||
| 204 | + <http://www.reportinghub.no/np/data/npd/Field-43765> ; | ||
| 205 | + ep-fac:facilityOperator | ||
| 206 | + [ rdf:type ep-org:Organization ; | ||
| 207 | + ep-core:temporalPartOf | ||
| 208 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> | ||
| 209 | + ] | ||
| 210 | + ] ; | ||
| 211 | + ep-report:issuedReport | ||
| 212 | + <https://www.reportinghub.no/ep/data/productionReport/FIELD-1630514$2012-01-01$2012-01-31> . | ||
| 213 | + | ||
| 214 | +[] rdf:type ep-report:ProductVolumeReport , ep-report:Report ; | ||
| 215 | + rdfs:comment "A whole life production flow has not been found with UID 'MIKKEL_ALLOCATED_INVENTORY_TOT' ." ; | ||
| 216 | + ep-core:name "MIKKEL"^^xsd:string ; | ||
| 217 | + ep-core:partOf <https://www.reportinghub.no/ep/data/productionReport/FIELD-1630514$2012-01-01$2012-01-31> ; | ||
| 218 | + ep-report:reportOn _:b1 , _:b5 , _:b2 . | ||
| 219 | + | ||
| 220 | +_:b5 rdf:type ep-flow:ProductionFlowNetwork ; | ||
| 221 | + ep-activity:finishedAt | ||
| 222 | + "2012-01-31"^^xsd:date ; | ||
| 223 | + ep-activity:startedAt | ||
| 224 | + "2012-01-01"^^xsd:date ; | ||
| 225 | + ep-core:temporalPartOf | ||
| 226 | + _:b4 ; | ||
| 227 | + ep-flow:hasNetworkPart | ||
| 228 | + [ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:FlowToSale , ep-flow:ProductionFlow ; | ||
| 229 | + ep-activity:finishedAt | ||
| 230 | + "2012-01-31"^^xsd:date ; | ||
| 231 | + ep-activity:startedAt | ||
| 232 | + "2012-01-01"^^xsd:date ; | ||
| 233 | + ep-core:name "Mikkel allcated gas sales"^^xsd:string ; | ||
| 234 | + ep-core:temporalPartOf | ||
| 235 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_GAS_SALES> ; | ||
| 236 | + ep-flow:flowIntoOrOutOf | ||
| 237 | + _:b1 ; | ||
| 238 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 239 | + _:b6 ; | ||
| 240 | + ep-flow:hasMixedPart | ||
| 241 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 242 | + ep-activity:finishedAt | ||
| 243 | + "2012-01-31"^^xsd:date ; | ||
| 244 | + ep-activity:startedAt | ||
| 245 | + "2012-01-01"^^xsd:date ; | ||
| 246 | + ep-core:temporalPartOf | ||
| 247 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_GAS_SALES$GAS> ; | ||
| 248 | + ep-flow:materialThatFlows | ||
| 249 | + _:b7 | ||
| 250 | + ] | ||
| 251 | + ] ; | ||
| 252 | + ep-flow:hasNetworkPart | ||
| 253 | + [ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:FlowToSale , ep-flow:ProductionFlow ; | ||
| 254 | + ep-activity:finishedAt | ||
| 255 | + "2012-01-31"^^xsd:date ; | ||
| 256 | + ep-activity:startedAt | ||
| 257 | + "2012-01-01"^^xsd:date ; | ||
| 258 | + ep-core:name "Mikkel allocated gas sales - dry"^^xsd:string ; | ||
| 259 | + ep-core:temporalPartOf | ||
| 260 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_DRYGAS_SALES> ; | ||
| 261 | + ep-flow:flowIntoOrOutOf | ||
| 262 | + _:b1 ; | ||
| 263 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 264 | + _:b6 ; | ||
| 265 | + ep-flow:hasMixedPart | ||
| 266 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 267 | + ep-activity:finishedAt | ||
| 268 | + "2012-01-31"^^xsd:date ; | ||
| 269 | + ep-activity:startedAt | ||
| 270 | + "2012-01-01"^^xsd:date ; | ||
| 271 | + ep-core:temporalPartOf | ||
| 272 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_DRYGAS_SALES$GAS_-_DRY> ; | ||
| 273 | + ep-flow:materialThatFlows | ||
| 274 | + _:b8 | ||
| 275 | + ] | ||
| 276 | + ] ; | ||
| 277 | + ep-flow:hasNetworkPart | ||
| 278 | + [ rdf:type ep-flow:Flow , ep-flow:ProductionExploitation , ep-flow:ProductionFlow , ep-flow:SaleableFlow ; | ||
| 279 | + ep-activity:finishedAt | ||
| 280 | + "2012-01-31"^^xsd:date ; | ||
| 281 | + ep-activity:startedAt | ||
| 282 | + "2012-01-01"^^xsd:date ; | ||
| 283 | + ep-core:name "Mikkel saleable volumes"^^xsd:string ; | ||
| 284 | + ep-core:temporalPartOf | ||
| 285 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION> ; | ||
| 286 | + ep-flow:flowIntoOrOutOf | ||
| 287 | + _:b1 ; | ||
| 288 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 289 | + _:b6 ; | ||
| 290 | + ep-flow:hasMixedPart | ||
| 291 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 292 | + ep-activity:finishedAt | ||
| 293 | + "2012-01-31"^^xsd:date ; | ||
| 294 | + ep-activity:startedAt | ||
| 295 | + "2012-01-01"^^xsd:date ; | ||
| 296 | + ep-core:temporalPartOf | ||
| 297 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION$OIL_NET$NET> ; | ||
| 298 | + ep-flow:materialThatFlows | ||
| 299 | + _:b9 | ||
| 300 | + ] | ||
| 301 | + ] ; | ||
| 302 | + ep-flow:hasNetworkPart | ||
| 303 | + [ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow , ep-flow:ProductionFlow ; | ||
| 304 | + ep-activity:finishedAt | ||
| 305 | + "2012-01-31"^^xsd:date ; | ||
| 306 | + ep-activity:startedAt | ||
| 307 | + "2012-01-01"^^xsd:date ; | ||
| 308 | + ep-core:name "Mikkel injected gas"^^xsd:string ; | ||
| 309 | + ep-core:temporalPartOf | ||
| 310 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_GAS_INJECTION_TOT> ; | ||
| 311 | + ep-flow:flowIntoOrOutOf | ||
| 312 | + _:b1 ; | ||
| 313 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 314 | + _:b6 ; | ||
| 315 | + ep-flow:hasMixedPart | ||
| 316 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 317 | + ep-activity:finishedAt | ||
| 318 | + "2012-01-31"^^xsd:date ; | ||
| 319 | + ep-activity:startedAt | ||
| 320 | + "2012-01-01"^^xsd:date ; | ||
| 321 | + ep-core:temporalPartOf | ||
| 322 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_GAS_INJECTION_TOT$GAS> ; | ||
| 323 | + ep-flow:materialThatFlows | ||
| 324 | + _:b10 | ||
| 325 | + ] | ||
| 326 | + ] ; | ||
| 327 | + ep-flow:hasNetworkPart | ||
| 328 | + [ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:HydrocarbonAccountingFlow , ep-flow:ProductionFlow ; | ||
| 329 | + ep-activity:finishedAt | ||
| 330 | + "2012-01-31"^^xsd:date ; | ||
| 331 | + ep-activity:startedAt | ||
| 332 | + "2012-01-01"^^xsd:date ; | ||
| 333 | + ep-core:name "Mikkel allocated tanker lifting lifted by tanker"^^xsd:string ; | ||
| 334 | + ep-core:temporalPartOf | ||
| 335 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT> ; | ||
| 336 | + ep-flow:flowIntoOrOutOf | ||
| 337 | + _:b1 ; | ||
| 338 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 339 | + _:b6 ; | ||
| 340 | + ep-flow:hasMixedPart | ||
| 341 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 342 | + ep-activity:finishedAt | ||
| 343 | + "2012-01-31"^^xsd:date ; | ||
| 344 | + ep-activity:startedAt | ||
| 345 | + "2012-01-01"^^xsd:date ; | ||
| 346 | + ep-core:temporalPartOf | ||
| 347 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT$OIL_GROSS$GROSS> ; | ||
| 348 | + ep-flow:materialThatFlows | ||
| 349 | + _:b11 | ||
| 350 | + ] | ||
| 351 | + ] ; | ||
| 352 | + ep-flow:hasNetworkPart | ||
| 353 | + [ rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:Flow , ep-flow:ProductionFlow ; | ||
| 354 | + ep-activity:finishedAt | ||
| 355 | + "2012-01-31"^^xsd:date ; | ||
| 356 | + ep-activity:startedAt | ||
| 357 | + "2012-01-01"^^xsd:date ; | ||
| 358 | + ep-core:name "Mikkel consumed excess flare"^^xsd:string ; | ||
| 359 | + ep-core:temporalPartOf | ||
| 360 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_EXCESS> ; | ||
| 361 | + ep-flow:flowIntoOrOutOf | ||
| 362 | + _:b1 ; | ||
| 363 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 364 | + _:b6 ; | ||
| 365 | + ep-flow:hasMixedPart | ||
| 366 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 367 | + ep-activity:finishedAt | ||
| 368 | + "2012-01-31"^^xsd:date ; | ||
| 369 | + ep-activity:startedAt | ||
| 370 | + "2012-01-01"^^xsd:date ; | ||
| 371 | + ep-core:temporalPartOf | ||
| 372 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_EXCESS$GAS> ; | ||
| 373 | + ep-flow:materialThatFlows | ||
| 374 | + _:b12 | ||
| 375 | + ] | ||
| 376 | + ] ; | ||
| 377 | + ep-flow:hasNetworkPart | ||
| 378 | + [ rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:ProductionFlow ; | ||
| 379 | + ep-activity:finishedAt | ||
| 380 | + "2012-01-31"^^xsd:date ; | ||
| 381 | + ep-activity:startedAt | ||
| 382 | + "2012-01-01"^^xsd:date ; | ||
| 383 | + ep-core:name "Mikkel measured total volumes"^^xsd:string ; | ||
| 384 | + ep-core:temporalPartOf | ||
| 385 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FISCAL_FIELD_VOLUMES> ; | ||
| 386 | + ep-flow:flowIntoOrOutOf | ||
| 387 | + _:b1 ; | ||
| 388 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 389 | + _:b6 ; | ||
| 390 | + ep-flow:hasMixedPart | ||
| 391 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 392 | + ep-activity:finishedAt | ||
| 393 | + "2012-01-31"^^xsd:date ; | ||
| 394 | + ep-activity:startedAt | ||
| 395 | + "2012-01-01"^^xsd:date ; | ||
| 396 | + ep-core:temporalPartOf | ||
| 397 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FISCAL_FIELD_VOLUMES$OIL_GROSS$GROSS> ; | ||
| 398 | + ep-flow:materialThatFlows | ||
| 399 | + _:b13 | ||
| 400 | + ] | ||
| 401 | + ] ; | ||
| 402 | + ep-flow:hasNetworkPart | ||
| 403 | + [ rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:Flow , ep-flow:ProductionFlow ; | ||
| 404 | + ep-activity:finishedAt | ||
| 405 | + "2012-01-31"^^xsd:date ; | ||
| 406 | + ep-activity:startedAt | ||
| 407 | + "2012-01-01"^^xsd:date ; | ||
| 408 | + ep-core:name "Mikkel consumed drilling fuel"^^xsd:string ; | ||
| 409 | + ep-core:temporalPartOf | ||
| 410 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FUEL_DRILLING> ; | ||
| 411 | + ep-flow:flowIntoOrOutOf | ||
| 412 | + _:b1 ; | ||
| 413 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 414 | + _:b6 ; | ||
| 415 | + ep-flow:hasMixedPart | ||
| 416 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 417 | + ep-activity:finishedAt | ||
| 418 | + "2012-01-31"^^xsd:date ; | ||
| 419 | + ep-activity:startedAt | ||
| 420 | + "2012-01-01"^^xsd:date ; | ||
| 421 | + ep-core:temporalPartOf | ||
| 422 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FUEL_DRILLING$GAS> ; | ||
| 423 | + ep-flow:materialThatFlows | ||
| 424 | + _:b14 | ||
| 425 | + ] | ||
| 426 | + ] ; | ||
| 427 | + ep-flow:hasNetworkPart | ||
| 428 | + [ rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:Flow , ep-flow:ProductionFlow ; | ||
| 429 | + ep-activity:finishedAt | ||
| 430 | + "2012-01-31"^^xsd:date ; | ||
| 431 | + ep-activity:startedAt | ||
| 432 | + "2012-01-01"^^xsd:date ; | ||
| 433 | + ep-core:name "Mikkel consumed flare excluding excess flare"^^xsd:string ; | ||
| 434 | + ep-core:temporalPartOf | ||
| 435 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_TOT> ; | ||
| 436 | + ep-flow:flowIntoOrOutOf | ||
| 437 | + _:b1 ; | ||
| 438 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 439 | + _:b6 ; | ||
| 440 | + ep-flow:hasMixedPart | ||
| 441 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 442 | + ep-activity:finishedAt | ||
| 443 | + "2012-01-31"^^xsd:date ; | ||
| 444 | + ep-activity:startedAt | ||
| 445 | + "2012-01-01"^^xsd:date ; | ||
| 446 | + ep-core:temporalPartOf | ||
| 447 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_TOT$GAS> ; | ||
| 448 | + ep-flow:materialThatFlows | ||
| 449 | + _:b15 | ||
| 450 | + ] | ||
| 451 | + ] . | ||
| 452 | + | ||
| 453 | +_:b4 rdf:type ep-flow:ProductionFlowNetworkToDate ; | ||
| 454 | + ep-activity:finishedAt | ||
| 455 | + "2012-01-31"^^xsd:date . | ||
| 456 | + | ||
| 457 | +_:b2 rdf:type ep-flow:ProductionInventoryCollection ; | ||
| 458 | + ep-activity:finishedAt | ||
| 459 | + "2012-01-31"^^xsd:date ; | ||
| 460 | + ep-activity:startedAt | ||
| 461 | + "2012-01-01"^^xsd:date ; | ||
| 462 | + ep-core:hasSpatialPart | ||
| 463 | + [ rdf:type ep-flow:ProductionInventory ; | ||
| 464 | + ep-activity:finishedAt | ||
| 465 | + "2012-01-31"^^xsd:date ; | ||
| 466 | + ep-activity:startedAt | ||
| 467 | + "2012-01-01"^^xsd:date | ||
| 468 | + ] ; | ||
| 469 | + ep-core:temporalPartOf | ||
| 470 | + _:b3 . | ||
| 471 | + | ||
| 472 | +_:b3 rdf:type ep-flow:ProductionInventoryCollectionToDate ; | ||
| 473 | + ep-activity:finishedAt | ||
| 474 | + "2012-01-31"^^xsd:date . | ||
| 475 | + | ||
| 476 | +_:b6 rdf:type ep-fac:Field , ep-fac:TemporalPartOfAProductionFacility ; | ||
| 477 | + ep-core:temporalPartOf | ||
| 478 | + <http://www.reportinghub.no/np/data/npd/Field-1630514> . | ||
| 479 | + | ||
| 480 | +_:b7 rdf:type ep-material:QuantityOfMaterial . | ||
| 481 | + | ||
| 482 | +_:b8 rdf:type ep-material:QuantityOfMaterial . | ||
| 483 | + | ||
| 484 | +_:b11 | ||
| 485 | + rdf:type ep-material:QuantityOfMaterial . | ||
| 486 | + | ||
| 487 | +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ; | ||
| 488 | + ep-core:hasPart | ||
| 489 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 490 | + ep-core:hasPart | ||
| 491 | + [ rdf:type ep-prodact:SalesActivity ; | ||
| 492 | + ep-prodact:buyer | ||
| 493 | + [ rdf:type ep-org:Organization ; | ||
| 494 | + ep-core:temporalPartOf | ||
| 495 | + <https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST> | ||
| 496 | + ] ; | ||
| 497 | + ep-prodact:salesAdministrator | ||
| 498 | + [ rdf:type ep-org:Organization ; | ||
| 499 | + ep-core:temporalPartOf | ||
| 500 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 501 | + ] ; | ||
| 502 | + ep-prodact:seller | ||
| 503 | + [ rdf:type ep-org:Organization ; | ||
| 504 | + ep-core:temporalPartOf | ||
| 505 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 506 | + ] | ||
| 507 | + ] ; | ||
| 508 | + ep-prodact:movedProduct | ||
| 509 | + _:b16 | ||
| 510 | + ] ; | ||
| 511 | + ep-prodact:movedProduct | ||
| 512 | + _:b17 . | ||
| 513 | + | ||
| 514 | +_:b17 | ||
| 515 | + rdf:type ep-material:QuantityOfMaterial ; | ||
| 516 | + rdf:type | ||
| 517 | + [ rdf:type ep-core:Work ; | ||
| 518 | + ep-core:megajoule "45119.92"^^xsd:double | ||
| 519 | + ] ; | ||
| 520 | + ep-core:temporalPartOf | ||
| 521 | + [ rdf:type ep-material:QuantityOfMaterial ; | ||
| 522 | + ep-core:spatialPartOf | ||
| 523 | + _:b7 | ||
| 524 | + ] . | ||
| 525 | + | ||
| 526 | +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ; | ||
| 527 | + ep-core:hasPart | ||
| 528 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 529 | + ep-core:hasPart | ||
| 530 | + [ rdf:type ep-prodact:SalesActivity ; | ||
| 531 | + ep-prodact:buyer | ||
| 532 | + [ rdf:type ep-org:Organization ; | ||
| 533 | + ep-core:temporalPartOf | ||
| 534 | + <https://www.reportinghub.no/ep/data/organization/NATURGASS_FYN> | ||
| 535 | + ] ; | ||
| 536 | + ep-prodact:salesAdministrator | ||
| 537 | + [ rdf:type ep-org:Organization ; | ||
| 538 | + ep-core:temporalPartOf | ||
| 539 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 540 | + ] ; | ||
| 541 | + ep-prodact:seller | ||
| 542 | + [ rdf:type ep-org:Organization ; | ||
| 543 | + ep-core:temporalPartOf | ||
| 544 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 545 | + ] | ||
| 546 | + ] ; | ||
| 547 | + ep-prodact:movedProduct | ||
| 548 | + _:b18 | ||
| 549 | + ] ; | ||
| 550 | + ep-prodact:movedProduct | ||
| 551 | + _:b19 . | ||
| 552 | + | ||
| 553 | +_:b19 | ||
| 554 | + rdf:type ep-material:QuantityOfMaterial ; | ||
| 555 | + rdf:type | ||
| 556 | + [ rdf:type ep-core:Work ; | ||
| 557 | + ep-core:megajoule "76567.09"^^xsd:double | ||
| 558 | + ] ; | ||
| 559 | + ep-core:temporalPartOf | ||
| 560 | + [ rdf:type ep-material:QuantityOfMaterial ; | ||
| 561 | + ep-core:spatialPartOf | ||
| 562 | + _:b7 | ||
| 563 | + ] . | ||
| 564 | + | ||
| 565 | +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ; | ||
| 566 | + ep-core:hasPart | ||
| 567 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 568 | + ep-core:hasPart | ||
| 569 | + [ rdf:type ep-prodact:SalesActivity ; | ||
| 570 | + ep-prodact:buyer | ||
| 571 | + [ rdf:type ep-org:Organization ; | ||
| 572 | + ep-core:temporalPartOf | ||
| 573 | + <https://www.reportinghub.no/ep/data/organization/NATURGASS_FYN> | ||
| 574 | + ] ; | ||
| 575 | + ep-prodact:salesAdministrator | ||
| 576 | + [ rdf:type ep-org:Organization ; | ||
| 577 | + ep-core:temporalPartOf | ||
| 578 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 579 | + ] ; | ||
| 580 | + ep-prodact:seller | ||
| 581 | + [ rdf:type ep-org:Organization ; | ||
| 582 | + ep-core:temporalPartOf | ||
| 583 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 584 | + ] | ||
| 585 | + ] ; | ||
| 586 | + ep-prodact:movedProduct | ||
| 587 | + _:b20 | ||
| 588 | + ] ; | ||
| 589 | + ep-prodact:movedProduct | ||
| 590 | + _:b21 . | ||
| 591 | + | ||
| 592 | +_:b21 | ||
| 593 | + rdf:type ep-material:QuantityOfMaterial ; | ||
| 594 | + rdf:type | ||
| 595 | + [ rdf:type ep-core:Work ; | ||
| 596 | + ep-core:megajoule "57540.76"^^xsd:double | ||
| 597 | + ] ; | ||
| 598 | + ep-core:temporalPartOf | ||
| 599 | + [ rdf:type ep-material:QuantityOfMaterial ; | ||
| 600 | + ep-core:spatialPartOf | ||
| 601 | + _:b7 | ||
| 602 | + ] . | ||
| 603 | + | ||
| 604 | +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ; | ||
| 605 | + ep-core:hasPart | ||
| 606 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 607 | + ep-core:hasPart | ||
| 608 | + [ rdf:type ep-prodact:SalesActivity ; | ||
| 609 | + ep-prodact:buyer | ||
| 610 | + [ rdf:type ep-org:Organization ; | ||
| 611 | + ep-core:temporalPartOf | ||
| 612 | + <https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST> | ||
| 613 | + ] ; | ||
| 614 | + ep-prodact:salesAdministrator | ||
| 615 | + [ rdf:type ep-org:Organization ; | ||
| 616 | + ep-core:temporalPartOf | ||
| 617 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 618 | + ] ; | ||
| 619 | + ep-prodact:seller | ||
| 620 | + [ rdf:type ep-org:Organization ; | ||
| 621 | + ep-core:temporalPartOf | ||
| 622 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 623 | + ] | ||
| 624 | + ] ; | ||
| 625 | + ep-prodact:movedProduct | ||
| 626 | + _:b22 | ||
| 627 | + ] ; | ||
| 628 | + ep-core:hasPart | ||
| 629 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 630 | + ep-core:hasPart | ||
| 631 | + [ rdf:type ep-prodact:SalesActivity ; | ||
| 632 | + ep-prodact:buyer | ||
| 633 | + [ rdf:type ep-org:Organization ; | ||
| 634 | + ep-core:temporalPartOf | ||
| 635 | + <https://www.reportinghub.no/ep/data/organization/DONG_DK> | ||
| 636 | + ] ; | ||
| 637 | + ep-prodact:salesAdministrator | ||
| 638 | + [ rdf:type ep-org:Organization ; | ||
| 639 | + ep-core:temporalPartOf | ||
| 640 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 641 | + ] ; | ||
| 642 | + ep-prodact:seller | ||
| 643 | + [ rdf:type ep-org:Organization ; | ||
| 644 | + ep-core:temporalPartOf | ||
| 645 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 646 | + ] | ||
| 647 | + ] ; | ||
| 648 | + ep-prodact:movedProduct | ||
| 649 | + _:b23 | ||
| 650 | + ] ; | ||
| 651 | + ep-prodact:movedProduct | ||
| 652 | + _:b24 . | ||
| 653 | + | ||
| 654 | +_:b24 | ||
| 655 | + rdf:type ep-material:QuantityOfMaterial ; | ||
| 656 | + rdf:type | ||
| 657 | + [ rdf:type ep-core:Work ; | ||
| 658 | + ep-core:megajoule "46848.97"^^xsd:double | ||
| 659 | + ] ; | ||
| 660 | + ep-core:temporalPartOf | ||
| 661 | + [ rdf:type ep-material:QuantityOfMaterial ; | ||
| 662 | + ep-core:spatialPartOf | ||
| 663 | + _:b8 | ||
| 664 | + ] . | ||
| 665 | + | ||
| 666 | +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTankerLifting ; | ||
| 667 | + ep-core:hasPart | ||
| 668 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 669 | + ep-prodact:movedProduct | ||
| 670 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b25 ; | ||
| 671 | + ep-core:spatialPartOf | ||
| 672 | + _:b26 ; | ||
| 673 | + ep-org:owner | ||
| 674 | + [ rdf:type ep-org:Organization ; | ||
| 675 | + ep-core:temporalPartOf | ||
| 676 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 677 | + ] | ||
| 678 | + ] | ||
| 679 | + ] ; | ||
| 680 | + ep-core:hasPart | ||
| 681 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 682 | + ep-prodact:movedProduct | ||
| 683 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b27 ; | ||
| 684 | + ep-core:spatialPartOf | ||
| 685 | + _:b26 ; | ||
| 686 | + ep-org:owner | ||
| 687 | + [ rdf:type ep-org:Organization ; | ||
| 688 | + ep-core:temporalPartOf | ||
| 689 | + <https://www.reportinghub.no/ep/data/organization/PETORO> | ||
| 690 | + ] | ||
| 691 | + ] | ||
| 692 | + ] ; | ||
| 693 | + ep-core:hasPart | ||
| 694 | + [ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ; | ||
| 695 | + ep-activity:nominallyAt | ||
| 696 | + "2012-01-13"^^xsd:date | ||
| 697 | + ] ; | ||
| 698 | + ep-core:hasPart | ||
| 699 | + [ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ; | ||
| 700 | + ep-activity:nominallyAt | ||
| 701 | + "2012-01-13"^^xsd:date | ||
| 702 | + ] ; | ||
| 703 | + ep-prodact:destination | ||
| 704 | + <https://www.reportinghub.no/ep/data/harbour/FAWLEY> ; | ||
| 705 | + ep-prodact:movedProduct | ||
| 706 | + _:b26 ; | ||
| 707 | + ep-prodact:shipper | ||
| 708 | + [ rdf:type ep-org:Organization ; | ||
| 709 | + ep-core:temporalPartOf | ||
| 710 | + <https://www.reportinghub.no/ep/data/organization/ENI_NORGE> | ||
| 711 | + ] . | ||
| 712 | + | ||
| 713 | +_:b26 | ||
| 714 | + rdf:type ep-material:QuantityOfMaterial , _:b28 ; | ||
| 715 | + rdf:type | ||
| 716 | + [ rdf:type ep-core:Mass ; | ||
| 717 | + ep-core:kilogram "586.58"^^xsd:double | ||
| 718 | + ] ; | ||
| 719 | + ep-core:temporalPartOf | ||
| 720 | + [ rdf:type ep-material:QuantityOfMaterial ; | ||
| 721 | + ep-core:spatialPartOf | ||
| 722 | + _:b11 | ||
| 723 | + ] ; | ||
| 724 | + ep-prodact:cargoBatchNumber | ||
| 725 | + "1"^^xsd:short ; | ||
| 726 | + ep-prodact:cargoNumber | ||
| 727 | + "369/1"^^xsd:string . | ||
| 728 | + | ||
| 729 | +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTankerLifting ; | ||
| 730 | + ep-core:hasPart | ||
| 731 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 732 | + ep-prodact:movedProduct | ||
| 733 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b29 ; | ||
| 734 | + ep-core:spatialPartOf | ||
| 735 | + _:b30 ; | ||
| 736 | + ep-org:owner | ||
| 737 | + [ rdf:type ep-org:Organization ; | ||
| 738 | + ep-core:temporalPartOf | ||
| 739 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 740 | + ] | ||
| 741 | + ] | ||
| 742 | + ] ; | ||
| 743 | + ep-core:hasPart | ||
| 744 | + [ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ; | ||
| 745 | + ep-activity:nominallyAt | ||
| 746 | + "2012-01-08"^^xsd:date | ||
| 747 | + ] ; | ||
| 748 | + ep-core:hasPart | ||
| 749 | + [ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ; | ||
| 750 | + ep-activity:nominallyAt | ||
| 751 | + "2012-01-08"^^xsd:date | ||
| 752 | + ] ; | ||
| 753 | + ep-prodact:destination | ||
| 754 | + <https://www.reportinghub.no/ep/data/harbour/FAWLEY> ; | ||
| 755 | + ep-prodact:movedProduct | ||
| 756 | + _:b30 ; | ||
| 757 | + ep-prodact:shipper | ||
| 758 | + [ rdf:type ep-org:Organization ; | ||
| 759 | + ep-core:temporalPartOf | ||
| 760 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 761 | + ] . | ||
| 762 | + | ||
| 763 | +_:b30 | ||
| 764 | + rdf:type ep-material:QuantityOfMaterial , _:b31 ; | ||
| 765 | + rdf:type | ||
| 766 | + [ rdf:type ep-core:Mass ; | ||
| 767 | + ep-core:kilogram "739.86"^^xsd:double | ||
| 768 | + ] ; | ||
| 769 | + ep-core:temporalPartOf | ||
| 770 | + [ rdf:type ep-material:QuantityOfMaterial ; | ||
| 771 | + ep-core:spatialPartOf | ||
| 772 | + _:b11 | ||
| 773 | + ] ; | ||
| 774 | + ep-prodact:cargoBatchNumber | ||
| 775 | + "1"^^xsd:short ; | ||
| 776 | + ep-prodact:cargoNumber | ||
| 777 | + "368/1"^^xsd:string . | ||
| 778 | + | ||
| 779 | +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTankerLifting ; | ||
| 780 | + ep-core:hasPart | ||
| 781 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 782 | + ep-prodact:movedProduct | ||
| 783 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b32 ; | ||
| 784 | + ep-core:spatialPartOf | ||
| 785 | + _:b33 ; | ||
| 786 | + ep-org:owner | ||
| 787 | + [ rdf:type ep-org:Organization ; | ||
| 788 | + ep-core:temporalPartOf | ||
| 789 | + <https://www.reportinghub.no/ep/data/organization/ENI_NORGE> | ||
| 790 | + ] | ||
| 791 | + ] | ||
| 792 | + ] ; | ||
| 793 | + ep-core:hasPart | ||
| 794 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 795 | + ep-prodact:movedProduct | ||
| 796 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b34 ; | ||
| 797 | + ep-core:spatialPartOf | ||
| 798 | + _:b33 ; | ||
| 799 | + ep-org:owner | ||
| 800 | + [ rdf:type ep-org:Organization ; | ||
| 801 | + ep-core:temporalPartOf | ||
| 802 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 803 | + ] | ||
| 804 | + ] | ||
| 805 | + ] ; | ||
| 806 | + ep-core:hasPart | ||
| 807 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 808 | + ep-prodact:movedProduct | ||
| 809 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b35 ; | ||
| 810 | + ep-core:spatialPartOf | ||
| 811 | + _:b33 ; | ||
| 812 | + ep-org:owner | ||
| 813 | + [ rdf:type ep-org:Organization ; | ||
| 814 | + ep-core:temporalPartOf | ||
| 815 | + <https://www.reportinghub.no/ep/data/organization/PETORO> | ||
| 816 | + ] | ||
| 817 | + ] | ||
| 818 | + ] ; | ||
| 819 | + ep-core:hasPart | ||
| 820 | + [ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ; | ||
| 821 | + ep-activity:nominallyAt | ||
| 822 | + "2012-01-04"^^xsd:date | ||
| 823 | + ] ; | ||
| 824 | + ep-core:hasPart | ||
| 825 | + [ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ; | ||
| 826 | + ep-activity:nominallyAt | ||
| 827 | + "2012-01-04"^^xsd:date | ||
| 828 | + ] ; | ||
| 829 | + ep-prodact:destination | ||
| 830 | + <https://www.reportinghub.no/ep/data/harbour/FAWLEY> ; | ||
| 831 | + ep-prodact:movedProduct | ||
| 832 | + _:b33 ; | ||
| 833 | + ep-prodact:shipper | ||
| 834 | + [ rdf:type ep-org:Organization ; | ||
| 835 | + ep-core:temporalPartOf | ||
| 836 | + <https://www.reportinghub.no/ep/data/organization/TOTAL> | ||
| 837 | + ] . | ||
| 838 | + | ||
| 839 | +_:b33 | ||
| 840 | + rdf:type ep-material:QuantityOfMaterial , _:b36 ; | ||
| 841 | + rdf:type | ||
| 842 | + [ rdf:type ep-core:Mass ; | ||
| 843 | + ep-core:kilogram "912.98"^^xsd:double | ||
| 844 | + ] ; | ||
| 845 | + ep-core:temporalPartOf | ||
| 846 | + [ rdf:type ep-material:QuantityOfMaterial ; | ||
| 847 | + ep-core:spatialPartOf | ||
| 848 | + _:b11 | ||
| 849 | + ] ; | ||
| 850 | + ep-prodact:cargoBatchNumber | ||
| 851 | + "1"^^xsd:short ; | ||
| 852 | + ep-prodact:cargoNumber | ||
| 853 | + "367/1"^^xsd:string . | ||
| 854 | + | ||
| 855 | +_:b16 | ||
| 856 | + rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 857 | + rdf:type | ||
| 858 | + [ rdf:type ep-core:Work ; | ||
| 859 | + ep-core:megajoule "16329.16"^^xsd:double | ||
| 860 | + ] ; | ||
| 861 | + ep-core:spatialPartOf | ||
| 862 | + _:b17 ; | ||
| 863 | + ep-org:owner | ||
| 864 | + [ rdf:type ep-org:Organization ; | ||
| 865 | + ep-core:temporalPartOf | ||
| 866 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 867 | + ] . | ||
| 868 | + | ||
| 869 | +_:b18 | ||
| 870 | + rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 871 | + rdf:type | ||
| 872 | + [ rdf:type ep-core:Work ; | ||
| 873 | + ep-core:megajoule "26408.07"^^xsd:double | ||
| 874 | + ] ; | ||
| 875 | + ep-core:spatialPartOf | ||
| 876 | + _:b19 ; | ||
| 877 | + ep-org:owner | ||
| 878 | + [ rdf:type ep-org:Organization ; | ||
| 879 | + ep-core:temporalPartOf | ||
| 880 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 881 | + ] . | ||
| 882 | + | ||
| 883 | +_:b20 | ||
| 884 | + rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 885 | + rdf:type | ||
| 886 | + [ rdf:type ep-core:Work ; | ||
| 887 | + ep-core:megajoule "54258.82"^^xsd:double | ||
| 888 | + ] ; | ||
| 889 | + ep-core:spatialPartOf | ||
| 890 | + _:b21 ; | ||
| 891 | + ep-org:owner | ||
| 892 | + [ rdf:type ep-org:Organization ; | ||
| 893 | + ep-core:temporalPartOf | ||
| 894 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 895 | + ] . | ||
| 896 | + | ||
| 897 | +_:b22 | ||
| 898 | + rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 899 | + rdf:type | ||
| 900 | + [ rdf:type ep-core:Work ; | ||
| 901 | + ep-core:megajoule "16425.74"^^xsd:double | ||
| 902 | + ] ; | ||
| 903 | + ep-core:spatialPartOf | ||
| 904 | + _:b24 ; | ||
| 905 | + ep-org:owner | ||
| 906 | + [ rdf:type ep-org:Organization ; | ||
| 907 | + ep-core:temporalPartOf | ||
| 908 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 909 | + ] . | ||
| 910 | + | ||
| 911 | +_:b23 | ||
| 912 | + rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 913 | + rdf:type | ||
| 914 | + [ rdf:type ep-core:Work ; | ||
| 915 | + ep-core:megajoule "20780.51"^^xsd:double | ||
| 916 | + ] ; | ||
| 917 | + ep-core:spatialPartOf | ||
| 918 | + _:b24 ; | ||
| 919 | + ep-org:owner | ||
| 920 | + [ rdf:type ep-org:Organization ; | ||
| 921 | + ep-core:temporalPartOf | ||
| 922 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 923 | + ] . | ||
| 924 | + | ||
| 925 | +_:b28 | ||
| 926 | + rdf:type ep-core:Volume . | ||
| 927 | + | ||
| 928 | +_:b31 | ||
| 929 | + rdf:type ep-core:Volume . | ||
| 930 | + | ||
| 931 | +_:b36 | ||
| 932 | + rdf:type ep-core:Volume . | ||
| 933 | + | ||
| 934 | +_:b25 | ||
| 935 | + rdf:type ep-core:Volume . | ||
| 936 | + | ||
| 937 | +_:b27 | ||
| 938 | + rdf:type ep-core:Volume . | ||
| 939 | + | ||
| 940 | +_:b29 | ||
| 941 | + rdf:type ep-core:Volume . | ||
| 942 | + | ||
| 943 | +_:b32 | ||
| 944 | + rdf:type ep-core:Volume . | ||
| 945 | + | ||
| 946 | +_:b34 | ||
| 947 | + rdf:type ep-core:Volume . | ||
| 948 | + | ||
| 949 | +_:b35 | ||
| 950 | + rdf:type ep-core:Volume . | ||
| 951 | + | ||
| 952 | +[] rdf:type ep-core:VolumePair ; | ||
| 953 | + ep-core:divide | ||
| 954 | + [ rdf:type ep-core:Ratio ; | ||
| 955 | + ep-core:percent "50.65"^^xsd:double | ||
| 956 | + ] ; | ||
| 957 | + ep-core:firstOfPair _:b25 ; | ||
| 958 | + ep-core:secondOfPair | ||
| 959 | + _:b28 . | ||
| 960 | + | ||
| 961 | +[] rdf:type ep-core:VolumePair ; | ||
| 962 | + ep-core:divide | ||
| 963 | + [ rdf:type ep-core:Ratio ; | ||
| 964 | + ep-core:percent "49.35"^^xsd:double | ||
| 965 | + ] ; | ||
| 966 | + ep-core:firstOfPair _:b27 ; | ||
| 967 | + ep-core:secondOfPair | ||
| 968 | + _:b28 . | ||
| 969 | + | ||
| 970 | +[] rdf:type ep-core:VolumePair ; | ||
| 971 | + ep-core:divide | ||
| 972 | + [ rdf:type ep-core:Ratio ; | ||
| 973 | + ep-core:percent "100.0"^^xsd:double | ||
| 974 | + ] ; | ||
| 975 | + ep-core:firstOfPair _:b29 ; | ||
| 976 | + ep-core:secondOfPair | ||
| 977 | + _:b31 . | ||
| 978 | + | ||
| 979 | +[] rdf:type ep-core:VolumePair ; | ||
| 980 | + ep-core:divide | ||
| 981 | + [ rdf:type ep-core:Ratio ; | ||
| 982 | + ep-core:percent "29.62"^^xsd:double | ||
| 983 | + ] ; | ||
| 984 | + ep-core:firstOfPair _:b32 ; | ||
| 985 | + ep-core:secondOfPair | ||
| 986 | + _:b36 . | ||
| 987 | + | ||
| 988 | +[] rdf:type ep-core:VolumePair ; | ||
| 989 | + ep-core:divide | ||
| 990 | + [ rdf:type ep-core:Ratio ; | ||
| 991 | + ep-core:percent "48.25"^^xsd:double | ||
| 992 | + ] ; | ||
| 993 | + ep-core:firstOfPair _:b34 ; | ||
| 994 | + ep-core:secondOfPair | ||
| 995 | + _:b36 . | ||
| 996 | + | ||
| 997 | +[] rdf:type ep-core:VolumePair ; | ||
| 998 | + ep-core:divide | ||
| 999 | + [ rdf:type ep-core:Ratio ; | ||
| 1000 | + ep-core:percent "22.13"^^xsd:double | ||
| 1001 | + ] ; | ||
| 1002 | + ep-core:firstOfPair _:b35 ; | ||
| 1003 | + ep-core:secondOfPair | ||
| 1004 | + _:b36 . | ||
| 1005 | + | ||
| 1006 | +_:b14 | ||
| 1007 | + rdf:type ep-material:QuantityOfMaterial ; | ||
| 1008 | + rdf:type | ||
| 1009 | + [ rdf:type ep-core:Mass ; | ||
| 1010 | + ep-core:kilogram "32568689.86"^^xsd:double | ||
| 1011 | + ] . | ||
| 1012 | + | ||
| 1013 | +_:b15 | ||
| 1014 | + rdf:type ep-material:QuantityOfMaterial ; | ||
| 1015 | + rdf:type | ||
| 1016 | + [ rdf:type ep-core:Mass ; | ||
| 1017 | + ep-core:kilogram "31974209.72"^^xsd:double | ||
| 1018 | + ] . | ||
| 1019 | + | ||
| 1020 | +_:b13 | ||
| 1021 | + rdf:type ep-material:QuantityOfMaterial ; | ||
| 1022 | + rdf:type | ||
| 1023 | + [ rdf:type ep-core:Mass ; | ||
| 1024 | + ep-core:kilogram "21708146.57"^^xsd:double | ||
| 1025 | + ] . | ||
| 1026 | + | ||
| 1027 | +_:b9 rdf:type ep-material:QuantityOfMaterial ; | ||
| 1028 | + rdf:type | ||
| 1029 | + [ rdf:type ep-core:Mass ; | ||
| 1030 | + ep-core:kilogram "24776181.19"^^xsd:double | ||
| 1031 | + ] . | ||
| 1032 | + | ||
| 1033 | +_:b12 | ||
| 1034 | + rdf:type ep-material:QuantityOfMaterial ; | ||
| 1035 | + rdf:type | ||
| 1036 | + [ rdf:type ep-core:Mass ; | ||
| 1037 | + ep-core:kilogram "33652103.55"^^xsd:double | ||
| 1038 | + ] . | ||
| 1039 | + | ||
| 1040 | +_:b10 | ||
| 1041 | + rdf:type ep-material:QuantityOfMaterial ; | ||
| 1042 | + rdf:type | ||
| 1043 | + [ rdf:type ep-core:Mass ; | ||
| 1044 | + ep-core:kilogram "35232157.64"^^xsd:double | ||
| 1045 | + ] . | ||
| 1046 | + | ||
| 1047 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 1048 | + rdf:type | ||
| 1049 | + [ rdf:type ep-core:Pressure ; | ||
| 1050 | + ep-core:atm "1"^^xsd:double | ||
| 1051 | + ] ; | ||
| 1052 | + rdf:type | ||
| 1053 | + [ rdf:type ep-core:Temperature ; | ||
| 1054 | + ep-core:celsius "15.0"^^xsd:double | ||
| 1055 | + ] ; | ||
| 1056 | + rdf:type | ||
| 1057 | + [ rdf:type ep-core:Density ; | ||
| 1058 | + ep-core:kilogram_m-3 | ||
| 1059 | + "715.36"^^xsd:double | ||
| 1060 | + ] ; | ||
| 1061 | + ep-core:temporalPartOf | ||
| 1062 | + _:b30 . | ||
| 1063 | + | ||
| 1064 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 1065 | + rdf:type | ||
| 1066 | + [ rdf:type ep-core:Pressure ; | ||
| 1067 | + ep-core:atm "1"^^xsd:double | ||
| 1068 | + ] ; | ||
| 1069 | + rdf:type | ||
| 1070 | + [ rdf:type ep-core:Temperature ; | ||
| 1071 | + ep-core:celsius "15"^^xsd:double | ||
| 1072 | + ] ; | ||
| 1073 | + rdf:type | ||
| 1074 | + [ rdf:type ep-core:Density ; | ||
| 1075 | + ep-core:kilogram_m-3 | ||
| 1076 | + "0.61"^^xsd:double | ||
| 1077 | + ] ; | ||
| 1078 | + ep-core:temporalPartOf | ||
| 1079 | + _:b12 . | ||
| 1080 | + | ||
| 1081 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 1082 | + rdf:type | ||
| 1083 | + [ rdf:type ep-core:Pressure ; | ||
| 1084 | + ep-core:atm "1"^^xsd:double | ||
| 1085 | + ] ; | ||
| 1086 | + rdf:type | ||
| 1087 | + [ rdf:type ep-core:Temperature ; | ||
| 1088 | + ep-core:celsius "15"^^xsd:double | ||
| 1089 | + ] ; | ||
| 1090 | + rdf:type | ||
| 1091 | + [ rdf:type ep-core:Density ; | ||
| 1092 | + ep-core:kilogram_m-3 | ||
| 1093 | + "1.0"^^xsd:double | ||
| 1094 | + ] ; | ||
| 1095 | + ep-core:temporalPartOf | ||
| 1096 | + _:b10 . | ||
| 1097 | + | ||
| 1098 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 1099 | + rdf:type | ||
| 1100 | + [ rdf:type ep-core:Pressure ; | ||
| 1101 | + ep-core:atm "1"^^xsd:double | ||
| 1102 | + ] ; | ||
| 1103 | + rdf:type | ||
| 1104 | + [ rdf:type ep-core:Temperature ; | ||
| 1105 | + ep-core:celsius "15"^^xsd:double | ||
| 1106 | + ] ; | ||
| 1107 | + rdf:type | ||
| 1108 | + [ rdf:type ep-core:Density ; | ||
| 1109 | + ep-core:kilogram_m-3 | ||
| 1110 | + "0.9"^^xsd:double | ||
| 1111 | + ] ; | ||
| 1112 | + ep-core:temporalPartOf | ||
| 1113 | + _:b15 . | ||
| 1114 | + | ||
| 1115 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 1116 | + rdf:type | ||
| 1117 | + [ rdf:type ep-core:Pressure ; | ||
| 1118 | + ep-core:atm "1"^^xsd:double | ||
| 1119 | + ] ; | ||
| 1120 | + rdf:type | ||
| 1121 | + [ rdf:type ep-core:Temperature ; | ||
| 1122 | + ep-core:celsius "15"^^xsd:double | ||
| 1123 | + ] ; | ||
| 1124 | + rdf:type | ||
| 1125 | + [ rdf:type ep-core:Density ; | ||
| 1126 | + ep-core:kilogram_m-3 | ||
| 1127 | + "761.72"^^xsd:double | ||
| 1128 | + ] ; | ||
| 1129 | + ep-core:temporalPartOf | ||
| 1130 | + _:b9 . | ||
| 1131 | + | ||
| 1132 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 1133 | + rdf:type | ||
| 1134 | + [ rdf:type ep-core:Pressure ; | ||
| 1135 | + ep-core:atm "1"^^xsd:double | ||
| 1136 | + ] ; | ||
| 1137 | + rdf:type | ||
| 1138 | + [ rdf:type ep-core:Temperature ; | ||
| 1139 | + ep-core:celsius "15.0"^^xsd:double | ||
| 1140 | + ] ; | ||
| 1141 | + rdf:type | ||
| 1142 | + [ rdf:type ep-core:Density ; | ||
| 1143 | + ep-core:kilogram_m-3 | ||
| 1144 | + "708.93"^^xsd:double | ||
| 1145 | + ] ; | ||
| 1146 | + ep-core:temporalPartOf | ||
| 1147 | + _:b26 . | ||
| 1148 | + | ||
| 1149 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 1150 | + rdf:type | ||
| 1151 | + [ rdf:type ep-core:Pressure ; | ||
| 1152 | + ep-core:atm "1"^^xsd:double | ||
| 1153 | + ] ; | ||
| 1154 | + rdf:type | ||
| 1155 | + [ rdf:type ep-core:Temperature ; | ||
| 1156 | + ep-core:celsius "15"^^xsd:double | ||
| 1157 | + ] ; | ||
| 1158 | + rdf:type | ||
| 1159 | + [ rdf:type ep-core:Density ; | ||
| 1160 | + ep-core:kilogram_m-3 | ||
| 1161 | + "0.56"^^xsd:double | ||
| 1162 | + ] ; | ||
| 1163 | + ep-core:temporalPartOf | ||
| 1164 | + _:b14 . | ||
| 1165 | + | ||
| 1166 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 1167 | + rdf:type | ||
| 1168 | + [ rdf:type ep-core:Pressure ; | ||
| 1169 | + ep-core:atm "1"^^xsd:double | ||
| 1170 | + ] ; | ||
| 1171 | + rdf:type | ||
| 1172 | + [ rdf:type ep-core:Temperature ; | ||
| 1173 | + ep-core:celsius "15"^^xsd:double | ||
| 1174 | + ] ; | ||
| 1175 | + rdf:type | ||
| 1176 | + [ rdf:type ep-core:Density ; | ||
| 1177 | + ep-core:kilogram_m-3 | ||
| 1178 | + "762.06"^^xsd:double | ||
| 1179 | + ] ; | ||
| 1180 | + ep-core:temporalPartOf | ||
| 1181 | + _:b13 . | ||
| 1182 | + | ||
| 1183 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 1184 | + rdf:type | ||
| 1185 | + [ rdf:type ep-core:Pressure ; | ||
| 1186 | + ep-core:atm "1"^^xsd:double | ||
| 1187 | + ] ; | ||
| 1188 | + rdf:type | ||
| 1189 | + [ rdf:type ep-core:Temperature ; | ||
| 1190 | + ep-core:celsius "15.0"^^xsd:double | ||
| 1191 | + ] ; | ||
| 1192 | + rdf:type | ||
| 1193 | + [ rdf:type ep-core:Density ; | ||
| 1194 | + ep-core:kilogram_m-3 | ||
| 1195 | + "761.16"^^xsd:double | ||
| 1196 | + ] ; | ||
| 1197 | + ep-core:temporalPartOf | ||
| 1198 | + _:b33 . | ||
| 1199 | + | ||
| 1200 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1201 | + rdf:type | ||
| 1202 | + [ rdf:type ep-core:Volume ; | ||
| 1203 | + ep-core:metre3 "5663.09"^^xsd:double | ||
| 1204 | + ] ; | ||
| 1205 | + ep-core:temporalPartOf | ||
| 1206 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1207 | + rdf:type | ||
| 1208 | + [ rdf:type ep-core:Pressure ; | ||
| 1209 | + ep-core:atm "1"^^xsd:double | ||
| 1210 | + ] ; | ||
| 1211 | + rdf:type | ||
| 1212 | + [ rdf:type ep-core:Temperature ; | ||
| 1213 | + ep-core:celsius "0"^^xsd:double | ||
| 1214 | + ] ; | ||
| 1215 | + ep-core:temporalPartOf | ||
| 1216 | + _:b16 ; | ||
| 1217 | + ep-flow:grossCalorificValue | ||
| 1218 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1219 | + ] | ||
| 1220 | + ] . | ||
| 1221 | + | ||
| 1222 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1223 | + rdf:type | ||
| 1224 | + [ rdf:type ep-core:Volume ; | ||
| 1225 | + ep-core:metre3 "403406.73"^^xsd:double | ||
| 1226 | + ] ; | ||
| 1227 | + ep-core:temporalPartOf | ||
| 1228 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1229 | + rdf:type | ||
| 1230 | + [ rdf:type ep-core:Pressure ; | ||
| 1231 | + ep-core:atm "1"^^xsd:double | ||
| 1232 | + ] ; | ||
| 1233 | + rdf:type | ||
| 1234 | + [ rdf:type ep-core:Temperature ; | ||
| 1235 | + ep-core:celsius "15"^^xsd:double | ||
| 1236 | + ] ; | ||
| 1237 | + ep-core:temporalPartOf | ||
| 1238 | + _:b12 ; | ||
| 1239 | + ep-flow:grossCalorificValue | ||
| 1240 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1241 | + ] | ||
| 1242 | + ] . | ||
| 1243 | + | ||
| 1244 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1245 | + rdf:type | ||
| 1246 | + [ rdf:type ep-core:Volume ; | ||
| 1247 | + ep-core:metre3 "388173.48"^^xsd:double | ||
| 1248 | + ] ; | ||
| 1249 | + ep-core:temporalPartOf | ||
| 1250 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1251 | + rdf:type | ||
| 1252 | + [ rdf:type ep-core:Pressure ; | ||
| 1253 | + ep-core:atm "1"^^xsd:double | ||
| 1254 | + ] ; | ||
| 1255 | + rdf:type | ||
| 1256 | + [ rdf:type ep-core:Temperature ; | ||
| 1257 | + ep-core:celsius "15"^^xsd:double | ||
| 1258 | + ] ; | ||
| 1259 | + ep-core:temporalPartOf | ||
| 1260 | + _:b10 ; | ||
| 1261 | + ep-flow:grossCalorificValue | ||
| 1262 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1263 | + ] | ||
| 1264 | + ] . | ||
| 1265 | + | ||
| 1266 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1267 | + rdf:type | ||
| 1268 | + [ rdf:type ep-core:Volume ; | ||
| 1269 | + ep-core:metre3 "4092.76"^^xsd:double | ||
| 1270 | + ] ; | ||
| 1271 | + ep-core:temporalPartOf | ||
| 1272 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1273 | + rdf:type | ||
| 1274 | + [ rdf:type ep-core:Pressure ; | ||
| 1275 | + ep-core:atm "1"^^xsd:double | ||
| 1276 | + ] ; | ||
| 1277 | + rdf:type | ||
| 1278 | + [ rdf:type ep-core:Temperature ; | ||
| 1279 | + ep-core:celsius "0"^^xsd:double | ||
| 1280 | + ] ; | ||
| 1281 | + ep-core:temporalPartOf | ||
| 1282 | + _:b21 ; | ||
| 1283 | + ep-flow:grossCalorificValue | ||
| 1284 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1285 | + ] | ||
| 1286 | + ] . | ||
| 1287 | + | ||
| 1288 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1289 | + rdf:type | ||
| 1290 | + [ rdf:type ep-core:Volume ; | ||
| 1291 | + ep-core:metre3 "26927.26"^^xsd:double | ||
| 1292 | + ] ; | ||
| 1293 | + ep-core:temporalPartOf | ||
| 1294 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1295 | + rdf:type | ||
| 1296 | + [ rdf:type ep-core:Pressure ; | ||
| 1297 | + ep-core:atm "1"^^xsd:double | ||
| 1298 | + ] ; | ||
| 1299 | + rdf:type | ||
| 1300 | + [ rdf:type ep-core:Temperature ; | ||
| 1301 | + ep-core:celsius "15"^^xsd:double | ||
| 1302 | + ] ; | ||
| 1303 | + ep-core:temporalPartOf | ||
| 1304 | + _:b13 ; | ||
| 1305 | + ep-flow:grossCalorificValue | ||
| 1306 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1307 | + ] | ||
| 1308 | + ] . | ||
| 1309 | + | ||
| 1310 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1311 | + rdf:type | ||
| 1312 | + [ rdf:type ep-core:Volume ; | ||
| 1313 | + ep-core:metre3 "4092.76"^^xsd:double | ||
| 1314 | + ] ; | ||
| 1315 | + ep-core:temporalPartOf | ||
| 1316 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1317 | + rdf:type | ||
| 1318 | + [ rdf:type ep-core:Pressure ; | ||
| 1319 | + ep-core:atm "1"^^xsd:double | ||
| 1320 | + ] ; | ||
| 1321 | + rdf:type | ||
| 1322 | + [ rdf:type ep-core:Temperature ; | ||
| 1323 | + ep-core:celsius "0"^^xsd:double | ||
| 1324 | + ] ; | ||
| 1325 | + ep-core:temporalPartOf | ||
| 1326 | + _:b20 ; | ||
| 1327 | + ep-flow:grossCalorificValue | ||
| 1328 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1329 | + ] | ||
| 1330 | + ] . | ||
| 1331 | + | ||
| 1332 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1333 | + rdf:type | ||
| 1334 | + [ rdf:type ep-core:Volume ; | ||
| 1335 | + ep-core:metre3 "1326.63"^^xsd:double | ||
| 1336 | + ] ; | ||
| 1337 | + ep-core:temporalPartOf | ||
| 1338 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1339 | + rdf:type | ||
| 1340 | + [ rdf:type ep-core:Pressure ; | ||
| 1341 | + ep-core:atm "1"^^xsd:double | ||
| 1342 | + ] ; | ||
| 1343 | + rdf:type | ||
| 1344 | + [ rdf:type ep-core:Temperature ; | ||
| 1345 | + ep-core:celsius "15"^^xsd:double | ||
| 1346 | + ] ; | ||
| 1347 | + ep-core:temporalPartOf | ||
| 1348 | + _:b30 ; | ||
| 1349 | + ep-flow:grossCalorificValue | ||
| 1350 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1351 | + ] | ||
| 1352 | + ] . | ||
| 1353 | + | ||
| 1354 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1355 | + rdf:type | ||
| 1356 | + [ rdf:type ep-core:Volume ; | ||
| 1357 | + ep-core:metre3 "409811.26"^^xsd:double | ||
| 1358 | + ] ; | ||
| 1359 | + ep-core:temporalPartOf | ||
| 1360 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1361 | + rdf:type | ||
| 1362 | + [ rdf:type ep-core:Pressure ; | ||
| 1363 | + ep-core:atm "1"^^xsd:double | ||
| 1364 | + ] ; | ||
| 1365 | + rdf:type | ||
| 1366 | + [ rdf:type ep-core:Temperature ; | ||
| 1367 | + ep-core:celsius "15"^^xsd:double | ||
| 1368 | + ] ; | ||
| 1369 | + ep-core:temporalPartOf | ||
| 1370 | + _:b14 ; | ||
| 1371 | + ep-flow:grossCalorificValue | ||
| 1372 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1373 | + ] | ||
| 1374 | + ] . | ||
| 1375 | + | ||
| 1376 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1377 | + rdf:type | ||
| 1378 | + [ rdf:type ep-core:Volume ; | ||
| 1379 | + ep-core:metre3 "5663.09"^^xsd:double | ||
| 1380 | + ] ; | ||
| 1381 | + ep-core:temporalPartOf | ||
| 1382 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1383 | + rdf:type | ||
| 1384 | + [ rdf:type ep-core:Pressure ; | ||
| 1385 | + ep-core:atm "1"^^xsd:double | ||
| 1386 | + ] ; | ||
| 1387 | + rdf:type | ||
| 1388 | + [ rdf:type ep-core:Temperature ; | ||
| 1389 | + ep-core:celsius "0"^^xsd:double | ||
| 1390 | + ] ; | ||
| 1391 | + ep-core:temporalPartOf | ||
| 1392 | + _:b17 ; | ||
| 1393 | + ep-flow:grossCalorificValue | ||
| 1394 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1395 | + ] | ||
| 1396 | + ] . | ||
| 1397 | + | ||
| 1398 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1399 | + rdf:type | ||
| 1400 | + [ rdf:type ep-core:Volume ; | ||
| 1401 | + ep-core:metre3 "20.06"^^xsd:double | ||
| 1402 | + ] ; | ||
| 1403 | + ep-core:temporalPartOf | ||
| 1404 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1405 | + rdf:type | ||
| 1406 | + [ rdf:type ep-core:Pressure ; | ||
| 1407 | + ep-core:atm "1"^^xsd:double | ||
| 1408 | + ] ; | ||
| 1409 | + rdf:type | ||
| 1410 | + [ rdf:type ep-core:Temperature ; | ||
| 1411 | + ep-core:celsius "0"^^xsd:double | ||
| 1412 | + ] ; | ||
| 1413 | + ep-core:temporalPartOf | ||
| 1414 | + _:b23 ; | ||
| 1415 | + ep-flow:grossCalorificValue | ||
| 1416 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1417 | + ] | ||
| 1418 | + ] . | ||
| 1419 | + | ||
| 1420 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1421 | + rdf:type | ||
| 1422 | + [ rdf:type ep-core:Volume ; | ||
| 1423 | + ep-core:metre3 "1849.76"^^xsd:double | ||
| 1424 | + ] ; | ||
| 1425 | + ep-core:temporalPartOf | ||
| 1426 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1427 | + rdf:type | ||
| 1428 | + [ rdf:type ep-core:Pressure ; | ||
| 1429 | + ep-core:atm "1"^^xsd:double | ||
| 1430 | + ] ; | ||
| 1431 | + rdf:type | ||
| 1432 | + [ rdf:type ep-core:Temperature ; | ||
| 1433 | + ep-core:celsius "15"^^xsd:double | ||
| 1434 | + ] ; | ||
| 1435 | + ep-core:temporalPartOf | ||
| 1436 | + _:b33 ; | ||
| 1437 | + ep-flow:grossCalorificValue | ||
| 1438 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1439 | + ] | ||
| 1440 | + ] . | ||
| 1441 | + | ||
| 1442 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1443 | + rdf:type | ||
| 1444 | + [ rdf:type ep-core:Volume ; | ||
| 1445 | + ep-core:metre3 "2536.39"^^xsd:double | ||
| 1446 | + ] ; | ||
| 1447 | + ep-core:temporalPartOf | ||
| 1448 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1449 | + rdf:type | ||
| 1450 | + [ rdf:type ep-core:Pressure ; | ||
| 1451 | + ep-core:atm "1"^^xsd:double | ||
| 1452 | + ] ; | ||
| 1453 | + rdf:type | ||
| 1454 | + [ rdf:type ep-core:Temperature ; | ||
| 1455 | + ep-core:celsius "0"^^xsd:double | ||
| 1456 | + ] ; | ||
| 1457 | + ep-core:temporalPartOf | ||
| 1458 | + _:b18 ; | ||
| 1459 | + ep-flow:grossCalorificValue | ||
| 1460 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1461 | + ] | ||
| 1462 | + ] . | ||
| 1463 | + | ||
| 1464 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1465 | + rdf:type | ||
| 1466 | + [ rdf:type ep-core:Volume ; | ||
| 1467 | + ep-core:metre3 "430146.28"^^xsd:double | ||
| 1468 | + ] ; | ||
| 1469 | + ep-core:temporalPartOf | ||
| 1470 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1471 | + rdf:type | ||
| 1472 | + [ rdf:type ep-core:Pressure ; | ||
| 1473 | + ep-core:atm "1"^^xsd:double | ||
| 1474 | + ] ; | ||
| 1475 | + rdf:type | ||
| 1476 | + [ rdf:type ep-core:Temperature ; | ||
| 1477 | + ep-core:celsius "15"^^xsd:double | ||
| 1478 | + ] ; | ||
| 1479 | + ep-core:temporalPartOf | ||
| 1480 | + _:b15 ; | ||
| 1481 | + ep-flow:grossCalorificValue | ||
| 1482 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1483 | + ] | ||
| 1484 | + ] . | ||
| 1485 | + | ||
| 1486 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1487 | + rdf:type | ||
| 1488 | + [ rdf:type ep-core:Volume ; | ||
| 1489 | + ep-core:metre3 "40.44"^^xsd:double | ||
| 1490 | + ] ; | ||
| 1491 | + ep-core:temporalPartOf | ||
| 1492 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1493 | + rdf:type | ||
| 1494 | + [ rdf:type ep-core:Pressure ; | ||
| 1495 | + ep-core:atm "1"^^xsd:double | ||
| 1496 | + ] ; | ||
| 1497 | + rdf:type | ||
| 1498 | + [ rdf:type ep-core:Temperature ; | ||
| 1499 | + ep-core:celsius "0"^^xsd:double | ||
| 1500 | + ] ; | ||
| 1501 | + ep-core:temporalPartOf | ||
| 1502 | + _:b22 ; | ||
| 1503 | + ep-flow:grossCalorificValue | ||
| 1504 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1505 | + ] | ||
| 1506 | + ] . | ||
| 1507 | + | ||
| 1508 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1509 | + rdf:type | ||
| 1510 | + [ rdf:type ep-core:Volume ; | ||
| 1511 | + ep-core:metre3 "60.5"^^xsd:double | ||
| 1512 | + ] ; | ||
| 1513 | + ep-core:temporalPartOf | ||
| 1514 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1515 | + rdf:type | ||
| 1516 | + [ rdf:type ep-core:Pressure ; | ||
| 1517 | + ep-core:atm "1"^^xsd:double | ||
| 1518 | + ] ; | ||
| 1519 | + rdf:type | ||
| 1520 | + [ rdf:type ep-core:Temperature ; | ||
| 1521 | + ep-core:celsius "0"^^xsd:double | ||
| 1522 | + ] ; | ||
| 1523 | + ep-core:temporalPartOf | ||
| 1524 | + _:b24 ; | ||
| 1525 | + ep-flow:grossCalorificValue | ||
| 1526 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1527 | + ] | ||
| 1528 | + ] . | ||
| 1529 | + | ||
| 1530 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1531 | + rdf:type | ||
| 1532 | + [ rdf:type ep-core:Volume ; | ||
| 1533 | + ep-core:metre3 "29872.08"^^xsd:double | ||
| 1534 | + ] ; | ||
| 1535 | + ep-core:temporalPartOf | ||
| 1536 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1537 | + rdf:type | ||
| 1538 | + [ rdf:type ep-core:Pressure ; | ||
| 1539 | + ep-core:atm "1"^^xsd:double | ||
| 1540 | + ] ; | ||
| 1541 | + rdf:type | ||
| 1542 | + [ rdf:type ep-core:Temperature ; | ||
| 1543 | + ep-core:celsius "15"^^xsd:double | ||
| 1544 | + ] ; | ||
| 1545 | + ep-core:temporalPartOf | ||
| 1546 | + _:b9 ; | ||
| 1547 | + ep-flow:grossCalorificValue | ||
| 1548 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1549 | + ] | ||
| 1550 | + ] . | ||
| 1551 | + | ||
| 1552 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1553 | + rdf:type | ||
| 1554 | + [ rdf:type ep-core:Volume ; | ||
| 1555 | + ep-core:metre3 "2536.39"^^xsd:double | ||
| 1556 | + ] ; | ||
| 1557 | + ep-core:temporalPartOf | ||
| 1558 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1559 | + rdf:type | ||
| 1560 | + [ rdf:type ep-core:Pressure ; | ||
| 1561 | + ep-core:atm "1"^^xsd:double | ||
| 1562 | + ] ; | ||
| 1563 | + rdf:type | ||
| 1564 | + [ rdf:type ep-core:Temperature ; | ||
| 1565 | + ep-core:celsius "0"^^xsd:double | ||
| 1566 | + ] ; | ||
| 1567 | + ep-core:temporalPartOf | ||
| 1568 | + _:b19 ; | ||
| 1569 | + ep-flow:grossCalorificValue | ||
| 1570 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1571 | + ] | ||
| 1572 | + ] . | ||
| 1573 | + | ||
| 1574 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 1575 | + rdf:type | ||
| 1576 | + [ rdf:type ep-core:Volume ; | ||
| 1577 | + ep-core:metre3 "1451.65"^^xsd:double | ||
| 1578 | + ] ; | ||
| 1579 | + ep-core:temporalPartOf | ||
| 1580 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 1581 | + rdf:type | ||
| 1582 | + [ rdf:type ep-core:Pressure ; | ||
| 1583 | + ep-core:atm "1"^^xsd:double | ||
| 1584 | + ] ; | ||
| 1585 | + rdf:type | ||
| 1586 | + [ rdf:type ep-core:Temperature ; | ||
| 1587 | + ep-core:celsius "15"^^xsd:double | ||
| 1588 | + ] ; | ||
| 1589 | + ep-core:temporalPartOf | ||
| 1590 | + _:b26 ; | ||
| 1591 | + ep-flow:grossCalorificValue | ||
| 1592 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 1593 | + ] | ||
| 1594 | + ] . |
-
Please register or login to post a comment