David Price

Merge branch 'aug22-mprgok-save'

...@@ -88,16 +88,14 @@ mpr-tables:Cargo ...@@ -88,16 +88,14 @@ mpr-tables:Cargo
88 ] 88 ]
89 ]) ; 89 ]) ;
90 sp:graphNameNode <http://www.reportinghub.no/data/erh> 90 sp:graphNameNode <http://www.reportinghub.no/data/erh>
91 - ] [ rdf:type sp:TriplePath ; 91 + ] [ rdf:type sp:Bind ;
92 - sp:object 92 + sp:expression
93 - [ sp:varName "facilityName"^^xsd:string 93 + [ rdf:type ep-spin-lib:selectNPDorERHorEPName ;
94 - ] ; 94 + sp:arg1 [ sp:varName "productionFlowFacility"^^xsd:string
95 - sp:path [ rdf:type sp:AltPath ; 95 + ]
96 - sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ;
97 - sp:path2 <http://www.reportinghub.no/ep/schema/core#name>
98 ] ; 96 ] ;
99 - sp:subject 97 + sp:variable
100 - [ sp:varName "productionFlowFacility"^^xsd:string 98 + [ sp:varName "facilityName"^^xsd:string
101 ] 99 ]
102 ] [ sp:object 100 ] [ sp:object
103 [ sp:varName "productionFlowMixedPart"^^xsd:string 101 [ sp:varName "productionFlowMixedPart"^^xsd:string
...@@ -338,16 +336,14 @@ mpr-tables:Cargo ...@@ -338,16 +336,14 @@ mpr-tables:Cargo
338 sp:subject 336 sp:subject
339 [ sp:varName "owner"^^xsd:string 337 [ sp:varName "owner"^^xsd:string
340 ] 338 ]
341 - ] [ rdf:type sp:TriplePath ; 339 + ] [ rdf:type sp:Bind ;
342 - sp:object 340 + sp:expression
343 - [ sp:varName "ownerName"^^xsd:string 341 + [ rdf:type ep-spin-lib:selectNPDorERHorEPName ;
344 - ] ; 342 + sp:arg1 [ sp:varName "company"^^xsd:string
345 - sp:path [ rdf:type sp:AltPath ; 343 + ]
346 - sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ;
347 - sp:path2 <http://www.reportinghub.no/ep/schema/core#name>
348 ] ; 344 ] ;
349 - sp:subject 345 + sp:variable
350 - [ sp:varName "company"^^xsd:string 346 + [ sp:varName "ownerName"^^xsd:string
351 ] 347 ]
352 ]) 348 ])
353 ] [ rdf:type sp:Optional ; 349 ] [ rdf:type sp:Optional ;
...@@ -417,16 +413,14 @@ mpr-tables:Cargo ...@@ -417,16 +413,14 @@ mpr-tables:Cargo
417 sp:subject 413 sp:subject
418 [ sp:varName "shipperPart"^^xsd:string 414 [ sp:varName "shipperPart"^^xsd:string
419 ] 415 ]
420 - ] [ rdf:type sp:TriplePath ; 416 + ] [ rdf:type sp:Bind ;
421 - sp:object 417 + sp:expression
422 - [ sp:varName "shipperName"^^xsd:string 418 + [ rdf:type ep-spin-lib:selectNPDorERHorEPName ;
423 - ] ; 419 + sp:arg1 [ sp:varName "shipper"^^xsd:string
424 - sp:path [ rdf:type sp:AltPath ; 420 + ]
425 - sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ;
426 - sp:path2 <http://www.reportinghub.no/ep/schema/core#name>
427 ] ; 421 ] ;
428 - sp:subject 422 + sp:variable
429 - [ sp:varName "shipper"^^xsd:string 423 + [ sp:varName "shipperName"^^xsd:string
430 ] 424 ]
431 ]) 425 ])
432 ] [ rdf:type sp:Optional ; 426 ] [ rdf:type sp:Optional ;
...@@ -458,16 +452,14 @@ mpr-tables:Cargo ...@@ -458,16 +452,14 @@ mpr-tables:Cargo
458 sp:subject 452 sp:subject
459 [ sp:varName "movementOfProduct"^^xsd:string 453 [ sp:varName "movementOfProduct"^^xsd:string
460 ] 454 ]
461 - ] [ rdf:type sp:TriplePath ; 455 + ] [ rdf:type sp:Bind ;
462 - sp:object 456 + sp:expression
463 - [ sp:varName "destinationName"^^xsd:string 457 + [ rdf:type ep-spin-lib:selectNPDorERHorEPName ;
464 - ] ; 458 + sp:arg1 [ sp:varName "destination"^^xsd:string
465 - sp:path [ rdf:type sp:AltPath ; 459 + ]
466 - sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ;
467 - sp:path2 <http://www.reportinghub.no/ep/schema/core#name>
468 ] ; 460 ] ;
469 - sp:subject 461 + sp:variable
470 - [ sp:varName "destination"^^xsd:string 462 + [ sp:varName "destinationName"^^xsd:string
471 ] 463 ]
472 ] [ rdf:type sp:Optional ; 464 ] [ rdf:type sp:Optional ;
473 sp:elements ([ sp:object 465 sp:elements ([ sp:object
...@@ -853,6 +845,14 @@ mpr-tables:GasSales ...@@ -853,6 +845,14 @@ mpr-tables:GasSales
853 rdfs:subClassOf rhspin:MPRGTableTemplates ; 845 rdfs:subClassOf rhspin:MPRGTableTemplates ;
854 spin:body 846 spin:body
855 [ rdf:type sp:Select ; 847 [ rdf:type sp:Select ;
848 + sp:orderBy ([ sp:varName "facilityName"^^xsd:string
849 + ] [ sp:varName "purposeTypeName"^^xsd:string
850 + ] [ sp:varName "sellerName"^^xsd:string
851 + ] [ sp:varName "materialTypeName"^^xsd:string
852 + ] [ sp:varName "sellerVolumeValue"^^xsd:string
853 + ] [ sp:varName "buyerName"^^xsd:string
854 + ] [ sp:varName "buyerVolumeValue"^^xsd:string
855 + ]) ;
856 sp:resultVariables ([ sp:varName "facilityName"^^xsd:string 856 sp:resultVariables ([ sp:varName "facilityName"^^xsd:string
857 ] [ sp:varName "purposeTypeName"^^xsd:string 857 ] [ sp:varName "purposeTypeName"^^xsd:string
858 ] [ sp:varName "materialTypeName"^^xsd:string 858 ] [ sp:varName "materialTypeName"^^xsd:string
...@@ -1683,46 +1683,12 @@ mpr-tables:ProductionFlowsAll ...@@ -1683,46 +1683,12 @@ mpr-tables:ProductionFlowsAll
1683 ] [ sp:varName "definitionSubTypeName"^^xsd:string 1683 ] [ sp:varName "definitionSubTypeName"^^xsd:string
1684 ] [ sp:varName "grossOrNet"^^xsd:string 1684 ] [ sp:varName "grossOrNet"^^xsd:string
1685 ]) ; 1685 ]) ;
1686 - sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; 1686 + sp:where ([ sp:object
1687 - sp:predicate rdf:type ;
1688 - sp:subject
1689 - [ sp:varName "productionReport"^^xsd:string
1690 - ]
1691 - ] [ sp:object
1692 - [ sp:varName "productionReport"^^xsd:string
1693 - ] ;
1694 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
1695 - sp:subject
1696 - [ sp:varName "productVolumeReport"^^xsd:string
1697 - ]
1698 - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductVolumeReport> ;
1699 - sp:predicate rdf:type ;
1700 - sp:subject
1701 - [ sp:varName "productVolumeReport"^^xsd:string
1702 - ]
1703 - ] [ sp:object
1704 - [ sp:varName "productionFlowNetwork"^^xsd:string
1705 - ] ;
1706 - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1707 - sp:subject
1708 - [ sp:varName "productVolumeReport"^^xsd:string
1709 - ]
1710 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowNetwork> ;
1711 - sp:predicate rdf:type ;
1712 - sp:subject
1713 - [ sp:varName "productionFlowNetwork"^^xsd:string
1714 - ]
1715 - ] [ sp:object
1716 [ sp:varName "productionFlowInReportingPeriod"^^xsd:string 1687 [ sp:varName "productionFlowInReportingPeriod"^^xsd:string
1717 ] ; 1688 ] ;
1718 - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ; 1689 + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportsOnFlow> ;
1719 - sp:subject
1720 - [ sp:varName "productionFlowNetwork"^^xsd:string
1721 - ]
1722 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ;
1723 - sp:predicate rdf:type ;
1724 sp:subject 1690 sp:subject
1725 - [ sp:varName "productionFlowInReportingPeriod"^^xsd:string 1691 + [ sp:varName "report"^^xsd:string
1726 ] 1692 ]
1727 ] [ sp:object 1693 ] [ sp:object
1728 [ sp:varName "productionFlowWhole"^^xsd:string 1694 [ sp:varName "productionFlowWhole"^^xsd:string
...@@ -1731,7 +1697,8 @@ mpr-tables:ProductionFlowsAll ...@@ -1731,7 +1697,8 @@ mpr-tables:ProductionFlowsAll
1731 sp:subject 1697 sp:subject
1732 [ sp:varName "productionFlowInReportingPeriod"^^xsd:string 1698 [ sp:varName "productionFlowInReportingPeriod"^^xsd:string
1733 ] 1699 ]
1734 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ; 1700 + ] [ rdf:type sp:NamedGraph ;
1701 + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ;
1735 sp:predicate rdf:type ; 1702 sp:predicate rdf:type ;
1736 sp:subject 1703 sp:subject
1737 [ sp:varName "productionFlowWhole"^^xsd:string 1704 [ sp:varName "productionFlowWhole"^^xsd:string
...@@ -1773,22 +1740,33 @@ mpr-tables:ProductionFlowsAll ...@@ -1773,22 +1740,33 @@ mpr-tables:ProductionFlowsAll
1773 sp:subject 1740 sp:subject
1774 [ sp:varName "productionFlowWhole"^^xsd:string 1741 [ sp:varName "productionFlowWhole"^^xsd:string
1775 ] 1742 ]
1776 - ] [ rdf:type sp:Filter ; 1743 + ]) ;
1777 - sp:expression 1744 + sp:graphNameNode <http://www.reportinghub.no/data/erh>
1778 - [ rdf:type sp:notExists ; 1745 + ] [ rdf:type sp:NamedGraph ;
1779 - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; 1746 + sp:elements ([ sp:object
1747 + [ sp:varName "notwellbore"^^xsd:string
1748 + ] ;
1780 sp:predicate rdf:type ; 1749 sp:predicate rdf:type ;
1781 sp:subject 1750 sp:subject
1782 [ sp:varName "productionFlowFacility"^^xsd:string 1751 [ sp:varName "productionFlowFacility"^^xsd:string
1783 ] 1752 ]
1784 - ]) 1753 + ] [ rdf:type sp:Filter ;
1754 + sp:expression
1755 + [ rdf:type sp:ne ;
1756 + sp:arg1 [ sp:varName "notwellbore"^^xsd:string
1757 + ] ;
1758 + sp:arg2 <http://www.reportinghub.no/ep/schema/well#WellBore>
1759 + ]
1760 + ]) ;
1761 + sp:graphNameNode <http://www.reportinghub.no/np/data/npd>
1762 + ] [ rdf:type sp:Bind ;
1763 + sp:expression
1764 + [ rdf:type ep-spin-lib:selectNPDorERHorEPName ;
1765 + sp:arg1 [ sp:varName "productionFlowFacility"^^xsd:string
1785 ] 1766 ]
1786 - ] [ sp:object
1787 - [ sp:varName "facilityName"^^xsd:string
1788 ] ; 1767 ] ;
1789 - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; 1768 + sp:variable
1790 - sp:subject 1769 + [ sp:varName "facilityName"^^xsd:string
1791 - [ sp:varName "productionFlowFacility"^^xsd:string
1792 ] 1770 ]
1793 ] [ sp:object 1771 ] [ sp:object
1794 [ sp:varName "productionFlowMixedPart"^^xsd:string 1772 [ sp:varName "productionFlowMixedPart"^^xsd:string
...@@ -1927,6 +1905,7 @@ mpr-tables:ProductionFlowsAll ...@@ -1927,6 +1905,7 @@ mpr-tables:ProductionFlowsAll
1927 [ sp:varName "productFlowWhole"^^xsd:string 1905 [ sp:varName "productFlowWhole"^^xsd:string
1928 ] 1906 ]
1929 ] [ rdf:type sp:Optional ; 1907 ] [ rdf:type sp:Optional ;
1908 + sp:elements ([ rdf:type sp:NamedGraph ;
1930 sp:elements ([ sp:object 1909 sp:elements ([ sp:object
1931 [ sp:varName "productionFlowPurposeType"^^xsd:string 1910 [ sp:varName "productionFlowPurposeType"^^xsd:string
1932 ] ; 1911 ] ;
...@@ -1934,6 +1913,8 @@ mpr-tables:ProductionFlowsAll ...@@ -1934,6 +1913,8 @@ mpr-tables:ProductionFlowsAll
1934 sp:subject 1913 sp:subject
1935 [ sp:varName "productionFlowWhole"^^xsd:string 1914 [ sp:varName "productionFlowWhole"^^xsd:string
1936 ] 1915 ]
1916 + ]) ;
1917 + sp:graphNameNode <http://www.reportinghub.no/data/erh>
1937 ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowPurposeType> ; 1918 ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowPurposeType> ;
1938 sp:predicate rdf:type ; 1919 sp:predicate rdf:type ;
1939 sp:subject 1920 sp:subject
...@@ -1990,6 +1971,7 @@ mpr-tables:ProductionFlowsAll ...@@ -1990,6 +1971,7 @@ mpr-tables:ProductionFlowsAll
1990 ] 1971 ]
1991 ]) 1972 ])
1992 ] [ rdf:type sp:Optional ; 1973 ] [ rdf:type sp:Optional ;
1974 + sp:elements ([ rdf:type sp:NamedGraph ;
1993 sp:elements ([ sp:object 1975 sp:elements ([ sp:object
1994 [ sp:varName "productionFlowDefinitionType"^^xsd:string 1976 [ sp:varName "productionFlowDefinitionType"^^xsd:string
1995 ] ; 1977 ] ;
...@@ -1997,6 +1979,8 @@ mpr-tables:ProductionFlowsAll ...@@ -1997,6 +1979,8 @@ mpr-tables:ProductionFlowsAll
1997 sp:subject 1979 sp:subject
1998 [ sp:varName "productionFlowWhole"^^xsd:string 1980 [ sp:varName "productionFlowWhole"^^xsd:string
1999 ] 1981 ]
1982 + ]) ;
1983 + sp:graphNameNode <http://www.reportinghub.no/data/erh>
2000 ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ; 1984 ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ;
2001 sp:predicate rdf:type ; 1985 sp:predicate rdf:type ;
2002 sp:subject 1986 sp:subject
...@@ -2384,16 +2368,14 @@ mpr-tables:ProductionInventoryOwnership ...@@ -2384,16 +2368,14 @@ mpr-tables:ProductionInventoryOwnership
2384 sp:subject 2368 sp:subject
2385 [ sp:varName "partOfOrg"^^xsd:string 2369 [ sp:varName "partOfOrg"^^xsd:string
2386 ] 2370 ]
2387 - ] [ rdf:type sp:TriplePath ; 2371 + ] [ rdf:type sp:Bind ;
2388 - sp:object 2372 + sp:expression
2389 - [ sp:varName "owningOrgName"^^xsd:string 2373 + [ rdf:type ep-spin-lib:selectNPDorERHorEPName ;
2390 - ] ; 2374 + sp:arg1 [ sp:varName "owningOrg"^^xsd:string
2391 - sp:path [ rdf:type sp:AltPath ; 2375 + ]
2392 - sp:path1 <http://www.reportinghub.no/ep/schema/core#name> ;
2393 - sp:path2 <http://www.reportinghub.no/np/schema/npd#name>
2394 ] ; 2376 ] ;
2395 - sp:subject 2377 + sp:variable
2396 - [ sp:varName "owningOrg"^^xsd:string 2378 + [ sp:varName "owningOrgName"^^xsd:string
2397 ] 2379 ]
2398 ] [ sp:object 2380 ] [ sp:object
2399 [ sp:varName "quantityofmaterial"^^xsd:string 2381 [ sp:varName "quantityofmaterial"^^xsd:string
...@@ -2490,6 +2472,7 @@ mpr-tables:ProductionInventoryOwnership ...@@ -2490,6 +2472,7 @@ mpr-tables:ProductionInventoryOwnership
2490 ]) ; 2472 ]) ;
2491 sp:graphNameNode <http://www.reportinghub.no/data/erh> 2473 sp:graphNameNode <http://www.reportinghub.no/data/erh>
2492 ] [ rdf:type sp:Optional ; 2474 ] [ rdf:type sp:Optional ;
2475 + sp:elements ([ rdf:type sp:NamedGraph ;
2493 sp:elements ([ sp:object 2476 sp:elements ([ sp:object
2494 [ sp:varName "productionInventoryType"^^xsd:string 2477 [ sp:varName "productionInventoryType"^^xsd:string
2495 ] ; 2478 ] ;
...@@ -2497,6 +2480,8 @@ mpr-tables:ProductionInventoryOwnership ...@@ -2497,6 +2480,8 @@ mpr-tables:ProductionInventoryOwnership
2497 sp:subject 2480 sp:subject
2498 [ sp:varName "productionInventoryWhole"^^xsd:string 2481 [ sp:varName "productionInventoryWhole"^^xsd:string
2499 ] 2482 ]
2483 + ]) ;
2484 + sp:graphNameNode <http://www.reportinghub.no/data/erh>
2500 ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionInventoryDefinitionType> ; 2485 ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionInventoryDefinitionType> ;
2501 sp:predicate rdf:type ; 2486 sp:predicate rdf:type ;
2502 sp:subject 2487 sp:subject
...@@ -2568,7 +2553,8 @@ mpr-tables:ProductionSales ...@@ -2568,7 +2553,8 @@ mpr-tables:ProductionSales
2568 ] 2553 ]
2569 ]) ; 2554 ]) ;
2570 sp:graphNameNode <http://www.reportinghub.no/data/erh> 2555 sp:graphNameNode <http://www.reportinghub.no/data/erh>
2571 - ] [ rdf:type sp:Filter ; 2556 + ] [ rdf:type sp:NamedGraph ;
2557 + sp:elements ([ rdf:type sp:Filter ;
2572 sp:expression 2558 sp:expression
2573 [ rdf:type sp:notExists ; 2559 [ rdf:type sp:notExists ;
2574 sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; 2560 sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
...@@ -2585,6 +2571,8 @@ mpr-tables:ProductionSales ...@@ -2585,6 +2571,8 @@ mpr-tables:ProductionSales
2585 sp:subject 2571 sp:subject
2586 [ sp:varName "productionFlowFacility"^^xsd:string 2572 [ sp:varName "productionFlowFacility"^^xsd:string
2587 ] 2573 ]
2574 + ]) ;
2575 + sp:graphNameNode <http://www.reportinghub.no/np/data/npd>
2588 ] [ sp:object 2576 ] [ sp:object
2589 [ sp:varName "productionFlowMixedPart"^^xsd:string 2577 [ sp:varName "productionFlowMixedPart"^^xsd:string
2590 ] ; 2578 ] ;
...@@ -3483,13 +3471,13 @@ mpr-tables:WellProductionFlows ...@@ -3483,13 +3471,13 @@ mpr-tables:WellProductionFlows
3483 sp:subject 3471 sp:subject
3484 [ sp:varName "productionFlowInReportingPeriod"^^xsd:string 3472 [ sp:varName "productionFlowInReportingPeriod"^^xsd:string
3485 ] 3473 ]
3486 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ; 3474 + ] [ rdf:type sp:NamedGraph ;
3475 + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ;
3487 sp:predicate rdf:type ; 3476 sp:predicate rdf:type ;
3488 sp:subject 3477 sp:subject
3489 [ sp:varName "productionFlowWhole"^^xsd:string 3478 [ sp:varName "productionFlowWhole"^^xsd:string
3490 ] 3479 ]
3491 - ] [ rdf:type sp:NamedGraph ; 3480 + ] [ rdf:type sp:Filter ;
3492 - sp:elements ([ rdf:type sp:Filter ;
3493 sp:expression 3481 sp:expression
3494 [ rdf:type sp:notExists ; 3482 [ rdf:type sp:notExists ;
3495 sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#SaleableFlow> ; 3483 sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#SaleableFlow> ;
...@@ -3528,7 +3516,8 @@ mpr-tables:WellProductionFlows ...@@ -3528,7 +3516,8 @@ mpr-tables:WellProductionFlows
3528 ] 3516 ]
3529 ]) ; 3517 ]) ;
3530 sp:graphNameNode <http://www.reportinghub.no/data/erh> 3518 sp:graphNameNode <http://www.reportinghub.no/data/erh>
3531 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; 3519 + ] [ rdf:type sp:NamedGraph ;
3520 + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
3532 sp:predicate rdf:type ; 3521 sp:predicate rdf:type ;
3533 sp:subject 3522 sp:subject
3534 [ sp:varName "productionFlowFacility"^^xsd:string 3523 [ sp:varName "productionFlowFacility"^^xsd:string
...@@ -3540,6 +3529,8 @@ mpr-tables:WellProductionFlows ...@@ -3540,6 +3529,8 @@ mpr-tables:WellProductionFlows
3540 sp:subject 3529 sp:subject
3541 [ sp:varName "productionFlowFacility"^^xsd:string 3530 [ sp:varName "productionFlowFacility"^^xsd:string
3542 ] 3531 ]
3532 + ]) ;
3533 + sp:graphNameNode <http://www.reportinghub.no/np/data/npd>
3543 ] [ sp:object 3534 ] [ sp:object
3544 [ sp:varName "productionFlowMixedPart"^^xsd:string 3535 [ sp:varName "productionFlowMixedPart"^^xsd:string
3545 ] ; 3536 ] ;
......
...@@ -3406,7 +3406,7 @@ ep-spin-lib:selectNPDorERHorEPName ...@@ -3406,7 +3406,7 @@ ep-spin-lib:selectNPDorERHorEPName
3406 sp:graphNameNode <http://www.reportinghub.no/data/erh> 3406 sp:graphNameNode <http://www.reportinghub.no/data/erh>
3407 ] [ rdf:type sp:Optional ; 3407 ] [ rdf:type sp:Optional ;
3408 sp:elements ([ sp:object 3408 sp:elements ([ sp:object
3409 - [ sp:varName "nameep"^^xsd:string 3409 + [ sp:varName "namereport"^^xsd:string
3410 ] ; 3410 ] ;
3411 sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; 3411 sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
3412 sp:subject spin:_arg1 3412 sp:subject spin:_arg1
...@@ -3434,8 +3434,7 @@ ep-spin-lib:selectNPDorERHorEPName ...@@ -3434,8 +3434,7 @@ ep-spin-lib:selectNPDorERHorEPName
3434 ] ; 3434 ] ;
3435 sp:arg2 [ sp:varName "namereport"^^xsd:string 3435 sp:arg2 [ sp:varName "namereport"^^xsd:string
3436 ] ; 3436 ] ;
3437 - sp:arg3 [ sp:varName "namereport"^^xsd:string 3437 + sp:arg3 "MissingName"
3438 - ]
3439 ] 3438 ]
3440 ] 3439 ]
3441 ] ; 3440 ] ;
...@@ -3444,6 +3443,11 @@ ep-spin-lib:selectNPDorERHorEPName ...@@ -3444,6 +3443,11 @@ ep-spin-lib:selectNPDorERHorEPName
3444 ] 3443 ]
3445 ]) 3444 ])
3446 ] ; 3445 ] ;
3446 + spin:constraint
3447 + [ rdf:type spl:Argument ;
3448 + spl:predicate sp:arg1 ;
3449 + spl:valueType owl:Thing
3450 + ] ;
3447 spin:returnType xsd:string . 3451 spin:returnType xsd:string .
3448 3452
3449 ep-spin-lib:selectPlaneAngleScale 3453 ep-spin-lib:selectPlaneAngleScale
...@@ -4693,10 +4697,10 @@ _:b36 ...@@ -4693,10 +4697,10 @@ _:b36
4693 _:b37 4697 _:b37
4694 sp:varName "classOfWellDatumObject"^^xsd:string . 4698 sp:varName "classOfWellDatumObject"^^xsd:string .
4695 4699
4696 -_:b47 4700 +_:b38
4697 sp:varName "dailyDrillingReportType"^^xsd:string . 4701 sp:varName "dailyDrillingReportType"^^xsd:string .
4698 4702
4699 -_:b38 4703 +_:b47
4700 sp:varName "dailyDrillingReportType"^^xsd:string . 4704 sp:varName "dailyDrillingReportType"^^xsd:string .
4701 4705
4702 _:b39 4706 _:b39
...@@ -4780,69 +4784,69 @@ _:b33 ...@@ -4780,69 +4784,69 @@ _:b33
4780 _:b57 4784 _:b57
4781 sp:varName "temperatureScale"^^xsd:string . 4785 sp:varName "temperatureScale"^^xsd:string .
4782 4786
4783 -_:b17
4784 - sp:varName "uri"^^xsd:string .
4785 -
4786 -_:b23
4787 - sp:varName "uri"^^xsd:string .
4788 -
4789 _:b12 4787 _:b12
4790 sp:varName "uri"^^xsd:string . 4788 sp:varName "uri"^^xsd:string .
4791 4789
4792 -_:b15 4790 +_:b17
4793 sp:varName "uri"^^xsd:string . 4791 sp:varName "uri"^^xsd:string .
4794 4792
4793 +_:b1 sp:varName "uri"^^xsd:string .
4794 +
4795 _:b13 4795 _:b13
4796 sp:varName "uri"^^xsd:string . 4796 sp:varName "uri"^^xsd:string .
4797 4797
4798 -_:b5 sp:varName "uri"^^xsd:string . 4798 +_:b19
4799 + sp:varName "uri"^^xsd:string .
4799 4800
4800 -_:b8 sp:varName "uri"^^xsd:string . 4801 +_:b3 sp:varName "uri"^^xsd:string .
4801 4802
4802 -_:b16 4803 +_:b21
4803 sp:varName "uri"^^xsd:string . 4804 sp:varName "uri"^^xsd:string .
4804 4805
4805 -_:b22 4806 +_:b18
4806 sp:varName "uri"^^xsd:string . 4807 sp:varName "uri"^^xsd:string .
4807 4808
4808 -_:b14 4809 +_:b20
4809 sp:varName "uri"^^xsd:string . 4810 sp:varName "uri"^^xsd:string .
4810 4811
4811 -_:b9 sp:varName "uri"^^xsd:string . 4812 +_:b2 sp:varName "uri"^^xsd:string .
4812 4813
4813 _:b10 4814 _:b10
4814 sp:varName "uri"^^xsd:string . 4815 sp:varName "uri"^^xsd:string .
4815 4816
4816 -_:b4 sp:varName "uri"^^xsd:string . 4817 +_:b5 sp:varName "uri"^^xsd:string .
4817 -
4818 -_:b7 sp:varName "uri"^^xsd:string .
4819 4818
4820 -_:b18 4819 +_:b15
4821 sp:varName "uri"^^xsd:string . 4820 sp:varName "uri"^^xsd:string .
4822 4821
4823 -_:b21 4822 +_:b11
4824 sp:varName "uri"^^xsd:string . 4823 sp:varName "uri"^^xsd:string .
4825 4824
4826 -_:b24 4825 +_:b16
4827 sp:varName "uri"^^xsd:string . 4826 sp:varName "uri"^^xsd:string .
4828 4827
4829 -_:b2 sp:varName "uri"^^xsd:string . 4828 +_:b8 sp:varName "uri"^^xsd:string .
4830 4829
4831 -_:b19 4830 +_:b23
4832 sp:varName "uri"^^xsd:string . 4831 sp:varName "uri"^^xsd:string .
4833 4832
4834 -_:b20 4833 +_:b4 sp:varName "uri"^^xsd:string .
4834 +
4835 +_:b14
4835 sp:varName "uri"^^xsd:string . 4836 sp:varName "uri"^^xsd:string .
4836 4837
4837 -_:b1 sp:varName "uri"^^xsd:string . 4838 +_:b24
4839 + sp:varName "uri"^^xsd:string .
4838 4840
4839 _:b6 sp:varName "uri"^^xsd:string . 4841 _:b6 sp:varName "uri"^^xsd:string .
4840 4842
4841 -_:b3 sp:varName "uri"^^xsd:string . 4843 +_:b7 sp:varName "uri"^^xsd:string .
4842 4844
4843 -_:b11 4845 +_:b22
4844 sp:varName "uri"^^xsd:string . 4846 sp:varName "uri"^^xsd:string .
4845 4847
4848 +_:b9 sp:varName "uri"^^xsd:string .
4849 +
4846 _:b59 4850 _:b59
4847 sp:varName "volumeScale"^^xsd:string . 4851 sp:varName "volumeScale"^^xsd:string .
4848 4852
......
1 -# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale-NoFacts.ttl
2 -
3 -@prefix TRYM-MONTH_2012-02-01_final-mprg-gassale-NoFacts: <http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale-NoFacts.ttl#> .
4 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
5 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
6 -
7 -<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale-NoFacts.ttl>
8 - rdf:type <http://www.w3.org/2002/07/owl#Ontology> ;
9 - <http://www.w3.org/2002/07/owl#versionInfo>
10 - "Created with TopBraid Composer"^^xsd:string .
1 -# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/production
4 -
5 -@prefix TRYM-MONTH_2012-02-01_final-mprg-gassale: <http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale#> .
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/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r>
20 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#facilityIdentifier>
21 - "field-18081500" ;
22 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd>
23 - "2012-02-29"^^xsd:date ;
24 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalIdentifier>
25 - "2012-02-01$2012-02-29" ;
26 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart>
27 - "2012-02-01"^^xsd:date .
28 -
29 -<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-1-8>
30 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
31 - "field-18081500" .
32 -
33 -<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2>
34 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
35 - "field-18081500" ;
36 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd>
37 - "2012-02-29"^^xsd:date ;
38 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart>
39 - "2012-02-01"^^xsd:date .
40 -
41 -<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-1>
42 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
43 - "field-18081500" .
44 -
45 -<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-0>
46 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
47 - "terminal-416937" .
48 -
49 -<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3>
50 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
51 - "GAS_-_DRY"^^xsd:string .
52 -
53 -<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1>
54 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd>
55 - "2012-02-29"^^xsd:date ;
56 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart>
57 - "2012-02-01"^^xsd:date .
58 -
59 -<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES>
60 - ep-flow:hasMixedPart
61 - <http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES$GAS_-_DRY> .
62 -
63 -<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES$GAS_-_DRY>
64 - rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas-dry .
65 -
66 -<http://www.reportinghub.no/np/data/npd/Company-4070011>
67 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
68 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3-0> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3-2> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4-0> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4-2> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3-0> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3-2> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4-0> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4-2> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5-0> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5-2> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3-0> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3-2> .
69 -
70 -<http://www.reportinghub.no/np/data/npd/Facility-416937>
71 - rdf:type ep-fac:ProductionFacility ;
72 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
73 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-0> .
74 -
75 -<http://www.reportinghub.no/np/data/npd/Field-18081500>
76 - rdf:type ep-fac:ProductionFacility ;
77 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
78 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-1-8> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-1> .
79 -
80 -<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale>
81 - rdf:type owl:Ontology ;
82 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/erhfacts> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
83 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
84 -
85 -<https://www.reportinghub.no/ep/data/organization/DONG_DK>
86 - rdf:type ep-org:Organization ;
87 - ep-core:name "DONG DK"^^xsd:string ;
88 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
89 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5-3> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3-3> .
90 -
91 -<https://www.reportinghub.no/ep/data/organization/DONG_EP_NORGE_AS>
92 - rdf:type ep-org:Organization ;
93 - ep-core:name "Dong E&P Norge AS"^^xsd:string ;
94 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
95 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-1-9> .
96 -
97 -<https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_GAS_DE>
98 - rdf:type ep-org:Organization ;
99 - ep-core:name "EXXONMOBIL GAS DE"^^xsd:string ;
100 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
101 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4-3> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4-3> .
102 -
103 -<https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST>
104 - rdf:type ep-org:Organization ;
105 - ep-core:name "NATURGAS VEST"^^xsd:string ;
106 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
107 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3-3> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3-3> .
108 -
109 -<https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29>
110 - 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> ;
111 - ep-core:name "TRYM"^^xsd:string ;
112 - ep-report:reportOn _:b1 ;
113 - ep-report:reportVersion
114 - "1.0"^^xsd:string ;
115 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
116 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-1> .
117 -
118 -<https://www.reportinghub.no/ep/data/productionReportKind/COPEX>
119 - rdf:type ep-report:ProductionReportType ;
120 - rdfs:label "Copex"^^xsd:string ;
121 - rdfs:subClassOf ep-report:ProductionReport .
122 -
123 -[] rdf:type ep-activity:IssueAReport ;
124 - ep-activity:issuedFrom
125 - [ rdf:type ep-fac:TemporalPartOfAProductionFacility ;
126 - ep-core:temporalPartOf
127 - <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
128 - ep-fac:facilityOperator
129 - [ rdf:type ep-org:Organization ;
130 - ep-core:temporalPartOf
131 - <https://www.reportinghub.no/ep/data/organization/DONG_EP_NORGE_AS>
132 - ] ;
133 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
134 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-1>
135 - ] ;
136 - ep-report:issuedReport
137 - <https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29> .
138 -
139 -[] rdf:type ep-report:ProductVolumeReport , ep-report:Report ;
140 - ep-core:name "TRYM"^^xsd:string ;
141 - ep-core:partOf <https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29> ;
142 - ep-report:reportOn _:b2 , _:b1 ;
143 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
144 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2> .
145 -
146 -_:b2 rdf:type ep-flow:ProductionFlowNetwork ;
147 - ep-activity:finishedAt
148 - "2012-02-29"^^xsd:date ;
149 - ep-activity:startedAt
150 - "2012-02-01"^^xsd:date ;
151 - ep-core:temporalPartOf
152 - _:b3 ;
153 - ep-flow:hasNetworkPart
154 - [ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:FlowToSale , ep-flow:ProductionFlow ;
155 - ep-activity:finishedAt
156 - "2012-02-29"^^xsd:date ;
157 - ep-activity:startedAt
158 - "2012-02-01"^^xsd:date ;
159 - ep-core:name "Nybro allocated gas sales"^^xsd:string ;
160 - ep-core:temporalPartOf
161 - <http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES> ;
162 - ep-flow:flowIntoOrOutOf
163 - _:b1 ;
164 - ep-flow:flowMeasuredOrCalculatedAt
165 - [ rdf:type ep-fac:SurfaceFixedFacility , ep-fac:TemporalPartOfAProductionFacility ;
166 - ep-core:temporalPartOf
167 - <http://www.reportinghub.no/np/data/npd/Facility-416937> ;
168 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
169 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2>
170 - ] ;
171 - ep-flow:hasMixedPart
172 - [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
173 - ep-activity:finishedAt
174 - "2012-02-29"^^xsd:date ;
175 - ep-activity:startedAt
176 - "2012-02-01"^^xsd:date ;
177 - ep-core:temporalPartOf
178 - <http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES$GAS_-_DRY> ;
179 - ep-flow:materialThatFlows
180 - _:b4 ;
181 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
182 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1>
183 - ] ;
184 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
185 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1>
186 - ] ;
187 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
188 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2> .
189 -
190 -_:b3 rdf:type ep-flow:ProductionFlowNetworkToDate ;
191 - ep-activity:finishedAt
192 - "2012-02-29"^^xsd:date .
193 -
194 -[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ;
195 - ep-core:hasPart
196 - [ rdf:type ep-prodact:MovementOfProduct ;
197 - ep-core:hasPart
198 - [ rdf:type ep-prodact:SalesActivity ;
199 - ep-prodact:buyer
200 - [ rdf:type ep-org:Organization ;
201 - ep-core:temporalPartOf
202 - <https://www.reportinghub.no/ep/data/organization/DONG_DK>
203 - ] ;
204 - ep-prodact:salesAdministrator
205 - [ rdf:type ep-org:Organization ;
206 - ep-core:temporalPartOf
207 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
208 - ] ;
209 - ep-prodact:seller
210 - [ rdf:type ep-org:Organization ;
211 - ep-core:temporalPartOf
212 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
213 - ]
214 - ] ;
215 - ep-prodact:movedProduct
216 - _:b5 ;
217 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
218 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3>
219 - ] ;
220 - ep-prodact:movedProduct
221 - _:b6 ;
222 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
223 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5> .
224 -
225 -[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ;
226 - ep-core:hasPart
227 - [ rdf:type ep-prodact:MovementOfProduct ;
228 - ep-core:hasPart
229 - [ rdf:type ep-prodact:SalesActivity ;
230 - ep-prodact:buyer
231 - [ rdf:type ep-org:Organization ;
232 - ep-core:temporalPartOf
233 - <https://www.reportinghub.no/ep/data/organization/DONG_DK>
234 - ] ;
235 - ep-prodact:salesAdministrator
236 - [ rdf:type ep-org:Organization ;
237 - ep-core:temporalPartOf
238 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
239 - ] ;
240 - ep-prodact:seller
241 - [ rdf:type ep-org:Organization ;
242 - ep-core:temporalPartOf
243 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
244 - ]
245 - ] ;
246 - ep-prodact:movedProduct
247 - _:b7 ;
248 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
249 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5>
250 - ] ;
251 - ep-core:hasPart
252 - [ rdf:type ep-prodact:MovementOfProduct ;
253 - ep-core:hasPart
254 - [ rdf:type ep-prodact:SalesActivity ;
255 - ep-prodact:buyer
256 - [ rdf:type ep-org:Organization ;
257 - ep-core:temporalPartOf
258 - <https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_GAS_DE>
259 - ] ;
260 - ep-prodact:salesAdministrator
261 - [ rdf:type ep-org:Organization ;
262 - ep-core:temporalPartOf
263 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
264 - ] ;
265 - ep-prodact:seller
266 - [ rdf:type ep-org:Organization ;
267 - ep-core:temporalPartOf
268 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
269 - ]
270 - ] ;
271 - ep-prodact:movedProduct
272 - _:b8 ;
273 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
274 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4>
275 - ] ;
276 - ep-core:hasPart
277 - [ rdf:type ep-prodact:MovementOfProduct ;
278 - ep-core:hasPart
279 - [ rdf:type ep-prodact:SalesActivity ;
280 - ep-prodact:buyer
281 - [ rdf:type ep-org:Organization ;
282 - ep-core:temporalPartOf
283 - <https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST>
284 - ] ;
285 - ep-prodact:salesAdministrator
286 - [ rdf:type ep-org:Organization ;
287 - ep-core:temporalPartOf
288 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
289 - ] ;
290 - ep-prodact:seller
291 - [ rdf:type ep-org:Organization ;
292 - ep-core:temporalPartOf
293 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
294 - ]
295 - ] ;
296 - ep-prodact:movedProduct
297 - _:b9 ;
298 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
299 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3>
300 - ] ;
301 - ep-prodact:movedProduct
302 - _:b10 ;
303 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
304 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4> .
305 -
306 -[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ;
307 - ep-core:hasPart
308 - [ rdf:type ep-prodact:MovementOfProduct ;
309 - ep-core:hasPart
310 - [ rdf:type ep-prodact:SalesActivity ;
311 - ep-prodact:buyer
312 - [ rdf:type ep-org:Organization ;
313 - ep-core:temporalPartOf
314 - <https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_GAS_DE>
315 - ] ;
316 - ep-prodact:salesAdministrator
317 - [ rdf:type ep-org:Organization ;
318 - ep-core:temporalPartOf
319 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
320 - ] ;
321 - ep-prodact:seller
322 - [ rdf:type ep-org:Organization ;
323 - ep-core:temporalPartOf
324 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
325 - ]
326 - ] ;
327 - ep-prodact:movedProduct
328 - _:b11 ;
329 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
330 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4>
331 - ] ;
332 - ep-core:hasPart
333 - [ rdf:type ep-prodact:MovementOfProduct ;
334 - ep-core:hasPart
335 - [ rdf:type ep-prodact:SalesActivity ;
336 - ep-prodact:buyer
337 - [ rdf:type ep-org:Organization ;
338 - ep-core:temporalPartOf
339 - <https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST>
340 - ] ;
341 - ep-prodact:salesAdministrator
342 - [ rdf:type ep-org:Organization ;
343 - ep-core:temporalPartOf
344 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
345 - ] ;
346 - ep-prodact:seller
347 - [ rdf:type ep-org:Organization ;
348 - ep-core:temporalPartOf
349 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
350 - ]
351 - ] ;
352 - ep-prodact:movedProduct
353 - _:b12 ;
354 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
355 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3>
356 - ] ;
357 - ep-prodact:movedProduct
358 - _:b13 ;
359 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
360 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3> .
361 -
362 -_:b4 rdf:type ep-material:QuantityOfMaterial ;
363 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
364 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1> .
365 -
366 -_:b5 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
367 - rdf:type
368 - [ rdf:type ep-core:Work ;
369 - ep-core:megajoule "23986.6"^^xsd:double
370 - ] ;
371 - ep-core:spatialPartOf
372 - _:b6 ;
373 - ep-org:owner
374 - [ rdf:type ep-org:Organization ;
375 - ep-core:temporalPartOf
376 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
377 - ] ;
378 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
379 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3> .
380 -
381 -[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
382 - rdf:type
383 - [ rdf:type ep-core:Volume ;
384 - ep-core:metre3 "1570.53"^^xsd:double
385 - ] ;
386 - ep-core:temporalPartOf
387 - [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
388 - rdf:type
389 - [ rdf:type ep-core:Pressure ;
390 - ep-core:atm "1"^^xsd:double
391 - ] ;
392 - rdf:type
393 - [ rdf:type ep-core:Temperature ;
394 - ep-core:celsius "0"^^xsd:double
395 - ] ;
396 - ep-core:temporalPartOf
397 - _:b5 ;
398 - ep-flow:grossCalorificValue
399 - [ rdf:type ep-core:EnergyPerVolume
400 - ] ;
401 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
402 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3-4>
403 - ] .
404 -
405 -_:b6 rdf:type ep-material:QuantityOfMaterial ;
406 - rdf:type
407 - [ rdf:type ep-core:Work ;
408 - ep-core:megajoule "20380.92"^^xsd:double
409 - ] ;
410 - ep-core:temporalPartOf
411 - [ rdf:type ep-material:QuantityOfMaterial ;
412 - ep-core:spatialPartOf
413 - _:b4
414 - ] ;
415 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
416 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5> .
417 -
418 -[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
419 - rdf:type
420 - [ rdf:type ep-core:Volume ;
421 - ep-core:metre3 "1570.53"^^xsd:double
422 - ] ;
423 - ep-core:temporalPartOf
424 - [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
425 - rdf:type
426 - [ rdf:type ep-core:Pressure ;
427 - ep-core:atm "1"^^xsd:double
428 - ] ;
429 - rdf:type
430 - [ rdf:type ep-core:Temperature ;
431 - ep-core:celsius "0"^^xsd:double
432 - ] ;
433 - ep-core:temporalPartOf
434 - _:b6 ;
435 - ep-flow:grossCalorificValue
436 - [ rdf:type ep-core:EnergyPerVolume
437 - ] ;
438 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
439 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-1>
440 - ] .
441 -
442 -_:b7 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
443 - rdf:type
444 - [ rdf:type ep-core:Work ;
445 - ep-core:megajoule "49208.46"^^xsd:double
446 - ] ;
447 - ep-core:spatialPartOf
448 - _:b10 ;
449 - ep-org:owner
450 - [ rdf:type ep-org:Organization ;
451 - ep-core:temporalPartOf
452 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
453 - ] ;
454 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
455 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5> .
456 -
457 -[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
458 - rdf:type
459 - [ rdf:type ep-core:Volume ;
460 - ep-core:metre3 "166.78"^^xsd:double
461 - ] ;
462 - ep-core:temporalPartOf
463 - [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
464 - rdf:type
465 - [ rdf:type ep-core:Pressure ;
466 - ep-core:atm "1"^^xsd:double
467 - ] ;
468 - rdf:type
469 - [ rdf:type ep-core:Temperature ;
470 - ep-core:celsius "0"^^xsd:double
471 - ] ;
472 - ep-core:temporalPartOf
473 - _:b7 ;
474 - ep-flow:grossCalorificValue
475 - [ rdf:type ep-core:EnergyPerVolume
476 - ] ;
477 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
478 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5-4>
479 - ] .
480 -
481 -_:b8 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
482 - rdf:type
483 - [ rdf:type ep-core:Work ;
484 - ep-core:megajoule "18743.95"^^xsd:double
485 - ] ;
486 - ep-core:spatialPartOf
487 - _:b10 ;
488 - ep-org:owner
489 - [ rdf:type ep-org:Organization ;
490 - ep-core:temporalPartOf
491 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
492 - ] ;
493 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
494 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4> .
495 -
496 -[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
497 - rdf:type
498 - [ rdf:type ep-core:Volume ;
499 - ep-core:metre3 "445.86"^^xsd:double
500 - ] ;
501 - ep-core:temporalPartOf
502 - [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
503 - rdf:type
504 - [ rdf:type ep-core:Pressure ;
505 - ep-core:atm "1"^^xsd:double
506 - ] ;
507 - rdf:type
508 - [ rdf:type ep-core:Temperature ;
509 - ep-core:celsius "0"^^xsd:double
510 - ] ;
511 - ep-core:temporalPartOf
512 - _:b8 ;
513 - ep-flow:grossCalorificValue
514 - [ rdf:type ep-core:EnergyPerVolume
515 - ] ;
516 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
517 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4-4>
518 - ] .
519 -
520 -_:b9 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
521 - rdf:type
522 - [ rdf:type ep-core:Work ;
523 - ep-core:megajoule "57939.04"^^xsd:double
524 - ] ;
525 - ep-core:spatialPartOf
526 - _:b10 ;
527 - ep-org:owner
528 - [ rdf:type ep-org:Organization ;
529 - ep-core:temporalPartOf
530 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
531 - ] ;
532 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
533 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3> .
534 -
535 -[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
536 - rdf:type
537 - [ rdf:type ep-core:Volume ;
538 - ep-core:metre3 "644.85"^^xsd:double
539 - ] ;
540 - ep-core:temporalPartOf
541 - [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
542 - rdf:type
543 - [ rdf:type ep-core:Pressure ;
544 - ep-core:atm "1"^^xsd:double
545 - ] ;
546 - rdf:type
547 - [ rdf:type ep-core:Temperature ;
548 - ep-core:celsius "0"^^xsd:double
549 - ] ;
550 - ep-core:temporalPartOf
551 - _:b9 ;
552 - ep-flow:grossCalorificValue
553 - [ rdf:type ep-core:EnergyPerVolume
554 - ] ;
555 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
556 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3-4>
557 - ] .
558 -
559 -_:b10
560 - rdf:type ep-material:QuantityOfMaterial ;
561 - rdf:type
562 - [ rdf:type ep-core:Work ;
563 - ep-core:megajoule "57378.27"^^xsd:double
564 - ] ;
565 - ep-core:temporalPartOf
566 - [ rdf:type ep-material:QuantityOfMaterial ;
567 - ep-core:spatialPartOf
568 - _:b4
569 - ] ;
570 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
571 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4> .
572 -
573 -[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
574 - rdf:type
575 - [ rdf:type ep-core:Volume ;
576 - ep-core:metre3 "1257.49"^^xsd:double
577 - ] ;
578 - ep-core:temporalPartOf
579 - [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
580 - rdf:type
581 - [ rdf:type ep-core:Pressure ;
582 - ep-core:atm "1"^^xsd:double
583 - ] ;
584 - rdf:type
585 - [ rdf:type ep-core:Temperature ;
586 - ep-core:celsius "0"^^xsd:double
587 - ] ;
588 - ep-core:temporalPartOf
589 - _:b10 ;
590 - ep-flow:grossCalorificValue
591 - [ rdf:type ep-core:EnergyPerVolume
592 - ] ;
593 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
594 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-1>
595 - ] .
596 -
597 -_:b11
598 - rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
599 - rdf:type
600 - [ rdf:type ep-core:Work ;
601 - ep-core:megajoule "70561.21"^^xsd:double
602 - ] ;
603 - ep-core:spatialPartOf
604 - _:b13 ;
605 - ep-org:owner
606 - [ rdf:type ep-org:Organization ;
607 - ep-core:temporalPartOf
608 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
609 - ] ;
610 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
611 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4> .
612 -
613 -[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
614 - rdf:type
615 - [ rdf:type ep-core:Volume ;
616 - ep-core:metre3 "178.85"^^xsd:double
617 - ] ;
618 - ep-core:temporalPartOf
619 - [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
620 - rdf:type
621 - [ rdf:type ep-core:Pressure ;
622 - ep-core:atm "1"^^xsd:double
623 - ] ;
624 - rdf:type
625 - [ rdf:type ep-core:Temperature ;
626 - ep-core:celsius "0"^^xsd:double
627 - ] ;
628 - ep-core:temporalPartOf
629 - _:b11 ;
630 - ep-flow:grossCalorificValue
631 - [ rdf:type ep-core:EnergyPerVolume
632 - ] ;
633 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
634 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4-4>
635 - ] .
636 -
637 -_:b12
638 - rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
639 - rdf:type
640 - [ rdf:type ep-core:Work ;
641 - ep-core:megajoule "20148.59"^^xsd:double
642 - ] ;
643 - ep-core:spatialPartOf
644 - _:b13 ;
645 - ep-org:owner
646 - [ rdf:type ep-org:Organization ;
647 - ep-core:temporalPartOf
648 - <http://www.reportinghub.no/np/data/npd/Company-4070011>
649 - ] ;
650 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
651 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3> .
652 -
653 -[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
654 - rdf:type
655 - [ rdf:type ep-core:Volume ;
656 - ep-core:metre3 "94.79"^^xsd:double
657 - ] ;
658 - ep-core:temporalPartOf
659 - [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
660 - rdf:type
661 - [ rdf:type ep-core:Pressure ;
662 - ep-core:atm "1"^^xsd:double
663 - ] ;
664 - rdf:type
665 - [ rdf:type ep-core:Temperature ;
666 - ep-core:celsius "0"^^xsd:double
667 - ] ;
668 - ep-core:temporalPartOf
669 - _:b12 ;
670 - ep-flow:grossCalorificValue
671 - [ rdf:type ep-core:EnergyPerVolume
672 - ] ;
673 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
674 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3-4>
675 - ] .
676 -
677 -_:b13
678 - rdf:type ep-material:QuantityOfMaterial ;
679 - rdf:type
680 - [ rdf:type ep-core:Work ;
681 - ep-core:megajoule "69275.09"^^xsd:double
682 - ] ;
683 - ep-core:temporalPartOf
684 - [ rdf:type ep-material:QuantityOfMaterial ;
685 - ep-core:spatialPartOf
686 - _:b4
687 - ] ;
688 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
689 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3> .
690 -
691 -[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
692 - rdf:type
693 - [ rdf:type ep-core:Volume ;
694 - ep-core:metre3 "273.64"^^xsd:double
695 - ] ;
696 - ep-core:temporalPartOf
697 - [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
698 - rdf:type
699 - [ rdf:type ep-core:Pressure ;
700 - ep-core:atm "1"^^xsd:double
701 - ] ;
702 - rdf:type
703 - [ rdf:type ep-core:Temperature ;
704 - ep-core:celsius "0"^^xsd:double
705 - ] ;
706 - ep-core:temporalPartOf
707 - _:b13 ;
708 - ep-flow:grossCalorificValue
709 - [ rdf:type ep-core:EnergyPerVolume
710 - ] ;
711 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
712 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-1>
713 - ] .
714 -
715 -_:b1 rdf:type ep-fac:TemporalPartOfAProductionFacility ;
716 - ep-activity:existsWithin
717 - "2012"^^xsd:gYear ;
718 - ep-activity:finishedAt
719 - "2012-02-29"^^xsd:date ;
720 - ep-activity:startedAt
721 - "2012-02-01"^^xsd:date ;
722 - ep-core:temporalPartOf
723 - <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
724 - ep-core:temporalPartOf
725 - [ rdf:type ep-fac:ProductionFacilityToDate ;
726 - ep-activity:finishedAt
727 - "2012-02-29"^^xsd:date ;
728 - ep-core:temporalPartOf
729 - <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
730 - ep-flow:facilityContainsFlow
731 - _:b3
732 - ] ;
733 - ep-flow:facilityContainsFlow
734 - _:b2 ;
735 - <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
736 - <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2> .