David Leal

Dull grade consistent with DDR Mapping Patterns

# Saved by TopBraid on Thu Oct 27 12:21:33 BST 2011
# baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
# 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/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://www.reportinghub.no/ep/schema/1.0/activity-purpose
# 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/spin/rh
# imports: http://www.witsml.org/schemas/1series
@prefix activity-purpose: <http://www.reportinghub.no/ep/schema/1.0/activity-purpose#> .
@prefix ddr: <http://www.witsml.org/schemas/1series#> .
......@@ -28,7 +29,7 @@
<http://www.reportinghub.no/ep/spin/1.1/lib>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/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: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:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-spin-lib:Function
......@@ -118,13 +119,32 @@ ep-spin-lib:buildDailyDrillingReportURI
])
] .
ep-spin-lib:buildDullGradeURI
rdf:type spin:Function ;
rdfs:label "build DullGrade URI"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b5) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/schema/1.0/equipment/dullGrade/" ;
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1
]
] ;
sp:variable _:b5
])
] .
ep-spin-lib:buildEquipmentFailureAndRepairURI
rdf:type spin:Function ;
rdfs:label "build EquipmentFailureAndRepair URI"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b5) ;
sp:resultVariables (_:b6) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -137,7 +157,7 @@ ep-spin-lib:buildEquipmentFailureAndRepairURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b5
sp:variable _:b6
])
] .
......@@ -147,14 +167,14 @@ ep-spin-lib:buildEquipmentTypeURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b6) ;
sp:resultVariables (_:b7) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "http://www.reportinghub.no/ep/schema/drilling-equipment-type#" ;
sp:arg2 spin:_arg1
] ;
sp:variable _:b6
sp:variable _:b7
])
] .
......@@ -164,7 +184,7 @@ ep-spin-lib:buildExtractAWellCoreURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b7) ;
sp:resultVariables (_:b8) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -175,7 +195,7 @@ ep-spin-lib:buildExtractAWellCoreURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b7
sp:variable _:b8
])
] .
......@@ -185,7 +205,7 @@ ep-spin-lib:buildFluidReadingURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b8) ;
sp:resultVariables (_:b9) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -198,7 +218,7 @@ ep-spin-lib:buildFluidReadingURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b8
sp:variable _:b9
])
] .
......@@ -208,7 +228,7 @@ ep-spin-lib:buildGasReadingURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b9) ;
sp:resultVariables (_:b10) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -219,7 +239,7 @@ ep-spin-lib:buildGasReadingURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b9
sp:variable _:b10
])
] .
......@@ -229,7 +249,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b10) ;
sp:resultVariables (_:b11) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -240,7 +260,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b10
sp:variable _:b11
])
] .
......@@ -250,7 +270,7 @@ ep-spin-lib:buildLithShowObservationURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b11) ;
sp:resultVariables (_:b12) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -263,7 +283,7 @@ ep-spin-lib:buildLithShowObservationURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b11
sp:variable _:b12
])
] .
......@@ -273,7 +293,7 @@ ep-spin-lib:buildOpenPerforationIntervalURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b12) ;
sp:resultVariables (_:b13) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -284,7 +304,7 @@ ep-spin-lib:buildOpenPerforationIntervalURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b12
sp:variable _:b13
])
] .
......@@ -294,7 +314,7 @@ ep-spin-lib:buildPartActivityURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b13) ;
sp:resultVariables (_:b14) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -307,7 +327,7 @@ ep-spin-lib:buildPartActivityURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b13
sp:variable _:b14
])
] .
......@@ -317,7 +337,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b14) ;
sp:resultVariables (_:b15) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -328,7 +348,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b14
sp:variable _:b15
])
] .
......@@ -338,7 +358,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b15) ;
sp:resultVariables (_:b16) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -349,7 +369,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b15
sp:variable _:b16
])
] .
......@@ -359,7 +379,7 @@ ep-spin-lib:buildPorePressureDeterminationURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b16) ;
sp:resultVariables (_:b17) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -372,7 +392,7 @@ ep-spin-lib:buildPorePressureDeterminationURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b16
sp:variable _:b17
])
] .
......@@ -382,7 +402,7 @@ ep-spin-lib:buildPreliminaryZonationURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b17) ;
sp:resultVariables (_:b18) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -395,7 +415,7 @@ ep-spin-lib:buildPreliminaryZonationURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b17
sp:variable _:b18
])
] .
......@@ -425,7 +445,7 @@ ep-spin-lib:buildTemporalPartOfARigURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b18) ;
sp:resultVariables (_:b19) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -438,7 +458,7 @@ ep-spin-lib:buildTemporalPartOfARigURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b18
sp:variable _:b19
])
] .
......@@ -448,7 +468,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b19) ;
sp:resultVariables (_:b20) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -459,7 +479,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b19
sp:variable _:b20
])
] .
......@@ -469,7 +489,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b20) ;
sp:resultVariables (_:b21) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -482,7 +502,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b20
sp:variable _:b21
])
] .
......@@ -492,7 +512,7 @@ ep-spin-lib:buildURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b21) ;
sp:resultVariables (_:b22) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:iri ;
......@@ -501,17 +521,17 @@ ep-spin-lib:buildURI
sp:arg2 spin:_arg2
]
] ;
sp:variable _:b21
sp:variable _:b22
])
] ;
spin:constraint
[ rdf:type spl:Argument ;
spl:predicate sp:arg2 ;
spl:predicate sp:arg1 ;
spl:valueType xsd:string
] ;
spin:constraint
[ rdf:type spl:Argument ;
spl:predicate sp:arg1 ;
spl:predicate sp:arg2 ;
spl:valueType xsd:string
] .
......@@ -521,7 +541,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b22) ;
sp:resultVariables (_:b23) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -534,7 +554,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b22
sp:variable _:b23
])
] .
......@@ -544,7 +564,7 @@ ep-spin-lib:buildWellBoreDrillBitRunURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b23) ;
sp:resultVariables (_:b24) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -557,7 +577,7 @@ ep-spin-lib:buildWellBoreDrillBitRunURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b23
sp:variable _:b24
])
] .
......@@ -567,7 +587,7 @@ ep-spin-lib:buildWellBoreDrillBitURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b24) ;
sp:resultVariables (_:b25) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -578,7 +598,7 @@ ep-spin-lib:buildWellBoreDrillBitURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b24
sp:variable _:b25
])
] .
......@@ -588,7 +608,7 @@ ep-spin-lib:buildWellBoreKickOffURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b25) ;
sp:resultVariables (_:b26) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -597,7 +617,7 @@ ep-spin-lib:buildWellBoreKickOffURI
sp:arg1 spin:_arg1
]
] ;
sp:variable _:b25
sp:variable _:b26
])
] .
......@@ -607,7 +627,7 @@ ep-spin-lib:buildWellBoreLogRunURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b26) ;
sp:resultVariables (_:b27) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -620,7 +640,7 @@ ep-spin-lib:buildWellBoreLogRunURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b26
sp:variable _:b27
])
] .
......@@ -630,7 +650,7 @@ ep-spin-lib:buildWellCementJobURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b27) ;
sp:resultVariables (_:b28) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -641,7 +661,7 @@ ep-spin-lib:buildWellCementJobURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b27
sp:variable _:b28
])
] .
......@@ -651,7 +671,7 @@ ep-spin-lib:buildWellControlIncidentURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b28) ;
sp:resultVariables (_:b29) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -662,7 +682,7 @@ ep-spin-lib:buildWellControlIncidentURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b28
sp:variable _:b29
])
] .
......@@ -672,7 +692,7 @@ ep-spin-lib:buildWellStimulationURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b29) ;
sp:resultVariables (_:b30) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -683,7 +703,7 @@ ep-spin-lib:buildWellStimulationURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b29
sp:variable _:b30
])
] .
......@@ -693,7 +713,7 @@ ep-spin-lib:buildWellTestURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b30) ;
sp:resultVariables (_:b31) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -704,7 +724,7 @@ ep-spin-lib:buildWellTestURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b30
sp:variable _:b31
])
] .
......@@ -714,7 +734,7 @@ ep-spin-lib:buildWirelineFormationTestURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b31) ;
sp:resultVariables (_:b32) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -725,7 +745,7 @@ ep-spin-lib:buildWirelineFormationTestURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b31
sp:variable _:b32
])
] .
......@@ -807,7 +827,7 @@ ep-spin-lib:normalizeString
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b32) ;
sp:resultVariables (_:b33) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
......@@ -815,67 +835,67 @@ ep-spin-lib:normalizeString
sp:arg2 "\\((.*)\\)" ;
sp:arg3 ""
] ;
sp:variable _:b33
sp:variable _:b34
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:trim ;
sp:arg1 _:b33
sp:arg1 _:b34
] ;
sp:variable _:b34
sp:variable _:b35
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:encodeURL ;
sp:arg1 _:b34
sp:arg1 _:b35
] ;
sp:variable _:b35
sp:variable _:b36
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b35 ;
sp:arg1 _:b36 ;
sp:arg2 "%2F" ;
sp:arg3 "_"
] ;
sp:variable _:b36
sp:variable _:b37
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b36 ;
sp:arg1 _:b37 ;
sp:arg2 "%[0-9A-F][0-9A-F]" ;
sp:arg3 ""
] ;
sp:variable _:b37
sp:variable _:b38
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b37 ;
sp:arg1 _:b38 ;
sp:arg2 "\\+" ;
sp:arg3 "_"
] ;
sp:variable _:b38
sp:variable _:b39
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b38 ;
sp:arg1 _:b39 ;
sp:arg2 "_+" ;
sp:arg3 "_"
] ;
sp:variable _:b39
sp:variable _:b40
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b39 ;
sp:arg1 _:b40 ;
sp:arg2 "\\*" ;
sp:arg3 ""
] ;
sp:variable _:b40
sp:variable _:b41
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type xsd:string ;
sp:arg1 [ rdf:type smf:upperCase ;
sp:arg1 _:b40
sp:arg1 _:b41
]
] ;
sp:variable _:b32
sp:variable _:b33
])
] ;
spin:constraint
......@@ -890,7 +910,7 @@ ep-spin-lib:selectActivitySuccessType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b41) ;
sp:resultVariables (_:b42) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -901,7 +921,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 _:b42
])
] .
......@@ -911,7 +931,7 @@ ep-spin-lib:selectCasingRoleType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b42) ;
sp:resultVariables (_:b43) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -936,7 +956,7 @@ ep-spin-lib:selectCasingRoleType
]
]
] ;
sp:variable _:b42
sp:variable _:b43
])
] .
......@@ -946,7 +966,7 @@ ep-spin-lib:selectCementingFluidReturnType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b43) ;
sp:resultVariables (_:b44) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -957,7 +977,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 _:b44
])
] .
......@@ -967,7 +987,7 @@ ep-spin-lib:selectClassOfWellDatumObject
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b44) ;
sp:resultVariables (_:b45) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -985,7 +1005,7 @@ ep-spin-lib:selectClassOfWellDatumObject
sp:arg3 owl:Nothing
]
] ;
sp:variable _:b44
sp:variable _:b45
])
] .
......@@ -995,7 +1015,7 @@ ep-spin-lib:selectComponentType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b45) ;
sp:resultVariables (_:b46) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1034,7 +1054,7 @@ ep-spin-lib:selectComponentType
]
]
] ;
sp:variable _:b45
sp:variable _:b46
])
] .
......@@ -1044,7 +1064,7 @@ ep-spin-lib:selectDailyDrillingReportType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b46) ;
sp:resultVariables (_:b47) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1062,7 +1082,7 @@ ep-spin-lib:selectDailyDrillingReportType
sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport>
]
] ;
sp:variable _:b46
sp:variable _:b47
])
] .
......@@ -1072,7 +1092,7 @@ ep-spin-lib:selectDensityScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b47) ;
sp:resultVariables (_:b48) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1090,7 +1110,7 @@ ep-spin-lib:selectDensityScale
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
] ;
sp:variable _:b47
sp:variable _:b48
])
] .
......@@ -1100,7 +1120,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b48) ;
sp:resultVariables (_:b49) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1167,7 +1187,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
]
]
] ;
sp:variable _:b48
sp:variable _:b49
])
] .
......@@ -1177,7 +1197,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b49) ;
sp:resultVariables (_:b50) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1762,7 +1782,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
]
]
] ;
sp:variable _:b49
sp:variable _:b50
])
] .
......@@ -1772,7 +1792,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b50) ;
sp:resultVariables (_:b51) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1811,7 +1831,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
]
]
] ;
sp:variable _:b50
sp:variable _:b51
])
] .
......@@ -1821,7 +1841,7 @@ ep-spin-lib:selectDrillingEquipmentType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b51) ;
sp:resultVariables (_:b52) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2238,7 +2258,7 @@ ep-spin-lib:selectDrillingEquipmentType
]
]
] ;
sp:variable _:b51
sp:variable _:b52
])
] .
......@@ -2248,7 +2268,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b52) ;
sp:resultVariables (_:b53) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2259,7 +2279,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 _:b53
])
] .
......@@ -2269,7 +2289,7 @@ ep-spin-lib:selectFluidType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b53) ;
sp:resultVariables (_:b54) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2301,7 +2321,7 @@ ep-spin-lib:selectFluidType
]
]
] ;
sp:variable _:b53
sp:variable _:b54
])
] .
......@@ -2311,7 +2331,7 @@ ep-spin-lib:selectGasReadingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b54) ;
sp:resultVariables (_:b55) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2378,7 +2398,7 @@ ep-spin-lib:selectGasReadingType
]
]
] ;
sp:variable _:b54
sp:variable _:b55
])
] .
......@@ -2388,7 +2408,7 @@ ep-spin-lib:selectInnerBarrelType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b55) ;
sp:resultVariables (_:b56) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2420,7 +2440,7 @@ ep-spin-lib:selectInnerBarrelType
]
]
] ;
sp:variable _:b55
sp:variable _:b56
])
] .
......@@ -2430,7 +2450,7 @@ ep-spin-lib:selectLabelOfSystem
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b56) ;
sp:resultVariables (_:b57) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2476,7 +2496,7 @@ ep-spin-lib:selectLabelOfSystem
]
]
] ;
sp:variable _:b56
sp:variable _:b57
])
] .
......@@ -2486,7 +2506,7 @@ ep-spin-lib:selectLengthScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b57) ;
sp:resultVariables (_:b58) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2567,7 +2587,7 @@ ep-spin-lib:selectLengthScale
]
]
] ;
sp:variable _:b57
sp:variable _:b58
])
] .
......@@ -2577,7 +2597,7 @@ ep-spin-lib:selectMassPerUnitLengthScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b58) ;
sp:resultVariables (_:b59) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2588,7 +2608,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 _:b59
])
] .
......@@ -2598,7 +2618,7 @@ ep-spin-lib:selectMudClass
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b59) ;
sp:resultVariables (_:b60) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2623,7 +2643,7 @@ ep-spin-lib:selectMudClass
]
]
] ;
sp:variable _:b59
sp:variable _:b60
])
] .
......@@ -2633,7 +2653,7 @@ ep-spin-lib:selectPlaneAngleScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b60) ;
sp:resultVariables (_:b61) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2644,7 +2664,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 _:b61
])
] .
......@@ -2654,7 +2674,7 @@ ep-spin-lib:selectPlasticViscosityScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b61) ;
sp:resultVariables (_:b62) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2728,7 +2748,7 @@ ep-spin-lib:selectPlasticViscosityScale
]
]
] ;
sp:variable _:b61
sp:variable _:b62
])
] .
......@@ -2738,7 +2758,7 @@ ep-spin-lib:selectPorePressureDeterminationType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b62) ;
sp:resultVariables (_:b63) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2756,7 +2776,7 @@ ep-spin-lib:selectPorePressureDeterminationType
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination>
]
] ;
sp:variable _:b62
sp:variable _:b63
])
] .
......@@ -2766,7 +2786,7 @@ ep-spin-lib:selectPressureScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b63) ;
sp:resultVariables (_:b64) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2805,7 +2825,7 @@ ep-spin-lib:selectPressureScale
]
]
] ;
sp:variable _:b63
sp:variable _:b64
])
] .
......@@ -2815,7 +2835,7 @@ ep-spin-lib:selectPressureTestType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b64) ;
sp:resultVariables (_:b65) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2833,7 +2853,7 @@ ep-spin-lib:selectPressureTestType
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest>
]
] ;
sp:variable _:b64
sp:variable _:b65
])
] .
......@@ -2843,7 +2863,7 @@ ep-spin-lib:selectSpecificMassScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b65) ;
sp:resultVariables (_:b66) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2854,7 +2874,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 _:b66
])
] .
......@@ -2864,7 +2884,7 @@ ep-spin-lib:selectSpecificVolumeScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b66) ;
sp:resultVariables (_:b67) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2924,7 +2944,7 @@ ep-spin-lib:selectSpecificVolumeScale
]
]
] ;
sp:variable _:b66
sp:variable _:b67
])
] .
......@@ -2934,7 +2954,7 @@ ep-spin-lib:selectSpeedScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b67) ;
sp:resultVariables (_:b68) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2945,7 +2965,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 _:b68
])
] .
......@@ -2955,7 +2975,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b68) ;
sp:resultVariables (_:b69) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2973,7 +2993,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
] ;
sp:variable _:b68
sp:variable _:b69
])
] .
......@@ -2983,7 +3003,7 @@ ep-spin-lib:selectTemperatureScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b69) ;
sp:resultVariables (_:b70) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2994,7 +3014,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 _:b70
])
] .
......@@ -3004,7 +3024,7 @@ ep-spin-lib:selectTimeDurationScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b70) ;
sp:resultVariables (_:b71) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3050,7 +3070,7 @@ ep-spin-lib:selectTimeDurationScale
]
]
] ;
sp:variable _:b70
sp:variable _:b71
])
] .
......@@ -3060,7 +3080,7 @@ ep-spin-lib:selectTubeType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b71) ;
sp:resultVariables (_:b72) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3085,7 +3105,7 @@ ep-spin-lib:selectTubeType
]
]
] ;
sp:variable _:b71
sp:variable _:b72
])
] .
......@@ -3095,7 +3115,7 @@ ep-spin-lib:selectVolumeScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b72) ;
sp:resultVariables (_:b73) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3120,7 +3140,7 @@ ep-spin-lib:selectVolumeScale
]
]
] ;
sp:variable _:b72
sp:variable _:b73
])
] .
......@@ -3130,7 +3150,7 @@ ep-spin-lib:selectVolumetricFlowRateScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b73) ;
sp:resultVariables (_:b74) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3155,7 +3175,7 @@ ep-spin-lib:selectVolumetricFlowRateScale
]
]
] ;
sp:variable _:b73
sp:variable _:b74
])
] .
......@@ -3165,7 +3185,7 @@ ep-spin-lib:selectWellBoreDrillingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b74) ;
sp:resultVariables (_:b75) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3211,7 +3231,7 @@ ep-spin-lib:selectWellBoreDrillingType
]
]
] ;
sp:variable _:b74
sp:variable _:b75
])
] .
......@@ -3221,7 +3241,7 @@ ep-spin-lib:selectWellBoreHphtType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b75) ;
sp:resultVariables (_:b76) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3232,7 +3252,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 _:b75
sp:variable _:b76
])
] .
......@@ -3242,7 +3262,7 @@ ep-spin-lib:selectWellBoreTightnessType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b76) ;
sp:resultVariables (_:b77) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3253,7 +3273,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 _:b76
sp:variable _:b77
])
] .
......@@ -3263,7 +3283,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b77) ;
sp:resultVariables (_:b78) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3274,7 +3294,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 _:b77
sp:variable _:b78
])
] .
......@@ -3284,7 +3304,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b78) ;
sp:resultVariables (_:b79) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3295,7 +3315,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 _:b78
sp:variable _:b79
])
] .
......@@ -3305,7 +3325,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b79) ;
sp:resultVariables (_:b80) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3316,7 +3336,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 _:b79
sp:variable _:b80
])
] .
......@@ -3326,7 +3346,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b80) ;
sp:resultVariables (_:b81) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3337,7 +3357,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 _:b80
sp:variable _:b81
])
] .
......@@ -3347,7 +3367,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b81) ;
sp:resultVariables (_:b82) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3358,7 +3378,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 _:b81
sp:variable _:b82
])
] .
......@@ -3368,7 +3388,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b82) ;
sp:resultVariables (_:b83) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3379,7 +3399,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 _:b82
sp:variable _:b83
])
] .
......@@ -3389,7 +3409,7 @@ ep-spin-lib:selectWellCementJobType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b83) ;
sp:resultVariables (_:b84) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3421,7 +3441,7 @@ ep-spin-lib:selectWellCementJobType
]
]
] ;
sp:variable _:b83
sp:variable _:b84
])
] .
......@@ -3431,7 +3451,7 @@ ep-spin-lib:selectWellControlIncidentType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b84) ;
sp:resultVariables (_:b85) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3463,7 +3483,7 @@ ep-spin-lib:selectWellControlIncidentType
]
]
] ;
sp:variable _:b84
sp:variable _:b85
])
] .
......@@ -3473,7 +3493,7 @@ ep-spin-lib:selectWellKillingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b85) ;
sp:resultVariables (_:b86) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3519,7 +3539,7 @@ ep-spin-lib:selectWellKillingType
]
]
] ;
sp:variable _:b85
sp:variable _:b86
])
] .
......@@ -3529,7 +3549,7 @@ ep-spin-lib:selectWellTestType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b86) ;
sp:resultVariables (_:b87) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3547,7 +3567,7 @@ ep-spin-lib:selectWellTestType
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest>
]
] ;
sp:variable _:b86
sp:variable _:b87
])
] .
......@@ -3557,7 +3577,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b87) ;
sp:resultVariables (_:b88) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3568,7 +3588,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 _:b87
sp:variable _:b88
])
] .
......@@ -3578,7 +3598,7 @@ ep-spin-lib:selectYieldPointScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b88) ;
sp:resultVariables (_:b89) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3603,7 +3623,7 @@ ep-spin-lib:selectYieldPointScale
]
]
] ;
sp:variable _:b88
sp:variable _:b89
])
] .
......@@ -3612,257 +3632,260 @@ ddr:TTUC_Enumeration_1
rdfs:label "Enumeration"^^xsd:string ;
dtype:value ddr:TTUC_degC .
_:b1 sp:varName "uri"^^xsd:string .
_:b50
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b49
sp:varName "drillingActivityOutcomeType"^^xsd:string .
_:b3 sp:varName "uri"^^xsd:string .
_:b48
sp:varName "densityScale"^^xsd:string .
_:b4 sp:varName "uri"^^xsd:string .
_:b47
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b5 sp:varName "uri"^^xsd:string .
_:b46
sp:varName "componentType"^^xsd:string .
_:b6 sp:varName "uri"^^xsd:string .
_:b45
sp:varName "classOfWellDatumObject"^^xsd:string .
_:b7 sp:varName "uri"^^xsd:string .
_:b44
sp:varName "cementingFluidReturnType"^^xsd:string .
_:b8 sp:varName "uri"^^xsd:string .
_:b43
sp:varName "casingRoleType"^^xsd:string .
_:b9 sp:varName "uri"^^xsd:string .
_:b42
sp:varName "activitySuccessType"^^xsd:string .
_:b10
_:b41
sp:varName "t4"^^xsd:string .
_:b40
sp:varName "t3"^^xsd:string .
_:b39
sp:varName "t2"^^xsd:string .
_:b38
sp:varName "t1"^^xsd:string .
_:b37
sp:varName "t0b"^^xsd:string .
_:b55
sp:varName "gasReadingType"^^xsd:string .
_:b36
sp:varName "t0a"^^xsd:string .
_:b35
sp:varName "s2"^^xsd:string .
_:b34
sp:varName "s1"^^xsd:string .
_:b33
sp:varName "normalizedStr"^^xsd:string .
_:b32
sp:varName "uri"^^xsd:string .
_:b11
_:b31
sp:varName "uri"^^xsd:string .
_:b12
_:b30
sp:varName "uri"^^xsd:string .
_:b13
_:b29
sp:varName "uri"^^xsd:string .
_:b14
_:b28
sp:varName "uri"^^xsd:string .
_:b15
_:b27
sp:varName "uri"^^xsd:string .
_:b16
_:b26
sp:varName "uri"^^xsd:string .
_:b17
_:b25
sp:varName "uri"^^xsd:string .
_:b18
_:b24
sp:varName "uri"^^xsd:string .
_:b19
_:b23
sp:varName "uri"^^xsd:string .
_:b20
_:b22
sp:varName "uri"^^xsd:string .
_:b21
sp:varName "uri"^^xsd:string .
_:b22
_:b20
sp:varName "uri"^^xsd:string .
_:b23
_:b19
sp:varName "uri"^^xsd:string .
_:b24
_:b18
sp:varName "uri"^^xsd:string .
_:b25
_:b17
sp:varName "uri"^^xsd:string .
_:b26
_:b16
sp:varName "uri"^^xsd:string .
_:b27
_:b15
sp:varName "uri"^^xsd:string .
_:b28
_:b14
sp:varName "uri"^^xsd:string .
_:b29
_:b13
sp:varName "uri"^^xsd:string .
_:b30
_:b12
sp:varName "uri"^^xsd:string .
_:b31
_:b11
sp:varName "uri"^^xsd:string .
_:b32
sp:varName "normalizedStr"^^xsd:string .
_:b54
sp:varName "fluidType"^^xsd:string .
_:b33
sp:varName "s1"^^xsd:string .
_:b10
sp:varName "uri"^^xsd:string .
_:b34
sp:varName "s2"^^xsd:string .
_:b9 sp:varName "uri"^^xsd:string .
_:b35
sp:varName "t0a"^^xsd:string .
_:b8 sp:varName "uri"^^xsd:string .
_:b36
sp:varName "t0b"^^xsd:string .
_:b7 sp:varName "uri"^^xsd:string .
_:b37
sp:varName "t1"^^xsd:string .
_:b6 sp:varName "uri"^^xsd:string .
_:b38
sp:varName "t2"^^xsd:string .
_:b4 sp:varName "uri"^^xsd:string .
_:b39
sp:varName "t3"^^xsd:string .
_:b3 sp:varName "uri"^^xsd:string .
_:b40
sp:varName "t4"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b41
sp:varName "activitySuccessType"^^xsd:string .
_:b1 sp:varName "uri"^^xsd:string .
_:b42
sp:varName "casingRoleType"^^xsd:string .
_:b53
sp:varName "fixedOrMoveableRigType"^^xsd:string .
_:b43
sp:varName "cementingFluidReturnType"^^xsd:string .
_:b56
sp:varName "innerBarrelType"^^xsd:string .
_:b44
sp:varName "classOfWellDatumObject"^^xsd:string .
_:b52
sp:varName "drillingEquipmentType"^^xsd:string .
_:b45
sp:varName "componentType"^^xsd:string .
_:b51
sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
_:b46
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b77
sp:varName "wellBoreTightnessType"^^xsd:string .
_:b47
sp:varName "densityScale"^^xsd:string .
_:b78
sp:varName "wellCementJobBottomPlugType"^^xsd:string .
_:b48
sp:varName "drillingActivityOutcomeType"^^xsd:string .
_:b79
sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
_:b49
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b80
sp:varName "wellCementJobCasingRotationType"^^xsd:string .
_:b50
sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
_:b81
sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
_:b51
sp:varName "drillingEquipmentType"^^xsd:string .
_:b5 sp:varName "uri"^^xsd:string .
_:b52
sp:varName "fixedOrMoveableRigType"^^xsd:string .
_:b82
sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
_:b53
sp:varName "fluidType"^^xsd:string .
_:b83
sp:varName "wellCementJobTopPlugType"^^xsd:string .
_:b54
sp:varName "gasReadingType"^^xsd:string .
_:b84
sp:varName "wellCementJobType"^^xsd:string .
_:b55
sp:varName "innerBarrelType"^^xsd:string .
_:b85
sp:varName "wellControlIncidentType"^^xsd:string .
_:b56
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b86
sp:varName "wellKillingType"^^xsd:string .
_:b57
sp:varName "lengthScale"^^xsd:string .
_:b87
sp:varName "wellTestType"^^xsd:string .
_:b88
sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
_:b89
sp:varName "yieldPointScale"^^xsd:string .
_:b58
sp:varName "massPerUnitLengthScale"^^xsd:string .
sp:varName "lengthScale"^^xsd:string .
_:b59
sp:varName "mudClass"^^xsd:string .
sp:varName "massPerUnitLengthScale"^^xsd:string .
_:b60
sp:varName "angleScale"^^xsd:string .
sp:varName "mudClass"^^xsd:string .
_:b61
sp:varName "plasticViscosityScale"^^xsd:string .
sp:varName "angleScale"^^xsd:string .
_:b62
sp:varName "porePressureDeterminationType"^^xsd:string .
sp:varName "plasticViscosityScale"^^xsd:string .
_:b63
sp:varName "pressureScale"^^xsd:string .
sp:varName "porePressureDeterminationType"^^xsd:string .
_:b64
sp:varName "pressureTestType"^^xsd:string .
sp:varName "pressureScale"^^xsd:string .
_:b57
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b65
sp:varName "specificMassScale"^^xsd:string .
sp:varName "pressureTestType"^^xsd:string .
_:b66
sp:varName "specificVolumeScale"^^xsd:string .
sp:varName "specificMassScale"^^xsd:string .
_:b67
sp:varName "speedScale"^^xsd:string .
sp:varName "specificVolumeScale"^^xsd:string .
_:b68
sp:varName "strengthScale"^^xsd:string .
sp:varName "speedScale"^^xsd:string .
_:b69
sp:varName "temperatureScale"^^xsd:string .
sp:varName "strengthScale"^^xsd:string .
_:b70
sp:varName "durationScale"^^xsd:string .
sp:varName "temperatureScale"^^xsd:string .
_:b71
sp:varName "tubeType"^^xsd:string .
sp:varName "durationScale"^^xsd:string .
_:b72
sp:varName "volumeScale"^^xsd:string .
sp:varName "tubeType"^^xsd:string .
_:b73
sp:varName "volumetricFlowRateScale"^^xsd:string .
sp:varName "volumeScale"^^xsd:string .
_:b74
sp:varName "wellBoreDrillingType"^^xsd:string .
sp:varName "volumetricFlowRateScale"^^xsd:string .
_:b75
sp:varName "wellBoreHphtType"^^xsd:string .
sp:varName "wellBoreDrillingType"^^xsd:string .
_:b76
sp:varName "wellBoreTightnessType"^^xsd:string .
_:b77
sp:varName "wellCementJobBottomPlugType"^^xsd:string .
_:b78
sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
_:b79
sp:varName "wellCementJobCasingRotationType"^^xsd:string .
_:b80
sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
_:b81
sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
_:b82
sp:varName "wellCementJobTopPlugType"^^xsd:string .
_:b83
sp:varName "wellCementJobType"^^xsd:string .
_:b84
sp:varName "wellControlIncidentType"^^xsd:string .
_:b85
sp:varName "wellKillingType"^^xsd:string .
_:b86
sp:varName "wellTestType"^^xsd:string .
_:b87
sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
_:b88
sp:varName "yieldPointScale"^^xsd:string .
sp:varName "wellBoreHphtType"^^xsd:string .
......