Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
David Price
2014-03-30 12:26:50 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4fbaf025c1b8100dbb449c385205a058cdfc8043
4fbaf025
1 parent
6d51ec8b
Processed ERH_TEST_FIELD facts
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
516 additions
and
7 deletions
www.reportinghub.no/test/flow_facts/CREATE-FLOW-FACT-PROCESS-STEPS.txt
www.reportinghub.no/test/flow_facts/data/erhfacts-ERH_TEST_FIELD.ttl
www.reportinghub.no/examples/erhfacts-2013-09-13.ttl → www.reportinghub.no/test/flow_facts/data/erhfacts-acceptance-test-2013-09-13.ttl
www.reportinghub.no/test/flow_facts/data/flow-fact-collector.ttl
www.reportinghub.no/test/flow_facts/transform/ep-facts-qa.sparql
www.reportinghub.no/test/flow_facts/CREATE-FLOW-FACT-PROCESS-STEPS.txt
View file @
4fbaf02
FLOW FACT CREATION PROCESS
Facts to include
TRYM test cases
ASGARD test cases
ERH_TEST_FIELD test cases
Operators facts
STEP 1 - Open mprxml-read.ttl and import all XML files.
STEP 2 - Execute SPARQL from mprxml-to-flowuid-spreadsheet.sparql
STEP 3 - Save STEP 2 results to TSV file and import back into workspace
STEP 4 - Open TSV and link to semtables spreadsheet schema at :
www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema.ttl
STEP 5 - Create Turtle file to hold results and import schema:
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-ERH-FACTS-v1.0.ttl
e.g. http://www.reportinghub.no/test/flow_facts/data/erhfacts-ERH_TEST_FIELD
STEP 6 - Update this file to contain only imports of the TSVs for which facts are to be generated:
www.reportinghub.no/test/flow_facts/data/flow-fact-collector.ttl
STEP 7 - Open the following file, temporarily import file from STEP 5, run inferences and assert to STEP 5 file.
www.reportinghub.no/test/flow_facts/transform/flow-facts-ss-to-ep-facts.ttl
CLOSE THE SPIN FILE WITHOUT SAVING!
STEP 8 - SAVE the file from STEP 5 that now contains the generated facts.
\ No newline at end of file
...
...
www.reportinghub.no/test/flow_facts/data/erhfacts-ERH_TEST_FIELD.ttl
0 → 100644
View file @
4fbaf02
# baseURI: http://www.reportinghub.no/test/flow_facts/data/erhfacts-ERH_TEST_FIELD
# imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts
@prefix
ep-core:
<http://www.reportinghub.no/ep/schema/core#>
.
@prefix
ep-eqt:
<http://www.reportinghub.no/ep/schema/equipment#>
.
@prefix
ep-flow:
<http://www.reportinghub.no/ep/schema/flow#>
.
@prefix
ep-prodeqt:
<http://www.reportinghub.no/ep/schema/production-equipment#>
.
@prefix
erh:
<http://www.reportinghub.no/ep/schema/erhfacts#>
.
@prefix
erhfacts-ERH_TEST_FIELD:
<http://www.reportinghub.no/test/flow_facts/data/erhfacts-ERH_TEST_FIELD#>
.
@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/data/erh/Field-1111111111-Compressor-COMPRESSOR_D32_VOLUMES>
rdf:
type
ep-eqt:
Compressor
;
ep-core:
name
"compressor D32"
^^
xsd:
string
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Compressor-COMPRESSOR_D34_VOLUMES>
rdf:
type
ep-eqt:
Compressor
;
ep-core:
name
"compressor D34"
^^
xsd:
string
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-ALLOCATED_GAS_SALES>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Flow
,
ep-flow:
FlowToSale
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"ALLOCATED_GAS_SALES"
^^
xsd:
string
;
erh:
name
"allocated gas-sales volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-ALLOCATED_HYDROCOUNT>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Flow
,
ep-flow:
HydrocarbonAccountingFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"ALLOCATED_HYDROCOUNT"
^^
xsd:
string
;
erh:
name
"allocated hydrocarbon accounting"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-ALLOCATED_HYDROCOUNT_TANKLIFT>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Flow
,
ep-flow:
HydrocarbonAccountingFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"ALLOCATED_HYDROCOUNT_TANKLIFT"
^^
xsd:
string
;
erh:
name
"allocated hydrocarbon tanker lifted lifted by tanker"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-ALLOCATED_INVENTORY>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Inventory
,
ep-flow:
WholeLifeInventory
,
ep-flow:
WholeLifeProductionInventory
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"ALLOCATED_INVENTORY"
^^
xsd:
string
;
erh:
name
"allocated inventory volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-ALLOCATED_PRODUCTION>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Flow
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"ALLOCATED_PRODUCTION"
^^
xsd:
string
;
erh:
name
"allocated volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-BUDGET_PRODUCTION>
rdf:
type
ep-flow:
BudgetFlow
,
ep-flow:
Flow
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"BUDGET_PRODUCTION"
^^
xsd:
string
;
erh:
name
"budgeted volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-CHEMICAL_INJECTION>
rdf:
type
ep-flow:
Flow
,
ep-flow:
InjectionFlow
,
ep-flow:
MeasuredFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"CHEMICAL_INJECTION"
^^
xsd:
string
;
erh:
name
"injection of chemicals"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-COMPRESSOR_D32_VOLUMES>
rdf:
type
ep-flow:
Flow
,
ep-flow:
MeteredFlowFiscal
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"COMPRESSOR_D32_VOLUMES"
^^
xsd:
string
;
erh:
name
"compressor D32 measured volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-1111111111-Compressor-COMPRESSOR_D32_VOLUMES>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-COMPRESSOR_D34_VOLUMES>
rdf:
type
ep-flow:
Flow
,
ep-flow:
MeteredFlowFiscal
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"COMPRESSOR_D34_VOLUMES"
^^
xsd:
string
;
erh:
name
"compressor D34 measured volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-1111111111-Compressor-COMPRESSOR_D34_VOLUMES>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-CONSUME_FLARE_EXCESS>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
ConsumptionFlow-flare
,
ep-flow:
Flow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"CONSUME_FLARE_EXCESS"
^^
xsd:
string
;
erh:
name
"consumed excess flare"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-CONSUME_FLARE_TOT>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
ConsumptionFlow-flare
,
ep-flow:
Flow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"CONSUME_FLARE_TOT"
^^
xsd:
string
;
erh:
name
"consumed flare excluding excess flare"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-CONSUME_FUEL_DRILLING>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
ConsumptionFlow-fuel
,
ep-flow:
Flow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"CONSUME_FUEL_DRILLING"
^^
xsd:
string
;
erh:
name
"consumed drilling fuel"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-CONSUME_FUEL_TOT>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
ConsumptionFlow-fuel
,
ep-flow:
Flow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"CONSUME_FUEL_TOT"
^^
xsd:
string
;
erh:
name
"consumed total fuel"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-CONSUME_FUEL_WAT_INJ>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
ConsumptionFlow-fuel
,
ep-flow:
Flow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"CONSUME_FUEL_WAT_INJ"
^^
xsd:
string
;
erh:
name
"consumed water injection fuel"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-ERH-TEST-WELLBORE-01_ALLOCATED_INJ_VOLUMES>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Flow
,
ep-flow:
InjectionFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"ERH-TEST-WELLBORE-01_ALLOCATED_INJ_VOLUMES"
^^
xsd:
string
;
erh:
name
"ERH-TEST-WELLBORE-01 allocated injection volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-ERH-TEST-WELLBORE-01_ALLOCATED_PROD_VOLUMES>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Flow
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"ERH-TEST-WELLBORE-01_ALLOCATED_PROD_VOLUMES"
^^
xsd:
string
;
erh:
name
"ERH-TEST-WELLBORE-01 allocated production volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-EXPORT_MEASURED>
rdf:
type
ep-flow:
ExportFlow
,
ep-flow:
Flow
,
ep-flow:
MeteredFlowFiscal
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"EXPORT_MEASURED"
^^
xsd:
string
;
erh:
name
"measured export"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-FISCAL_FIELD_VOLUMES>
rdf:
type
ep-flow:
Flow
,
ep-flow:
MeteredFlowFiscal
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"FISCAL_FIELD_VOLUMES"
^^
xsd:
string
;
erh:
name
"measured total volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-FORECAST_PRODUCTION>
rdf:
type
ep-flow:
Flow
,
ep-flow:
ForecastFlow
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"FORECAST_PRODUCTION"
^^
xsd:
string
;
erh:
name
"forecasted values"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-GAS_INJECTION_TOT>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Flow
,
ep-flow:
InjectionFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"GAS_INJECTION_TOT"
^^
xsd:
string
;
erh:
name
"injected gas"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-MPD5_FISCAL_VOLUMES>
rdf:
type
ep-flow:
Flow
,
ep-flow:
MeteredFlowFiscal
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"MPD5_FISCAL_VOLUMES"
^^
xsd:
string
;
erh:
name
"MPD5 measured volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-1111111111-FlowMeter-MPD5_FISCAL_VOLUMES>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-MPM1_FISCAL_VOLUMES>
rdf:
type
ep-flow:
Flow
,
ep-flow:
MeteredFlowFiscal
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"MPM1_FISCAL_VOLUMES"
^^
xsd:
string
;
erh:
name
"MPM1 measured volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-1111111111-FlowMeter-MPM1_FISCAL_VOLUMES>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-MPM2_FISCAL_VOLUMES>
rdf:
type
ep-flow:
Flow
,
ep-flow:
MeteredFlowFiscal
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"MPM2_FISCAL_VOLUMES"
^^
xsd:
string
;
erh:
name
"MPM2 measured volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-1111111111-FlowMeter-MPM2_FISCAL_VOLUMES>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-NOMINATED_PRODUCTION>
rdf:
type
ep-flow:
Flow
,
ep-flow:
NominatedFlow
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"NOMINATED_PRODUCTION"
^^
xsd:
string
;
erh:
name
"nominated volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-SALEABLE_PRODUCTION>
rdf:
type
ep-flow:
Flow
,
ep-flow:
ProductionExploitation
,
ep-flow:
SaleableFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"SALEABLE_PRODUCTION"
^^
xsd:
string
;
erh:
name
"saleable volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-TARIFF_VAL>
rdf:
type
ep-flow:
Flow
,
ep-flow:
ProductionExploitation
,
ep-flow:
TariffBasisFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"TARIFF_VAL"
^^
xsd:
string
;
erh:
name
"tariff basis"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-Flow-VAL_ADJUSTED>
rdf:
type
ep-flow:
Flow
,
ep-flow:
ProductionExploitation
,
ep-flow:
ProductionFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
;
erh:
id
"VAL_ADJUSTED"
^^
xsd:
string
;
erh:
name
"adjusted values"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1111111111>
.
<http://www.reportinghub.no/data/erh/Field-1111111111-FlowMeter-MPD5_FISCAL_VOLUMES>
rdf:
type
ep-prodeqt:
FlowMeter
;
ep-core:
name
"MPD5"
^^
xsd:
string
.
<http://www.reportinghub.no/data/erh/Field-1111111111-FlowMeter-MPM1_FISCAL_VOLUMES>
rdf:
type
ep-prodeqt:
FlowMeter
;
ep-core:
name
"Fiscal metering station 1"
^^
xsd:
string
.
<http://www.reportinghub.no/data/erh/Field-1111111111-FlowMeter-MPM2_FISCAL_VOLUMES>
rdf:
type
ep-prodeqt:
FlowMeter
;
ep-core:
name
"MPD2"
^^
xsd:
string
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Compressor-COMPRESSOR_D32_VOLUMES>
rdf:
type
ep-eqt:
Compressor
;
ep-core:
name
"compressor D32"
^^
xsd:
string
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Compressor-COMPRESSOR_D34_VOLUMES>
rdf:
type
ep-eqt:
Compressor
;
ep-core:
name
"compressor D34"
^^
xsd:
string
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-ALLOCATED_GAS_SALES>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Flow
,
ep-flow:
FlowToSale
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"ALLOCATED_GAS_SALES"
^^
xsd:
string
;
erh:
name
"allocated gas-sales volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-ALLOCATED_HYDROCOUNT>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Flow
,
ep-flow:
HydrocarbonAccountingFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"ALLOCATED_HYDROCOUNT"
^^
xsd:
string
;
erh:
name
"allocated hydrocarbon accounting"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-ALLOCATED_HYDROCOUNT_TANKLIFT>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Flow
,
ep-flow:
HydrocarbonAccountingFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"ALLOCATED_HYDROCOUNT_TANKLIFT"
^^
xsd:
string
;
erh:
name
"allocated hydrocarbon tanker lifted lifted by tanker"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-ALLOCATED_INJ_VOLUMES>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Flow
,
ep-flow:
InjectionFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"ALLOCATED_INJ_VOLUMES"
^^
xsd:
string
;
erh:
name
"allocated injection volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-ALLOCATED_INVENTORY>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Inventory
,
ep-flow:
WholeLifeInventory
,
ep-flow:
WholeLifeProductionInventory
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"ALLOCATED_INVENTORY"
^^
xsd:
string
;
erh:
name
"allocated inventory volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-ALLOCATED_PRODUCTION>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Flow
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"ALLOCATED_PRODUCTION"
^^
xsd:
string
;
erh:
name
"allocated volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-BUDGET_PRODUCTION>
rdf:
type
ep-flow:
BudgetFlow
,
ep-flow:
Flow
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"BUDGET_PRODUCTION"
^^
xsd:
string
;
erh:
name
"budgeted volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-CHEMICAL_INJECTION>
rdf:
type
ep-flow:
Flow
,
ep-flow:
InjectionFlow
,
ep-flow:
MeasuredFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"CHEMICAL_INJECTION"
^^
xsd:
string
;
erh:
name
"injection of chemicals"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-COMPRESSOR_D32_VOLUMES>
rdf:
type
ep-flow:
Flow
,
ep-flow:
MeteredFlowFiscal
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"COMPRESSOR_D32_VOLUMES"
^^
xsd:
string
;
erh:
name
"compressor D32 measured volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-1222222222-Compressor-COMPRESSOR_D32_VOLUMES>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-COMPRESSOR_D34_VOLUMES>
rdf:
type
ep-flow:
Flow
,
ep-flow:
MeteredFlowFiscal
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"COMPRESSOR_D34_VOLUMES"
^^
xsd:
string
;
erh:
name
"compressor D34 measured volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-1222222222-Compressor-COMPRESSOR_D34_VOLUMES>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-CONSUME_FLARE_EXCESS>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
ConsumptionFlow-flare
,
ep-flow:
Flow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"CONSUME_FLARE_EXCESS"
^^
xsd:
string
;
erh:
name
"consumed excess flare"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-CONSUME_FLARE_TOT>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
ConsumptionFlow-flare
,
ep-flow:
Flow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"CONSUME_FLARE_TOT"
^^
xsd:
string
;
erh:
name
"consumed flare excluding excess flare"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-CONSUME_FUEL_DRILLING>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
ConsumptionFlow-fuel
,
ep-flow:
Flow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"CONSUME_FUEL_DRILLING"
^^
xsd:
string
;
erh:
name
"consumed drilling fuel"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-CONSUME_FUEL_TOT>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
ConsumptionFlow-fuel
,
ep-flow:
Flow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"CONSUME_FUEL_TOT"
^^
xsd:
string
;
erh:
name
"consumed total fuel"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-CONSUME_FUEL_WAT_INJ>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
ConsumptionFlow-fuel
,
ep-flow:
Flow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"CONSUME_FUEL_WAT_INJ"
^^
xsd:
string
;
erh:
name
"consumed water injection fuel"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-ERH-TEST-WELLBORE-02_ALLOCATED_PROD_VOLUMES>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Flow
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"ERH-TEST-WELLBORE-02_ALLOCATED_PROD_VOLUMES"
^^
xsd:
string
;
erh:
name
"ERH-TEST-WELLBORE-02 allocated production volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-EXPORT_MEASURED>
rdf:
type
ep-flow:
ExportFlow
,
ep-flow:
Flow
,
ep-flow:
MeteredFlowFiscal
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"EXPORT_MEASURED"
^^
xsd:
string
;
erh:
name
"measured export"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-FISCAL_FIELD_VOLUMES>
rdf:
type
ep-flow:
Flow
,
ep-flow:
MeteredFlowFiscal
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"FISCAL_FIELD_VOLUMES"
^^
xsd:
string
;
erh:
name
"measured total volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-FORECAST_PRODUCTION>
rdf:
type
ep-flow:
Flow
,
ep-flow:
ForecastFlow
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"FORECAST_PRODUCTION"
^^
xsd:
string
;
erh:
name
"forecasted values"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-GAS_INJECTION_TOT>
rdf:
type
ep-flow:
AllocatedFlow
,
ep-flow:
Flow
,
ep-flow:
InjectionFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"GAS_INJECTION_TOT"
^^
xsd:
string
;
erh:
name
"injected gas"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-MPD5_FISCAL_VOLUMES>
rdf:
type
ep-flow:
Flow
,
ep-flow:
MeteredFlowFiscal
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"MPD5_FISCAL_VOLUMES"
^^
xsd:
string
;
erh:
name
"MPD5 measured volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-1222222222-FlowMeter-MPD5_FISCAL_VOLUMES>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-MPM1_FISCAL_VOLUMES>
rdf:
type
ep-flow:
Flow
,
ep-flow:
MeteredFlowFiscal
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"MPM1_FISCAL_VOLUMES"
^^
xsd:
string
;
erh:
name
"MPM1 measured volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-1222222222-FlowMeter-MPM1_FISCAL_VOLUMES>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-MPM2_FISCAL_VOLUMES>
rdf:
type
ep-flow:
Flow
,
ep-flow:
MeteredFlowFiscal
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"MPM2_FISCAL_VOLUMES"
^^
xsd:
string
;
erh:
name
"MPM2 measured volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-1222222222-FlowMeter-MPM2_FISCAL_VOLUMES>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-NOMINATED_PRODUCTION>
rdf:
type
ep-flow:
Flow
,
ep-flow:
NominatedFlow
,
ep-flow:
ProductionExploitation
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"NOMINATED_PRODUCTION"
^^
xsd:
string
;
erh:
name
"nominated volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-SALEABLE_PRODUCTION>
rdf:
type
ep-flow:
Flow
,
ep-flow:
ProductionExploitation
,
ep-flow:
SaleableFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"SALEABLE_PRODUCTION"
^^
xsd:
string
;
erh:
name
"saleable volumes"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-TARIFF_VAL>
rdf:
type
ep-flow:
Flow
,
ep-flow:
ProductionExploitation
,
ep-flow:
TariffBasisFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"TARIFF_VAL"
^^
xsd:
string
;
erh:
name
"tariff basis"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-Flow-VAL_ADJUSTED>
rdf:
type
ep-flow:
Flow
,
ep-flow:
ProductionExploitation
,
ep-flow:
ProductionFlow
,
ep-flow:
WholeLifeFlow
,
ep-flow:
WholeLifeProductionFlow
;
ep-core:
partOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
;
erh:
id
"VAL_ADJUSTED"
^^
xsd:
string
;
erh:
name
"adjusted values"
^^
xsd:
string
;
ep-flow:
flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1222222222>
.
<http://www.reportinghub.no/data/erh/Field-1222222222-FlowMeter-MPD5_FISCAL_VOLUMES>
rdf:
type
ep-prodeqt:
FlowMeter
;
ep-core:
name
"MPD5"
^^
xsd:
string
.
<http://www.reportinghub.no/data/erh/Field-1222222222-FlowMeter-MPM1_FISCAL_VOLUMES>
rdf:
type
ep-prodeqt:
FlowMeter
;
ep-core:
name
"Fiscal metering station 1"
^^
xsd:
string
.
<http://www.reportinghub.no/data/erh/Field-1222222222-FlowMeter-MPM2_FISCAL_VOLUMES>
rdf:
type
ep-prodeqt:
FlowMeter
;
ep-core:
name
"MPD2"
^^
xsd:
string
.
<http://www.reportinghub.no/test/flow_facts/data/erhfacts-ERH_TEST_FIELD>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/erhfacts>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
www.reportinghub.no/
examples/erhfacts
-2013-09-13.ttl
→
www.reportinghub.no/
test/flow_facts/data/erhfacts-acceptance-test
-2013-09-13.ttl
View file @
4fbaf02
File moved
www.reportinghub.no/test/flow_facts/data/flow-fact-collector.ttl
View file @
4fbaf02
# baseURI: http://www.reportinghub.no/test/flow_facts/data/flow-fact-collector
# imports: file:///www.reportinghub.no/test/flow_facts/data/asgard-flow-facts-2013-09-12.tsv
# imports: file:///www.reportinghub.no/test/flow_facts/data/trym-flow-facts-2013-09-12.tsv
# imports: file:///www.reportinghub.no/test/flow_facts/data/ERH_TEST_FIELD-fact-ss.tsv
@prefix
flow-fact-collector:
<http://www.reportinghub.no/test/flow_facts/data/flow-fact-collector#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
...
...
@@ -10,5 +9,5 @@
<http://www.reportinghub.no/test/flow_facts/data/flow-fact-collector>
rdf:
type
owl:
Ontology
;
owl:
imports
<file:///www.reportinghub.no/test/flow_facts/data/
asgard-flow-facts-2013-09-12.tsv>
,
<file:///www.reportinghub.no/test/flow_facts/data/trym-flow-facts-2013-09-12
.tsv>
;
owl:
imports
<file:///www.reportinghub.no/test/flow_facts/data/
ERH_TEST_FIELD-fact-ss
.tsv>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
...
...
www.reportinghub.no/test/flow_facts/transform/ep-facts-qa.sparql
View file @
4fbaf02
SELECT ?Flowuid ?FlowInOutNPDId ?FlowInOutName ?FlowInOutType ?Kind ?Purpose
SELECT ?F
ield ?F
lowuid ?FlowInOutNPDId ?FlowInOutName ?FlowInOutType ?Kind ?Purpose
WHERE {
?flow rdf:type ep-flow:WholeLifeProductionFlow .
?flow erh:id ?Flowuid .
...
...
@@ -11,11 +11,12 @@ WHERE {
?defn rdf:type ep-flow:ProductionFlowDefinitionType .
?defn rdfs:label ?Kind .}
OPTIONAL {
?flow ep-core:partOf ?field . }
?flow ep-core:partOf ?fielduri .
?fielduri npd:name ?Field .}
OPTIONAL {
?flow ep-flow:flowIntoOrOutOf ?flowThing .
?flowThing npd:name ?FlowInOutName .
?flowThing npd:id ?FlowInOutNPDId .
?flowThing npd:name
|ep-core:name
?FlowInOutName .
OPTIONAL { ?flowThing npd:id ?FlowInOutNPDId . }
?flowThing a ?what .
?what rdfs:label ?FlowInOutType .
}
...
...
Please
register
or
login
to post a comment