David Price

Added debug comment for product volume

......@@ -3385,6 +3385,16 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu
sp:subject
[ sp:varName "wholeLifeProductInventory"^^xsd:string
]
] [ sp:object "20401e" ;
sp:predicate rdfs:comment ;
sp:subject
[ sp:varName "wholeLifeProductInventory"^^xsd:string
]
] [ sp:object "20401e" ;
sp:predicate rdfs:comment ;
sp:subject
[ sp:varName "wholeLifeProductionInventory"^^xsd:string
]
] [ sp:object
[ sp:varName "wholeLifeProductInventory"^^xsd:string
] ;
......@@ -3402,7 +3412,7 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu
sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
sp:subject _:b14
] [ sp:object "20401e" ;
sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#fromRule> ;
sp:predicate rdfs:comment ;
sp:subject _:b14
] [ sp:object
[ sp:varName "intervalStart"^^xsd:string
......
# baseURI: http://www.reportinghub.no/examples/facts-all-import
# imports: http://www.reportinghub.no/data/erh
# imports: http://www.reportinghub.no/np/data/npd
@prefix facts-all-import: <http://www.reportinghub.no/examples/facts-all-import#> .
@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#> .
<http://www.reportinghub.no/examples/facts-all-import>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/data/erh> , <http://www.reportinghub.no/np/data/npd> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .