David Price

Merge branch 'bitdl'

This diff could not be displayed because it is too large.
# Saved by TopBraid on Fri Oct 28 20:31:52 BST 2011
# baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.witsml.org/schemas/1series
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/spin/rh
# imports: http://www.witsml.org/schemas/1series
@prefix activity-purpose: <http://www.reportinghub.no/ep/schema/1.0/activity-purpose#> .
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
......@@ -32,7 +31,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/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/report> , <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/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/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/report> , <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
......@@ -213,7 +212,8 @@ ep-spin-lib:buildExtractAWellCoreURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b7) ;
sp:resultVariables ([ sp:varName "uri"^^xsd:string
]) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -221,10 +221,14 @@ ep-spin-lib:buildExtractAWellCoreURI
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
sp:arg3 spin:_arg2
sp:arg3 spin:_arg2 ;
sp:arg4 "$" ;
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b7
sp:variable
[ sp:varName "uri"^^xsd:string
]
])
] .
......@@ -234,7 +238,7 @@ ep-spin-lib:buildFluidReadingURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b8) ;
sp:resultVariables (_:b7) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -247,7 +251,7 @@ ep-spin-lib:buildFluidReadingURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b8
sp:variable _:b7
])
] .
......@@ -257,7 +261,8 @@ ep-spin-lib:buildGasReadingURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b9) ;
sp:resultVariables ([ sp:varName "uri"^^xsd:string
]) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -265,10 +270,14 @@ ep-spin-lib:buildGasReadingURI
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
sp:arg3 spin:_arg2
sp:arg3 spin:_arg2 ;
sp:arg4 "$" ;
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b9
sp:variable
[ sp:varName "uri"^^xsd:string
]
])
] .
......@@ -278,7 +287,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b10) ;
sp:resultVariables (_:b8) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -289,7 +298,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b10
sp:variable _:b8
])
] .
......@@ -299,7 +308,7 @@ ep-spin-lib:buildLithShowObservationURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b11) ;
sp:resultVariables (_:b9) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -312,7 +321,7 @@ ep-spin-lib:buildLithShowObservationURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b11
sp:variable _:b9
])
] .
......@@ -322,7 +331,8 @@ ep-spin-lib:buildOpenPerforationIntervalURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b12) ;
sp:resultVariables ([ sp:varName "uri"^^xsd:string
]) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -330,10 +340,14 @@ ep-spin-lib:buildOpenPerforationIntervalURI
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
sp:arg3 spin:_arg2
sp:arg3 spin:_arg2 ;
sp:arg4 "$" ;
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b12
sp:variable
[ sp:varName "uri"^^xsd:string
]
])
] .
......@@ -343,7 +357,7 @@ ep-spin-lib:buildPartActivityURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b13) ;
sp:resultVariables (_:b10) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -356,7 +370,7 @@ ep-spin-lib:buildPartActivityURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b13
sp:variable _:b10
])
] .
......@@ -366,7 +380,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b14) ;
sp:resultVariables (_:b11) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -377,7 +391,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b14
sp:variable _:b11
])
] .
......@@ -387,7 +401,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b15) ;
sp:resultVariables (_:b12) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -398,7 +412,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b15
sp:variable _:b12
])
] .
......@@ -408,7 +422,7 @@ ep-spin-lib:buildPorePressureDeterminationURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b16) ;
sp:resultVariables (_:b13) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -421,7 +435,7 @@ ep-spin-lib:buildPorePressureDeterminationURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b16
sp:variable _:b13
])
] .
......@@ -431,7 +445,7 @@ ep-spin-lib:buildPreliminaryZonationURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b17) ;
sp:resultVariables (_:b14) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -444,7 +458,7 @@ ep-spin-lib:buildPreliminaryZonationURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b17
sp:variable _:b14
])
] .
......@@ -474,7 +488,7 @@ ep-spin-lib:buildTemporalPartOfARigURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b18) ;
sp:resultVariables (_:b15) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -487,7 +501,7 @@ ep-spin-lib:buildTemporalPartOfARigURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b18
sp:variable _:b15
])
] .
......@@ -497,7 +511,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b19) ;
sp:resultVariables (_:b16) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -508,7 +522,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b19
sp:variable _:b16
])
] .
......@@ -518,7 +532,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b20) ;
sp:resultVariables (_:b17) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -531,7 +545,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b20
sp:variable _:b17
])
] .
......@@ -541,7 +555,7 @@ ep-spin-lib:buildURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b21) ;
sp:resultVariables (_:b18) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:iri ;
......@@ -550,17 +564,17 @@ ep-spin-lib:buildURI
sp:arg2 spin:_arg2
]
] ;
sp:variable _:b21
sp:variable _:b18
])
] ;
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
] .
......@@ -570,7 +584,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b22) ;
sp:resultVariables (_:b19) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -583,7 +597,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b22
sp:variable _:b19
])
] .
......@@ -593,7 +607,7 @@ ep-spin-lib:buildWellBoreDrillBitRunURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b23) ;
sp:resultVariables (_:b20) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -606,7 +620,7 @@ ep-spin-lib:buildWellBoreDrillBitRunURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b23
sp:variable _:b20
])
] .
......@@ -616,7 +630,7 @@ ep-spin-lib:buildWellBoreDrillBitURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b24) ;
sp:resultVariables (_:b21) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -627,7 +641,7 @@ ep-spin-lib:buildWellBoreDrillBitURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b24
sp:variable _:b21
])
] .
......@@ -637,7 +651,7 @@ ep-spin-lib:buildWellBoreKickOffURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b25) ;
sp:resultVariables (_:b22) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -646,7 +660,7 @@ ep-spin-lib:buildWellBoreKickOffURI
sp:arg1 spin:_arg1
]
] ;
sp:variable _:b25
sp:variable _:b22
])
] .
......@@ -656,7 +670,7 @@ ep-spin-lib:buildWellBoreLogRunURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b26) ;
sp:resultVariables (_:b23) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -669,7 +683,7 @@ ep-spin-lib:buildWellBoreLogRunURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b26
sp:variable _:b23
])
] .
......@@ -679,7 +693,8 @@ ep-spin-lib:buildWellCementJobURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b27) ;
sp:resultVariables ([ sp:varName "uri"^^xsd:string
]) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -687,10 +702,14 @@ ep-spin-lib:buildWellCementJobURI
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
sp:arg3 spin:_arg2
sp:arg3 spin:_arg2 ;
sp:arg4 "$" ;
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b27
sp:variable
[ sp:varName "uri"^^xsd:string
]
])
] .
......@@ -700,7 +719,7 @@ ep-spin-lib:buildWellControlIncidentURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b28) ;
sp:resultVariables (_:b24) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -713,7 +732,7 @@ ep-spin-lib:buildWellControlIncidentURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b28
sp:variable _:b24
])
] .
......@@ -723,7 +742,8 @@ ep-spin-lib:buildWellStimulationURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b29) ;
sp:resultVariables ([ sp:varName "uri"^^xsd:string
]) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -731,10 +751,14 @@ ep-spin-lib:buildWellStimulationURI
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
sp:arg3 spin:_arg2
sp:arg3 spin:_arg2 ;
sp:arg4 "$" ;
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b29
sp:variable
[ sp:varName "uri"^^xsd:string
]
])
] .
......@@ -744,7 +768,8 @@ ep-spin-lib:buildWellTestURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b30) ;
sp:resultVariables ([ sp:varName "uri"^^xsd:string
]) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -752,10 +777,14 @@ ep-spin-lib:buildWellTestURI
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
sp:arg3 spin:_arg2
sp:arg3 spin:_arg2 ;
sp:arg4 "$" ;
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b30
sp:variable
[ sp:varName "uri"^^xsd:string
]
])
] .
......@@ -765,7 +794,8 @@ ep-spin-lib:buildWirelineFormationTestURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b31) ;
sp:resultVariables ([ sp:varName "uri"^^xsd:string
]) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -773,10 +803,14 @@ ep-spin-lib:buildWirelineFormationTestURI
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
sp:arg3 spin:_arg2
sp:arg3 spin:_arg2 ;
sp:arg4 "$" ;
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b31
sp:variable
[ sp:varName "uri"^^xsd:string
]
])
] .
......@@ -913,7 +947,7 @@ ep-spin-lib:normalizeString
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b32) ;
sp:resultVariables (_:b25) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
......@@ -921,67 +955,67 @@ ep-spin-lib:normalizeString
sp:arg2 "\\((.*)\\)" ;
sp:arg3 ""
] ;
sp:variable _:b33
sp:variable _:b26
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:trim ;
sp:arg1 _:b33
sp:arg1 _:b26
] ;
sp:variable _:b34
sp:variable _:b27
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:encodeURL ;
sp:arg1 _:b34
sp:arg1 _:b27
] ;
sp:variable _:b35
sp:variable _:b28
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b35 ;
sp:arg1 _:b28 ;
sp:arg2 "%2F" ;
sp:arg3 "_"
] ;
sp:variable _:b36
sp:variable _:b29
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b36 ;
sp:arg1 _:b29 ;
sp:arg2 "%[0-9A-F][0-9A-F]" ;
sp:arg3 ""
] ;
sp:variable _:b37
sp:variable _:b30
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b37 ;
sp:arg1 _:b30 ;
sp:arg2 "\\+" ;
sp:arg3 "_"
] ;
sp:variable _:b38
sp:variable _:b31
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b38 ;
sp:arg1 _:b31 ;
sp:arg2 "_+" ;
sp:arg3 "_"
] ;
sp:variable _:b39
sp:variable _:b32
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b39 ;
sp:arg1 _:b32 ;
sp:arg2 "\\*" ;
sp:arg3 ""
] ;
sp:variable _:b40
sp:variable _:b33
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type xsd:string ;
sp:arg1 [ rdf:type smf:upperCase ;
sp:arg1 _:b40
sp:arg1 _:b33
]
] ;
sp:variable _:b32
sp:variable _:b25
])
] ;
spin:constraint
......@@ -996,7 +1030,7 @@ ep-spin-lib:selectActivitySuccessType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b41) ;
sp:resultVariables (_:b34) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1007,7 +1041,7 @@ ep-spin-lib:selectActivitySuccessType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity>
] ;
sp:variable _:b41
sp:variable _:b34
])
] .
......@@ -1017,7 +1051,7 @@ ep-spin-lib:selectCasingRoleType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b42) ;
sp:resultVariables (_:b35) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1042,7 +1076,7 @@ ep-spin-lib:selectCasingRoleType
]
]
] ;
sp:variable _:b42
sp:variable _:b35
])
] .
......@@ -1052,7 +1086,7 @@ ep-spin-lib:selectCementingFluidReturnType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b43) ;
sp:resultVariables (_:b36) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1063,7 +1097,7 @@ ep-spin-lib:selectCementingFluidReturnType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn>
] ;
sp:variable _:b43
sp:variable _:b36
])
] .
......@@ -1073,7 +1107,7 @@ ep-spin-lib:selectClassOfWellDatumObject
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b44) ;
sp:resultVariables (_:b37) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1091,7 +1125,7 @@ ep-spin-lib:selectClassOfWellDatumObject
sp:arg3 owl:Nothing
]
] ;
sp:variable _:b44
sp:variable _:b37
])
] .
......@@ -1101,7 +1135,7 @@ ep-spin-lib:selectComponentType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b45) ;
sp:resultVariables (_:b38) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1140,7 +1174,7 @@ ep-spin-lib:selectComponentType
]
]
] ;
sp:variable _:b45
sp:variable _:b38
])
] .
......@@ -1150,7 +1184,7 @@ ep-spin-lib:selectDailyDrillingReportType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b46) ;
sp:resultVariables (_:b39) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1168,7 +1202,7 @@ ep-spin-lib:selectDailyDrillingReportType
sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport>
]
] ;
sp:variable _:b46
sp:variable _:b39
])
] .
......@@ -1178,7 +1212,7 @@ ep-spin-lib:selectDensityScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b47) ;
sp:resultVariables (_:b40) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1196,7 +1230,7 @@ ep-spin-lib:selectDensityScale
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
] ;
sp:variable _:b47
sp:variable _:b40
])
] .
......@@ -1206,7 +1240,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b48) ;
sp:resultVariables (_:b41) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1273,7 +1307,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
]
]
] ;
sp:variable _:b48
sp:variable _:b41
])
] .
......@@ -1283,7 +1317,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b49) ;
sp:resultVariables (_:b42) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1868,7 +1902,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
]
]
] ;
sp:variable _:b49
sp:variable _:b42
])
] .
......@@ -1878,7 +1912,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b50) ;
sp:resultVariables (_:b43) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1917,7 +1951,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
]
]
] ;
sp:variable _:b50
sp:variable _:b43
])
] .
......@@ -1927,7 +1961,7 @@ ep-spin-lib:selectDrillingEquipmentType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b51) ;
sp:resultVariables (_:b44) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2344,7 +2378,7 @@ ep-spin-lib:selectDrillingEquipmentType
]
]
] ;
sp:variable _:b51
sp:variable _:b44
])
] .
......@@ -2354,7 +2388,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b52) ;
sp:resultVariables (_:b45) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2365,7 +2399,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig>
] ;
sp:variable _:b52
sp:variable _:b45
])
] .
......@@ -2375,7 +2409,7 @@ ep-spin-lib:selectFluidType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b53) ;
sp:resultVariables (_:b46) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2407,7 +2441,7 @@ ep-spin-lib:selectFluidType
]
]
] ;
sp:variable _:b53
sp:variable _:b46
])
] .
......@@ -2417,7 +2451,7 @@ ep-spin-lib:selectGasReadingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b54) ;
sp:resultVariables (_:b47) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2484,7 +2518,7 @@ ep-spin-lib:selectGasReadingType
]
]
] ;
sp:variable _:b54
sp:variable _:b47
])
] .
......@@ -2494,7 +2528,7 @@ ep-spin-lib:selectInnerBarrelType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b55) ;
sp:resultVariables (_:b48) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2526,7 +2560,7 @@ ep-spin-lib:selectInnerBarrelType
]
]
] ;
sp:variable _:b55
sp:variable _:b48
])
] .
......@@ -2536,7 +2570,7 @@ ep-spin-lib:selectLabelOfSystem
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b56) ;
sp:resultVariables (_:b49) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2582,7 +2616,7 @@ ep-spin-lib:selectLabelOfSystem
]
]
] ;
sp:variable _:b56
sp:variable _:b49
])
] .
......@@ -2592,7 +2626,7 @@ ep-spin-lib:selectLengthScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b57) ;
sp:resultVariables (_:b50) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2673,7 +2707,7 @@ ep-spin-lib:selectLengthScale
]
]
] ;
sp:variable _:b57
sp:variable _:b50
])
] .
......@@ -2683,7 +2717,7 @@ ep-spin-lib:selectMassPerUnitLengthScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b58) ;
sp:resultVariables (_:b51) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2694,7 +2728,7 @@ ep-spin-lib:selectMassPerUnitLengthScale
sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b58
sp:variable _:b51
])
] .
......@@ -2704,7 +2738,7 @@ ep-spin-lib:selectMudClass
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b59) ;
sp:resultVariables (_:b52) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2729,7 +2763,7 @@ ep-spin-lib:selectMudClass
]
]
] ;
sp:variable _:b59
sp:variable _:b52
])
] .
......@@ -2739,7 +2773,7 @@ ep-spin-lib:selectPlaneAngleScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b60) ;
sp:resultVariables (_:b53) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2750,7 +2784,7 @@ ep-spin-lib:selectPlaneAngleScale
sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b60
sp:variable _:b53
])
] .
......@@ -2760,7 +2794,7 @@ ep-spin-lib:selectPlasticViscosityScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b61) ;
sp:resultVariables (_:b54) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2834,7 +2868,7 @@ ep-spin-lib:selectPlasticViscosityScale
]
]
] ;
sp:variable _:b61
sp:variable _:b54
])
] .
......@@ -2844,7 +2878,7 @@ ep-spin-lib:selectPorePressureDeterminationType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b62) ;
sp:resultVariables (_:b55) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2862,7 +2896,7 @@ ep-spin-lib:selectPorePressureDeterminationType
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination>
]
] ;
sp:variable _:b62
sp:variable _:b55
])
] .
......@@ -2872,7 +2906,7 @@ ep-spin-lib:selectPressureScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b63) ;
sp:resultVariables (_:b56) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2911,7 +2945,7 @@ ep-spin-lib:selectPressureScale
]
]
] ;
sp:variable _:b63
sp:variable _:b56
])
] .
......@@ -2921,7 +2955,7 @@ ep-spin-lib:selectPressureTestType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b64) ;
sp:resultVariables (_:b57) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2939,7 +2973,7 @@ ep-spin-lib:selectPressureTestType
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest>
]
] ;
sp:variable _:b64
sp:variable _:b57
])
] .
......@@ -2949,7 +2983,7 @@ ep-spin-lib:selectSpecificMassScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b65) ;
sp:resultVariables (_:b58) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2960,7 +2994,7 @@ ep-spin-lib:selectSpecificMassScale
sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillionByMass> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b65
sp:variable _:b58
])
] .
......@@ -2970,7 +3004,7 @@ ep-spin-lib:selectSpecificVolumeScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b66) ;
sp:resultVariables (_:b59) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3030,7 +3064,7 @@ ep-spin-lib:selectSpecificVolumeScale
]
]
] ;
sp:variable _:b66
sp:variable _:b59
])
] .
......@@ -3040,7 +3074,7 @@ ep-spin-lib:selectSpeedScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b67) ;
sp:resultVariables (_:b60) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3051,7 +3085,7 @@ ep-spin-lib:selectSpeedScale
sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b67
sp:variable _:b60
])
] .
......@@ -3061,7 +3095,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b68) ;
sp:resultVariables (_:b61) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3079,7 +3113,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
] ;
sp:variable _:b68
sp:variable _:b61
])
] .
......@@ -3089,7 +3123,7 @@ ep-spin-lib:selectTemperatureScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b69) ;
sp:resultVariables (_:b62) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3100,7 +3134,7 @@ ep-spin-lib:selectTemperatureScale
sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b69
sp:variable _:b62
])
] .
......@@ -3110,7 +3144,7 @@ ep-spin-lib:selectTimeDurationScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b70) ;
sp:resultVariables (_:b63) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3156,7 +3190,7 @@ ep-spin-lib:selectTimeDurationScale
]
]
] ;
sp:variable _:b70
sp:variable _:b63
])
] .
......@@ -3204,7 +3238,7 @@ ep-spin-lib:selectVolumeScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b71) ;
sp:resultVariables (_:b64) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3229,7 +3263,7 @@ ep-spin-lib:selectVolumeScale
]
]
] ;
sp:variable _:b71
sp:variable _:b64
])
] .
......@@ -3239,7 +3273,7 @@ ep-spin-lib:selectVolumetricFlowRateScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b72) ;
sp:resultVariables (_:b65) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3264,7 +3298,7 @@ ep-spin-lib:selectVolumetricFlowRateScale
]
]
] ;
sp:variable _:b72
sp:variable _:b65
])
] .
......@@ -3274,7 +3308,7 @@ ep-spin-lib:selectWellBoreDrillingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b73) ;
sp:resultVariables (_:b66) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3320,7 +3354,7 @@ ep-spin-lib:selectWellBoreDrillingType
]
]
] ;
sp:variable _:b73
sp:variable _:b66
])
] .
......@@ -3330,7 +3364,7 @@ ep-spin-lib:selectWellBoreHphtType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b74) ;
sp:resultVariables (_:b67) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3341,7 +3375,7 @@ ep-spin-lib:selectWellBoreHphtType
sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore>
] ;
sp:variable _:b74
sp:variable _:b67
])
] .
......@@ -3351,7 +3385,7 @@ ep-spin-lib:selectWellBoreTightnessType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b75) ;
sp:resultVariables (_:b68) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3362,7 +3396,7 @@ ep-spin-lib:selectWellBoreTightnessType
sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore>
] ;
sp:variable _:b75
sp:variable _:b68
])
] .
......@@ -3372,7 +3406,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b76) ;
sp:resultVariables (_:b69) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3383,7 +3417,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug>
] ;
sp:variable _:b76
sp:variable _:b69
])
] .
......@@ -3393,7 +3427,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b77) ;
sp:resultVariables (_:b70) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3404,7 +3438,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation>
] ;
sp:variable _:b77
sp:variable _:b70
])
] .
......@@ -3414,7 +3448,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b78) ;
sp:resultVariables (_:b71) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3425,7 +3459,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation>
] ;
sp:variable _:b78
sp:variable _:b71
])
] .
......@@ -3435,7 +3469,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b79) ;
sp:resultVariables (_:b72) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3446,7 +3480,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding>
] ;
sp:variable _:b79
sp:variable _:b72
])
] .
......@@ -3456,7 +3490,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b80) ;
sp:resultVariables (_:b73) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3467,7 +3501,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping>
] ;
sp:variable _:b80
sp:variable _:b73
])
] .
......@@ -3477,7 +3511,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b81) ;
sp:resultVariables (_:b74) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3488,7 +3522,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug>
] ;
sp:variable _:b81
sp:variable _:b74
])
] .
......@@ -3498,7 +3532,7 @@ ep-spin-lib:selectWellCementJobType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b82) ;
sp:resultVariables (_:b75) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3530,7 +3564,7 @@ ep-spin-lib:selectWellCementJobType
]
]
] ;
sp:variable _:b82
sp:variable _:b75
])
] .
......@@ -3540,7 +3574,7 @@ ep-spin-lib:selectWellControlIncidentType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b83) ;
sp:resultVariables (_:b76) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3572,7 +3606,7 @@ ep-spin-lib:selectWellControlIncidentType
]
]
] ;
sp:variable _:b83
sp:variable _:b76
])
] .
......@@ -3582,7 +3616,7 @@ ep-spin-lib:selectWellKillingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b84) ;
sp:resultVariables (_:b77) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3628,7 +3662,7 @@ ep-spin-lib:selectWellKillingType
]
]
] ;
sp:variable _:b84
sp:variable _:b77
])
] .
......@@ -3638,7 +3672,7 @@ ep-spin-lib:selectWellTestType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b85) ;
sp:resultVariables (_:b78) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3656,7 +3690,7 @@ ep-spin-lib:selectWellTestType
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest>
]
] ;
sp:variable _:b85
sp:variable _:b78
])
] .
......@@ -3666,7 +3700,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b86) ;
sp:resultVariables (_:b79) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3677,7 +3711,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal>
] ;
sp:variable _:b86
sp:variable _:b79
])
] .
......@@ -3687,7 +3721,7 @@ ep-spin-lib:selectYieldPointScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b87) ;
sp:resultVariables (_:b80) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3712,7 +3746,7 @@ ep-spin-lib:selectYieldPointScale
]
]
] ;
sp:variable _:b87
sp:variable _:b80
])
] .
......@@ -3785,190 +3819,169 @@ _:b24
sp:varName "uri"^^xsd:string .
_:b25
sp:varName "uri"^^xsd:string .
_:b26
sp:varName "uri"^^xsd:string .
_:b27
sp:varName "uri"^^xsd:string .
_:b29
sp:varName "uri"^^xsd:string .
_:b30
sp:varName "uri"^^xsd:string .
_:b31
sp:varName "uri"^^xsd:string .
_:b32
sp:varName "normalizedStr"^^xsd:string .
_:b33
_:b26
sp:varName "s1"^^xsd:string .
_:b34
_:b27
sp:varName "s2"^^xsd:string .
_:b35
_:b28
sp:varName "t0a"^^xsd:string .
_:b36
_:b29
sp:varName "t0b"^^xsd:string .
_:b37
_:b30
sp:varName "t1"^^xsd:string .
_:b38
_:b31
sp:varName "t2"^^xsd:string .
_:b39
_:b32
sp:varName "t3"^^xsd:string .
_:b40
_:b33
sp:varName "t4"^^xsd:string .
_:b41
_:b34
sp:varName "activitySuccessType"^^xsd:string .
_:b42
_:b35
sp:varName "casingRoleType"^^xsd:string .
_:b43
_:b36
sp:varName "cementingFluidReturnType"^^xsd:string .
_:b44
_:b37
sp:varName "classOfWellDatumObject"^^xsd:string .
_:b45
_:b38
sp:varName "componentType"^^xsd:string .
_:b46
_:b39
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b47
_:b40
sp:varName "densityScale"^^xsd:string .
_:b48
_:b41
sp:varName "drillingActivityOutcomeType"^^xsd:string .
_:b49
_:b42
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b50
_:b43
sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
_:b51
_:b44
sp:varName "drillingEquipmentType"^^xsd:string .
_:b52
_:b45
sp:varName "fixedOrMoveableRigType"^^xsd:string .
_:b53
_:b46
sp:varName "fluidType"^^xsd:string .
_:b54
_:b47
sp:varName "gasReadingType"^^xsd:string .
_:b55
_:b48
sp:varName "innerBarrelType"^^xsd:string .
_:b56
_:b49
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b57
_:b50
sp:varName "lengthScale"^^xsd:string .
_:b58
_:b51
sp:varName "massPerUnitLengthScale"^^xsd:string .
_:b59
_:b52
sp:varName "mudClass"^^xsd:string .
_:b60
_:b53
sp:varName "angleScale"^^xsd:string .
_:b61
_:b54
sp:varName "plasticViscosityScale"^^xsd:string .
_:b62
_:b55
sp:varName "porePressureDeterminationType"^^xsd:string .
_:b63
_:b56
sp:varName "pressureScale"^^xsd:string .
_:b64
_:b57
sp:varName "pressureTestType"^^xsd:string .
_:b65
_:b58
sp:varName "specificMassScale"^^xsd:string .
_:b66
_:b59
sp:varName "specificVolumeScale"^^xsd:string .
_:b67
_:b60
sp:varName "speedScale"^^xsd:string .
_:b68
_:b61
sp:varName "strengthScale"^^xsd:string .
_:b69
_:b62
sp:varName "temperatureScale"^^xsd:string .
_:b70
_:b63
sp:varName "durationScale"^^xsd:string .
_:b71
_:b64
sp:varName "volumeScale"^^xsd:string .
_:b72
_:b65
sp:varName "volumetricFlowRateScale"^^xsd:string .
_:b73
_:b66
sp:varName "wellBoreDrillingType"^^xsd:string .
_:b74
_:b67
sp:varName "wellBoreHphtType"^^xsd:string .
_:b75
_:b68
sp:varName "wellBoreTightnessType"^^xsd:string .
_:b76
_:b69
sp:varName "wellCementJobBottomPlugType"^^xsd:string .
_:b77
_:b70
sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
_:b78
_:b71
sp:varName "wellCementJobCasingRotationType"^^xsd:string .
_:b79
_:b72
sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
_:b80
_:b73
sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
_:b81
_:b74
sp:varName "wellCementJobTopPlugType"^^xsd:string .
_:b82
_:b75
sp:varName "wellCementJobType"^^xsd:string .
_:b83
_:b76
sp:varName "wellControlIncidentType"^^xsd:string .
_:b84
_:b77
sp:varName "wellKillingType"^^xsd:string .
_:b85
_:b78
sp:varName "wellTestType"^^xsd:string .
_:b86
_:b79
sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
_:b87
_:b80
sp:varName "yieldPointScale"^^xsd:string .
_:b28
sp:varName "uri"^^xsd:string .
......
# Saved by TopBraid on Fri Oct 28 10:19:14 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
# imports: http://spinrdf.org/spin
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> .
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
......@@ -20,7 +19,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ;
owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ddr:Obj_drillReport
......@@ -29,443 +28,542 @@ ddr:Obj_drillReport
rdfs:comment "STEP 280 Well stimulation"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellStimulation> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b1 ;
sp:subject
[ sp:varName "wellStimulation"^^xsd:string
]
] [ sp:object
[ sp:varName "wellStimulation"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b2
] [ sp:object _:b3 ;
sp:subject
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ sp:object
[ sp:varName "dTimStartStim"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b1
] [ sp:object _:b4 ;
sp:subject
[ sp:varName "wellStimulation"^^xsd:string
]
] [ sp:object
[ sp:varName "dTimEndStim"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b1
] [ sp:object _:b5 ;
sp:subject
[ sp:varName "wellStimulation"^^xsd:string
]
] [ sp:object
[ sp:varName "description"^^xsd:string
] ;
sp:predicate rdfs:comment ;
sp:subject _:b1
] [ sp:object _:b6 ;
sp:subject
[ sp:varName "wellStimulation"^^xsd:string
]
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b1
sp:subject
[ sp:varName "wellStimulation"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
sp:predicate rdf:type ;
sp:subject _:b6
] [ sp:object _:b7 ;
sp:subject _:b1
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b6
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
sp:predicate rdf:type ;
sp:subject _:b7
] [ sp:object _:b8 ;
sp:subject _:b2
] [ sp:object
[ sp:varName "wellBore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
sp:subject _:b7
] [ sp:object _:b9 ;
sp:subject _:b2
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b7
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b9
] [ sp:object _:b10 ;
sp:predicate _:b11 ;
sp:subject _:b9
] [ sp:object _:b12 ;
sp:subject _:b3
] [ sp:object
[ sp:varName "realMdTop"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMdTop"^^xsd:string
] ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b7
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b12
] [ sp:object _:b13 ;
sp:predicate _:b14 ;
sp:subject _:b12
] [ sp:object _:b15 ;
sp:subject _:b4
] [ sp:object
[ sp:varName "realMdBottom"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMdBottom"^^xsd:string
] ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ;
sp:subject _:b7
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ;
sp:predicate rdf:type ;
sp:subject _:b15
] [ sp:object _:b16 ;
sp:subject _:b5
] [ sp:object
[ sp:varName "casingRoleType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b15
] [ sp:object _:b17 ;
sp:subject _:b5
] [ sp:object
[ sp:varName "tubeType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b15
] [ sp:object _:b18 ;
sp:subject _:b5
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#insideDiameterOfATubular> ;
sp:subject _:b15
sp:subject _:b5
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b18
] [ sp:object _:b19 ;
sp:predicate _:b20 ;
sp:subject _:b18
] [ sp:object _:b21 ;
sp:subject _:b6
] [ sp:object
[ sp:varName "realId"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleId"^^xsd:string
] ;
sp:subject _:b6
] [ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ;
sp:subject _:b15
sp:subject _:b5
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b21
] [ sp:object _:b22 ;
sp:predicate _:b23 ;
sp:subject _:b21
] [ sp:object _:b24 ;
sp:subject _:b7
] [ sp:object
[ sp:varName "realOd"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleOd"^^xsd:string
] ;
sp:subject _:b7
] [ sp:object _:b8 ;
sp:predicate rdf:type ;
sp:subject _:b15
sp:subject _:b5
] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitLength> ;
sp:predicate rdf:type ;
sp:subject _:b24
] [ sp:object _:b25 ;
sp:predicate _:b26 ;
sp:subject _:b24
] [ sp:object _:b27 ;
sp:subject _:b8
] [ sp:object
[ sp:varName "realMassPerUnitLength"^^xsd:string
] ;
sp:predicate
[ sp:varName "massPerUnitLengthScale"^^xsd:string
] ;
sp:subject _:b8
] [ sp:object _:b9 ;
sp:predicate rdf:type ;
sp:subject _:b15
sp:subject _:b5
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#API_5CT_class> ;
sp:predicate rdf:type ;
sp:subject _:b27
] [ sp:object _:b28 ;
sp:subject _:b9
] [ sp:object
[ sp:varName "grade"^^xsd:string
] ;
sp:predicate rdfs:label ;
sp:subject _:b27
] [ sp:object _:b29 ;
sp:subject _:b9
] [ sp:object _:b10 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#hasTubularConnectionClass> ;
sp:subject _:b15
sp:subject _:b5
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TubularConnectionClass> ;
sp:predicate rdf:type ;
sp:subject _:b29
] [ sp:object _:b30 ;
sp:subject _:b10
] [ sp:object
[ sp:varName "connection"^^xsd:string
] ;
sp:predicate rdfs:label ;
sp:subject _:b29
] [ sp:object _:b31 ;
sp:subject _:b10
] [ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#stringLengthOfATubular> ;
sp:subject _:b15
sp:subject _:b5
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b31
] [ sp:object _:b32 ;
sp:predicate _:b33 ;
sp:subject _:b31
sp:subject _:b11
] [ sp:object
[ sp:varName "realLen"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleLen"^^xsd:string
] ;
sp:subject _:b11
]) ;
sp:where ([ sp:object _:b34 ;
sp:where ([ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b35 ;
] [ sp:object
[ sp:varName "dTimStart"^^xsd:string
] ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b36 ;
] [ sp:object
[ sp:varName "casingLinerTubing"^^xsd:string
] ;
sp:predicate ddr:casing_liner_tubingRef ;
sp:subject spin:_this
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b37 ;
sp:elements ([ sp:object
[ sp:varName "enumTubeType"^^xsd:string
] ;
sp:predicate ddr:typeRef ;
sp:subject _:b36
sp:subject
[ sp:varName "casingLinerTubing"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b38 ;
sp:elements ([ sp:object
[ sp:varName "id"^^xsd:string
] ;
sp:predicate ddr:idRef ;
sp:subject _:b36
] [ sp:object _:b39 ;
sp:subject
[ sp:varName "casingLinerTubing"^^xsd:string
]
] [ sp:object
[ sp:varName "uomId"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject _:b38
] [ sp:object _:b19 ;
sp:subject
[ sp:varName "id"^^xsd:string
]
] [ sp:object
[ sp:varName "realId"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b38
sp:subject
[ sp:varName "id"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b40 ;
sp:elements ([ sp:object
[ sp:varName "od"^^xsd:string
] ;
sp:predicate ddr:odRef ;
sp:subject _:b36
] [ sp:object _:b41 ;
sp:subject
[ sp:varName "casingLinerTubing"^^xsd:string
]
] [ sp:object
[ sp:varName "uomOd"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject _:b40
] [ sp:object _:b22 ;
sp:subject
[ sp:varName "od"^^xsd:string
]
] [ sp:object
[ sp:varName "realOd"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b40
sp:subject
[ sp:varName "od"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b42 ;
sp:elements ([ sp:object
[ sp:varName "weight"^^xsd:string
] ;
sp:predicate ddr:weightRef ;
sp:subject _:b36
] [ sp:object _:b43 ;
sp:subject
[ sp:varName "casingLinerTubing"^^xsd:string
]
] [ sp:object
[ sp:varName "uomWeight"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject _:b42
] [ sp:object _:b25 ;
sp:subject
[ sp:varName "weight"^^xsd:string
]
] [ sp:object
[ sp:varName "realMassPerUnitLength"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b42
sp:subject
[ sp:varName "weight"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b28 ;
sp:elements ([ sp:object
[ sp:varName "grade"^^xsd:string
] ;
sp:predicate ddr:grade ;
sp:subject _:b36
sp:subject
[ sp:varName "casingLinerTubing"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b30 ;
sp:elements ([ sp:object
[ sp:varName "connection"^^xsd:string
] ;
sp:predicate ddr:connection ;
sp:subject _:b36
sp:subject
[ sp:varName "casingLinerTubing"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b44 ;
sp:elements ([ sp:object
[ sp:varName "length"^^xsd:string
] ;
sp:predicate ddr:lengthRef ;
sp:subject _:b36
] [ sp:object _:b45 ;
sp:subject
[ sp:varName "casingLinerTubing"^^xsd:string
]
] [ sp:object
[ sp:varName "uomLen"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject _:b44
] [ sp:object _:b32 ;
sp:subject
[ sp:varName "length"^^xsd:string
]
] [ sp:object
[ sp:varName "realLen"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b44
sp:subject
[ sp:varName "length"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b46 ;
sp:elements ([ sp:object
[ sp:varName "mdTop"^^xsd:string
] ;
sp:predicate ddr:mdTopRef ;
sp:subject _:b36
] [ sp:object _:b47 ;
sp:subject
[ sp:varName "casingLinerTubing"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMdTop"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject _:b46
] [ sp:object _:b10 ;
sp:subject
[ sp:varName "mdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "realMdTop"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b46
sp:subject
[ sp:varName "mdTop"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b48 ;
sp:elements ([ sp:object
[ sp:varName "mdBottom"^^xsd:string
] ;
sp:predicate ddr:mdBottomRef ;
sp:subject _:b36
] [ sp:object _:b49 ;
sp:subject
[ sp:varName "casingLinerTubing"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMdBottom"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject _:b48
] [ sp:object _:b13 ;
sp:subject
[ sp:varName "mdBottom"^^xsd:string
]
] [ sp:object
[ sp:varName "realMdBottom"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b48
sp:subject
[ sp:varName "mdBottom"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b50 ;
sp:elements ([ sp:object
[ sp:varName "casingLinerTubingRun"^^xsd:string
] ;
sp:predicate ddr:casing_liner_tubing_runRef ;
sp:subject _:b36
] [ sp:object _:b51 ;
sp:subject
[ sp:varName "casingLinerTubing"^^xsd:string
]
] [ sp:object
[ sp:varName "enumCasingType"^^xsd:string
] ;
sp:predicate ddr:casingTypeRef ;
sp:subject _:b50
sp:subject
[ sp:varName "casingLinerTubingRun"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b50 ;
sp:elements ([ sp:object
[ sp:varName "casingLinerTubingRun"^^xsd:string
] ;
sp:predicate ddr:casing_liner_tubing_runRef ;
sp:subject _:b36
] [ sp:object _:b5 ;
sp:subject
[ sp:varName "casingLinerTubing"^^xsd:string
]
] [ sp:object
[ sp:varName "description"^^xsd:string
] ;
sp:predicate ddr:description ;
sp:subject _:b50
sp:subject
[ sp:varName "casingLinerTubingRun"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b50 ;
sp:elements ([ sp:object
[ sp:varName "casingLinerTubingRun"^^xsd:string
] ;
sp:predicate ddr:casing_liner_tubing_runRef ;
sp:subject _:b36
] [ sp:object _:b3 ;
sp:subject
[ sp:varName "casingLinerTubing"^^xsd:string
]
] [ sp:object
[ sp:varName "dTimStartStim"^^xsd:string
] ;
sp:predicate ddr:dTimStart ;
sp:subject _:b50
sp:subject
[ sp:varName "casingLinerTubingRun"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b50 ;
sp:elements ([ sp:object
[ sp:varName "casingLinerTubingRun"^^xsd:string
] ;
sp:predicate ddr:casing_liner_tubing_runRef ;
sp:subject _:b36
] [ sp:object _:b4 ;
sp:subject
[ sp:varName "casingLinerTubing"^^xsd:string
]
] [ sp:object
[ sp:varName "dTimEndStim"^^xsd:string
] ;
sp:predicate ddr:dTimEnd ;
sp:subject _:b50
sp:subject
[ sp:varName "casingLinerTubingRun"^^xsd:string
]
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b34
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
] ;
sp:variable _:b52
sp:variable
[ sp:varName "normalizedWellBoreName"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b52 ;
sp:arg2 _:b35
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
]
] ;
sp:variable _:b2
sp:variable
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b36
sp:arg1 [ sp:varName "casingLinerTubing"^^xsd:string
]
] ;
sp:variable _:b53
sp:variable
[ sp:varName "localname"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellStimulationURI ;
sp:arg1 _:b52 ;
sp:arg2 _:b53
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
] ;
sp:arg3 [ sp:varName "localname"^^xsd:string
]
] ;
sp:variable _:b1
sp:variable
[ sp:varName "wellStimulation"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectCasingRoleType ;
sp:arg1 _:b51
sp:arg1 [ sp:varName "enumCasingType"^^xsd:string
]
] ;
sp:variable _:b16
sp:variable
[ sp:varName "casingRoleType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectTubeType ;
sp:arg1 _:b37
sp:arg1 [ sp:varName "enumTubeType"^^xsd:string
]
] ;
sp:variable _:b17
sp:variable
[ sp:varName "tubeType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b39
sp:arg1 [ sp:varName "uomId"^^xsd:string
]
] ;
sp:variable _:b20
sp:variable
[ sp:varName "lengthScaleId"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b41
sp:arg1 [ sp:varName "uomOd"^^xsd:string
]
] ;
sp:variable _:b23
sp:variable
[ sp:varName "lengthScaleOd"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b45
sp:arg1 [ sp:varName "uomLen"^^xsd:string
]
] ;
sp:variable _:b33
sp:variable
[ sp:varName "lengthScaleLen"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b47
sp:arg1 [ sp:varName "uomMdTop"^^xsd:string
]
] ;
sp:variable _:b11
sp:variable
[ sp:varName "lengthScaleMdTop"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b49
sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string
]
] ;
sp:variable _:b14
sp:variable
[ sp:varName "lengthScaleMdBottom"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectMassPerUnitLengthScale ;
sp:arg1 _:b43
sp:arg1 [ sp:varName "uomWeight"^^xsd:string
]
] ;
sp:variable _:b26
sp:variable
[ sp:varName "massPerUnitLengthScale"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellBoreByName ;
arg:wellBoreName
[ rdf:type xsd:string ;
sp:arg1 _:b34
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
]
] ;
sp:variable _:b8
sp:variable
[ sp:varName "wellBore"^^xsd:string
]
])
] .
_:b34
sp:varName "nameWellBore"^^xsd:string .
_:b35
sp:varName "dTimStart"^^xsd:string .
_:b36
sp:varName "casingLinerTubing"^^xsd:string .
_:b37
sp:varName "enumTubeType"^^xsd:string .
_:b38
sp:varName "id"^^xsd:string .
_:b39
sp:varName "uomId"^^xsd:string .
_:b19
sp:varName "realId"^^xsd:string .
_:b40
sp:varName "od"^^xsd:string .
_:b41
sp:varName "uomOd"^^xsd:string .
_:b22
sp:varName "realOd"^^xsd:string .
_:b42
sp:varName "weight"^^xsd:string .
_:b43
sp:varName "uomWeight"^^xsd:string .
_:b25
sp:varName "realMassPerUnitLength"^^xsd:string .
_:b28
sp:varName "grade"^^xsd:string .
_:b30
sp:varName "connection"^^xsd:string .
_:b44
sp:varName "length"^^xsd:string .
_:b45
sp:varName "uomLen"^^xsd:string .
_:b32
sp:varName "realLen"^^xsd:string .
_:b46
sp:varName "mdTop"^^xsd:string .
_:b47
sp:varName "uomMdTop"^^xsd:string .
_:b10
sp:varName "realMdTop"^^xsd:string .
_:b48
sp:varName "mdBottom"^^xsd:string .
_:b49
sp:varName "uomMdBottom"^^xsd:string .
_:b13
sp:varName "realMdBottom"^^xsd:string .
_:b50
sp:varName "casingLinerTubingRun"^^xsd:string .
_:b51
sp:varName "enumCasingType"^^xsd:string .
_:b5 sp:varName "description"^^xsd:string .
_:b3 sp:varName "dTimStartStim"^^xsd:string .
_:b4 sp:varName "dTimEndStim"^^xsd:string .
_:b52
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b53
sp:varName "localname"^^xsd:string .
_:b1 sp:varName "wellStimulation"^^xsd:string .
_:b16
sp:varName "casingRoleType"^^xsd:string .
_:b17
sp:varName "tubeType"^^xsd:string .
_:b20
sp:varName "lengthScaleId"^^xsd:string .
_:b23
sp:varName "lengthScaleOd"^^xsd:string .
_:b33
sp:varName "lengthScaleLen"^^xsd:string .
_:b11
sp:varName "lengthScaleMdTop"^^xsd:string .
_:b14
sp:varName "lengthScaleMdBottom"^^xsd:string .
_:b26
sp:varName "massPerUnitLengthScale"^^xsd:string .
_:b8 sp:varName "wellBore"^^xsd:string .
......
# Saved by TopBraid on Fri Oct 28 10:19:14 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Fri Oct 28 10:21:05 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
# imports: http://spinrdf.org/spin
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> .
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
......@@ -20,7 +19,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage>
rdf:type owl:Ontology ;
owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ddr:Obj_drillReport
......@@ -29,805 +28,901 @@ ddr:Obj_drillReport
rdfs:comment "STEP 290 Process cementStage - create Well cement job"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b1 ;
sp:subject
[ sp:varName "wellCementJob"^^xsd:string
]
] [ sp:object
[ sp:varName "wellCementJob"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b2
] [ sp:object _:b3 ;
sp:subject
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b1
sp:subject
[ sp:varName "wellCementJob"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:subject _:b1
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b3
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:subject _:b2
] [ sp:object
[ sp:varName "wellBore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
sp:subject _:b4
] [ sp:object _:b6 ;
sp:subject _:b2
] [ sp:object
[ sp:varName "wellCementJobType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b7 ;
sp:subject
[ sp:varName "wellCementJob"^^xsd:string
]
] [ sp:object
[ sp:varName "wellCementJobTopPlugType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b8 ;
sp:subject
[ sp:varName "wellCementJob"^^xsd:string
]
] [ sp:object
[ sp:varName "wellCementJobBottomPlugType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b9 ;
sp:subject
[ sp:varName "wellCementJob"^^xsd:string
]
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b1
sp:subject
[ sp:varName "wellCementJob"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ;
sp:predicate rdf:type ;
sp:subject _:b9
] [ sp:object _:b10 ;
sp:subject _:b3
] [ sp:object
[ sp:varName "cementingFluidReturnType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b9
] [ sp:object _:b11 ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#returnedCementingFluid> ;
sp:subject _:b9
sp:subject _:b3
] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ;
sp:predicate rdf:type ;
sp:subject _:b11
] [ sp:object _:b12 ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:predicate rdf:type ;
sp:subject _:b11
sp:subject _:b4
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
sp:predicate rdf:type ;
sp:subject _:b12
] [ sp:object _:b13 ;
sp:predicate _:b14 ;
sp:subject _:b12
] [ sp:object _:b15 ;
sp:subject _:b5
] [ sp:object
[ sp:varName "realVolReturns"^^xsd:string
] ;
sp:predicate
[ sp:varName "volumeScaleReturns"^^xsd:string
] ;
sp:subject _:b5
] [ sp:object
[ sp:varName "dTimPumpStart"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b9
] [ sp:object _:b16 ;
sp:subject _:b3
] [ sp:object
[ sp:varName "dTimPumpEnd"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b9
] [ sp:object _:b17 ;
sp:subject _:b3
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ;
sp:subject _:b9
sp:subject _:b3
] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ;
sp:predicate rdf:type ;
sp:subject _:b17
] [ sp:object _:b18 ;
sp:subject _:b6
] [ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ;
sp:subject _:b4
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ;
sp:predicate rdf:type ;
sp:subject _:b18
] [ sp:object _:b19 ;
sp:subject _:b7
] [ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ;
sp:subject _:b18
sp:subject _:b7
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b19
] [ sp:object _:b20 ;
sp:predicate _:b21 ;
sp:subject _:b19
] [ sp:object _:b22 ;
sp:subject _:b8
] [ sp:object
[ sp:varName "realCasingStrDia"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleCasingStrDia"^^xsd:string
] ;
sp:subject _:b8
] [ sp:object
[ sp:varName "cementStageComments"^^xsd:string
] ;
sp:predicate rdfs:comment ;
sp:subject _:b1
] [ sp:object _:b23 ;
sp:subject
[ sp:varName "wellCementJob"^^xsd:string
]
] [ sp:object
[ sp:varName "wellCementJobCasingRotationType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b24 ;
sp:subject
[ sp:varName "wellCementJob"^^xsd:string
]
] [ sp:object
[ sp:varName "wellCementJobCasingReciprocationType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b25 ;
sp:subject
[ sp:varName "wellCementJob"^^xsd:string
]
] [ sp:object
[ sp:varName "wellCementJobPlugBumpingType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b26 ;
sp:subject
[ sp:varName "wellCementJob"^^xsd:string
]
] [ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ;
sp:subject _:b1
sp:subject
[ sp:varName "wellCementJob"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
sp:predicate rdf:type ;
sp:subject _:b26
] [ sp:object _:b27 ;
sp:predicate _:b28 ;
sp:subject _:b26
] [ sp:object _:b29 ;
sp:subject _:b9
] [ sp:object
[ sp:varName "realPresBump"^^xsd:string
] ;
sp:predicate
[ sp:varName "pressureScaleBump"^^xsd:string
] ;
sp:subject _:b9
] [ sp:object
[ sp:varName "wellCementJobFloatHoldingType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b30 ;
sp:subject
[ sp:varName "wellCementJob"^^xsd:string
]
] [ sp:object _:b10 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b1
sp:subject
[ sp:varName "wellCementJob"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ;
sp:predicate rdf:type ;
sp:subject _:b30
] [ sp:object _:b31 ;
sp:subject _:b10
] [ sp:object
[ sp:varName "dTimPresReleased"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
sp:subject _:b30
sp:subject _:b10
]) ;
sp:where ([ sp:object _:b32 ;
sp:where ([ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b33 ;
] [ sp:object
[ sp:varName "dTimStart"^^xsd:string
] ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b34 ;
] [ sp:object
[ sp:varName "cementStage"^^xsd:string
] ;
sp:predicate ddr:cementStageRef ;
sp:subject spin:_this
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b15 ;
sp:elements ([ sp:object
[ sp:varName "dTimPumpStart"^^xsd:string
] ;
sp:predicate ddr:dTimPumpStart ;
sp:subject _:b34
sp:subject
[ sp:varName "cementStage"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b16 ;
sp:elements ([ sp:object
[ sp:varName "dTimPumpEnd"^^xsd:string
] ;
sp:predicate ddr:dTimPumpEnd ;
sp:subject _:b34
sp:subject
[ sp:varName "cementStage"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b35 ;
sp:elements ([ sp:object
[ sp:varName "enumJobType"^^xsd:string
] ;
sp:predicate ddr:jobTypeRef ;
sp:subject _:b34
sp:subject
[ sp:varName "cementStage"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b36 ;
sp:elements ([ sp:object
[ sp:varName "casingStrDia"^^xsd:string
] ;
sp:predicate ddr:casingStrDiaRef ;
sp:subject _:b34
] [ sp:object _:b37 ;
sp:subject
[ sp:varName "cementStage"^^xsd:string
]
] [ sp:object
[ sp:varName "uomCasingStrDia"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject _:b36
] [ sp:object _:b20 ;
sp:subject
[ sp:varName "casingStrDia"^^xsd:string
]
] [ sp:object
[ sp:varName "realCasingStrDia"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b36
sp:subject
[ sp:varName "casingStrDia"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b22 ;
sp:elements ([ sp:object
[ sp:varName "cementStageComments"^^xsd:string
] ;
sp:predicate ddr:comments ;
sp:subject _:b34
sp:subject
[ sp:varName "cementStage"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b38 ;
sp:elements ([ sp:object
[ sp:varName "volReturns"^^xsd:string
] ;
sp:predicate ddr:volReturnsRef ;
sp:subject _:b34
] [ sp:object _:b39 ;
sp:subject
[ sp:varName "cementStage"^^xsd:string
]
] [ sp:object
[ sp:varName "uomVolReturns"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject _:b38
] [ sp:object _:b13 ;
sp:subject
[ sp:varName "volReturns"^^xsd:string
]
] [ sp:object
[ sp:varName "realVolReturns"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b38
sp:subject
[ sp:varName "volReturns"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b31 ;
sp:elements ([ sp:object
[ sp:varName "dTimPresReleased"^^xsd:string
] ;
sp:predicate ddr:dTimPresReleased ;
sp:subject _:b34
sp:subject
[ sp:varName "cementStage"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b40 ;
sp:elements ([ sp:object
[ sp:varName "annFlowAfter"^^xsd:string
] ;
sp:predicate ddr:annFlowAfter ;
sp:subject _:b34
sp:subject
[ sp:varName "cementStage"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b41 ;
sp:elements ([ sp:object
[ sp:varName "topPlug"^^xsd:string
] ;
sp:predicate ddr:topPlug ;
sp:subject _:b34
sp:subject
[ sp:varName "cementStage"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b42 ;
sp:elements ([ sp:object
[ sp:varName "botPlug"^^xsd:string
] ;
sp:predicate ddr:botPlug ;
sp:subject _:b34
sp:subject
[ sp:varName "cementStage"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b43 ;
sp:elements ([ sp:object
[ sp:varName "plugBumped"^^xsd:string
] ;
sp:predicate ddr:plugBumped ;
sp:subject _:b34
sp:subject
[ sp:varName "cementStage"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b44 ;
sp:elements ([ sp:object
[ sp:varName "presBump"^^xsd:string
] ;
sp:predicate ddr:presBumpRef ;
sp:subject _:b34
] [ sp:object _:b45 ;
sp:subject
[ sp:varName "cementStage"^^xsd:string
]
] [ sp:object
[ sp:varName "uomPresBump"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject _:b44
] [ sp:object _:b27 ;
sp:subject
[ sp:varName "presBump"^^xsd:string
]
] [ sp:object
[ sp:varName "realPresBump"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b44
sp:subject
[ sp:varName "presBump"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b46 ;
sp:elements ([ sp:object
[ sp:varName "floatHeld"^^xsd:string
] ;
sp:predicate ddr:floatHeld ;
sp:subject _:b34
sp:subject
[ sp:varName "cementStage"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b47 ;
sp:elements ([ sp:object
[ sp:varName "reciprocated"^^xsd:string
] ;
sp:predicate ddr:reciprocated ;
sp:subject _:b34
sp:subject
[ sp:varName "cementStage"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b48 ;
sp:elements ([ sp:object
[ sp:varName "rotated"^^xsd:string
] ;
sp:predicate ddr:rotated ;
sp:subject _:b34
sp:subject
[ sp:varName "cementStage"^^xsd:string
]
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b32
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
] ;
sp:variable _:b49
sp:variable
[ sp:varName "normalizedWellBoreName"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b49 ;
sp:arg2 _:b33
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
]
] ;
sp:variable _:b2
sp:variable
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b34
sp:arg1 [ sp:varName "cementStage"^^xsd:string
]
] ;
sp:variable _:b50
sp:variable
[ sp:varName "localname"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellCementJobURI ;
sp:arg1 _:b49 ;
sp:arg2 _:b50
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
] ;
sp:arg3 [ sp:varName "localname"^^xsd:string
]
] ;
sp:variable _:b1
sp:variable
[ sp:varName "wellCementJob"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellCementJobType ;
sp:arg1 _:b35
sp:arg1 [ sp:varName "enumJobType"^^xsd:string
]
] ;
sp:variable _:b6
sp:variable
[ sp:varName "wellCementJobType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectCementingFluidReturnType ;
sp:arg1 _:b40
sp:arg1 [ sp:varName "annFlowAfter"^^xsd:string
]
] ;
sp:variable _:b10
sp:variable
[ sp:varName "cementingFluidReturnType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ;
sp:arg1 _:b41
sp:arg1 [ sp:varName "topPlug"^^xsd:string
]
] ;
sp:variable _:b7
sp:variable
[ sp:varName "wellCementJobTopPlugType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ;
sp:arg1 _:b42
sp:arg1 [ sp:varName "botPlug"^^xsd:string
]
] ;
sp:variable _:b8
sp:variable
[ sp:varName "wellCementJobBottomPlugType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ;
sp:arg1 _:b48
sp:arg1 [ sp:varName "rotated"^^xsd:string
]
] ;
sp:variable _:b23
sp:variable
[ sp:varName "wellCementJobCasingRotationType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ;
sp:arg1 _:b47
sp:arg1 [ sp:varName "reciprocated"^^xsd:string
]
] ;
sp:variable _:b24
sp:variable
[ sp:varName "wellCementJobCasingReciprocationType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ;
sp:arg1 _:b43
sp:arg1 [ sp:varName "plugBumped"^^xsd:string
]
] ;
sp:variable _:b25
sp:variable
[ sp:varName "wellCementJobPlugBumpingType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ;
sp:arg1 _:b46
sp:arg1 [ sp:varName "floatHeld"^^xsd:string
]
] ;
sp:variable _:b29
sp:variable
[ sp:varName "wellCementJobFloatHoldingType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectPressureScale ;
sp:arg1 _:b45
sp:arg1 [ sp:varName "uomPresBump"^^xsd:string
]
] ;
sp:variable _:b28
sp:variable
[ sp:varName "pressureScaleBump"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectVolumeScale ;
sp:arg1 _:b39
sp:arg1 [ sp:varName "uomVolReturns"^^xsd:string
]
] ;
sp:variable _:b14
sp:variable
[ sp:varName "volumeScaleReturns"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b37
sp:arg1 [ sp:varName "uomCasingStrDia"^^xsd:string
]
] ;
sp:variable _:b21
sp:variable
[ sp:varName "lengthScaleCasingStrDia"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellBoreByName ;
arg:wellBoreName
[ rdf:type xsd:string ;
sp:arg1 _:b32
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
]
] ;
sp:variable _:b5
sp:variable
[ sp:varName "wellBore"^^xsd:string
]
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 291 Process cementingFluid"^^xsd:string ;
sp:templates ([ sp:object _:b51 ;
sp:templates ([ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b52
sp:subject _:b12
] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ;
sp:predicate rdf:type ;
sp:subject _:b51
] [ sp:object _:b53 ;
sp:subject _:b11
] [ sp:object _:b13 ;
sp:predicate rdf:type ;
sp:subject _:b51
sp:subject _:b11
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
sp:predicate rdf:type ;
sp:subject _:b53
] [ sp:object _:b54 ;
sp:predicate _:b55 ;
sp:subject _:b53
] [ sp:object _:b56 ;
sp:subject _:b13
] [ sp:object _:b14 ;
sp:predicate _:b15 ;
sp:subject _:b13
] [ sp:object _:b16 ;
sp:predicate rdf:type ;
sp:subject _:b51
] [ sp:object _:b57 ;
sp:subject _:b11
] [ sp:object _:b17 ;
sp:predicate rdf:type ;
sp:subject _:b51
sp:subject _:b11
] [ sp:object <http://www.reportinghub.no/ep/schema/well#UserDescribedCementingFluidType> ;
sp:predicate rdf:type ;
sp:subject _:b57
] [ sp:object _:b58 ;
sp:subject _:b17
] [ sp:object _:b18 ;
sp:predicate rdfs:comment ;
sp:subject _:b57
] [ sp:object _:b59 ;
sp:subject _:b17
] [ sp:object _:b19 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ;
sp:subject _:b51
sp:subject _:b11
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b59
] [ sp:object _:b60 ;
sp:predicate _:b61 ;
sp:subject _:b59
] [ sp:object _:b62 ;
sp:subject _:b19
] [ sp:object _:b20 ;
sp:predicate _:b21 ;
sp:subject _:b19
] [ sp:object _:b22 ;
sp:predicate rdf:type ;
sp:subject _:b51
sp:subject _:b11
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
sp:predicate rdf:type ;
sp:subject _:b62
] [ sp:object _:b63 ;
sp:predicate _:b64 ;
sp:subject _:b62
] [ sp:object _:b65 ;
sp:subject _:b22
] [ sp:object _:b23 ;
sp:predicate _:b24 ;
sp:subject _:b22
] [ sp:object _:b25 ;
sp:predicate rdf:type ;
sp:subject _:b51
sp:subject _:b11
] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ;
sp:predicate rdf:type ;
sp:subject _:b65
] [ sp:object _:b66 ;
sp:predicate _:b67 ;
sp:subject _:b65
] [ sp:object _:b68 ;
sp:subject _:b25
] [ sp:object _:b26 ;
sp:predicate _:b27 ;
sp:subject _:b25
] [ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ;
sp:subject _:b51
sp:subject _:b11
] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
sp:predicate rdf:type ;
sp:subject _:b68
] [ sp:object _:b69 ;
sp:predicate _:b70 ;
sp:subject _:b68
] [ sp:object _:b71 ;
sp:subject _:b28
] [ sp:object _:b29 ;
sp:predicate _:b30 ;
sp:subject _:b28
] [ sp:object _:b31 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ;
sp:subject _:b51
sp:subject _:b11
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b71
] [ sp:object _:b72 ;
sp:predicate _:b73 ;
sp:subject _:b71
] [ sp:object _:b74 ;
sp:subject _:b31
] [ sp:object _:b32 ;
sp:predicate _:b33 ;
sp:subject _:b31
] [ sp:object _:b34 ;
sp:predicate rdfs:comment ;
sp:subject _:b51
sp:subject _:b11
]) ;
sp:where ([ sp:object _:b75 ;
sp:where ([ sp:object _:b35 ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b76 ;
] [ sp:object _:b36 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b77 ;
] [ sp:object _:b37 ;
sp:predicate ddr:cementStageRef ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b78
] [ sp:object _:b79 ;
sp:subject _:b38
] [ sp:object _:b39 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b80
sp:subject _:b40
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ;
sp:predicate rdf:type ;
sp:subject _:b79
] [ sp:object _:b52 ;
sp:subject _:b39
] [ sp:object _:b12 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ;
sp:subject _:b79
] [ sp:object _:b81 ;
sp:subject _:b39
] [ sp:object _:b41 ;
sp:predicate ddr:cementingFluidRef ;
sp:subject _:b77
sp:subject _:b37
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b82 ;
sp:elements ([ sp:object _:b42 ;
sp:predicate ddr:typeFluidRef ;
sp:subject _:b81
sp:subject _:b41
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b58 ;
sp:elements ([ sp:object _:b18 ;
sp:predicate ddr:descFluid ;
sp:subject _:b81
sp:subject _:b41
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b83 ;
sp:elements ([ sp:object _:b43 ;
sp:predicate ddr:ratioMixWaterRef ;
sp:subject _:b81
] [ sp:object _:b84 ;
sp:subject _:b41
] [ sp:object _:b44 ;
sp:predicate ddr:uomRef ;
sp:subject _:b83
] [ sp:object _:b60 ;
sp:subject _:b43
] [ sp:object _:b20 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b83
sp:subject _:b43
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b85 ;
sp:elements ([ sp:object _:b45 ;
sp:predicate ddr:densityRef ;
sp:subject _:b81
] [ sp:object _:b86 ;
sp:subject _:b41
] [ sp:object _:b46 ;
sp:predicate ddr:uomRef ;
sp:subject _:b85
] [ sp:object _:b63 ;
sp:subject _:b45
] [ sp:object _:b23 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b85
sp:subject _:b45
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b87 ;
sp:elements ([ sp:object _:b47 ;
sp:predicate ddr:volPumpedRef ;
sp:subject _:b81
] [ sp:object _:b88 ;
sp:subject _:b41
] [ sp:object _:b48 ;
sp:predicate ddr:uomRef ;
sp:subject _:b87
] [ sp:object _:b54 ;
sp:subject _:b47
] [ sp:object _:b14 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b87
sp:subject _:b47
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b89 ;
sp:elements ([ sp:object _:b49 ;
sp:predicate ddr:ypRef ;
sp:subject _:b81
] [ sp:object _:b90 ;
sp:subject _:b41
] [ sp:object _:b50 ;
sp:predicate ddr:uomRef ;
sp:subject _:b89
] [ sp:object _:b66 ;
sp:subject _:b49
] [ sp:object _:b26 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b89
sp:subject _:b49
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b91 ;
sp:elements ([ sp:object _:b51 ;
sp:predicate ddr:eTimThickeningRef ;
sp:subject _:b81
] [ sp:object _:b92 ;
sp:subject _:b41
] [ sp:object _:b52 ;
sp:predicate ddr:uomRef ;
sp:subject _:b91
] [ sp:object _:b69 ;
sp:subject _:b51
] [ sp:object _:b29 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b91
sp:subject _:b51
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b93 ;
sp:elements ([ sp:object _:b53 ;
sp:predicate ddr:pcFreeWaterRef ;
sp:subject _:b81
] [ sp:object _:b94 ;
sp:subject _:b41
] [ sp:object _:b54 ;
sp:predicate ddr:uomRef ;
sp:subject _:b93
] [ sp:object _:b72 ;
sp:subject _:b53
] [ sp:object _:b32 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b93
sp:subject _:b53
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b74 ;
sp:elements ([ sp:object _:b34 ;
sp:predicate ddr:comments ;
sp:subject _:b81
sp:subject _:b41
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b75
sp:arg1 _:b35
] ;
sp:variable _:b95
sp:variable _:b55
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b95 ;
sp:arg2 _:b76
sp:arg1 _:b55 ;
sp:arg2 _:b36
] ;
sp:variable _:b78
sp:variable _:b38
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b77
sp:arg1 _:b37
] ;
sp:variable _:b96
sp:variable _:b56
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellCementJobURI ;
sp:arg1 _:b95 ;
sp:arg2 _:b96
sp:arg1 _:b55 ;
sp:arg2 _:b56
] ;
sp:variable _:b80
sp:variable _:b40
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectFluidType ;
sp:arg1 _:b82
sp:arg1 _:b42
] ;
sp:variable _:b56
sp:variable _:b16
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 _:b94
sp:arg1 _:b54
] ;
sp:variable _:b73
sp:variable _:b33
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectTimeDurationScale ;
sp:arg1 _:b92
sp:arg1 _:b52
] ;
sp:variable _:b70
sp:variable _:b30
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectYieldPointScale ;
sp:arg1 _:b90
sp:arg1 _:b50
] ;
sp:variable _:b67
sp:variable _:b27
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDensityScale ;
sp:arg1 _:b86
sp:arg1 _:b46
] ;
sp:variable _:b64
sp:variable _:b24
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectVolumeScale ;
sp:arg1 _:b88
sp:arg1 _:b48
] ;
sp:variable _:b55
sp:variable _:b15
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 _:b84
sp:arg1 _:b44
] ;
sp:variable _:b61
sp:variable _:b21
])
] .
_:b52
_:b12
sp:varName "pumpedFluid"^^xsd:string .
_:b54
_:b14
sp:varName "realVolPumped"^^xsd:string .
_:b55
_:b15
sp:varName "volumeScalePumped"^^xsd:string .
_:b56
_:b16
sp:varName "cementingFluidType"^^xsd:string .
_:b58
_:b18
sp:varName "cementingFluidDescription"^^xsd:string .
_:b60
_:b20
sp:varName "realRatioMixWater"^^xsd:string .
_:b61
_:b21
sp:varName "ratioScaleMixWater"^^xsd:string .
_:b63
_:b23
sp:varName "realDensity"^^xsd:string .
_:b64
_:b24
sp:varName "densityScale"^^xsd:string .
_:b66
_:b26
sp:varName "realYp"^^xsd:string .
_:b67
_:b27
sp:varName "yieldPointScale"^^xsd:string .
_:b69
_:b29
sp:varName "realETim"^^xsd:string .
_:b70
_:b30
sp:varName "durationScaleETim"^^xsd:string .
_:b72
_:b32
sp:varName "realPcFreeWater"^^xsd:string .
_:b73
_:b33
sp:varName "ratioScalePcFreeWater"^^xsd:string .
_:b74
_:b34
sp:varName "cementingFluidComments"^^xsd:string .
_:b75
_:b35
sp:varName "nameWellBore"^^xsd:string .
_:b76
_:b36
sp:varName "dTimStart"^^xsd:string .
_:b77
_:b37
sp:varName "cementStage"^^xsd:string .
_:b78
_:b38
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b79
_:b39
sp:varName "wellCementPumping"^^xsd:string .
_:b80
_:b40
sp:varName "wellCementJob"^^xsd:string .
_:b81
_:b41
sp:varName "cementingFluid"^^xsd:string .
_:b82
_:b42
sp:varName "enumTypeFluid"^^xsd:string .
_:b83
_:b43
sp:varName "ratioMixWater"^^xsd:string .
_:b84
_:b44
sp:varName "uomRatioMixWater"^^xsd:string .
_:b85
_:b45
sp:varName "density"^^xsd:string .
_:b86
_:b46
sp:varName "uomDensity"^^xsd:string .
_:b87
_:b47
sp:varName "volPumped"^^xsd:string .
_:b88
_:b48
sp:varName "uomVolPumped"^^xsd:string .
_:b89
_:b49
sp:varName "yp"^^xsd:string .
_:b90
_:b50
sp:varName "uomYp"^^xsd:string .
_:b91
_:b51
sp:varName "eTimThickening"^^xsd:string .
_:b92
_:b52
sp:varName "uomETim"^^xsd:string .
_:b93
_:b53
sp:varName "pcFreeWater"^^xsd:string .
_:b94
_:b54
sp:varName "uomPcFreeWater"^^xsd:string .
_:b95
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b96
sp:varName "localname"^^xsd:string .
_:b32
sp:varName "nameWellBore"^^xsd:string .
_:b33
sp:varName "dTimStart"^^xsd:string .
_:b34
sp:varName "cementStage"^^xsd:string .
_:b15
sp:varName "dTimPumpStart"^^xsd:string .
_:b16
sp:varName "dTimPumpEnd"^^xsd:string .
_:b35
sp:varName "enumJobType"^^xsd:string .
_:b36
sp:varName "casingStrDia"^^xsd:string .
_:b37
sp:varName "uomCasingStrDia"^^xsd:string .
_:b20
sp:varName "realCasingStrDia"^^xsd:string .
_:b22
sp:varName "cementStageComments"^^xsd:string .
_:b38
sp:varName "volReturns"^^xsd:string .
_:b39
sp:varName "uomVolReturns"^^xsd:string .
_:b13
sp:varName "realVolReturns"^^xsd:string .
_:b31
sp:varName "dTimPresReleased"^^xsd:string .
_:b40
sp:varName "annFlowAfter"^^xsd:string .
_:b41
sp:varName "topPlug"^^xsd:string .
_:b42
sp:varName "botPlug"^^xsd:string .
_:b43
sp:varName "plugBumped"^^xsd:string .
_:b44
sp:varName "presBump"^^xsd:string .
_:b45
sp:varName "uomPresBump"^^xsd:string .
_:b27
sp:varName "realPresBump"^^xsd:string .
_:b46
sp:varName "floatHeld"^^xsd:string .
_:b47
sp:varName "reciprocated"^^xsd:string .
_:b48
sp:varName "rotated"^^xsd:string .
_:b49
_:b55
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b50
_:b56
sp:varName "localname"^^xsd:string .
_:b1 sp:varName "wellCementJob"^^xsd:string .
_:b6 sp:varName "wellCementJobType"^^xsd:string .
_:b10
sp:varName "cementingFluidReturnType"^^xsd:string .
_:b7 sp:varName "wellCementJobTopPlugType"^^xsd:string .
_:b8 sp:varName "wellCementJobBottomPlugType"^^xsd:string .
_:b23
sp:varName "wellCementJobCasingRotationType"^^xsd:string .
_:b24
sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
_:b25
sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
_:b29
sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
_:b28
sp:varName "pressureScaleBump"^^xsd:string .
_:b14
sp:varName "volumeScaleReturns"^^xsd:string .
_:b21
sp:varName "lengthScaleCasingStrDia"^^xsd:string .
_:b5 sp:varName "wellBore"^^xsd:string .
......
# Saved by TopBraid on Fri Oct 28 10:21:05 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> .
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
@prefix ddr: <http://www.witsml.org/schemas/1series#> .
@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
@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 sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ddr:Obj_drillReport
spin:rule
[ rdf:type sp:Construct ;
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> .
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
@prefix ddr: <http://www.witsml.org/schemas/1series#> .
@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
@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 sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo>
rdf:type owl:Ontology ;
owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ddr:Obj_drillReport
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 220 Create WellCore activity
Properties transfered to the activity, to the part of the well bore, or to the recovered core."""^^xsd:string ;
sp:templates ([ sp:object ep-activity:ExtractAWellCore ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "extractAWellCore"^^xsd:string
]
] [ sp:object
[ sp:varName "extractAWellCore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object
[ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
sp:subject _:b1
] [ sp:object _:b1 ;
sp:predicate ep-activity:onWellBore ;
sp:subject
[ sp:varName "extractAWellCore"^^xsd:string
]
] [ sp:object
[ sp:varName "dTimWellCore"^^xsd:string
] ;
sp:predicate ep-activity:finishedAt ;
sp:subject
[ sp:varName "extractAWellCore"^^xsd:string
]
] [ sp:object
[ sp:varName "coreNumber"^^xsd:string
] ;
sp:predicate ep-activity:identificationNumberOfCore ;
sp:subject
[ sp:varName "extractAWellCore"^^xsd:string
]
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b2
] [ sp:object
[ sp:varName "realMdTop"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMdTop"^^xsd:string
] ;
sp:subject _:b2
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ sp:object
[ sp:varName "realMdBottom"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMdBottom"^^xsd:string
] ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ sp:object
[ sp:varName "realTvdTop"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleTvdTop"^^xsd:string
] ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b5
] [ sp:object
[ sp:varName "realTvdBottom"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleTvdBottom"^^xsd:string
] ;
sp:subject _:b5
] [ sp:object _:b6 ;
sp:predicate ep-activity:recoveredCore ;
sp:subject
[ sp:varName "extractAWellCore"^^xsd:string
]
] [ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#coreLength> ;
sp:subject _:b6
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b7
] [ sp:object
[ sp:varName "realRecovered"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleRecovered"^^xsd:string
] ;
sp:subject _:b7
] [ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#relativeAmountOfCoreRecovered> ;
sp:subject _:b6
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b8
] [ sp:object
[ sp:varName "realPc"^^xsd:string
] ;
sp:predicate
[ sp:varName "specificVolumeScale"^^xsd:string
] ;
sp:subject _:b8
] [ sp:object <http://www.reportinghub.no/ep/schema/well#RecoveredCore> ;
sp:predicate rdf:type ;
sp:subject _:b6
] [ sp:object
[ sp:varName "coreDescription"^^xsd:string
] ;
sp:predicate rdfs:comment ;
sp:subject _:b6
] [ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#hasBarrel> ;
sp:subject _:b6
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> ;
sp:predicate rdf:type ;
sp:subject _:b9
] [ sp:object _:b10 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#lengthOfInnerBarrel> ;
sp:subject _:b9
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b10
] [ sp:object
[ sp:varName "realBarrel"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleBarrel"^^xsd:string
] ;
sp:subject _:b10
] [ sp:object
[ sp:varName "innerBarrelType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b9
]) ;
sp:where ([ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "dTimStart"^^xsd:string
] ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string
] ;
sp:predicate ep-activity:onWellBore ;
sp:subject
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ sp:object
[ sp:varName "coreInfo"^^xsd:string
] ;
sp:predicate ddr:coreInfoRef ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "dTimCore"^^xsd:string
] ;
sp:predicate ddr:dTim ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "coreNumber"^^xsd:string
] ;
sp:predicate ddr:coreNumber ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "mdTop"^^xsd:string
] ;
sp:predicate ddr:mdTopRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMdTop"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject
[ sp:varName "mdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "realMdTop"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "mdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "mdBottom"^^xsd:string
] ;
sp:predicate ddr:mdBottomRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMdBottom"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject
[ sp:varName "mdBottom"^^xsd:string
]
] [ sp:object
[ sp:varName "realMdBottom"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "mdBottom"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "tvdTop"^^xsd:string
] ;
sp:predicate ddr:tvdTopRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomTvdTop"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject
[ sp:varName "tvdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "realTvdTop"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "tvdTop"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "tvdBottom"^^xsd:string
] ;
sp:predicate ddr:tvdBottomRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomTvdBottom"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject
[ sp:varName "tvdBottom"^^xsd:string
]
] [ sp:object
[ sp:varName "realTvdBottom"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "tvdBottom"^^xsd:string
]
])
] [ sp:object
[ sp:varName "lenRecovered"^^xsd:string
] ;
sp:predicate ddr:lenRecoveredRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomRecovered"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject
[ sp:varName "lenRecovered"^^xsd:string
]
] [ sp:object
[ sp:varName "realRecovered"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "lenRecovered"^^xsd:string
]
] [ sp:object
[ sp:varName "recoverPc"^^xsd:string
] ;
sp:predicate ddr:recoverPcRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomPc"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject
[ sp:varName "recoverPc"^^xsd:string
]
] [ sp:object
[ sp:varName "realPc"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "recoverPc"^^xsd:string
]
] [ sp:object
[ sp:varName "lenBarrel"^^xsd:string
] ;
sp:predicate ddr:lenBarrelRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomBarrel"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject
[ sp:varName "lenBarrel"^^xsd:string
]
] [ sp:object
[ sp:varName "realBarrel"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "lenBarrel"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "enumInnerBarrelType"^^xsd:string
] ;
sp:predicate ddr:innerBarrelTypeRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
])
] [ sp:object
[ sp:varName "coreDescription"^^xsd:string
] ;
sp:predicate ddr:coreDescription ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
] ;
sp:variable
[ sp:varName "normalizedWellBoreName"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
]
] ;
sp:variable
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 [ sp:varName "coreInfo"^^xsd:string
]
] ;
sp:variable
[ sp:varName "localname"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildExtractAWellCoreURI ;
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "localname"^^xsd:string
]
] ;
sp:variable
[ sp:varName "extractAWellCore"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectInnerBarrelType ;
sp:arg1 [ sp:varName "enumInnerBarrelType"^^xsd:string
]
] ;
sp:variable
[ sp:varName "innerBarrelType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomMdTop"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleMdTop"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleMdBottom"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleTvdTop"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleTvdBottom"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomRecovered"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleRecovered"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomBarrel"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleBarrel"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 [ sp:varName "uomPc"^^xsd:string
]
] ;
sp:variable
[ sp:varName "specificVolumeScale"^^xsd:string
]
])
] .
Properties transfered to the activity, to the part of the well bore, or to the recovered core."""^^xsd:string ;
sp:templates ([ sp:object ep-activity:ExtractAWellCore ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "extractAWellCore"^^xsd:string
]
] [ sp:object
[ sp:varName "extractAWellCore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object
[ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
sp:subject _:b1
] [ sp:object _:b1 ;
sp:predicate ep-activity:onWellBore ;
sp:subject
[ sp:varName "extractAWellCore"^^xsd:string
]
] [ sp:object
[ sp:varName "dTimWellCore"^^xsd:string
] ;
sp:predicate ep-activity:finishedAt ;
sp:subject
[ sp:varName "extractAWellCore"^^xsd:string
]
] [ sp:object
[ sp:varName "coreNumber"^^xsd:string
] ;
sp:predicate ep-activity:identificationNumberOfCore ;
sp:subject
[ sp:varName "extractAWellCore"^^xsd:string
]
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b2
] [ sp:object
[ sp:varName "realMdTop"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMdTop"^^xsd:string
] ;
sp:subject _:b2
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ sp:object
[ sp:varName "realMdBottom"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMdBottom"^^xsd:string
] ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ sp:object
[ sp:varName "realTvdTop"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleTvdTop"^^xsd:string
] ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b5
] [ sp:object
[ sp:varName "realTvdBottom"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleTvdBottom"^^xsd:string
] ;
sp:subject _:b5
] [ sp:object _:b6 ;
sp:predicate ep-activity:recoveredCore ;
sp:subject
[ sp:varName "extractAWellCore"^^xsd:string
]
] [ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#coreLength> ;
sp:subject _:b6
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b7
] [ sp:object
[ sp:varName "realRecovered"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleRecovered"^^xsd:string
] ;
sp:subject _:b7
] [ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#relativeAmountOfCoreRecovered> ;
sp:subject _:b6
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b8
] [ sp:object
[ sp:varName "realPc"^^xsd:string
] ;
sp:predicate
[ sp:varName "specificVolumeScale"^^xsd:string
] ;
sp:subject _:b8
] [ sp:object <http://www.reportinghub.no/ep/schema/well#RecoveredCore> ;
sp:predicate rdf:type ;
sp:subject _:b6
] [ sp:object
[ sp:varName "coreDescription"^^xsd:string
] ;
sp:predicate rdfs:comment ;
sp:subject _:b6
] [ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#hasBarrel> ;
sp:subject _:b6
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> ;
sp:predicate rdf:type ;
sp:subject _:b9
] [ sp:object _:b10 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#lengthOfInnerBarrel> ;
sp:subject _:b9
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b10
] [ sp:object
[ sp:varName "realBarrel"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleBarrel"^^xsd:string
] ;
sp:subject _:b10
] [ sp:object
[ sp:varName "innerBarrelType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b9
]) ;
sp:where ([ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "dTimStart"^^xsd:string
] ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string
] ;
sp:predicate ep-activity:onWellBore ;
sp:subject
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ sp:object
[ sp:varName "coreInfo"^^xsd:string
] ;
sp:predicate ddr:coreInfoRef ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "dTimCore"^^xsd:string
] ;
sp:predicate ddr:dTim ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "coreNumber"^^xsd:string
] ;
sp:predicate ddr:coreNumber ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "mdTop"^^xsd:string
] ;
sp:predicate ddr:mdTopRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMdTop"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject
[ sp:varName "mdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "realMdTop"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "mdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "mdBottom"^^xsd:string
] ;
sp:predicate ddr:mdBottomRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMdBottom"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject
[ sp:varName "mdBottom"^^xsd:string
]
] [ sp:object
[ sp:varName "realMdBottom"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "mdBottom"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "tvdTop"^^xsd:string
] ;
sp:predicate ddr:tvdTopRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomTvdTop"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject
[ sp:varName "tvdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "realTvdTop"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "tvdTop"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "tvdBottom"^^xsd:string
] ;
sp:predicate ddr:tvdBottomRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomTvdBottom"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject
[ sp:varName "tvdBottom"^^xsd:string
]
] [ sp:object
[ sp:varName "realTvdBottom"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "tvdBottom"^^xsd:string
]
])
] [ sp:object
[ sp:varName "lenRecovered"^^xsd:string
] ;
sp:predicate ddr:lenRecoveredRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomRecovered"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject
[ sp:varName "lenRecovered"^^xsd:string
]
] [ sp:object
[ sp:varName "realRecovered"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "lenRecovered"^^xsd:string
]
] [ sp:object
[ sp:varName "recoverPc"^^xsd:string
] ;
sp:predicate ddr:recoverPcRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomPc"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject
[ sp:varName "recoverPc"^^xsd:string
]
] [ sp:object
[ sp:varName "realPc"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "recoverPc"^^xsd:string
]
] [ sp:object
[ sp:varName "lenBarrel"^^xsd:string
] ;
sp:predicate ddr:lenBarrelRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomBarrel"^^xsd:string
] ;
sp:predicate ddr:uomRef ;
sp:subject
[ sp:varName "lenBarrel"^^xsd:string
]
] [ sp:object
[ sp:varName "realBarrel"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "lenBarrel"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "enumInnerBarrelType"^^xsd:string
] ;
sp:predicate ddr:innerBarrelTypeRef ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
])
] [ sp:object
[ sp:varName "coreDescription"^^xsd:string
] ;
sp:predicate ddr:coreDescription ;
sp:subject
[ sp:varName "coreInfo"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
] ;
sp:variable
[ sp:varName "normalizedWellBoreName"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
]
] ;
sp:variable
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 [ sp:varName "coreInfo"^^xsd:string
]
] ;
sp:variable
[ sp:varName "localname"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildExtractAWellCoreURI ;
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
] ;
sp:arg3 [ sp:varName "localname"^^xsd:string
]
] ;
sp:variable
[ sp:varName "extractAWellCore"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectInnerBarrelType ;
sp:arg1 [ sp:varName "enumInnerBarrelType"^^xsd:string
]
] ;
sp:variable
[ sp:varName "innerBarrelType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomMdTop"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleMdTop"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleMdBottom"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleTvdTop"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleTvdBottom"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomRecovered"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleRecovered"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomBarrel"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleBarrel"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 [ sp:varName "uomPc"^^xsd:string
]
] ;
sp:variable
[ sp:varName "specificVolumeScale"^^xsd:string
]
])
] .
......
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.witsml.org/schemas/1series
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> .
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
@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 sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/1series#Obj_drillReport>
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 170 Create an EquipmentFailureAndRepair activity"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#EquipmentFailureAndRepair> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ sp:object
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object
[ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b1
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ sp:object
[ sp:varName "timeOfFailure"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeOfFailure> ;
sp:subject
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ sp:object
[ sp:varName "timeOfRepair"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeOfRepair> ;
sp:subject
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#missedProductionTime> ;
sp:subject
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ sp:object
[ sp:varName "description"^^xsd:string
] ;
sp:predicate rdfs:comment ;
sp:subject
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#failedEquipment> ;
sp:subject
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b3
] [ sp:object
[ sp:varName "drillingEquipmentType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
sp:predicate rdf:type ;
sp:subject _:b2
] [ sp:object
[ sp:varName "realDuration"^^xsd:string
] ;
sp:predicate
[ sp:varName "durationScale"^^xsd:string
] ;
sp:subject _:b2
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleMeasuredDepth> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b5
] [ sp:object
[ sp:varName "realMd"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMd"^^xsd:string
] ;
sp:subject _:b5
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTrueVerticalDepth> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b6
] [ sp:object
[ sp:varName "realTvd"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleTvd"^^xsd:string
] ;
sp:subject _:b6
]) ;
sp:where ([ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "dTimStart"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "equipFailureInfo"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#equipFailureInfoRef> ;
sp:subject spin:_this
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "timeOfFailure"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
sp:subject
[ sp:varName "equipFailureInfo"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "timeOfRepair"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dTimRepair> ;
sp:subject
[ sp:varName "equipFailureInfo"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "md"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ;
sp:subject
[ sp:varName "equipFailureInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMd"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject
[ sp:varName "md"^^xsd:string
]
] [ sp:object
[ sp:varName "realMd"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "md"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "tvd"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ;
sp:subject
[ sp:varName "equipFailureInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomTvd"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject
[ sp:varName "tvd"^^xsd:string
]
] [ sp:object
[ sp:varName "realTvd"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "tvd"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "missedProductionTime"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#eTimMissProductionRef> ;
sp:subject
[ sp:varName "equipFailureInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomDuration"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject
[ sp:varName "missedProductionTime"^^xsd:string
]
] [ sp:object
[ sp:varName "realDuration"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "missedProductionTime"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "description"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#description> ;
sp:subject
[ sp:varName "equipFailureInfo"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "enumEquipClass"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#equipClassRef> ;
sp:subject
[ sp:varName "equipFailureInfo"^^xsd:string
]
])
] [ sp:object
[ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
] ;
sp:variable
[ sp:varName "normalizedWellBoreName"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
]
] ;
sp:variable
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 [ sp:varName "equipFailureInfo"^^xsd:string
]
] ;
sp:variable
[ sp:varName "localname"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ;
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
] ;
sp:arg3 [ sp:varName "localname"^^xsd:string
]
] ;
sp:variable
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomMd"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleMd"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomTvd"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleTvd"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectTimeDurationScale ;
sp:arg1 [ sp:varName "uomDuration"^^xsd:string
]
] ;
sp:variable
[ sp:varName "durationScale"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDrillingEquipmentType ;
sp:arg1 [ sp:varName "enumEquipClass"^^xsd:string
]
] ;
sp:variable
[ sp:varName "drillingEquipmentType"^^xsd:string
]
])
] .
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> .
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
@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 sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/1series#Obj_drillReport>
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 170 Create an EquipmentFailureAndRepair activity"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#EquipmentFailureAndRepair> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ sp:object
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object
[ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b1
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ sp:object
[ sp:varName "timeOfFailure"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeOfFailure> ;
sp:subject
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ sp:object
[ sp:varName "timeOfRepair"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeOfRepair> ;
sp:subject
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#missedProductionTime> ;
sp:subject
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ sp:object
[ sp:varName "description"^^xsd:string
] ;
sp:predicate rdfs:comment ;
sp:subject
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#failedEquipment> ;
sp:subject
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b3
] [ sp:object
[ sp:varName "drillingEquipmentType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
sp:predicate rdf:type ;
sp:subject _:b2
] [ sp:object
[ sp:varName "realDuration"^^xsd:string
] ;
sp:predicate
[ sp:varName "durationScale"^^xsd:string
] ;
sp:subject _:b2
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleMeasuredDepth> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b5
] [ sp:object
[ sp:varName "realMd"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMd"^^xsd:string
] ;
sp:subject _:b5
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTrueVerticalDepth> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b6
] [ sp:object
[ sp:varName "realTvd"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleTvd"^^xsd:string
] ;
sp:subject _:b6
]) ;
sp:where ([ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "dTimStart"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "equipFailureInfo"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#equipFailureInfoRef> ;
sp:subject spin:_this
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "timeOfFailure"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
sp:subject
[ sp:varName "equipFailureInfo"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "timeOfRepair"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dTimRepair> ;
sp:subject
[ sp:varName "equipFailureInfo"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "md"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ;
sp:subject
[ sp:varName "equipFailureInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMd"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject
[ sp:varName "md"^^xsd:string
]
] [ sp:object
[ sp:varName "realMd"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "md"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "tvd"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ;
sp:subject
[ sp:varName "equipFailureInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomTvd"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject
[ sp:varName "tvd"^^xsd:string
]
] [ sp:object
[ sp:varName "realTvd"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "tvd"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "missedProductionTime"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#eTimMissProductionRef> ;
sp:subject
[ sp:varName "equipFailureInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomDuration"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject
[ sp:varName "missedProductionTime"^^xsd:string
]
] [ sp:object
[ sp:varName "realDuration"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "missedProductionTime"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "description"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#description> ;
sp:subject
[ sp:varName "equipFailureInfo"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "enumEquipClass"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#equipClassRef> ;
sp:subject
[ sp:varName "equipFailureInfo"^^xsd:string
]
])
] [ sp:object
[ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
] ;
sp:variable
[ sp:varName "normalizedWellBoreName"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
]
] ;
sp:variable
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 [ sp:varName "equipFailureInfo"^^xsd:string
]
] ;
sp:variable
[ sp:varName "localname"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ;
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
] ;
sp:arg3 [ sp:varName "localname"^^xsd:string
]
] ;
sp:variable
[ sp:varName "equipmentFailureAndRepair"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomMd"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleMd"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 [ sp:varName "uomTvd"^^xsd:string
]
] ;
sp:variable
[ sp:varName "lengthScaleTvd"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectTimeDurationScale ;
sp:arg1 [ sp:varName "uomDuration"^^xsd:string
]
] ;
sp:variable
[ sp:varName "durationScale"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDrillingEquipmentType ;
sp:arg1 [ sp:varName "enumEquipClass"^^xsd:string
]
] ;
sp:variable
[ sp:varName "drillingEquipmentType"^^xsd:string
]
])
] .
......
# Saved by TopBraid on Fri Oct 28 14:13:15 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo
# imports: http://www.witsml.org/schemas/1series
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> .
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
@prefix arg: <http://spinrdf.org/arg#> .
@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
......@@ -19,7 +20,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo>
rdf:type owl:Ontology ;
owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/1series#Obj_drillReport>
......@@ -28,364 +29,446 @@
rdfs:comment "STEP 230 wireline formation test activity"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTest> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b1 ;
sp:subject
[ sp:varName "wirelineFormationTest"^^xsd:string
]
] [ sp:object
[ sp:varName "wirelineFormationTest"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b2
] [ sp:object _:b3 ;
sp:subject
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b1
sp:subject
[ sp:varName "wirelineFormationTest"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:subject _:b1
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b3
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:subject _:b2
] [ sp:object
[ sp:varName "wellBore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
sp:subject _:b4
] [ sp:object _:b6 ;
sp:subject _:b2
] [ sp:object
[ sp:varName "dTimWirelineFormationTest"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b1
] [ sp:object _:b7 ;
sp:subject
[ sp:varName "wirelineFormationTest"^^xsd:string
]
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
sp:subject _:b4
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b7
] [ sp:object _:b8 ;
sp:predicate _:b9 ;
sp:subject _:b7
] [ sp:object _:b10 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressure> ;
sp:subject _:b3
] [ sp:object
[ sp:varName "realMd"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMd"^^xsd:string
] ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressure> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
sp:predicate rdf:type ;
sp:subject _:b10
] [ sp:object _:b11 ;
sp:predicate _:b12 ;
sp:subject _:b10
] [ sp:object _:b13 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
sp:subject _:b4
] [ sp:object
[ sp:varName "realPressure"^^xsd:string
] ;
sp:predicate
[ sp:varName "pressureScale"^^xsd:string
] ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b13
] [ sp:object _:b14 ;
sp:predicate _:b15 ;
sp:subject _:b13
] [ sp:object _:b16 ;
sp:subject _:b5
] [ sp:object
[ sp:varName "realTvd"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleTvd"^^xsd:string
] ;
sp:subject _:b5
] [ sp:object
[ sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b17 ;
sp:subject
[ sp:varName "wirelineFormationTest"^^xsd:string
]
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#measuredDepthOfFluidSampling> ;
sp:subject _:b1
sp:subject
[ sp:varName "wirelineFormationTest"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b17
] [ sp:object _:b18 ;
sp:predicate _:b19 ;
sp:subject _:b17
] [ sp:object _:b20 ;
sp:subject _:b6
] [ sp:object
[ sp:varName "realMdSample"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMdSample"^^xsd:string
] ;
sp:subject _:b6
] [ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ;
sp:subject _:b1
sp:subject
[ sp:varName "wirelineFormationTest"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b20
] [ sp:object _:b21 ;
sp:subject _:b7
] [ sp:object
[ sp:varName "componentType"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#dominantComponent> ;
sp:subject _:b20
] [ sp:object _:b22 ;
sp:subject _:b7
] [ sp:object _:b8 ;
sp:predicate rdf:type ;
sp:subject _:b20
sp:subject _:b7
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
sp:predicate rdf:type ;
sp:subject _:b22
] [ sp:object _:b23 ;
sp:predicate _:b24 ;
sp:subject _:b22
] [ sp:object _:b25 ;
sp:subject _:b8
] [ sp:object
[ sp:varName "realDensity"^^xsd:string
] ;
sp:predicate
[ sp:varName "densityScale"^^xsd:string
] ;
sp:subject _:b8
] [ sp:object _:b9 ;
sp:predicate rdf:type ;
sp:subject _:b20
sp:subject _:b7
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
sp:predicate rdf:type ;
sp:subject _:b25
] [ sp:object _:b26 ;
sp:predicate _:b27 ;
sp:subject _:b25
] [ sp:object _:b28 ;
sp:subject _:b9
] [ sp:object
[ sp:varName "realVolume"^^xsd:string
] ;
sp:predicate
[ sp:varName "volumeScale"^^xsd:string
] ;
sp:subject _:b9
] [ sp:object
[ sp:varName "description"^^xsd:string
] ;
sp:predicate rdfs:comment ;
sp:subject _:b1
sp:subject
[ sp:varName "wirelineFormationTest"^^xsd:string
]
]) ;
sp:where ([ sp:object _:b29 ;
sp:where ([ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b30 ;
] [ sp:object
[ sp:varName "dTimStart"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b31 ;
] [ sp:object
[ sp:varName "formTestInfo"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#formTestInfoRef> ;
sp:subject spin:_this
] [ sp:object _:b6 ;
] [ sp:object
[ sp:varName "dTimWirelineFormationTest"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
sp:subject _:b31
] [ sp:object _:b32 ;
sp:subject
[ sp:varName "formTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "md"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ;
sp:subject _:b31
] [ sp:object _:b33 ;
sp:subject
[ sp:varName "formTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMd"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b32
] [ sp:object _:b8 ;
sp:subject
[ sp:varName "md"^^xsd:string
]
] [ sp:object
[ sp:varName "realMd"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b32
sp:subject
[ sp:varName "md"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b34 ;
sp:elements ([ sp:object
[ sp:varName "tvd"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ;
sp:subject _:b31
] [ sp:object _:b35 ;
sp:subject
[ sp:varName "formTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomTvd"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b34
] [ sp:object _:b14 ;
sp:subject
[ sp:varName "tvd"^^xsd:string
]
] [ sp:object
[ sp:varName "realTvd"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b34
sp:subject
[ sp:varName "tvd"^^xsd:string
]
])
] [ sp:object _:b36 ;
] [ sp:object
[ sp:varName "presPore"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#presPoreRef> ;
sp:subject _:b31
] [ sp:object _:b37 ;
sp:subject
[ sp:varName "formTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomPressure"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b36
] [ sp:object _:b11 ;
sp:subject
[ sp:varName "presPore"^^xsd:string
]
] [ sp:object
[ sp:varName "realPressure"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b36
] [ sp:object _:b38 ;
sp:subject
[ sp:varName "presPore"^^xsd:string
]
] [ sp:object
[ sp:varName "goodSeal"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#goodSeal> ;
sp:subject _:b31
] [ sp:object _:b39 ;
sp:subject
[ sp:varName "formTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "mdSample"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#mdSampleRef> ;
sp:subject _:b31
] [ sp:object _:b40 ;
sp:subject
[ sp:varName "formTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMdSample"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b39
] [ sp:object _:b18 ;
sp:subject
[ sp:varName "mdSample"^^xsd:string
]
] [ sp:object
[ sp:varName "realMdSample"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b39
] [ sp:object _:b41 ;
sp:subject
[ sp:varName "mdSample"^^xsd:string
]
] [ sp:object
[ sp:varName "enumDominateComponent"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dominateComponentRef> ;
sp:subject _:b31
] [ sp:object _:b42 ;
sp:subject
[ sp:varName "formTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "densityHC"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#densityHCRef> ;
sp:subject _:b31
] [ sp:object _:b43 ;
sp:subject
[ sp:varName "formTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomDensity"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b42
] [ sp:object _:b23 ;
sp:subject
[ sp:varName "densityHC"^^xsd:string
]
] [ sp:object
[ sp:varName "realDensity"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b42
] [ sp:object _:b44 ;
sp:subject
[ sp:varName "densityHC"^^xsd:string
]
] [ sp:object
[ sp:varName "volumeSample"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#volumeSampleRef> ;
sp:subject _:b31
] [ sp:object _:b45 ;
sp:subject
[ sp:varName "formTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomVolume"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b44
] [ sp:object _:b26 ;
sp:subject
[ sp:varName "volumeSample"^^xsd:string
]
] [ sp:object
[ sp:varName "realVolume"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b44
] [ sp:object _:b28 ;
sp:subject
[ sp:varName "volumeSample"^^xsd:string
]
] [ sp:object
[ sp:varName "description"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#description> ;
sp:subject _:b31
sp:subject
[ sp:varName "formTestInfo"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b29
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
] ;
sp:variable _:b46
sp:variable
[ sp:varName "normalizedWellBoreName"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b46 ;
sp:arg2 _:b30
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
]
] ;
sp:variable _:b2
sp:variable
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b31
sp:arg1 [ sp:varName "formTestInfo"^^xsd:string
]
] ;
sp:variable _:b47
sp:variable
[ sp:varName "localname"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWirelineFormationTestURI ;
sp:arg1 _:b46 ;
sp:arg2 _:b47
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
] ;
sp:arg3 [ sp:varName "localname"^^xsd:string
]
] ;
sp:variable _:b1
sp:variable
[ sp:varName "wirelineFormationTest"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectComponentType ;
sp:arg1 _:b41
sp:arg1 [ sp:varName "enumDominateComponent"^^xsd:string
]
] ;
sp:variable _:b21
sp:variable
[ sp:varName "componentType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ;
sp:arg1 _:b38
sp:arg1 [ sp:varName "goodSeal"^^xsd:string
]
] ;
sp:variable _:b16
sp:variable
[ sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b33
sp:arg1 [ sp:varName "uomMd"^^xsd:string
]
] ;
sp:variable _:b9
sp:variable
[ sp:varName "lengthScaleMd"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b35
sp:arg1 [ sp:varName "uomTvd"^^xsd:string
]
] ;
sp:variable _:b15
sp:variable
[ sp:varName "lengthScaleTvd"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b40
sp:arg1 [ sp:varName "uomMdSample"^^xsd:string
]
] ;
sp:variable _:b19
sp:variable
[ sp:varName "lengthScaleMdSample"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectPressureScale ;
sp:arg1 _:b37
sp:arg1 [ sp:varName "uomPressure"^^xsd:string
]
] ;
sp:variable _:b12
sp:variable
[ sp:varName "pressureScale"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectVolumeScale ;
sp:arg1 _:b45
sp:arg1 [ sp:varName "uomVolume"^^xsd:string
]
] ;
sp:variable _:b27
sp:variable
[ sp:varName "volumeScale"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDensityScale ;
sp:arg1 _:b43
sp:arg1 [ sp:varName "uomDensity"^^xsd:string
]
] ;
sp:variable _:b24
sp:variable
[ sp:varName "densityScale"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellBoreByName ;
sp:arg1 [ rdf:type xsd:string ;
sp:arg1 _:b29
arg:wellBoreName
[ rdf:type xsd:string ;
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
]
] ;
sp:variable _:b5
sp:variable
[ sp:varName "wellBore"^^xsd:string
]
])
] .
_:b5 sp:varName "wellBore"^^xsd:string .
_:b24
sp:varName "densityScale"^^xsd:string .
_:b27
sp:varName "volumeScale"^^xsd:string .
_:b12
sp:varName "pressureScale"^^xsd:string .
_:b19
sp:varName "lengthScaleMdSample"^^xsd:string .
_:b15
sp:varName "lengthScaleTvd"^^xsd:string .
_:b9 sp:varName "lengthScaleMd"^^xsd:string .
_:b16
sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
_:b21
sp:varName "componentType"^^xsd:string .
_:b1 sp:varName "wirelineFormationTest"^^xsd:string .
_:b47
sp:varName "localname"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b46
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b28
sp:varName "description"^^xsd:string .
_:b26
sp:varName "realVolume"^^xsd:string .
_:b45
sp:varName "uomVolume"^^xsd:string .
_:b44
sp:varName "volumeSample"^^xsd:string .
_:b23
sp:varName "realDensity"^^xsd:string .
_:b43
sp:varName "uomDensity"^^xsd:string .
_:b42
sp:varName "densityHC"^^xsd:string .
_:b41
sp:varName "enumDominateComponent"^^xsd:string .
_:b18
sp:varName "realMdSample"^^xsd:string .
_:b40
sp:varName "uomMdSample"^^xsd:string .
_:b39
sp:varName "mdSample"^^xsd:string .
_:b38
sp:varName "goodSeal"^^xsd:string .
_:b11
sp:varName "realPressure"^^xsd:string .
_:b37
sp:varName "uomPressure"^^xsd:string .
_:b36
sp:varName "presPore"^^xsd:string .
_:b14
sp:varName "realTvd"^^xsd:string .
_:b35
sp:varName "uomTvd"^^xsd:string .
_:b34
sp:varName "tvd"^^xsd:string .
_:b8 sp:varName "realMd"^^xsd:string .
_:b33
sp:varName "uomMd"^^xsd:string .
_:b32
sp:varName "md"^^xsd:string .
_:b6 sp:varName "dTimWirelineFormationTest"^^xsd:string .
_:b31
sp:varName "formTestInfo"^^xsd:string .
_:b30
sp:varName "dTimStart"^^xsd:string .
_:b29
sp:varName "nameWellBore"^^xsd:string .
......
# Saved by TopBraid on Fri Oct 28 14:13:15 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Fri Oct 28 14:48:47 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://spinrdf.org/spin
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> .
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
......@@ -21,7 +20,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo>
rdf:type owl:Ontology ;
owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/1series#Obj_drillReport>
......@@ -30,580 +29,691 @@
rdfs:comment "STEP 270 Gas reading"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#GasReading> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b1 ;
sp:subject
[ sp:varName "gasReading"^^xsd:string
]
] [ sp:object
[ sp:varName "gasReading"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b2
] [ sp:object _:b3 ;
sp:subject
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b1
sp:subject
[ sp:varName "gasReading"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:subject _:b1
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b3
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:subject _:b2
] [ sp:object
[ sp:varName "wellBore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
sp:subject _:b4
] [ sp:object _:b6 ;
sp:subject _:b2
] [ sp:object
[ sp:varName "dTim"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
sp:subject _:b1
] [ sp:object _:b7 ;
sp:subject
[ sp:varName "gasReading"^^xsd:string
]
] [ sp:object
[ sp:varName "gasReadingType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b8 ;
sp:subject
[ sp:varName "gasReading"^^xsd:string
]
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b4
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b8
] [ sp:object _:b9 ;
sp:predicate _:b10 ;
sp:subject _:b8
] [ sp:object _:b11 ;
sp:subject _:b3
] [ sp:object
[ sp:varName "realMdTop"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMdTop"^^xsd:string
] ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b4
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b11
] [ sp:object _:b12 ;
sp:predicate _:b13 ;
sp:subject _:b11
] [ sp:object _:b14 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b4
] [ sp:object
[ sp:varName "realTvdTop"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleTvdTop"^^xsd:string
] ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b14
] [ sp:object _:b15 ;
sp:predicate _:b16 ;
sp:subject _:b14
] [ sp:object _:b17 ;
sp:subject _:b5
] [ sp:object
[ sp:varName "realMdBottom"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMdBottom"^^xsd:string
] ;
sp:subject _:b5
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b4
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b17
] [ sp:object _:b18 ;
sp:predicate _:b19 ;
sp:subject _:b17
] [ sp:object _:b20 ;
sp:subject _:b6
] [ sp:object
[ sp:varName "realTvdBottom"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleTvdBottom"^^xsd:string
] ;
sp:subject _:b6
] [ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ;
sp:subject _:b3
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b20
] [ sp:object _:b21 ;
sp:subject _:b7
] [ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationHigh> ;
sp:subject _:b20
] [ sp:object _:b22 ;
sp:subject _:b7
] [ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationLow> ;
sp:subject _:b20
] [ sp:object _:b23 ;
sp:subject _:b7
] [ sp:object _:b10 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b20
sp:subject _:b7
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ;
sp:predicate rdf:type ;
sp:subject _:b23
sp:subject _:b10
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b21
] [ sp:object _:b24 ;
sp:predicate _:b25 ;
sp:subject _:b21
sp:subject _:b8
] [ sp:object
[ sp:varName "realGasHigh"^^xsd:string
] ;
sp:predicate
[ sp:varName "concentrationScaleGasHigh"^^xsd:string
] ;
sp:subject _:b8
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b22
] [ sp:object _:b26 ;
sp:predicate _:b27 ;
sp:subject _:b22
] [ sp:object _:b28 ;
sp:subject _:b9
] [ sp:object
[ sp:varName "realGasLow"^^xsd:string
] ;
sp:predicate
[ sp:varName "concentrationScaleGasLow"^^xsd:string
] ;
sp:subject _:b9
] [ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#methaneConcentration> ;
sp:subject _:b23
sp:subject _:b10
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b28
] [ sp:object _:b29 ;
sp:predicate _:b30 ;
sp:subject _:b28
] [ sp:object _:b31 ;
sp:subject _:b11
] [ sp:object
[ sp:varName "realMeth"^^xsd:string
] ;
sp:predicate
[ sp:varName "concentrationScaleMeth"^^xsd:string
] ;
sp:subject _:b11
] [ sp:object _:b12 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#ethaneConcentration> ;
sp:subject _:b23
sp:subject _:b10
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b31
] [ sp:object _:b32 ;
sp:predicate _:b33 ;
sp:subject _:b31
] [ sp:object _:b34 ;
sp:subject _:b12
] [ sp:object
[ sp:varName "realEth"^^xsd:string
] ;
sp:predicate
[ sp:varName "concentrationScaleEth"^^xsd:string
] ;
sp:subject _:b12
] [ sp:object _:b13 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#propaneConcentration> ;
sp:subject _:b23
sp:subject _:b10
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b34
] [ sp:object _:b35 ;
sp:predicate _:b36 ;
sp:subject _:b34
] [ sp:object _:b37 ;
sp:subject _:b13
] [ sp:object
[ sp:varName "realProp"^^xsd:string
] ;
sp:predicate
[ sp:varName "concentrationScaleProp"^^xsd:string
] ;
sp:subject _:b13
] [ sp:object _:b14 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#isoButaneConcentration> ;
sp:subject _:b23
sp:subject _:b10
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b37
] [ sp:object _:b38 ;
sp:predicate _:b39 ;
sp:subject _:b37
] [ sp:object _:b40 ;
sp:subject _:b14
] [ sp:object
[ sp:varName "realIbut"^^xsd:string
] ;
sp:predicate
[ sp:varName "concentrationScaleIbut"^^xsd:string
] ;
sp:subject _:b14
] [ sp:object _:b15 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#norButaneConcentration> ;
sp:subject _:b23
sp:subject _:b10
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b40
] [ sp:object _:b41 ;
sp:predicate _:b42 ;
sp:subject _:b40
] [ sp:object _:b43 ;
sp:subject _:b15
] [ sp:object
[ sp:varName "realNbut"^^xsd:string
] ;
sp:predicate
[ sp:varName "concentrationScaleNbut"^^xsd:string
] ;
sp:subject _:b15
] [ sp:object _:b16 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration> ;
sp:subject _:b23
sp:subject _:b10
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b43
] [ sp:object _:b44 ;
sp:predicate _:b45 ;
sp:subject _:b43
sp:subject _:b16
] [ sp:object
[ sp:varName "realIpent"^^xsd:string
] ;
sp:predicate
[ sp:varName "concentrationScaleIpent"^^xsd:string
] ;
sp:subject _:b16
]) ;
sp:where ([ sp:object _:b46 ;
sp:where ([ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b47 ;
] [ sp:object
[ sp:varName "dTimStart"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b48 ;
] [ sp:object
[ sp:varName "gasReadingInfo"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#gasReadingInfoRef> ;
sp:subject spin:_this
] [ sp:object _:b49 ;
] [ sp:object
[ sp:varName "mdTop"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
sp:subject _:b48
] [ sp:object _:b50 ;
sp:subject
[ sp:varName "gasReadingInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMdTop"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b49
] [ sp:object _:b9 ;
sp:subject
[ sp:varName "mdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "realMdTop"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b49
] [ sp:object _:b51 ;
sp:subject
[ sp:varName "mdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "readingType"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#readingTypeRef> ;
sp:subject _:b48
] [ sp:object _:b52 ;
sp:subject
[ sp:varName "gasReadingInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "gasHigh"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#gasHighRef> ;
sp:subject _:b48
] [ sp:object _:b53 ;
sp:subject
[ sp:varName "gasReadingInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomGasHigh"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b52
] [ sp:object _:b24 ;
sp:subject
[ sp:varName "gasHigh"^^xsd:string
]
] [ sp:object
[ sp:varName "realGasHigh"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b52
sp:subject
[ sp:varName "gasHigh"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b6 ;
sp:elements ([ sp:object
[ sp:varName "dTim"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
sp:subject _:b48
sp:subject
[ sp:varName "gasReadingInfo"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b54 ;
sp:elements ([ sp:object
[ sp:varName "mdBottom"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ;
sp:subject _:b48
] [ sp:object _:b55 ;
sp:subject
[ sp:varName "gasReadingInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMdBottom"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b54
] [ sp:object _:b15 ;
sp:subject
[ sp:varName "mdBottom"^^xsd:string
]
] [ sp:object
[ sp:varName "realMdBottom"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b54
sp:subject
[ sp:varName "mdBottom"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b56 ;
sp:elements ([ sp:object
[ sp:varName "tvdTop"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ;
sp:subject _:b48
] [ sp:object _:b57 ;
sp:subject
[ sp:varName "gasReadingInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomTvdTop"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b56
] [ sp:object _:b12 ;
sp:subject
[ sp:varName "tvdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "realTvdTop"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b56
sp:subject
[ sp:varName "tvdTop"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b58 ;
sp:elements ([ sp:object
[ sp:varName "tvdBottom"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ;
sp:subject _:b48
] [ sp:object _:b59 ;
sp:subject
[ sp:varName "gasReadingInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomTvdBottom"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b58
] [ sp:object _:b18 ;
sp:subject
[ sp:varName "tvdBottom"^^xsd:string
]
] [ sp:object
[ sp:varName "realTvdBottom"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b58
sp:subject
[ sp:varName "tvdBottom"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b60 ;
sp:elements ([ sp:object
[ sp:varName "gasLow"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#gasLowRef> ;
sp:subject _:b48
] [ sp:object _:b61 ;
sp:subject
[ sp:varName "gasReadingInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomGasLow"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b60
] [ sp:object _:b26 ;
sp:subject
[ sp:varName "gasLow"^^xsd:string
]
] [ sp:object
[ sp:varName "realGasLow"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b60
sp:subject
[ sp:varName "gasLow"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b62 ;
sp:elements ([ sp:object
[ sp:varName "meth"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#methRef> ;
sp:subject _:b48
] [ sp:object _:b63 ;
sp:subject
[ sp:varName "gasReadingInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMeth"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b62
] [ sp:object _:b29 ;
sp:subject
[ sp:varName "meth"^^xsd:string
]
] [ sp:object
[ sp:varName "realMeth"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b62
sp:subject
[ sp:varName "meth"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b64 ;
sp:elements ([ sp:object
[ sp:varName "eth"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#ethRef> ;
sp:subject _:b48
] [ sp:object _:b65 ;
sp:subject
[ sp:varName "gasReadingInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomEth"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b64
] [ sp:object _:b32 ;
sp:subject
[ sp:varName "eth"^^xsd:string
]
] [ sp:object
[ sp:varName "realEth"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b64
sp:subject
[ sp:varName "eth"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b66 ;
sp:elements ([ sp:object
[ sp:varName "prop"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#propRef> ;
sp:subject _:b48
] [ sp:object _:b67 ;
sp:subject
[ sp:varName "gasReadingInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomProp"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b66
] [ sp:object _:b35 ;
sp:subject
[ sp:varName "prop"^^xsd:string
]
] [ sp:object
[ sp:varName "realProp"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b66
sp:subject
[ sp:varName "prop"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b68 ;
sp:elements ([ sp:object
[ sp:varName "ibut"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#ibutRef> ;
sp:subject _:b48
] [ sp:object _:b69 ;
sp:subject
[ sp:varName "gasReadingInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomIbut"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b68
] [ sp:object _:b38 ;
sp:subject
[ sp:varName "ibut"^^xsd:string
]
] [ sp:object
[ sp:varName "realIbut"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b68
sp:subject
[ sp:varName "ibut"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b70 ;
sp:elements ([ sp:object
[ sp:varName "nbut"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#nbutRef> ;
sp:subject _:b48
] [ sp:object _:b71 ;
sp:subject
[ sp:varName "gasReadingInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomNbut"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b70
] [ sp:object _:b41 ;
sp:subject
[ sp:varName "nbut"^^xsd:string
]
] [ sp:object
[ sp:varName "realNbut"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b70
sp:subject
[ sp:varName "nbut"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b72 ;
sp:elements ([ sp:object
[ sp:varName "ipent"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#ipentRef> ;
sp:subject _:b48
] [ sp:object _:b73 ;
sp:subject
[ sp:varName "gasReadingInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomIpent"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b72
] [ sp:object _:b44 ;
sp:subject
[ sp:varName "ipent"^^xsd:string
]
] [ sp:object
[ sp:varName "realIpent"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b72
sp:subject
[ sp:varName "ipent"^^xsd:string
]
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b46
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
] ;
sp:variable _:b74
sp:variable
[ sp:varName "normalizedWellBoreName"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b74 ;
sp:arg2 _:b47
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
]
] ;
sp:variable _:b2
sp:variable
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b48
sp:arg1 [ sp:varName "gasReadingInfo"^^xsd:string
]
] ;
sp:variable _:b75
sp:variable
[ sp:varName "localname"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildGasReadingURI ;
sp:arg1 _:b74 ;
sp:arg2 _:b75
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
] ;
sp:arg3 [ sp:varName "localname"^^xsd:string
]
] ;
sp:variable _:b1
sp:variable
[ sp:varName "gasReading"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectGasReadingType ;
sp:arg1 _:b51
sp:arg1 [ sp:varName "readingType"^^xsd:string
]
] ;
sp:variable _:b7
sp:variable
[ sp:varName "gasReadingType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b50
sp:arg1 [ sp:varName "uomMdTop"^^xsd:string
]
] ;
sp:variable _:b10
sp:variable
[ sp:varName "lengthScaleMdTop"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b57
sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string
]
] ;
sp:variable _:b13
sp:variable
[ sp:varName "lengthScaleTvdTop"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b55
sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string
]
] ;
sp:variable _:b16
sp:variable
[ sp:varName "lengthScaleMdBottom"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b59
sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string
]
] ;
sp:variable _:b19
sp:variable
[ sp:varName "lengthScaleTvdBottom"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 _:b53
sp:arg1 [ sp:varName "uomGasHigh"^^xsd:string
]
] ;
sp:variable _:b25
sp:variable
[ sp:varName "concentrationScaleGasHigh"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 _:b61
sp:arg1 [ sp:varName "uomGasLow"^^xsd:string
]
] ;
sp:variable _:b27
sp:variable
[ sp:varName "concentrationScaleGasLow"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 _:b63
sp:arg1 [ sp:varName "uomMeth"^^xsd:string
]
] ;
sp:variable _:b30
sp:variable
[ sp:varName "concentrationScaleMeth"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 _:b65
sp:arg1 [ sp:varName "uomEth"^^xsd:string
]
] ;
sp:variable _:b33
sp:variable
[ sp:varName "concentrationScaleEth"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 _:b67
sp:arg1 [ sp:varName "uomProp"^^xsd:string
]
] ;
sp:variable _:b36
sp:variable
[ sp:varName "concentrationScaleProp"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 _:b69
sp:arg1 [ sp:varName "uomIbut"^^xsd:string
]
] ;
sp:variable _:b39
sp:variable
[ sp:varName "concentrationScaleIbut"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 _:b71
sp:arg1 [ sp:varName "uomNbut"^^xsd:string
]
] ;
sp:variable _:b42
sp:variable
[ sp:varName "concentrationScaleNbut"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 _:b73
sp:arg1 [ sp:varName "uomIpent"^^xsd:string
]
] ;
sp:variable _:b45
sp:variable
[ sp:varName "concentrationScaleIpent"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellBoreByName ;
arg:wellBoreName
[ rdf:type xsd:string ;
sp:arg1 _:b46
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
]
] ;
sp:variable _:b5
sp:variable
[ sp:varName "wellBore"^^xsd:string
]
])
] .
_:b46
sp:varName "nameWellBore"^^xsd:string .
_:b47
sp:varName "dTimStart"^^xsd:string .
_:b48
sp:varName "gasReadingInfo"^^xsd:string .
_:b49
sp:varName "mdTop"^^xsd:string .
_:b50
sp:varName "uomMdTop"^^xsd:string .
_:b9 sp:varName "realMdTop"^^xsd:string .
_:b51
sp:varName "readingType"^^xsd:string .
_:b52
sp:varName "gasHigh"^^xsd:string .
_:b53
sp:varName "uomGasHigh"^^xsd:string .
_:b24
sp:varName "realGasHigh"^^xsd:string .
_:b6 sp:varName "dTim"^^xsd:string .
_:b54
sp:varName "mdBottom"^^xsd:string .
_:b55
sp:varName "uomMdBottom"^^xsd:string .
_:b15
sp:varName "realMdBottom"^^xsd:string .
_:b56
sp:varName "tvdTop"^^xsd:string .
_:b57
sp:varName "uomTvdTop"^^xsd:string .
_:b12
sp:varName "realTvdTop"^^xsd:string .
_:b58
sp:varName "tvdBottom"^^xsd:string .
_:b59
sp:varName "uomTvdBottom"^^xsd:string .
_:b18
sp:varName "realTvdBottom"^^xsd:string .
_:b60
sp:varName "gasLow"^^xsd:string .
_:b61
sp:varName "uomGasLow"^^xsd:string .
_:b26
sp:varName "realGasLow"^^xsd:string .
_:b62
sp:varName "meth"^^xsd:string .
_:b63
sp:varName "uomMeth"^^xsd:string .
_:b29
sp:varName "realMeth"^^xsd:string .
_:b64
sp:varName "eth"^^xsd:string .
_:b65
sp:varName "uomEth"^^xsd:string .
_:b32
sp:varName "realEth"^^xsd:string .
_:b66
sp:varName "prop"^^xsd:string .
_:b67
sp:varName "uomProp"^^xsd:string .
_:b35
sp:varName "realProp"^^xsd:string .
_:b68
sp:varName "ibut"^^xsd:string .
_:b69
sp:varName "uomIbut"^^xsd:string .
_:b38
sp:varName "realIbut"^^xsd:string .
_:b70
sp:varName "nbut"^^xsd:string .
_:b71
sp:varName "uomNbut"^^xsd:string .
_:b41
sp:varName "realNbut"^^xsd:string .
_:b72
sp:varName "ipent"^^xsd:string .
_:b73
sp:varName "uomIpent"^^xsd:string .
_:b44
sp:varName "realIpent"^^xsd:string .
_:b74
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b75
sp:varName "localname"^^xsd:string .
_:b1 sp:varName "gasReading"^^xsd:string .
_:b7 sp:varName "gasReadingType"^^xsd:string .
_:b10
sp:varName "lengthScaleMdTop"^^xsd:string .
_:b13
sp:varName "lengthScaleTvdTop"^^xsd:string .
_:b16
sp:varName "lengthScaleMdBottom"^^xsd:string .
_:b19
sp:varName "lengthScaleTvdBottom"^^xsd:string .
_:b25
sp:varName "concentrationScaleGasHigh"^^xsd:string .
_:b27
sp:varName "concentrationScaleGasLow"^^xsd:string .
_:b30
sp:varName "concentrationScaleMeth"^^xsd:string .
_:b33
sp:varName "concentrationScaleEth"^^xsd:string .
_:b36
sp:varName "concentrationScaleProp"^^xsd:string .
_:b39
sp:varName "concentrationScaleIbut"^^xsd:string .
_:b42
sp:varName "concentrationScaleNbut"^^xsd:string .
_:b45
sp:varName "concentrationScaleIpent"^^xsd:string .
_:b5 sp:varName "wellBore"^^xsd:string .
......
# Saved by TopBraid on Fri Oct 28 14:48:47 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Fri Oct 28 15:43:00 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://spinrdf.org/spin
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> .
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
......@@ -21,7 +20,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo>
rdf:type owl:Ontology ;
owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/1series#Obj_drillReport>
......@@ -30,255 +29,310 @@
rdfs:comment "STEP 260 Open perforation interval"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#OpenPerforationInterval> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b1 ;
sp:subject
[ sp:varName "openPerforationInterval"^^xsd:string
]
] [ sp:object
[ sp:varName "openPerforationInterval"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b2
] [ sp:object _:b3 ;
sp:subject
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b1
sp:subject
[ sp:varName "openPerforationInterval"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:subject _:b1
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b3
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:subject _:b2
] [ sp:object
[ sp:varName "wellBore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
sp:subject _:b4
] [ sp:object _:b6 ;
sp:subject _:b2
] [ sp:object
[ sp:varName "dTimOpen"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b1
] [ sp:object _:b7 ;
sp:subject
[ sp:varName "openPerforationInterval"^^xsd:string
]
] [ sp:object
[ sp:varName "dTimClose"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b1
] [ sp:object _:b8 ;
sp:subject
[ sp:varName "openPerforationInterval"^^xsd:string
]
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b4
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b8
] [ sp:object _:b9 ;
sp:predicate _:b10 ;
sp:subject _:b8
] [ sp:object _:b11 ;
sp:subject _:b3
] [ sp:object
[ sp:varName "realMdTop"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMdTop"^^xsd:string
] ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b4
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b11
] [ sp:object _:b12 ;
sp:predicate _:b13 ;
sp:subject _:b11
] [ sp:object _:b14 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b4
] [ sp:object
[ sp:varName "realMdBottom"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMdBottom"^^xsd:string
] ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b14
] [ sp:object _:b15 ;
sp:predicate _:b16 ;
sp:subject _:b14
] [ sp:object _:b17 ;
sp:subject _:b5
] [ sp:object
[ sp:varName "realTvdTop"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleTvdTop"^^xsd:string
] ;
sp:subject _:b5
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b4
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b17
] [ sp:object _:b18 ;
sp:predicate _:b19 ;
sp:subject _:b17
sp:subject _:b6
] [ sp:object
[ sp:varName "realTvdBottom"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleTvdBottom"^^xsd:string
] ;
sp:subject _:b6
]) ;
sp:where ([ sp:object _:b20 ;
sp:where ([ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b21 ;
] [ sp:object
[ sp:varName "dTimStart"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b22 ;
] [ sp:object
[ sp:varName "perfInfo"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#perfInfoRef> ;
sp:subject spin:_this
] [ sp:object _:b6 ;
] [ sp:object
[ sp:varName "dTimOpen"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dTimOpen> ;
sp:subject _:b22
sp:subject
[ sp:varName "perfInfo"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b7 ;
sp:elements ([ sp:object
[ sp:varName "dTimClose"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dTimClose> ;
sp:subject _:b22
sp:subject
[ sp:varName "perfInfo"^^xsd:string
]
])
] [ sp:object _:b23 ;
] [ sp:object
[ sp:varName "mdTop"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
sp:subject _:b22
] [ sp:object _:b24 ;
sp:subject
[ sp:varName "perfInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMdTop"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b23
] [ sp:object _:b9 ;
sp:subject
[ sp:varName "mdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "realMdTop"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b23
] [ sp:object _:b25 ;
sp:subject
[ sp:varName "mdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "mdBottom"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ;
sp:subject _:b22
] [ sp:object _:b26 ;
sp:subject
[ sp:varName "perfInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMdBottom"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b25
] [ sp:object _:b12 ;
sp:subject
[ sp:varName "mdBottom"^^xsd:string
]
] [ sp:object
[ sp:varName "realMdBottom"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b25
sp:subject
[ sp:varName "mdBottom"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b27 ;
sp:elements ([ sp:object
[ sp:varName "tvdTop"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ;
sp:subject _:b22
] [ sp:object _:b28 ;
sp:subject
[ sp:varName "perfInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomTvdTop"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b27
] [ sp:object _:b15 ;
sp:subject
[ sp:varName "tvdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "realTvdTop"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b27
sp:subject
[ sp:varName "tvdTop"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b29 ;
sp:elements ([ sp:object
[ sp:varName "tvdBottom"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ;
sp:subject _:b22
] [ sp:object _:b30 ;
sp:subject
[ sp:varName "perfInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomTvdBottom"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b29
] [ sp:object _:b18 ;
sp:subject
[ sp:varName "tvdBottom"^^xsd:string
]
] [ sp:object
[ sp:varName "realTvdBottom"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b29
sp:subject
[ sp:varName "tvdBottom"^^xsd:string
]
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b20
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
] ;
sp:variable _:b31
sp:variable
[ sp:varName "normalizedWellBoreName"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b31 ;
sp:arg2 _:b21
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
]
] ;
sp:variable _:b2
sp:variable
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b22
sp:arg1 [ sp:varName "perfInfo"^^xsd:string
]
] ;
sp:variable _:b32
sp:variable
[ sp:varName "localname"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildOpenPerforationIntervalURI ;
sp:arg1 _:b31 ;
sp:arg2 _:b32
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
] ;
sp:arg3 [ sp:varName "localname"^^xsd:string
]
] ;
sp:variable _:b1
sp:variable
[ sp:varName "openPerforationInterval"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b24
sp:arg1 [ sp:varName "uomMdTop"^^xsd:string
]
] ;
sp:variable _:b10
sp:variable
[ sp:varName "lengthScaleMdTop"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b28
sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string
]
] ;
sp:variable _:b16
sp:variable
[ sp:varName "lengthScaleTvdTop"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b26
sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string
]
] ;
sp:variable _:b13
sp:variable
[ sp:varName "lengthScaleMdBottom"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b30
sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string
]
] ;
sp:variable _:b19
sp:variable
[ sp:varName "lengthScaleTvdBottom"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellBoreByName ;
arg:wellBoreName
[ rdf:type xsd:string ;
sp:arg1 _:b20
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
]
] ;
sp:variable _:b5
sp:variable
[ sp:varName "wellBore"^^xsd:string
]
])
] .
_:b1 sp:varName "openPerforationInterval"^^xsd:string .
_:b32
sp:varName "localname"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b5 sp:varName "wellBore"^^xsd:string .
_:b31
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b18
sp:varName "realTvdBottom"^^xsd:string .
_:b30
sp:varName "uomTvdBottom"^^xsd:string .
_:b29
sp:varName "tvdBottom"^^xsd:string .
_:b15
sp:varName "realTvdTop"^^xsd:string .
_:b28
sp:varName "uomTvdTop"^^xsd:string .
_:b27
sp:varName "tvdTop"^^xsd:string .
_:b12
sp:varName "realMdBottom"^^xsd:string .
_:b26
sp:varName "uomMdBottom"^^xsd:string .
_:b25
sp:varName "mdBottom"^^xsd:string .
_:b9 sp:varName "realMdTop"^^xsd:string .
_:b24
sp:varName "uomMdTop"^^xsd:string .
_:b23
sp:varName "mdTop"^^xsd:string .
_:b7 sp:varName "dTimClose"^^xsd:string .
_:b6 sp:varName "dTimOpen"^^xsd:string .
_:b22
sp:varName "perfInfo"^^xsd:string .
_:b21
sp:varName "dTimStart"^^xsd:string .
_:b20
sp:varName "nameWellBore"^^xsd:string .
_:b19
sp:varName "lengthScaleTvdBottom"^^xsd:string .
_:b13
sp:varName "lengthScaleMdBottom"^^xsd:string .
_:b16
sp:varName "lengthScaleTvdTop"^^xsd:string .
_:b10
sp:varName "lengthScaleMdTop"^^xsd:string .
......
# Saved by TopBraid on Fri Oct 28 15:43:00 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Fri Oct 28 16:11:37 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://spinrdf.org/spin
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> .
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
......@@ -21,7 +20,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo>
rdf:type owl:Ontology ;
owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/1series#Obj_drillReport>
......@@ -30,991 +29,1196 @@
rdfs:comment "STEP 210 Create WellTest activity"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b1 ;
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object
[ sp:varName "wellTest"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b2
] [ sp:object _:b3 ;
sp:subject
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b1
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:subject _:b1
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b3
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:subject _:b2
] [ sp:object
[ sp:varName "wellBore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
sp:subject _:b4
] [ sp:object _:b6 ;
sp:subject _:b2
] [ sp:object
[ sp:varName "wellTestType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b7 ;
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object
[ sp:varName "dTimWellTest"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b1
] [ sp:object _:b8 ;
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object
[ sp:varName "testNumber"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestNumber> ;
sp:subject _:b1
] [ sp:object _:b9 ;
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b4
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b9
] [ sp:object _:b10 ;
sp:predicate _:b11 ;
sp:subject _:b9
] [ sp:object _:b12 ;
sp:subject _:b3
] [ sp:object
[ sp:varName "realMdTop"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMdTop"^^xsd:string
] ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b4
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b12
] [ sp:object _:b13 ;
sp:predicate _:b14 ;
sp:subject _:b12
] [ sp:object _:b15 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b4
] [ sp:object
[ sp:varName "realMdBottom"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleMdBottom"^^xsd:string
] ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b15
] [ sp:object _:b16 ;
sp:predicate _:b17 ;
sp:subject _:b15
] [ sp:object _:b18 ;
sp:subject _:b5
] [ sp:object
[ sp:varName "realTvdTop"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleTvdTop"^^xsd:string
] ;
sp:subject _:b5
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b4
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b18
] [ sp:object _:b19 ;
sp:predicate _:b20 ;
sp:subject _:b18
] [ sp:object _:b21 ;
sp:subject _:b6
] [ sp:object
[ sp:varName "realTvdBottom"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleTvdBottom"^^xsd:string
] ;
sp:subject _:b6
] [ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ;
sp:subject _:b1
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> ;
sp:predicate rdf:type ;
sp:subject _:b21
] [ sp:object _:b22 ;
sp:subject _:b7
] [ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ;
sp:subject _:b21
sp:subject _:b7
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b22
] [ sp:object _:b23 ;
sp:predicate _:b24 ;
sp:subject _:b22
] [ sp:object _:b25 ;
sp:subject _:b8
] [ sp:object
[ sp:varName "realOrifice"^^xsd:string
] ;
sp:predicate
[ sp:varName "lengthScaleOrifice"^^xsd:string
] ;
sp:subject _:b8
] [ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#fluidProducedByWellTest> ;
sp:subject _:b1
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b25
] [ sp:object _:b26 ;
sp:subject _:b9
] [ sp:object _:b10 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#waterOilRatio> ;
sp:subject _:b25
sp:subject _:b9
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b26
] [ sp:object _:b27 ;
sp:predicate _:b28 ;
sp:subject _:b26
] [ sp:object _:b29 ;
sp:subject _:b10
] [ sp:object
[ sp:varName "realWaterOil"^^xsd:string
] ;
sp:predicate
[ sp:varName "specificVolumeScaleWaterOil"^^xsd:string
] ;
sp:subject _:b10
] [ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#gasOilRatio> ;
sp:subject _:b25
sp:subject _:b9
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b29
] [ sp:object _:b30 ;
sp:predicate _:b31 ;
sp:subject _:b29
] [ sp:object _:b32 ;
sp:subject _:b11
] [ sp:object
[ sp:varName "realGasOil"^^xsd:string
] ;
sp:predicate
[ sp:varName "specificVolumeScaleGasOil"^^xsd:string
] ;
sp:subject _:b11
] [ sp:object _:b12 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b25
sp:subject _:b9
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Water> ;
sp:predicate rdf:type ;
sp:subject _:b32
] [ sp:object _:b33 ;
sp:subject _:b12
] [ sp:object _:b13 ;
sp:predicate rdf:type ;
sp:subject _:b32
sp:subject _:b12
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
sp:predicate rdf:type ;
sp:subject _:b33
] [ sp:object _:b34 ;
sp:predicate _:b35 ;
sp:subject _:b33
] [ sp:object _:b36 ;
sp:subject _:b13
] [ sp:object
[ sp:varName "realDensityWater"^^xsd:string
] ;
sp:predicate
[ sp:varName "densityScaleWater"^^xsd:string
] ;
sp:subject _:b13
] [ sp:object _:b14 ;
sp:predicate rdf:type ;
sp:subject _:b32
sp:subject _:b12
] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ;
sp:predicate rdf:type ;
sp:subject _:b36
] [ sp:object _:b37 ;
sp:predicate _:b38 ;
sp:subject _:b36
] [ sp:object _:b39 ;
sp:subject _:b14
] [ sp:object
[ sp:varName "realFlowRateWater"^^xsd:string
] ;
sp:predicate
[ sp:varName "volumetricFlowRateScaleWater"^^xsd:string
] ;
sp:subject _:b14
] [ sp:object _:b15 ;
sp:predicate rdf:type ;
sp:subject _:b32
sp:subject _:b12
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
sp:predicate rdf:type ;
sp:subject _:b39
] [ sp:object _:b40 ;
sp:predicate _:b41 ;
sp:subject _:b39
] [ sp:object _:b42 ;
sp:subject _:b15
] [ sp:object
[ sp:varName "realVolumeWater"^^xsd:string
] ;
sp:predicate
[ sp:varName "volumeScaleWater"^^xsd:string
] ;
sp:subject _:b15
] [ sp:object _:b16 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b25
sp:subject _:b9
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ;
sp:predicate rdf:type ;
sp:subject _:b42
] [ sp:object _:b43 ;
sp:subject _:b16
] [ sp:object _:b17 ;
sp:predicate rdf:type ;
sp:subject _:b42
sp:subject _:b16
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
sp:predicate rdf:type ;
sp:subject _:b43
] [ sp:object _:b44 ;
sp:predicate _:b45 ;
sp:subject _:b43
] [ sp:object _:b46 ;
sp:subject _:b17
] [ sp:object
[ sp:varName "realDensityOil"^^xsd:string
] ;
sp:predicate
[ sp:varName "densityScaleOil"^^xsd:string
] ;
sp:subject _:b17
] [ sp:object _:b18 ;
sp:predicate rdf:type ;
sp:subject _:b42
sp:subject _:b16
] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ;
sp:predicate rdf:type ;
sp:subject _:b46
] [ sp:object _:b47 ;
sp:predicate _:b48 ;
sp:subject _:b46
] [ sp:object _:b49 ;
sp:subject _:b18
] [ sp:object
[ sp:varName "realFlowRateOil"^^xsd:string
] ;
sp:predicate
[ sp:varName "volumetricFlowRateScaleOil"^^xsd:string
] ;
sp:subject _:b18
] [ sp:object _:b19 ;
sp:predicate rdf:type ;
sp:subject _:b42
sp:subject _:b16
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
sp:predicate rdf:type ;
sp:subject _:b49
] [ sp:object _:b50 ;
sp:predicate _:b51 ;
sp:subject _:b49
] [ sp:object _:b52 ;
sp:subject _:b19
] [ sp:object
[ sp:varName "realVolumeOil"^^xsd:string
] ;
sp:predicate
[ sp:varName "volumeScaleOil"^^xsd:string
] ;
sp:subject _:b19
] [ sp:object _:b20 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b25
sp:subject _:b9
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ;
sp:predicate rdf:type ;
sp:subject _:b52
] [ sp:object _:b53 ;
sp:subject _:b20
] [ sp:object _:b21 ;
sp:predicate rdf:type ;
sp:subject _:b52
sp:subject _:b20
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
sp:predicate rdf:type ;
sp:subject _:b53
] [ sp:object _:b54 ;
sp:predicate _:b55 ;
sp:subject _:b53
] [ sp:object _:b56 ;
sp:subject _:b21
] [ sp:object
[ sp:varName "realDensityGas"^^xsd:string
] ;
sp:predicate
[ sp:varName "densityScaleGas"^^xsd:string
] ;
sp:subject _:b21
] [ sp:object _:b22 ;
sp:predicate rdf:type ;
sp:subject _:b52
sp:subject _:b20
] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ;
sp:predicate rdf:type ;
sp:subject _:b56
] [ sp:object _:b57 ;
sp:predicate _:b58 ;
sp:subject _:b56
] [ sp:object _:b59 ;
sp:subject _:b22
] [ sp:object
[ sp:varName "realFlowRateGas"^^xsd:string
] ;
sp:predicate
[ sp:varName "volumetricFlowRateScaleGas"^^xsd:string
] ;
sp:subject _:b22
] [ sp:object _:b23 ;
sp:predicate rdf:type ;
sp:subject _:b52
sp:subject _:b20
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
sp:predicate rdf:type ;
sp:subject _:b59
] [ sp:object _:b60 ;
sp:predicate _:b61 ;
sp:subject _:b59
] [ sp:object _:b62 ;
sp:subject _:b23
] [ sp:object
[ sp:varName "realVolumeGas"^^xsd:string
] ;
sp:predicate
[ sp:varName "volumeScaleGas"^^xsd:string
] ;
sp:subject _:b23
] [ sp:object _:b24 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestShutInPressure> ;
sp:subject _:b1
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
sp:predicate rdf:type ;
sp:subject _:b62
] [ sp:object _:b63 ;
sp:predicate _:b64 ;
sp:subject _:b62
] [ sp:object _:b65 ;
sp:subject _:b24
] [ sp:object
[ sp:varName "realShutIn"^^xsd:string
] ;
sp:predicate
[ sp:varName "pressureScaleShutIn"^^xsd:string
] ;
sp:subject _:b24
] [ sp:object _:b25 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestFlowingPressure> ;
sp:subject _:b1
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
sp:predicate rdf:type ;
sp:subject _:b65
] [ sp:object _:b66 ;
sp:predicate _:b67 ;
sp:subject _:b65
] [ sp:object _:b68 ;
sp:subject _:b25
] [ sp:object
[ sp:varName "realFlowing"^^xsd:string
] ;
sp:predicate
[ sp:varName "pressureScaleFlowing"^^xsd:string
] ;
sp:subject _:b25
] [ sp:object _:b26 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestBottomHolePressure> ;
sp:subject _:b1
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
sp:predicate rdf:type ;
sp:subject _:b68
] [ sp:object _:b69 ;
sp:predicate _:b70 ;
sp:subject _:b68
] [ sp:object _:b71 ;
sp:subject _:b26
] [ sp:object
[ sp:varName "realBottom"^^xsd:string
] ;
sp:predicate
[ sp:varName "pressureScaleBottom"^^xsd:string
] ;
sp:subject _:b26
] [ sp:object _:b27 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#chlorideConcentration> ;
sp:subject _:b52
sp:subject _:b20
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ;
sp:predicate rdf:type ;
sp:subject _:b71
] [ sp:object _:b72 ;
sp:predicate _:b73 ;
sp:subject _:b71
] [ sp:object _:b74 ;
sp:subject _:b27
] [ sp:object
[ sp:varName "realChloride"^^xsd:string
] ;
sp:predicate
[ sp:varName "specificMassScaleChloride"^^xsd:string
] ;
sp:subject _:b27
] [ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#carbonDioxideConcentration> ;
sp:subject _:b52
sp:subject _:b20
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ;
sp:predicate rdf:type ;
sp:subject _:b74
] [ sp:object _:b75 ;
sp:predicate _:b76 ;
sp:subject _:b74
] [ sp:object _:b77 ;
sp:subject _:b28
] [ sp:object
[ sp:varName "realCarbonDioxide"^^xsd:string
] ;
sp:predicate
[ sp:varName "specificMassScaleCarbonDioxide"^^xsd:string
] ;
sp:subject _:b28
] [ sp:object _:b29 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#hydrogenSulfideConcentration> ;
sp:subject _:b52
sp:subject _:b20
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ;
sp:predicate rdf:type ;
sp:subject _:b77
] [ sp:object _:b78 ;
sp:predicate _:b79 ;
sp:subject _:b77
] [ sp:object _:b80 ;
sp:subject _:b29
] [ sp:object
[ sp:varName "realHydrogenSulfide"^^xsd:string
] ;
sp:predicate
[ sp:varName "specificMassScaleHydrogenSulfide"^^xsd:string
] ;
sp:subject _:b29
] [ sp:object _:b30 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestStoredOil> ;
sp:subject _:b1
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ;
sp:predicate rdf:type ;
sp:subject _:b80
] [ sp:object _:b81 ;
sp:subject _:b30
] [ sp:object _:b31 ;
sp:predicate rdf:type ;
sp:subject _:b80
sp:subject _:b30
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
sp:predicate rdf:type ;
sp:subject _:b81
] [ sp:object _:b82 ;
sp:predicate _:b83 ;
sp:subject _:b81
sp:subject _:b31
] [ sp:object
[ sp:varName "realStored"^^xsd:string
] ;
sp:predicate
[ sp:varName "volumeScaleStored"^^xsd:string
] ;
sp:subject _:b31
]) ;
sp:where ([ sp:object _:b84 ;
sp:where ([ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b85 ;
] [ sp:object
[ sp:varName "dTimStart"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b86 ;
] [ sp:object
[ sp:varName "wellTestInfo"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#wellTestInfoRef> ;
sp:subject spin:_this
] [ sp:object _:b7 ;
] [ sp:object
[ sp:varName "dTimWellTest"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
sp:subject _:b86
] [ sp:object _:b87 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "enumTestType"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#testTypeRef> ;
sp:subject _:b86
] [ sp:object _:b8 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "testNumber"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#testNumber> ;
sp:subject _:b86
] [ sp:object _:b88 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "mdTop"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
sp:subject _:b86
] [ sp:object _:b89 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMdTop"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b88
] [ sp:object _:b10 ;
sp:subject
[ sp:varName "mdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "realMdTop"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b88
] [ sp:object _:b90 ;
sp:subject
[ sp:varName "mdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "mdBottom"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ;
sp:subject _:b86
] [ sp:object _:b91 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMdBottom"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b90
] [ sp:object _:b13 ;
sp:subject
[ sp:varName "mdBottom"^^xsd:string
]
] [ sp:object
[ sp:varName "realMdBottom"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b90
sp:subject
[ sp:varName "mdBottom"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b92 ;
sp:elements ([ sp:object
[ sp:varName "tvdTop"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ;
sp:subject _:b86
] [ sp:object _:b93 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomTvdTop"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b92
] [ sp:object _:b16 ;
sp:subject
[ sp:varName "tvdTop"^^xsd:string
]
] [ sp:object
[ sp:varName "realTvdTop"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b92
sp:subject
[ sp:varName "tvdTop"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b94 ;
sp:elements ([ sp:object
[ sp:varName "tvdBottom"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ;
sp:subject _:b86
] [ sp:object _:b95 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomTvdBottom"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b94
] [ sp:object _:b19 ;
sp:subject
[ sp:varName "tvdBottom"^^xsd:string
]
] [ sp:object
[ sp:varName "realTvdBottom"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b94
sp:subject
[ sp:varName "tvdBottom"^^xsd:string
]
])
] [ sp:object _:b96 ;
] [ sp:object
[ sp:varName "chokeOrificeSize"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#chokeOrificeSizeRef> ;
sp:subject _:b86
] [ sp:object _:b97 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomOrifice"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b96
] [ sp:object _:b23 ;
sp:subject
[ sp:varName "chokeOrificeSize"^^xsd:string
]
] [ sp:object
[ sp:varName "realOrifice"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b96
] [ sp:object _:b98 ;
sp:subject
[ sp:varName "chokeOrificeSize"^^xsd:string
]
] [ sp:object
[ sp:varName "densityOil"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#densityOilRef> ;
sp:subject _:b86
] [ sp:object _:b99 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomDensityOil"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b98
] [ sp:object _:b44 ;
sp:subject
[ sp:varName "densityOil"^^xsd:string
]
] [ sp:object
[ sp:varName "realDensityOil"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b98
] [ sp:object _:b100 ;
sp:subject
[ sp:varName "densityOil"^^xsd:string
]
] [ sp:object
[ sp:varName "densityWater"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#densityWaterRef> ;
sp:subject _:b86
] [ sp:object _:b101 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomDensityWater"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b100
] [ sp:object _:b34 ;
sp:subject
[ sp:varName "densityWater"^^xsd:string
]
] [ sp:object
[ sp:varName "realDensityWater"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b100
] [ sp:object _:b102 ;
sp:subject
[ sp:varName "densityWater"^^xsd:string
]
] [ sp:object
[ sp:varName "densityGas"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#densityGasRef> ;
sp:subject _:b86
] [ sp:object _:b103 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomDensityGas"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b102
] [ sp:object _:b54 ;
sp:subject
[ sp:varName "densityGas"^^xsd:string
]
] [ sp:object
[ sp:varName "realDensityGas"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b102
] [ sp:object _:b104 ;
sp:subject
[ sp:varName "densityGas"^^xsd:string
]
] [ sp:object
[ sp:varName "flowRateOil"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#flowRateOilRef> ;
sp:subject _:b86
] [ sp:object _:b105 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomFlowRateOil"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b104
] [ sp:object _:b47 ;
sp:subject
[ sp:varName "flowRateOil"^^xsd:string
]
] [ sp:object
[ sp:varName "realFlowRateOil"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b104
] [ sp:object _:b106 ;
sp:subject
[ sp:varName "flowRateOil"^^xsd:string
]
] [ sp:object
[ sp:varName "flowRateWater"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#flowRateWaterRef> ;
sp:subject _:b86
] [ sp:object _:b107 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomFlowRateWater"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b106
] [ sp:object _:b37 ;
sp:subject
[ sp:varName "flowRateWater"^^xsd:string
]
] [ sp:object
[ sp:varName "realFlowRateWater"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b106
] [ sp:object _:b108 ;
sp:subject
[ sp:varName "flowRateWater"^^xsd:string
]
] [ sp:object
[ sp:varName "flowRateGas"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#flowRateGasRef> ;
sp:subject _:b86
] [ sp:object _:b109 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomFlowRateGas"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b108
] [ sp:object _:b57 ;
sp:subject
[ sp:varName "flowRateGas"^^xsd:string
]
] [ sp:object
[ sp:varName "realFlowRateGas"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b108
] [ sp:object _:b110 ;
sp:subject
[ sp:varName "flowRateGas"^^xsd:string
]
] [ sp:object
[ sp:varName "presShutIn"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#presShutInRef> ;
sp:subject _:b86
] [ sp:object _:b111 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomShutIn"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b110
] [ sp:object _:b63 ;
sp:subject
[ sp:varName "presShutIn"^^xsd:string
]
] [ sp:object
[ sp:varName "realShutIn"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b110
] [ sp:object _:b112 ;
sp:subject
[ sp:varName "presShutIn"^^xsd:string
]
] [ sp:object
[ sp:varName "presFlowing"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#presFlowingRef> ;
sp:subject _:b86
] [ sp:object _:b113 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomFlowing"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b112
] [ sp:object _:b66 ;
sp:subject
[ sp:varName "presFlowing"^^xsd:string
]
] [ sp:object
[ sp:varName "realFlowing"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b112
] [ sp:object _:b114 ;
sp:subject
[ sp:varName "presFlowing"^^xsd:string
]
] [ sp:object
[ sp:varName "presBottom"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#presBottomRef> ;
sp:subject _:b86
] [ sp:object _:b115 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomBottom"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b114
] [ sp:object _:b69 ;
sp:subject
[ sp:varName "presBottom"^^xsd:string
]
] [ sp:object
[ sp:varName "realBottom"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b114
] [ sp:object _:b116 ;
sp:subject
[ sp:varName "presBottom"^^xsd:string
]
] [ sp:object
[ sp:varName "gasOilRatio"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#gasOilRatioRef> ;
sp:subject _:b86
] [ sp:object _:b117 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomGasOil"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b116
] [ sp:object _:b30 ;
sp:subject
[ sp:varName "gasOilRatio"^^xsd:string
]
] [ sp:object
[ sp:varName "realGasOil"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b116
] [ sp:object _:b118 ;
sp:subject
[ sp:varName "gasOilRatio"^^xsd:string
]
] [ sp:object
[ sp:varName "waterOilRatio"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#waterOilRatioRef> ;
sp:subject _:b86
] [ sp:object _:b119 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomWaterOil"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b118
] [ sp:object _:b27 ;
sp:subject
[ sp:varName "waterOilRatio"^^xsd:string
]
] [ sp:object
[ sp:varName "realWaterOil"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b118
] [ sp:object _:b120 ;
sp:subject
[ sp:varName "waterOilRatio"^^xsd:string
]
] [ sp:object
[ sp:varName "chloride"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#chlorideRef> ;
sp:subject _:b86
] [ sp:object _:b121 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomChloride"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b120
] [ sp:object _:b72 ;
sp:subject
[ sp:varName "chloride"^^xsd:string
]
] [ sp:object
[ sp:varName "realChloride"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b120
] [ sp:object _:b122 ;
sp:subject
[ sp:varName "chloride"^^xsd:string
]
] [ sp:object
[ sp:varName "carbonDioxide"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#carbonDioxideRef> ;
sp:subject _:b86
] [ sp:object _:b123 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomCarbonDioxide"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b122
] [ sp:object _:b75 ;
sp:subject
[ sp:varName "carbonDioxide"^^xsd:string
]
] [ sp:object
[ sp:varName "realCarbonDioxide"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b122
] [ sp:object _:b124 ;
sp:subject
[ sp:varName "carbonDioxide"^^xsd:string
]
] [ sp:object
[ sp:varName "hydrogenSulfide"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#hydrogenSulfideRef> ;
sp:subject _:b86
] [ sp:object _:b125 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomHydrogenSulfide"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b124
] [ sp:object _:b78 ;
sp:subject
[ sp:varName "hydrogenSulfide"^^xsd:string
]
] [ sp:object
[ sp:varName "realHydrogenSulfide"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b124
] [ sp:object _:b126 ;
sp:subject
[ sp:varName "hydrogenSulfide"^^xsd:string
]
] [ sp:object
[ sp:varName "volOilTotal"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#volOilTotalRef> ;
sp:subject _:b86
] [ sp:object _:b127 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomVolumeOil"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b126
] [ sp:object _:b50 ;
sp:subject
[ sp:varName "volOilTotal"^^xsd:string
]
] [ sp:object
[ sp:varName "realVolumeOil"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b126
] [ sp:object _:b128 ;
sp:subject
[ sp:varName "volOilTotal"^^xsd:string
]
] [ sp:object
[ sp:varName "volGasTotal"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#volGasTotalRef> ;
sp:subject _:b86
] [ sp:object _:b129 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomVolumeGas"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b128
] [ sp:object _:b60 ;
sp:subject
[ sp:varName "volGasTotal"^^xsd:string
]
] [ sp:object
[ sp:varName "realVolumeGas"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b128
] [ sp:object _:b130 ;
sp:subject
[ sp:varName "volGasTotal"^^xsd:string
]
] [ sp:object
[ sp:varName "volWaterTotal"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#volWaterTotalRef> ;
sp:subject _:b86
] [ sp:object _:b131 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomVolumeWater"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b130
] [ sp:object _:b40 ;
sp:subject
[ sp:varName "volWaterTotal"^^xsd:string
]
] [ sp:object
[ sp:varName "realVolumeWater"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b130
] [ sp:object _:b132 ;
sp:subject
[ sp:varName "volWaterTotal"^^xsd:string
]
] [ sp:object
[ sp:varName "volOilStored"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#volOilStoredRef> ;
sp:subject _:b86
] [ sp:object _:b133 ;
sp:subject
[ sp:varName "wellTestInfo"^^xsd:string
]
] [ sp:object
[ sp:varName "uomStored"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b132
] [ sp:object _:b82 ;
sp:subject
[ sp:varName "volOilStored"^^xsd:string
]
] [ sp:object
[ sp:varName "realStored"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b132
sp:subject
[ sp:varName "volOilStored"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b84
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
] ;
sp:variable _:b134
sp:variable
[ sp:varName "normalizedWellBoreName"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b134 ;
sp:arg2 _:b85
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
]
] ;
sp:variable _:b2
sp:variable
[ sp:varName "dailyDrillingActivity"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b86
sp:arg1 [ sp:varName "wellTestInfo"^^xsd:string
]
] ;
sp:variable _:b135
sp:variable
[ sp:varName "localname"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellTestURI ;
sp:arg1 _:b134 ;
sp:arg2 _:b135
sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
] ;
sp:arg2 [ sp:varName "dTimStart"^^xsd:string
] ;
sp:arg3 [ sp:varName "localname"^^xsd:string
]
] ;
sp:variable _:b1
sp:variable
[ sp:varName "wellTest"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellTestType ;
sp:arg1 _:b87
sp:arg1 [ sp:varName "enumTestType"^^xsd:string
]
] ;
sp:variable _:b6
sp:variable
[ sp:varName "wellTestType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b89
sp:arg1 [ sp:varName "uomMdTop"^^xsd:string
]
] ;
sp:variable _:b11
sp:variable
[ sp:varName "lengthScaleMdTop"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b93
sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string
]
] ;
sp:variable _:b17
sp:variable
[ sp:varName "lengthScaleTvdTop"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b91
sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string
]
] ;
sp:variable _:b14
sp:variable
[ sp:varName "lengthScaleMdBottom"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b95
sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string
]
] ;
sp:variable _:b20
sp:variable
[ sp:varName "lengthScaleTvdBottom"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b97
sp:arg1 [ sp:varName "uomOrifice"^^xsd:string
]
] ;
sp:variable _:b24
sp:variable
[ sp:varName "lengthScaleOrifice"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 _:b119
sp:arg1 [ sp:varName "uomWaterOil"^^xsd:string
]
] ;
sp:variable _:b28
sp:variable
[ sp:varName "specificVolumeScaleWaterOil"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 _:b117
sp:arg1 [ sp:varName "uomGasOil"^^xsd:string
]
] ;
sp:variable _:b31
sp:variable
[ sp:varName "specificVolumeScaleGasOil"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDensityScale ;
sp:arg1 _:b101
sp:arg1 [ sp:varName "uomDensityWater"^^xsd:string
]
] ;
sp:variable _:b35
sp:variable
[ sp:varName "densityScaleWater"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDensityScale ;
sp:arg1 _:b99
sp:arg1 [ sp:varName "uomDensityOil"^^xsd:string
]
] ;
sp:variable _:b45
sp:variable
[ sp:varName "densityScaleOil"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDensityScale ;
sp:arg1 _:b103
sp:arg1 [ sp:varName "uomDensityGas"^^xsd:string
]
] ;
sp:variable _:b55
sp:variable
[ sp:varName "densityScaleGas"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ;
sp:arg1 _:b109
sp:arg1 [ sp:varName "uomFlowRateGas"^^xsd:string
]
] ;
sp:variable _:b58
sp:variable
[ sp:varName "volumetricFlowRateScaleGas"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ;
sp:arg1 _:b107
sp:arg1 [ sp:varName "uomFlowRateWater"^^xsd:string
]
] ;
sp:variable _:b38
sp:variable
[ sp:varName "volumetricFlowRateScaleWater"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ;
sp:arg1 _:b105
sp:arg1 [ sp:varName "uomFlowRateOil"^^xsd:string
]
] ;
sp:variable _:b48
sp:variable
[ sp:varName "volumetricFlowRateScaleOil"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectVolumeScale ;
sp:arg1 _:b127
sp:arg1 [ sp:varName "uomVolumeOil"^^xsd:string
]
] ;
sp:variable _:b51
sp:variable
[ sp:varName "volumeScaleOil"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectVolumeScale ;
sp:arg1 _:b129
sp:arg1 [ sp:varName "uomVolumeGas"^^xsd:string
]
] ;
sp:variable _:b61
sp:variable
[ sp:varName "volumeScaleGas"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectVolumeScale ;
sp:arg1 _:b131
sp:arg1 [ sp:varName "uomVolumeWater"^^xsd:string
]
] ;
sp:variable _:b41
sp:variable
[ sp:varName "volumeScaleWater"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectVolumeScale ;
sp:arg1 _:b133
sp:arg1 [ sp:varName "uomStored"^^xsd:string
]
] ;
sp:variable _:b83
sp:variable
[ sp:varName "volumeScaleStored"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectPressureScale ;
sp:arg1 _:b111
sp:arg1 [ sp:varName "uomShutIn"^^xsd:string
]
] ;
sp:variable _:b64
sp:variable
[ sp:varName "pressureScaleShutIn"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectPressureScale ;
sp:arg1 _:b113
sp:arg1 [ sp:varName "uomFlowing"^^xsd:string
]
] ;
sp:variable _:b67
sp:variable
[ sp:varName "pressureScaleFlowing"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectPressureScale ;
sp:arg1 _:b115
sp:arg1 [ sp:varName "uomBottom"^^xsd:string
]
] ;
sp:variable _:b70
sp:variable
[ sp:varName "pressureScaleBottom"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificMassScale ;
sp:arg1 _:b121
sp:arg1 [ sp:varName "uomChloride"^^xsd:string
]
] ;
sp:variable _:b73
sp:variable
[ sp:varName "specificMassScaleChloride"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificMassScale ;
sp:arg1 _:b123
sp:arg1 [ sp:varName "uomCarbonDioxide"^^xsd:string
]
] ;
sp:variable _:b76
sp:variable
[ sp:varName "specificMassScaleCarbonDioxide"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificMassScale ;
sp:arg1 _:b125
sp:arg1 [ sp:varName "uomHydrogenSulfide"^^xsd:string
]
] ;
sp:variable _:b79
sp:variable
[ sp:varName "specificMassScaleHydrogenSulfide"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellBoreByName ;
arg:wellBoreName
[ rdf:type xsd:string ;
sp:arg1 _:b84
sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
]
]
] ;
sp:variable _:b5
sp:variable
[ sp:varName "wellBore"^^xsd:string
]
])
] .
_:b84
sp:varName "nameWellBore"^^xsd:string .
_:b85
sp:varName "dTimStart"^^xsd:string .
_:b86
sp:varName "wellTestInfo"^^xsd:string .
_:b7 sp:varName "dTimWellTest"^^xsd:string .
_:b87
sp:varName "enumTestType"^^xsd:string .
_:b8 sp:varName "testNumber"^^xsd:string .
_:b88
sp:varName "mdTop"^^xsd:string .
_:b89
sp:varName "uomMdTop"^^xsd:string .
_:b10
sp:varName "realMdTop"^^xsd:string .
_:b90
sp:varName "mdBottom"^^xsd:string .
_:b91
sp:varName "uomMdBottom"^^xsd:string .
_:b13
sp:varName "realMdBottom"^^xsd:string .
_:b92
sp:varName "tvdTop"^^xsd:string .
_:b93
sp:varName "uomTvdTop"^^xsd:string .
_:b16
sp:varName "realTvdTop"^^xsd:string .
_:b94
sp:varName "tvdBottom"^^xsd:string .
_:b95
sp:varName "uomTvdBottom"^^xsd:string .
_:b19
sp:varName "realTvdBottom"^^xsd:string .
_:b96
sp:varName "chokeOrificeSize"^^xsd:string .
_:b97
sp:varName "uomOrifice"^^xsd:string .
_:b23
sp:varName "realOrifice"^^xsd:string .
_:b98
sp:varName "densityOil"^^xsd:string .
_:b99
sp:varName "uomDensityOil"^^xsd:string .
_:b44
sp:varName "realDensityOil"^^xsd:string .
_:b100
sp:varName "densityWater"^^xsd:string .
_:b101
sp:varName "uomDensityWater"^^xsd:string .
_:b34
sp:varName "realDensityWater"^^xsd:string .
_:b102
sp:varName "densityGas"^^xsd:string .
_:b103
sp:varName "uomDensityGas"^^xsd:string .
_:b54
sp:varName "realDensityGas"^^xsd:string .
_:b104
sp:varName "flowRateOil"^^xsd:string .
_:b105
sp:varName "uomFlowRateOil"^^xsd:string .
_:b47
sp:varName "realFlowRateOil"^^xsd:string .
_:b106
sp:varName "flowRateWater"^^xsd:string .
_:b107
sp:varName "uomFlowRateWater"^^xsd:string .
_:b37
sp:varName "realFlowRateWater"^^xsd:string .
_:b108
sp:varName "flowRateGas"^^xsd:string .
_:b109
sp:varName "uomFlowRateGas"^^xsd:string .
_:b57
sp:varName "realFlowRateGas"^^xsd:string .
_:b110
sp:varName "presShutIn"^^xsd:string .
_:b111
sp:varName "uomShutIn"^^xsd:string .
_:b63
sp:varName "realShutIn"^^xsd:string .
_:b112
sp:varName "presFlowing"^^xsd:string .
_:b113
sp:varName "uomFlowing"^^xsd:string .
_:b66
sp:varName "realFlowing"^^xsd:string .
_:b114
sp:varName "presBottom"^^xsd:string .
_:b115
sp:varName "uomBottom"^^xsd:string .
_:b69
sp:varName "realBottom"^^xsd:string .
_:b116
sp:varName "gasOilRatio"^^xsd:string .
_:b117
sp:varName "uomGasOil"^^xsd:string .
_:b30
sp:varName "realGasOil"^^xsd:string .
_:b118
sp:varName "waterOilRatio"^^xsd:string .
_:b119
sp:varName "uomWaterOil"^^xsd:string .
_:b27
sp:varName "realWaterOil"^^xsd:string .
_:b120
sp:varName "chloride"^^xsd:string .
_:b121
sp:varName "uomChloride"^^xsd:string .
_:b72
sp:varName "realChloride"^^xsd:string .
_:b122
sp:varName "carbonDioxide"^^xsd:string .
_:b123
sp:varName "uomCarbonDioxide"^^xsd:string .
_:b75
sp:varName "realCarbonDioxide"^^xsd:string .
_:b124
sp:varName "hydrogenSulfide"^^xsd:string .
_:b125
sp:varName "uomHydrogenSulfide"^^xsd:string .
_:b78
sp:varName "realHydrogenSulfide"^^xsd:string .
_:b126
sp:varName "volOilTotal"^^xsd:string .
_:b127
sp:varName "uomVolumeOil"^^xsd:string .
_:b50
sp:varName "realVolumeOil"^^xsd:string .
_:b128
sp:varName "volGasTotal"^^xsd:string .
_:b129
sp:varName "uomVolumeGas"^^xsd:string .
_:b60
sp:varName "realVolumeGas"^^xsd:string .
_:b130
sp:varName "volWaterTotal"^^xsd:string .
_:b131
sp:varName "uomVolumeWater"^^xsd:string .
_:b40
sp:varName "realVolumeWater"^^xsd:string .
_:b132
sp:varName "volOilStored"^^xsd:string .
_:b133
sp:varName "uomStored"^^xsd:string .
_:b82
sp:varName "realStored"^^xsd:string .
_:b134
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b135
sp:varName "localname"^^xsd:string .
_:b1 sp:varName "wellTest"^^xsd:string .
_:b6 sp:varName "wellTestType"^^xsd:string .
_:b11
sp:varName "lengthScaleMdTop"^^xsd:string .
_:b17
sp:varName "lengthScaleTvdTop"^^xsd:string .
_:b14
sp:varName "lengthScaleMdBottom"^^xsd:string .
_:b20
sp:varName "lengthScaleTvdBottom"^^xsd:string .
_:b24
sp:varName "lengthScaleOrifice"^^xsd:string .
_:b28
sp:varName "specificVolumeScaleWaterOil"^^xsd:string .
_:b31
sp:varName "specificVolumeScaleGasOil"^^xsd:string .
_:b35
sp:varName "densityScaleWater"^^xsd:string .
_:b45
sp:varName "densityScaleOil"^^xsd:string .
_:b55
sp:varName "densityScaleGas"^^xsd:string .
_:b58
sp:varName "volumetricFlowRateScaleGas"^^xsd:string .
_:b38
sp:varName "volumetricFlowRateScaleWater"^^xsd:string .
_:b48
sp:varName "volumetricFlowRateScaleOil"^^xsd:string .
_:b51
sp:varName "volumeScaleOil"^^xsd:string .
_:b61
sp:varName "volumeScaleGas"^^xsd:string .
_:b41
sp:varName "volumeScaleWater"^^xsd:string .
_:b83
sp:varName "volumeScaleStored"^^xsd:string .
_:b64
sp:varName "pressureScaleShutIn"^^xsd:string .
_:b67
sp:varName "pressureScaleFlowing"^^xsd:string .
_:b70
sp:varName "pressureScaleBottom"^^xsd:string .
_:b73
sp:varName "specificMassScaleChloride"^^xsd:string .
_:b76
sp:varName "specificMassScaleCarbonDioxide"^^xsd:string .
_:b79
sp:varName "specificMassScaleHydrogenSulfide"^^xsd:string .
_:b5 sp:varName "wellBore"^^xsd:string .
......
# Saved by TopBraid on Fri Oct 28 16:11:37 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......