David Price

Fixed GRAPH statements for MPRG HTML Gen so all TRYM shows up again

......@@ -88,16 +88,14 @@ mpr-tables:Cargo
]
]) ;
sp:graphNameNode <http://www.reportinghub.no/data/erh>
] [ rdf:type sp:TriplePath ;
sp:object
[ sp:varName "facilityName"^^xsd:string
] ;
sp:path [ rdf:type sp:AltPath ;
sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ;
sp:path2 <http://www.reportinghub.no/ep/schema/core#name>
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectNPDorERHorEPName ;
sp:arg1 [ sp:varName "productionFlowFacility"^^xsd:string
]
] ;
sp:subject
[ sp:varName "productionFlowFacility"^^xsd:string
sp:variable
[ sp:varName "facilityName"^^xsd:string
]
] [ sp:object
[ sp:varName "productionFlowMixedPart"^^xsd:string
......@@ -338,16 +336,14 @@ mpr-tables:Cargo
sp:subject
[ sp:varName "owner"^^xsd:string
]
] [ rdf:type sp:TriplePath ;
sp:object
[ sp:varName "ownerName"^^xsd:string
] ;
sp:path [ rdf:type sp:AltPath ;
sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ;
sp:path2 <http://www.reportinghub.no/ep/schema/core#name>
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectNPDorERHorEPName ;
sp:arg1 [ sp:varName "company"^^xsd:string
]
] ;
sp:subject
[ sp:varName "company"^^xsd:string
sp:variable
[ sp:varName "ownerName"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -417,16 +413,14 @@ mpr-tables:Cargo
sp:subject
[ sp:varName "shipperPart"^^xsd:string
]
] [ rdf:type sp:TriplePath ;
sp:object
[ sp:varName "shipperName"^^xsd:string
] ;
sp:path [ rdf:type sp:AltPath ;
sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ;
sp:path2 <http://www.reportinghub.no/ep/schema/core#name>
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectNPDorERHorEPName ;
sp:arg1 [ sp:varName "shipper"^^xsd:string
]
] ;
sp:subject
[ sp:varName "shipper"^^xsd:string
sp:variable
[ sp:varName "shipperName"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -458,16 +452,14 @@ mpr-tables:Cargo
sp:subject
[ sp:varName "movementOfProduct"^^xsd:string
]
] [ rdf:type sp:TriplePath ;
sp:object
[ sp:varName "destinationName"^^xsd:string
] ;
sp:path [ rdf:type sp:AltPath ;
sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ;
sp:path2 <http://www.reportinghub.no/ep/schema/core#name>
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectNPDorERHorEPName ;
sp:arg1 [ sp:varName "destination"^^xsd:string
]
] ;
sp:subject
[ sp:varName "destination"^^xsd:string
sp:variable
[ sp:varName "destinationName"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
......@@ -853,6 +845,14 @@ mpr-tables:GasSales
rdfs:subClassOf rhspin:MPRGTableTemplates ;
spin:body
[ rdf:type sp:Select ;
sp:orderBy ([ sp:varName "facilityName"^^xsd:string
] [ sp:varName "purposeTypeName"^^xsd:string
] [ sp:varName "sellerName"^^xsd:string
] [ sp:varName "materialTypeName"^^xsd:string
] [ sp:varName "sellerVolumeValue"^^xsd:string
] [ sp:varName "buyerName"^^xsd:string
] [ sp:varName "buyerVolumeValue"^^xsd:string
]) ;
sp:resultVariables ([ sp:varName "facilityName"^^xsd:string
] [ sp:varName "purposeTypeName"^^xsd:string
] [ sp:varName "materialTypeName"^^xsd:string
......@@ -1683,46 +1683,12 @@ mpr-tables:ProductionFlowsAll
] [ sp:varName "definitionSubTypeName"^^xsd:string
] [ sp:varName "grossOrNet"^^xsd:string
]) ;
sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionReport"^^xsd:string
]
] [ sp:object
[ sp:varName "productionReport"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
sp:subject
[ sp:varName "productVolumeReport"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductVolumeReport> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productVolumeReport"^^xsd:string
]
] [ sp:object
[ sp:varName "productionFlowNetwork"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject
[ sp:varName "productVolumeReport"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowNetwork> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowNetwork"^^xsd:string
]
] [ sp:object
sp:where ([ sp:object
[ sp:varName "productionFlowInReportingPeriod"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ;
sp:subject
[ sp:varName "productionFlowNetwork"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ;
sp:predicate rdf:type ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportsOnFlow> ;
sp:subject
[ sp:varName "productionFlowInReportingPeriod"^^xsd:string
[ sp:varName "report"^^xsd:string
]
] [ sp:object
[ sp:varName "productionFlowWhole"^^xsd:string
......@@ -1731,64 +1697,76 @@ mpr-tables:ProductionFlowsAll
sp:subject
[ sp:varName "productionFlowInReportingPeriod"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:notExists ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#SaleableFlow> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
])
]
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:notExists ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccountingFlow> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
])
]
] [ rdf:type sp:Filter ;
] [ rdf:type sp:NamedGraph ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:notExists ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#SaleableFlow> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
])
]
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:notExists ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccountingFlow> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
])
]
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:notExists ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#FlowToSale> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
])
]
] [ sp:object
[ sp:varName "productionFlowFacility"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
]) ;
sp:graphNameNode <http://www.reportinghub.no/data/erh>
] [ rdf:type sp:NamedGraph ;
sp:elements ([ sp:object
[ sp:varName "notwellbore"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowFacility"^^xsd:string
]
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:ne ;
sp:arg1 [ sp:varName "notwellbore"^^xsd:string
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/well#WellBore>
]
]) ;
sp:graphNameNode <http://www.reportinghub.no/np/data/npd>
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:notExists ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#FlowToSale> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
])
]
] [ sp:object
[ sp:varName "productionFlowFacility"^^xsd:string
[ rdf:type ep-spin-lib:selectNPDorERHorEPName ;
sp:arg1 [ sp:varName "productionFlowFacility"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:notExists ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowFacility"^^xsd:string
]
])
]
] [ sp:object
sp:variable
[ sp:varName "facilityName"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
sp:subject
[ sp:varName "productionFlowFacility"^^xsd:string
]
] [ sp:object
[ sp:varName "productionFlowMixedPart"^^xsd:string
......@@ -1927,13 +1905,16 @@ mpr-tables:ProductionFlowsAll
[ sp:varName "productFlowWhole"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "productionFlowPurposeType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
sp:elements ([ rdf:type sp:NamedGraph ;
sp:elements ([ sp:object
[ sp:varName "productionFlowPurposeType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
]) ;
sp:graphNameNode <http://www.reportinghub.no/data/erh>
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowPurposeType> ;
sp:predicate rdf:type ;
sp:subject
......@@ -1990,13 +1971,16 @@ mpr-tables:ProductionFlowsAll
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "productionFlowDefinitionType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
sp:elements ([ rdf:type sp:NamedGraph ;
sp:elements ([ sp:object
[ sp:varName "productionFlowDefinitionType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
]) ;
sp:graphNameNode <http://www.reportinghub.no/data/erh>
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ;
sp:predicate rdf:type ;
sp:subject
......@@ -2384,16 +2368,14 @@ mpr-tables:ProductionInventoryOwnership
sp:subject
[ sp:varName "partOfOrg"^^xsd:string
]
] [ rdf:type sp:TriplePath ;
sp:object
[ sp:varName "owningOrgName"^^xsd:string
] ;
sp:path [ rdf:type sp:AltPath ;
sp:path1 <http://www.reportinghub.no/ep/schema/core#name> ;
sp:path2 <http://www.reportinghub.no/np/schema/npd#name>
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectNPDorERHorEPName ;
sp:arg1 [ sp:varName "owningOrg"^^xsd:string
]
] ;
sp:subject
[ sp:varName "owningOrg"^^xsd:string
sp:variable
[ sp:varName "owningOrgName"^^xsd:string
]
] [ sp:object
[ sp:varName "quantityofmaterial"^^xsd:string
......@@ -2490,13 +2472,16 @@ mpr-tables:ProductionInventoryOwnership
]) ;
sp:graphNameNode <http://www.reportinghub.no/data/erh>
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "productionInventoryType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionInventoryWhole"^^xsd:string
]
sp:elements ([ rdf:type sp:NamedGraph ;
sp:elements ([ sp:object
[ sp:varName "productionInventoryType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionInventoryWhole"^^xsd:string
]
]) ;
sp:graphNameNode <http://www.reportinghub.no/data/erh>
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionInventoryDefinitionType> ;
sp:predicate rdf:type ;
sp:subject
......@@ -2568,23 +2553,26 @@ mpr-tables:ProductionSales
]
]) ;
sp:graphNameNode <http://www.reportinghub.no/data/erh>
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:notExists ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowFacility"^^xsd:string
]
])
]
] [ sp:object
[ sp:varName "facilityName"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
sp:subject
[ sp:varName "productionFlowFacility"^^xsd:string
]
] [ rdf:type sp:NamedGraph ;
sp:elements ([ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:notExists ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowFacility"^^xsd:string
]
])
]
] [ sp:object
[ sp:varName "facilityName"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
sp:subject
[ sp:varName "productionFlowFacility"^^xsd:string
]
]) ;
sp:graphNameNode <http://www.reportinghub.no/np/data/npd>
] [ sp:object
[ sp:varName "productionFlowMixedPart"^^xsd:string
] ;
......@@ -3483,13 +3471,13 @@ mpr-tables:WellProductionFlows
sp:subject
[ sp:varName "productionFlowInReportingPeriod"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ rdf:type sp:NamedGraph ;
sp:elements ([ rdf:type sp:Filter ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:notExists ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#SaleableFlow> ;
......@@ -3528,18 +3516,21 @@ mpr-tables:WellProductionFlows
]
]) ;
sp:graphNameNode <http://www.reportinghub.no/data/erh>
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowFacility"^^xsd:string
]
] [ sp:object
[ sp:varName "facilityName"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
sp:subject
[ sp:varName "productionFlowFacility"^^xsd:string
]
] [ rdf:type sp:NamedGraph ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowFacility"^^xsd:string
]
] [ sp:object
[ sp:varName "facilityName"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
sp:subject
[ sp:varName "productionFlowFacility"^^xsd:string
]
]) ;
sp:graphNameNode <http://www.reportinghub.no/np/data/npd>
] [ sp:object
[ sp:varName "productionFlowMixedPart"^^xsd:string
] ;
......
......@@ -3406,7 +3406,7 @@ ep-spin-lib:selectNPDorERHorEPName
sp:graphNameNode <http://www.reportinghub.no/data/erh>
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "nameep"^^xsd:string
[ sp:varName "namereport"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
sp:subject spin:_arg1
......@@ -3434,8 +3434,7 @@ ep-spin-lib:selectNPDorERHorEPName
] ;
sp:arg2 [ sp:varName "namereport"^^xsd:string
] ;
sp:arg3 [ sp:varName "namereport"^^xsd:string
]
sp:arg3 "MissingName"
]
]
] ;
......@@ -3444,6 +3443,11 @@ ep-spin-lib:selectNPDorERHorEPName
]
])
] ;
spin:constraint
[ rdf:type spl:Argument ;
spl:predicate sp:arg1 ;
spl:valueType owl:Thing
] ;
spin:returnType xsd:string .
ep-spin-lib:selectPlaneAngleScale
......@@ -4693,10 +4697,10 @@ _:b36
_:b37
sp:varName "classOfWellDatumObject"^^xsd:string .
_:b47
_:b38
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b38
_:b47
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b39
......@@ -4780,69 +4784,69 @@ _:b33
_:b57
sp:varName "temperatureScale"^^xsd:string .
_:b17
sp:varName "uri"^^xsd:string .
_:b23
sp:varName "uri"^^xsd:string .
_:b12
sp:varName "uri"^^xsd:string .
_:b15
_:b17
sp:varName "uri"^^xsd:string .
_:b1 sp:varName "uri"^^xsd:string .
_:b13
sp:varName "uri"^^xsd:string .
_:b5 sp:varName "uri"^^xsd:string .
_:b19
sp:varName "uri"^^xsd:string .
_:b8 sp:varName "uri"^^xsd:string .
_:b3 sp:varName "uri"^^xsd:string .
_:b16
_:b21
sp:varName "uri"^^xsd:string .
_:b22
_:b18
sp:varName "uri"^^xsd:string .
_:b14
_:b20
sp:varName "uri"^^xsd:string .
_:b9 sp:varName "uri"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b10
sp:varName "uri"^^xsd:string .
_:b4 sp:varName "uri"^^xsd:string .
_:b7 sp:varName "uri"^^xsd:string .
_:b5 sp:varName "uri"^^xsd:string .
_:b18
_:b15
sp:varName "uri"^^xsd:string .
_:b21
_:b11
sp:varName "uri"^^xsd:string .
_:b24
_:b16
sp:varName "uri"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b8 sp:varName "uri"^^xsd:string .
_:b19
_:b23
sp:varName "uri"^^xsd:string .
_:b20
_:b4 sp:varName "uri"^^xsd:string .
_:b14
sp:varName "uri"^^xsd:string .
_:b1 sp:varName "uri"^^xsd:string .
_:b24
sp:varName "uri"^^xsd:string .
_:b6 sp:varName "uri"^^xsd:string .
_:b3 sp:varName "uri"^^xsd:string .
_:b7 sp:varName "uri"^^xsd:string .
_:b11
_:b22
sp:varName "uri"^^xsd:string .
_:b9 sp:varName "uri"^^xsd:string .
_:b59
sp:varName "volumeScale"^^xsd:string .
......
# 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
@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#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale-NoFacts.ttl>
rdf:type <http://www.w3.org/2002/07/owl#Ontology> ;
<http://www.w3.org/2002/07/owl#versionInfo>
"Created with TopBraid Composer"^^xsd:string .
# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale
# imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts
# imports: http://www.reportinghub.no/ep/schema/1.0/production
@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#> .
@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> .
@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
@prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> .
@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#facilityIdentifier>
"field-18081500" ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd>
"2012-02-29"^^xsd:date ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalIdentifier>
"2012-02-01$2012-02-29" ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart>
"2012-02-01"^^xsd:date .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-1-8>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
"field-18081500" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
"field-18081500" ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd>
"2012-02-29"^^xsd:date ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart>
"2012-02-01"^^xsd:date .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-1>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
"field-18081500" .
<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>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
"terminal-416937" .
<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>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
"GAS_-_DRY"^^xsd:string .
<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>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd>
"2012-02-29"^^xsd:date ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart>
"2012-02-01"^^xsd:date .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES$GAS_-_DRY> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES$GAS_-_DRY>
rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas-dry .
<http://www.reportinghub.no/np/data/npd/Company-4070011>
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
<http://www.reportinghub.no/np/data/npd/Facility-416937>
rdf:type ep-fac:ProductionFacility ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
<http://www.reportinghub.no/np/data/npd/Field-18081500>
rdf:type ep-fac:ProductionFacility ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/erhfacts> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/DONG_DK>
rdf:type ep-org:Organization ;
ep-core:name "DONG DK"^^xsd:string ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
<https://www.reportinghub.no/ep/data/organization/DONG_EP_NORGE_AS>
rdf:type ep-org:Organization ;
ep-core:name "Dong E&P Norge AS"^^xsd:string ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-1-9> .
<https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_GAS_DE>
rdf:type ep-org:Organization ;
ep-core:name "EXXONMOBIL GAS DE"^^xsd:string ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
<https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST>
rdf:type ep-org:Organization ;
ep-core:name "NATURGAS VEST"^^xsd:string ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
<https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29>
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> ;
ep-core:name "TRYM"^^xsd:string ;
ep-report:reportOn _:b1 ;
ep-report:reportVersion
"1.0"^^xsd:string ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
<https://www.reportinghub.no/ep/data/productionReportKind/COPEX>
rdf:type ep-report:ProductionReportType ;
rdfs:label "Copex"^^xsd:string ;
rdfs:subClassOf ep-report:ProductionReport .
[] rdf:type ep-activity:IssueAReport ;
ep-activity:issuedFrom
[ rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> ;
ep-fac:facilityOperator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/DONG_EP_NORGE_AS>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-1>
] ;
ep-report:issuedReport
<https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29> .
[] rdf:type ep-report:ProductVolumeReport , ep-report:Report ;
ep-core:name "TRYM"^^xsd:string ;
ep-core:partOf <https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29> ;
ep-report:reportOn _:b2 , _:b1 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2> .
_:b2 rdf:type ep-flow:ProductionFlowNetwork ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:temporalPartOf
_:b3 ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:FlowToSale , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:name "Nybro allocated gas sales"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
[ rdf:type ep-fac:SurfaceFixedFacility , ep-fac:TemporalPartOfAProductionFacility ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Facility-416937> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2>
] ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES$GAS_-_DRY> ;
ep-flow:materialThatFlows
_:b4 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2> .
_:b3 rdf:type ep-flow:ProductionFlowNetworkToDate ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date .
[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-core:hasPart
[ rdf:type ep-prodact:SalesActivity ;
ep-prodact:buyer
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/DONG_DK>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
]
] ;
ep-prodact:movedProduct
_:b5 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] ;
ep-prodact:movedProduct
_:b6 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-core:hasPart
[ rdf:type ep-prodact:SalesActivity ;
ep-prodact:buyer
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/DONG_DK>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
]
] ;
ep-prodact:movedProduct
_:b7 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-core:hasPart
[ rdf:type ep-prodact:SalesActivity ;
ep-prodact:buyer
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_GAS_DE>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
]
] ;
ep-prodact:movedProduct
_:b8 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-core:hasPart
[ rdf:type ep-prodact:SalesActivity ;
ep-prodact:buyer
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
]
] ;
ep-prodact:movedProduct
_:b9 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] ;
ep-prodact:movedProduct
_:b10 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-core:hasPart
[ rdf:type ep-prodact:SalesActivity ;
ep-prodact:buyer
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_GAS_DE>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
]
] ;
ep-prodact:movedProduct
_:b11 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-core:hasPart
[ rdf:type ep-prodact:SalesActivity ;
ep-prodact:buyer
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
]
] ;
ep-prodact:movedProduct
_:b12 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] ;
ep-prodact:movedProduct
_:b13 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
_:b4 rdf:type ep-material:QuantityOfMaterial ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
_:b5 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "23986.6"^^xsd:double
] ;
ep-core:spatialPartOf
_:b6 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "1570.53"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b5 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] .
_:b6 rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "20380.92"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b4
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "1570.53"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b6 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] .
_:b7 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "49208.46"^^xsd:double
] ;
ep-core:spatialPartOf
_:b10 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "166.78"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b7 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] .
_:b8 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "18743.95"^^xsd:double
] ;
ep-core:spatialPartOf
_:b10 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "445.86"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b8 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] .
_:b9 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "57939.04"^^xsd:double
] ;
ep-core:spatialPartOf
_:b10 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "644.85"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b9 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] .
_:b10
rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "57378.27"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b4
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "1257.49"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b10 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] .
_:b11
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "70561.21"^^xsd:double
] ;
ep-core:spatialPartOf
_:b13 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "178.85"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b11 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] .
_:b12
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "20148.59"^^xsd:double
] ;
ep-core:spatialPartOf
_:b13 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "94.79"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b12 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] .
_:b13
rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "69275.09"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b4
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "273.64"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b13 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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>
] .
_:b1 rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-activity:existsWithin
"2012"^^xsd:gYear ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> ;
ep-core:temporalPartOf
[ rdf:type ep-fac:ProductionFacilityToDate ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> ;
ep-flow:facilityContainsFlow
_:b3
] ;
ep-flow:facilityContainsFlow
_:b2 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<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> .