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