David Leal

Tidied up to start work again

# Saved by TopBraid on Sun Oct 09 08:50:58 BST 2011
# Saved by TopBraid on Sun Oct 09 10:30:44 BST 2011
# baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/geography
# imports: http://www.reportinghub.no/ep/schema/1.0/well
......@@ -21,7 +21,7 @@
<http://www.reportinghub.no/ep/dpr/spin/1.1/lib>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/geography> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-dpr-spin-lib:Function
......@@ -87,7 +87,7 @@ ep-dpr-spin-lib:selectProductionFacilityType
sp:arg1 spin:_arg1 ;
sp:arg2 combo:RF_country
] ;
sp:arg2 ep-geog:Country ;
sp:arg2 <http://www.reportinghub.no/ep/schema/geography#Country> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
......@@ -147,7 +147,7 @@ ep-dpr-spin-lib:selectProductionFacilityType
sp:arg1 spin:_arg1 ;
sp:arg2 combo:RF_state
] ;
sp:arg2 ep-geog:State ;
sp:arg2 <http://www.reportinghub.no/ep/schema/geography#State> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
......@@ -189,7 +189,7 @@ ep-dpr-spin-lib:selectProductionFacilityType
sp:arg1 spin:_arg1 ;
sp:arg2 combo:RF_county
] ;
sp:arg2 ep-geog:County ;
sp:arg2 <http://www.reportinghub.no/ep/schema/geography#County> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
......
# Saved by TopBraid on Sun Oct 09 08:50:58 BST 2011
# Saved by TopBraid on Sun Oct 09 10:30:44 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Oct 09 10:16:31 BST 2011
# Saved by TopBraid on Sun Oct 09 10:33:34 BST 2011
# baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.witsml.org/schemas/1series
......@@ -16,7 +16,6 @@
@prefix ddr: <http://www.witsml.org/schemas/1series#> .
@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> .
@prefix ep-drill-eqt-typ: <http://www.reportinghub.no/ep/schema/drilling-equipment-type#> .
@prefix ep-geog: <http://www.reportinghub.no/ep/schema/1.0/geography#> .
@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
......@@ -30,7 +29,7 @@
<http://www.reportinghub.no/ep/spin/1.1/lib>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ;
owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-spin-lib:Function
......@@ -505,12 +504,12 @@ ep-spin-lib:buildURI
] ;
spin:constraint
[ rdf:type spl:Argument ;
spl:predicate sp:arg1 ;
spl:predicate sp:arg2 ;
spl:valueType xsd:string
] ;
spin:constraint
[ rdf:type spl:Argument ;
spl:predicate sp:arg2 ;
spl:predicate sp:arg1 ;
spl:valueType xsd:string
] .
......
# Saved by TopBraid on Sun Oct 09 10:17:22 BST 2011
# Saved by TopBraid on Sun Oct 09 10:35:53 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://spinrdf.org/spin
# imports: http://www.witsml.org/schemas/131/addendum/combo
......@@ -20,355 +20,355 @@
<http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> ;
owl:imports <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/131/addendum/combo#Co_productVolume>
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 20102 record the flows"^^xsd:string ;
sp:templates ([ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ;
rdfs:comment """STEP 20101 Record the Facility that has the flows
Nothing is done with the namingSystem!"""^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b3 ;
] [ sp:object _:b2 ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object
[ sp:varName "productionFlowType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b4 ;
] [ sp:object _:b3 ;
sp:predicate rdfs:label ;
sp:subject _:b1
]) ;
sp:where ([ sp:object _:b5 ;
sp:where ([ sp:object _:b4 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#facilityRef> ;
sp:subject spin:_this
] [ sp:object _:b6 ;
] [ sp:object _:b5 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#nameRef> ;
sp:subject _:b5
] [ sp:object _:b7 ;
sp:subject _:b4
] [ sp:object _:b3 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b6
] [ sp:object _:b8 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowRef> ;
sp:subject _:b5
] [ sp:object _:b4 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b8
] [ sp:object _:b9 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b8
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "flowDirection"^^xsd:string
[ sp:varName "facilityNamingSystem"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#directionRef> ;
sp:subject _:b8
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#namingSystem> ;
sp:subject _:b5
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "flowQualifier"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#qualifierRef> ;
sp:subject _:b8
sp:elements ([ sp:object _:b6 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b5
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b7
sp:arg1 _:b3
] ;
sp:variable _:b10
sp:variable _:b7
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b10
] ;
sp:variable _:b2
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b4
] ;
sp:variable _:b11
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFlowURI ;
sp:arg1 _:b11
sp:arg1 _:b7
] ;
sp:variable _:b1
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectProductionFlowPurposeType ;
sp:arg1 _:b9
] ;
sp:variable _:b3
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectProductionFlowQualifierType ;
sp:arg1 _:b9
[ rdf:type ep-dpr-spin-lib:selectProductionFacilityType ;
sp:arg1 _:b6
] ;
sp:variable
[ sp:varName "productionFlowQualitierType"^^xsd:string
]
sp:variable _:b2
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 9999 stream of conciousness"^^xsd:string ;
sp:templates () ;
sp:where ([ sp:object _:b12 ;
sp:where ([ sp:object _:b8 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#facilityRef> ;
sp:subject spin:_this
] [ sp:object _:b13 ;
] [ sp:object _:b9 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#nameRef> ;
sp:subject _:b12
sp:subject _:b8
] [ sp:object
[ sp:varName "facilityName"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b13
sp:subject _:b9
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "facilityNamingSystem"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#namingSystem> ;
sp:subject _:b13
sp:subject _:b9
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "facilityKind"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b13
sp:subject _:b9
])
] [ sp:object _:b14 ;
] [ sp:object _:b10 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowRef> ;
sp:subject _:b12
sp:subject _:b8
] [ sp:object
[ sp:varName "flowName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b14
sp:subject _:b10
] [ sp:object
[ sp:varName "flowKind"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b14
sp:subject _:b10
] [ sp:object
[ sp:varName "flowDirection"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#directionRef> ;
sp:subject _:b14
sp:subject _:b10
] [ sp:object
[ sp:varName "flowQualifier"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#qualifierRef> ;
sp:subject _:b14
] [ sp:object _:b15 ;
sp:subject _:b10
] [ sp:object _:b11 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productRef> ;
sp:subject _:b14
] [ sp:object _:b16 ;
sp:subject _:b10
] [ sp:object _:b12 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#nameRef> ;
sp:subject _:b15
sp:subject _:b11
] [ sp:object
[ sp:varName "productName"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b16
sp:subject _:b12
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "productNamingSystem"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#namingSystem> ;
sp:subject _:b16
sp:subject _:b12
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b17 ;
sp:elements ([ sp:object _:b13 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b16
sp:subject _:b12
])
] [ sp:object _:b17 ;
] [ sp:object _:b13 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b15
] [ sp:object _:b18 ;
sp:subject _:b11
] [ sp:object _:b14 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#periodRef> ;
sp:subject _:b15
sp:subject _:b11
] [ sp:object
[ sp:varName "periodKind"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b18
sp:subject _:b14
] [ sp:object
[ sp:varName "startTime"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
sp:subject _:b18
sp:subject _:b14
] [ sp:object
[ sp:varName "endTime"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
sp:subject _:b18
sp:subject _:b14
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b19 ;
sp:elements ([ sp:object _:b15 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#volumeRef> ;
sp:subject _:b18
sp:subject _:b14
] [ sp:object
[ sp:varName "realVolume"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b19
sp:subject _:b15
] [ sp:object
[ sp:varName "uomVolume"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b19
sp:subject _:b15
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b20 ;
sp:elements ([ sp:object _:b16 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#volumeStdRef> ;
sp:subject _:b18
sp:subject _:b14
] [ sp:object
[ sp:varName "realVolumeStd"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b20
sp:subject _:b16
] [ sp:object
[ sp:varName "uomVolumeStd"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b20
sp:subject _:b16
])
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 20101 Record the Facility that has the flows
Nothing is done with the namingSystem!"""^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ;
rdfs:comment "STEP 20102 record the flows"^^xsd:string ;
sp:templates ([ sp:object _:b17 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b18
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ;
sp:predicate rdf:type ;
sp:subject _:b21
] [ sp:object _:b22 ;
sp:subject _:b17
] [ sp:object _:b19 ;
sp:predicate rdf:type ;
sp:subject _:b21
] [ sp:object _:b23 ;
sp:subject _:b17
] [ sp:object
[ sp:varName "productionFlowType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b17
] [ sp:object _:b20 ;
sp:predicate rdfs:label ;
sp:subject _:b21
sp:subject _:b17
]) ;
sp:where ([ sp:object _:b24 ;
sp:where ([ sp:object _:b21 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#facilityRef> ;
sp:subject spin:_this
] [ sp:object _:b25 ;
] [ sp:object _:b22 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#nameRef> ;
sp:subject _:b24
sp:subject _:b21
] [ sp:object _:b23 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b25
sp:subject _:b22
] [ sp:object _:b24 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowRef> ;
sp:subject _:b21
] [ sp:object _:b20 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b24
] [ sp:object _:b25 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b24
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "facilityNamingSystem"^^xsd:string
[ sp:varName "flowDirection"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#namingSystem> ;
sp:subject _:b25
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#directionRef> ;
sp:subject _:b24
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b26 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b25
sp:elements ([ sp:object
[ sp:varName "flowQualifier"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#qualifierRef> ;
sp:subject _:b24
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b23
] ;
sp:variable _:b27
sp:variable _:b26
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b26
] ;
sp:variable _:b18
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b20
] ;
sp:variable _:b27
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFlowURI ;
sp:arg1 _:b27
] ;
sp:variable _:b21
sp:variable _:b17
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectProductionFacilityType ;
sp:arg1 _:b26
[ rdf:type ep-dpr-spin-lib:selectProductionFlowPurposeType ;
sp:arg1 _:b25
] ;
sp:variable _:b19
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectProductionFlowQualifierType ;
sp:arg1 _:b25
] ;
sp:variable _:b22
sp:variable
[ sp:varName "productionFlowQualitierType"^^xsd:string
]
])
] .
_:b3 sp:varName "productionFlowPurposeType"^^xsd:string .
_:b1 sp:varName "productionFlow"^^xsd:string .
_:b11
sp:varName "normalizedFlowName"^^xsd:string .
_:b2 sp:varName "productionFacility"^^xsd:string .
_:b10
sp:varName "normalizedFacilityName"^^xsd:string .
_:b7 sp:varName "normalizedFacilityName"^^xsd:string .
_:b9 sp:varName "flowKind"^^xsd:string .
_:b6 sp:varName "facilityKind"^^xsd:string .
_:b4 sp:varName "flowName"^^xsd:string .
_:b5 sp:varName "facilityNameRef"^^xsd:string .
_:b8 sp:varName "flowRef"^^xsd:string .
_:b4 sp:varName "facilityRef"^^xsd:string .
_:b7 sp:varName "facilityName"^^xsd:string .
_:b3 sp:varName "facilityName"^^xsd:string .
_:b6 sp:varName "facilityNameRef"^^xsd:string .
_:b2 sp:varName "productionFacilityType"^^xsd:string .
_:b5 sp:varName "facilityRef"^^xsd:string .
_:b1 sp:varName "productionFacility"^^xsd:string .
_:b20
_:b16
sp:varName "volumeStdRef"^^xsd:string .
_:b19
_:b15
sp:varName "volumeRef"^^xsd:string .
_:b18
_:b14
sp:varName "period"^^xsd:string .
_:b17
_:b13
sp:varName "productKind"^^xsd:string .
_:b16
_:b12
sp:varName "productNameRef"^^xsd:string .
_:b15
_:b11
sp:varName "product"^^xsd:string .
_:b14
_:b10
sp:varName "flow"^^xsd:string .
_:b13
sp:varName "facilityNameRef"^^xsd:string .
_:b9 sp:varName "facilityNameRef"^^xsd:string .
_:b12
sp:varName "facility"^^xsd:string .
_:b8 sp:varName "facility"^^xsd:string .
_:b27
sp:varName "normalizedFacilityName"^^xsd:string .
sp:varName "normalizedFlowName"^^xsd:string .
_:b26
sp:varName "facilityKind"^^xsd:string .
sp:varName "normalizedFacilityName"^^xsd:string .
_:b25
sp:varName "facilityNameRef"^^xsd:string .
sp:varName "flowKind"^^xsd:string .
_:b24
sp:varName "facilityRef"^^xsd:string .
sp:varName "flowRef"^^xsd:string .
_:b23
sp:varName "facilityName"^^xsd:string .
_:b22
sp:varName "productionFacilityType"^^xsd:string .
sp:varName "facilityNameRef"^^xsd:string .
_:b21
sp:varName "facilityRef"^^xsd:string .
_:b20
sp:varName "flowName"^^xsd:string .
_:b19
sp:varName "productionFlowPurposeType"^^xsd:string .
_:b18
sp:varName "productionFacility"^^xsd:string .
_:b17
sp:varName "productionFlow"^^xsd:string .
......