Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
David Leal
2011-10-27 12:26:03 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
283049dab40963e735348b4fb68d2fd0e67523e1
283049da
1 parent
0d1711eb
Dull grade consistent with DDR Mapping Patterns
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
338 additions
and
315 deletions
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-bitRecord-v1.1.1.ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl
View file @
283049d
# 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
(
_:
b
5
)
;
sp:
resultVariables
(
_:
b
6
)
;
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
_:
b
5
sp:
variable
_:
b
6
])
]
.
...
...
@@ -147,14 +167,14 @@ ep-spin-lib:buildEquipmentTypeURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
6
)
;
sp:
resultVariables
(
_:
b
7
)
;
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
_:
b
6
sp:
variable
_:
b
7
])
]
.
...
...
@@ -164,7 +184,7 @@ ep-spin-lib:buildExtractAWellCoreURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
7
)
;
sp:
resultVariables
(
_:
b
8
)
;
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
_:
b
7
sp:
variable
_:
b
8
])
]
.
...
...
@@ -185,7 +205,7 @@ ep-spin-lib:buildFluidReadingURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
8
)
;
sp:
resultVariables
(
_:
b
9
)
;
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
_:
b
8
sp:
variable
_:
b
9
])
]
.
...
...
@@ -208,7 +228,7 @@ ep-spin-lib:buildGasReadingURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
9
)
;
sp:
resultVariables
(
_:
b
10
)
;
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
_:
b
9
sp:
variable
_:
b
10
])
]
.
...
...
@@ -229,7 +249,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
0
)
;
sp:
resultVariables
(
_:
b1
1
)
;
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
_:
b1
0
sp:
variable
_:
b1
1
])
]
.
...
...
@@ -250,7 +270,7 @@ ep-spin-lib:buildLithShowObservationURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
1
)
;
sp:
resultVariables
(
_:
b1
2
)
;
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
_:
b1
1
sp:
variable
_:
b1
2
])
]
.
...
...
@@ -273,7 +293,7 @@ ep-spin-lib:buildOpenPerforationIntervalURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
2
)
;
sp:
resultVariables
(
_:
b1
3
)
;
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
_:
b1
2
sp:
variable
_:
b1
3
])
]
.
...
...
@@ -294,7 +314,7 @@ ep-spin-lib:buildPartActivityURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
3
)
;
sp:
resultVariables
(
_:
b1
4
)
;
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
_:
b1
3
sp:
variable
_:
b1
4
])
]
.
...
...
@@ -317,7 +337,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
4
)
;
sp:
resultVariables
(
_:
b1
5
)
;
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
_:
b1
4
sp:
variable
_:
b1
5
])
]
.
...
...
@@ -338,7 +358,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
5
)
;
sp:
resultVariables
(
_:
b1
6
)
;
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
_:
b1
5
sp:
variable
_:
b1
6
])
]
.
...
...
@@ -359,7 +379,7 @@ ep-spin-lib:buildPorePressureDeterminationURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
6
)
;
sp:
resultVariables
(
_:
b1
7
)
;
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
_:
b1
6
sp:
variable
_:
b1
7
])
]
.
...
...
@@ -382,7 +402,7 @@ ep-spin-lib:buildPreliminaryZonationURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
7
)
;
sp:
resultVariables
(
_:
b1
8
)
;
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
_:
b1
7
sp:
variable
_:
b1
8
])
]
.
...
...
@@ -425,7 +445,7 @@ ep-spin-lib:buildTemporalPartOfARigURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
8
)
;
sp:
resultVariables
(
_:
b1
9
)
;
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
_:
b1
8
sp:
variable
_:
b1
9
])
]
.
...
...
@@ -448,7 +468,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
19
)
;
sp:
resultVariables
(
_:
b
20
)
;
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
_:
b
19
sp:
variable
_:
b
20
])
]
.
...
...
@@ -469,7 +489,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
0
)
;
sp:
resultVariables
(
_:
b2
1
)
;
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
_:
b2
0
sp:
variable
_:
b2
1
])
]
.
...
...
@@ -492,7 +512,7 @@ ep-spin-lib:buildURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
1
)
;
sp:
resultVariables
(
_:
b2
2
)
;
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
_:
b2
1
sp:
variable
_:
b2
2
])
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
spl:
predicate
sp:
arg
2
;
spl:
predicate
sp:
arg
1
;
spl:
valueType
xsd:
string
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
spl:
predicate
sp:
arg
1
;
spl:
predicate
sp:
arg
2
;
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
(
_:
b2
2
)
;
sp:
resultVariables
(
_:
b2
3
)
;
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
_:
b2
2
sp:
variable
_:
b2
3
])
]
.
...
...
@@ -544,7 +564,7 @@ ep-spin-lib:buildWellBoreDrillBitRunURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
3
)
;
sp:
resultVariables
(
_:
b2
4
)
;
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
_:
b2
3
sp:
variable
_:
b2
4
])
]
.
...
...
@@ -567,7 +587,7 @@ ep-spin-lib:buildWellBoreDrillBitURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
4
)
;
sp:
resultVariables
(
_:
b2
5
)
;
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
_:
b2
4
sp:
variable
_:
b2
5
])
]
.
...
...
@@ -588,7 +608,7 @@ ep-spin-lib:buildWellBoreKickOffURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
5
)
;
sp:
resultVariables
(
_:
b2
6
)
;
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
_:
b2
5
sp:
variable
_:
b2
6
])
]
.
...
...
@@ -607,7 +627,7 @@ ep-spin-lib:buildWellBoreLogRunURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
6
)
;
sp:
resultVariables
(
_:
b2
7
)
;
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
_:
b2
6
sp:
variable
_:
b2
7
])
]
.
...
...
@@ -630,7 +650,7 @@ ep-spin-lib:buildWellCementJobURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
7
)
;
sp:
resultVariables
(
_:
b2
8
)
;
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
_:
b2
7
sp:
variable
_:
b2
8
])
]
.
...
...
@@ -651,7 +671,7 @@ ep-spin-lib:buildWellControlIncidentURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
8
)
;
sp:
resultVariables
(
_:
b2
9
)
;
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
_:
b2
8
sp:
variable
_:
b2
9
])
]
.
...
...
@@ -672,7 +692,7 @@ ep-spin-lib:buildWellStimulationURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
29
)
;
sp:
resultVariables
(
_:
b
30
)
;
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
_:
b
29
sp:
variable
_:
b
30
])
]
.
...
...
@@ -693,7 +713,7 @@ ep-spin-lib:buildWellTestURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b3
0
)
;
sp:
resultVariables
(
_:
b3
1
)
;
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
_:
b3
0
sp:
variable
_:
b3
1
])
]
.
...
...
@@ -714,7 +734,7 @@ ep-spin-lib:buildWirelineFormationTestURI
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b3
1
)
;
sp:
resultVariables
(
_:
b3
2
)
;
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
_:
b3
1
sp:
variable
_:
b3
2
])
]
.
...
...
@@ -807,7 +827,7 @@ ep-spin-lib:normalizeString
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b3
2
)
;
sp:
resultVariables
(
_:
b3
3
)
;
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
_:
b3
3
sp:
variable
_:
b3
4
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
trim
;
sp:
arg1
_:
b3
3
sp:
arg1
_:
b3
4
]
;
sp:
variable
_:
b3
4
sp:
variable
_:
b3
5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
encodeURL
;
sp:
arg1
_:
b3
4
sp:
arg1
_:
b3
5
]
;
sp:
variable
_:
b3
5
sp:
variable
_:
b3
6
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
regex
;
sp:
arg1
_:
b3
5
;
sp:
arg1
_:
b3
6
;
sp:
arg2
"%2F"
;
sp:
arg3
"_"
]
;
sp:
variable
_:
b3
6
sp:
variable
_:
b3
7
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
regex
;
sp:
arg1
_:
b3
6
;
sp:
arg1
_:
b3
7
;
sp:
arg2
"%[0-9A-F][0-9A-F]"
;
sp:
arg3
""
]
;
sp:
variable
_:
b3
7
sp:
variable
_:
b3
8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
regex
;
sp:
arg1
_:
b3
7
;
sp:
arg1
_:
b3
8
;
sp:
arg2
"\\+"
;
sp:
arg3
"_"
]
;
sp:
variable
_:
b3
8
sp:
variable
_:
b3
9
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
regex
;
sp:
arg1
_:
b3
8
;
sp:
arg1
_:
b3
9
;
sp:
arg2
"_+"
;
sp:
arg3
"_"
]
;
sp:
variable
_:
b
39
sp:
variable
_:
b
40
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
regex
;
sp:
arg1
_:
b
39
;
sp:
arg1
_:
b
40
;
sp:
arg2
"\\*"
;
sp:
arg3
""
]
;
sp:
variable
_:
b4
0
sp:
variable
_:
b4
1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
xsd:
string
;
sp:
arg1
[
rdf:
type
smf:
upperCase
;
sp:
arg1
_:
b4
0
sp:
arg1
_:
b4
1
]
]
;
sp:
variable
_:
b3
2
sp:
variable
_:
b3
3
])
]
;
spin:
constraint
...
...
@@ -890,7 +910,7 @@ ep-spin-lib:selectActivitySuccessType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
1
)
;
sp:
resultVariables
(
_:
b4
2
)
;
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
_:
b4
1
sp:
variable
_:
b4
2
])
]
.
...
...
@@ -911,7 +931,7 @@ ep-spin-lib:selectCasingRoleType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
2
)
;
sp:
resultVariables
(
_:
b4
3
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -936,7 +956,7 @@ ep-spin-lib:selectCasingRoleType
]
]
]
;
sp:
variable
_:
b4
2
sp:
variable
_:
b4
3
])
]
.
...
...
@@ -946,7 +966,7 @@ ep-spin-lib:selectCementingFluidReturnType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
3
)
;
sp:
resultVariables
(
_:
b4
4
)
;
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
_:
b4
3
sp:
variable
_:
b4
4
])
]
.
...
...
@@ -967,7 +987,7 @@ ep-spin-lib:selectClassOfWellDatumObject
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
4
)
;
sp:
resultVariables
(
_:
b4
5
)
;
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
_:
b4
4
sp:
variable
_:
b4
5
])
]
.
...
...
@@ -995,7 +1015,7 @@ ep-spin-lib:selectComponentType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
5
)
;
sp:
resultVariables
(
_:
b4
6
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -1034,7 +1054,7 @@ ep-spin-lib:selectComponentType
]
]
]
;
sp:
variable
_:
b4
5
sp:
variable
_:
b4
6
])
]
.
...
...
@@ -1044,7 +1064,7 @@ ep-spin-lib:selectDailyDrillingReportType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
6
)
;
sp:
resultVariables
(
_:
b4
7
)
;
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
_:
b4
6
sp:
variable
_:
b4
7
])
]
.
...
...
@@ -1072,7 +1092,7 @@ ep-spin-lib:selectDensityScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
7
)
;
sp:
resultVariables
(
_:
b4
8
)
;
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
_:
b4
7
sp:
variable
_:
b4
8
])
]
.
...
...
@@ -1100,7 +1120,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
8
)
;
sp:
resultVariables
(
_:
b4
9
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -1167,7 +1187,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
]
]
]
;
sp:
variable
_:
b4
8
sp:
variable
_:
b4
9
])
]
.
...
...
@@ -1177,7 +1197,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
49
)
;
sp:
resultVariables
(
_:
b
50
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -1762,7 +1782,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
]
]
]
;
sp:
variable
_:
b
49
sp:
variable
_:
b
50
])
]
.
...
...
@@ -1772,7 +1792,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
0
)
;
sp:
resultVariables
(
_:
b5
1
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -1811,7 +1831,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
]
]
]
;
sp:
variable
_:
b5
0
sp:
variable
_:
b5
1
])
]
.
...
...
@@ -1821,7 +1841,7 @@ ep-spin-lib:selectDrillingEquipmentType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
1
)
;
sp:
resultVariables
(
_:
b5
2
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2238,7 +2258,7 @@ ep-spin-lib:selectDrillingEquipmentType
]
]
]
;
sp:
variable
_:
b5
1
sp:
variable
_:
b5
2
])
]
.
...
...
@@ -2248,7 +2268,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
2
)
;
sp:
resultVariables
(
_:
b5
3
)
;
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
_:
b5
2
sp:
variable
_:
b5
3
])
]
.
...
...
@@ -2269,7 +2289,7 @@ ep-spin-lib:selectFluidType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
3
)
;
sp:
resultVariables
(
_:
b5
4
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2301,7 +2321,7 @@ ep-spin-lib:selectFluidType
]
]
]
;
sp:
variable
_:
b5
3
sp:
variable
_:
b5
4
])
]
.
...
...
@@ -2311,7 +2331,7 @@ ep-spin-lib:selectGasReadingType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
4
)
;
sp:
resultVariables
(
_:
b5
5
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2378,7 +2398,7 @@ ep-spin-lib:selectGasReadingType
]
]
]
;
sp:
variable
_:
b5
4
sp:
variable
_:
b5
5
])
]
.
...
...
@@ -2388,7 +2408,7 @@ ep-spin-lib:selectInnerBarrelType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
5
)
;
sp:
resultVariables
(
_:
b5
6
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2420,7 +2440,7 @@ ep-spin-lib:selectInnerBarrelType
]
]
]
;
sp:
variable
_:
b5
5
sp:
variable
_:
b5
6
])
]
.
...
...
@@ -2430,7 +2450,7 @@ ep-spin-lib:selectLabelOfSystem
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
6
)
;
sp:
resultVariables
(
_:
b5
7
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2476,7 +2496,7 @@ ep-spin-lib:selectLabelOfSystem
]
]
]
;
sp:
variable
_:
b5
6
sp:
variable
_:
b5
7
])
]
.
...
...
@@ -2486,7 +2506,7 @@ ep-spin-lib:selectLengthScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
7
)
;
sp:
resultVariables
(
_:
b5
8
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2567,7 +2587,7 @@ ep-spin-lib:selectLengthScale
]
]
]
;
sp:
variable
_:
b5
7
sp:
variable
_:
b5
8
])
]
.
...
...
@@ -2577,7 +2597,7 @@ ep-spin-lib:selectMassPerUnitLengthScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
8
)
;
sp:
resultVariables
(
_:
b5
9
)
;
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
_:
b5
8
sp:
variable
_:
b5
9
])
]
.
...
...
@@ -2598,7 +2618,7 @@ ep-spin-lib:selectMudClass
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
59
)
;
sp:
resultVariables
(
_:
b
60
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2623,7 +2643,7 @@ ep-spin-lib:selectMudClass
]
]
]
;
sp:
variable
_:
b
59
sp:
variable
_:
b
60
])
]
.
...
...
@@ -2633,7 +2653,7 @@ ep-spin-lib:selectPlaneAngleScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
0
)
;
sp:
resultVariables
(
_:
b6
1
)
;
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
_:
b6
0
sp:
variable
_:
b6
1
])
]
.
...
...
@@ -2654,7 +2674,7 @@ ep-spin-lib:selectPlasticViscosityScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
1
)
;
sp:
resultVariables
(
_:
b6
2
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2728,7 +2748,7 @@ ep-spin-lib:selectPlasticViscosityScale
]
]
]
;
sp:
variable
_:
b6
1
sp:
variable
_:
b6
2
])
]
.
...
...
@@ -2738,7 +2758,7 @@ ep-spin-lib:selectPorePressureDeterminationType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
2
)
;
sp:
resultVariables
(
_:
b6
3
)
;
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
_:
b6
2
sp:
variable
_:
b6
3
])
]
.
...
...
@@ -2766,7 +2786,7 @@ ep-spin-lib:selectPressureScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
3
)
;
sp:
resultVariables
(
_:
b6
4
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2805,7 +2825,7 @@ ep-spin-lib:selectPressureScale
]
]
]
;
sp:
variable
_:
b6
3
sp:
variable
_:
b6
4
])
]
.
...
...
@@ -2815,7 +2835,7 @@ ep-spin-lib:selectPressureTestType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
4
)
;
sp:
resultVariables
(
_:
b6
5
)
;
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
_:
b6
4
sp:
variable
_:
b6
5
])
]
.
...
...
@@ -2843,7 +2863,7 @@ ep-spin-lib:selectSpecificMassScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
5
)
;
sp:
resultVariables
(
_:
b6
6
)
;
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
_:
b6
5
sp:
variable
_:
b6
6
])
]
.
...
...
@@ -2864,7 +2884,7 @@ ep-spin-lib:selectSpecificVolumeScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
6
)
;
sp:
resultVariables
(
_:
b6
7
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2924,7 +2944,7 @@ ep-spin-lib:selectSpecificVolumeScale
]
]
]
;
sp:
variable
_:
b6
6
sp:
variable
_:
b6
7
])
]
.
...
...
@@ -2934,7 +2954,7 @@ ep-spin-lib:selectSpeedScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
7
)
;
sp:
resultVariables
(
_:
b6
8
)
;
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
_:
b6
7
sp:
variable
_:
b6
8
])
]
.
...
...
@@ -2955,7 +2975,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
8
)
;
sp:
resultVariables
(
_:
b6
9
)
;
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
_:
b6
8
sp:
variable
_:
b6
9
])
]
.
...
...
@@ -2983,7 +3003,7 @@ ep-spin-lib:selectTemperatureScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
69
)
;
sp:
resultVariables
(
_:
b
70
)
;
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
_:
b
69
sp:
variable
_:
b
70
])
]
.
...
...
@@ -3004,7 +3024,7 @@ ep-spin-lib:selectTimeDurationScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
0
)
;
sp:
resultVariables
(
_:
b7
1
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3050,7 +3070,7 @@ ep-spin-lib:selectTimeDurationScale
]
]
]
;
sp:
variable
_:
b7
0
sp:
variable
_:
b7
1
])
]
.
...
...
@@ -3060,7 +3080,7 @@ ep-spin-lib:selectTubeType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
1
)
;
sp:
resultVariables
(
_:
b7
2
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3085,7 +3105,7 @@ ep-spin-lib:selectTubeType
]
]
]
;
sp:
variable
_:
b7
1
sp:
variable
_:
b7
2
])
]
.
...
...
@@ -3095,7 +3115,7 @@ ep-spin-lib:selectVolumeScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
2
)
;
sp:
resultVariables
(
_:
b7
3
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3120,7 +3140,7 @@ ep-spin-lib:selectVolumeScale
]
]
]
;
sp:
variable
_:
b7
2
sp:
variable
_:
b7
3
])
]
.
...
...
@@ -3130,7 +3150,7 @@ ep-spin-lib:selectVolumetricFlowRateScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
3
)
;
sp:
resultVariables
(
_:
b7
4
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3155,7 +3175,7 @@ ep-spin-lib:selectVolumetricFlowRateScale
]
]
]
;
sp:
variable
_:
b7
3
sp:
variable
_:
b7
4
])
]
.
...
...
@@ -3165,7 +3185,7 @@ ep-spin-lib:selectWellBoreDrillingType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
4
)
;
sp:
resultVariables
(
_:
b7
5
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3211,7 +3231,7 @@ ep-spin-lib:selectWellBoreDrillingType
]
]
]
;
sp:
variable
_:
b7
4
sp:
variable
_:
b7
5
])
]
.
...
...
@@ -3221,7 +3241,7 @@ ep-spin-lib:selectWellBoreHphtType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
5
)
;
sp:
resultVariables
(
_:
b7
6
)
;
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
_:
b7
5
sp:
variable
_:
b7
6
])
]
.
...
...
@@ -3242,7 +3262,7 @@ ep-spin-lib:selectWellBoreTightnessType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
6
)
;
sp:
resultVariables
(
_:
b7
7
)
;
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
_:
b7
6
sp:
variable
_:
b7
7
])
]
.
...
...
@@ -3263,7 +3283,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
7
)
;
sp:
resultVariables
(
_:
b7
8
)
;
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
_:
b7
7
sp:
variable
_:
b7
8
])
]
.
...
...
@@ -3284,7 +3304,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
8
)
;
sp:
resultVariables
(
_:
b7
9
)
;
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
_:
b7
8
sp:
variable
_:
b7
9
])
]
.
...
...
@@ -3305,7 +3325,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
79
)
;
sp:
resultVariables
(
_:
b
80
)
;
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
_:
b
79
sp:
variable
_:
b
80
])
]
.
...
...
@@ -3326,7 +3346,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b8
0
)
;
sp:
resultVariables
(
_:
b8
1
)
;
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
_:
b8
0
sp:
variable
_:
b8
1
])
]
.
...
...
@@ -3347,7 +3367,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b8
1
)
;
sp:
resultVariables
(
_:
b8
2
)
;
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
_:
b8
1
sp:
variable
_:
b8
2
])
]
.
...
...
@@ -3368,7 +3388,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b8
2
)
;
sp:
resultVariables
(
_:
b8
3
)
;
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
_:
b8
2
sp:
variable
_:
b8
3
])
]
.
...
...
@@ -3389,7 +3409,7 @@ ep-spin-lib:selectWellCementJobType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b8
3
)
;
sp:
resultVariables
(
_:
b8
4
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3421,7 +3441,7 @@ ep-spin-lib:selectWellCementJobType
]
]
]
;
sp:
variable
_:
b8
3
sp:
variable
_:
b8
4
])
]
.
...
...
@@ -3431,7 +3451,7 @@ ep-spin-lib:selectWellControlIncidentType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b8
4
)
;
sp:
resultVariables
(
_:
b8
5
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3463,7 +3483,7 @@ ep-spin-lib:selectWellControlIncidentType
]
]
]
;
sp:
variable
_:
b8
4
sp:
variable
_:
b8
5
])
]
.
...
...
@@ -3473,7 +3493,7 @@ ep-spin-lib:selectWellKillingType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b8
5
)
;
sp:
resultVariables
(
_:
b8
6
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3519,7 +3539,7 @@ ep-spin-lib:selectWellKillingType
]
]
]
;
sp:
variable
_:
b8
5
sp:
variable
_:
b8
6
])
]
.
...
...
@@ -3529,7 +3549,7 @@ ep-spin-lib:selectWellTestType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b8
6
)
;
sp:
resultVariables
(
_:
b8
7
)
;
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
_:
b8
6
sp:
variable
_:
b8
7
])
]
.
...
...
@@ -3557,7 +3577,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b8
7
)
;
sp:
resultVariables
(
_:
b8
8
)
;
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
_:
b8
7
sp:
variable
_:
b8
8
])
]
.
...
...
@@ -3578,7 +3598,7 @@ ep-spin-lib:selectYieldPointScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b8
8
)
;
sp:
resultVariables
(
_:
b8
9
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3603,7 +3623,7 @@ ep-spin-lib:selectYieldPointScale
]
]
]
;
sp:
variable
_:
b8
8
sp:
variable
_:
b8
9
])
]
.
...
...
@@ -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
.
_:
b
1
1
_:
b
3
1
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
12
_:
b
30
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
13
_:
b
29
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
14
_:
b
28
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
15
_:
b
27
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
1
6
_:
b
2
6
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
17
_:
b
25
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
18
_:
b
24
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
19
_:
b
23
sp:
varName
"uri"
^^
xsd:
string
.
_:
b2
0
_:
b2
2
sp:
varName
"uri"
^^
xsd:
string
.
_:
b21
sp:
varName
"uri"
^^
xsd:
string
.
_:
b2
2
_:
b2
0
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
23
_:
b
19
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
24
_:
b
18
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
25
_:
b
17
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
2
6
_:
b
1
6
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
27
_:
b
15
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
28
_:
b
14
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
29
_:
b
13
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
30
_:
b
12
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
3
1
_:
b
1
1
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
32
sp:
varName
"
normalizedStr
"
^^
xsd:
string
.
_:
b
54
sp:
varName
"
fluidType
"
^^
xsd:
string
.
_:
b
33
sp:
varName
"
s1
"
^^
xsd:
string
.
_:
b
10
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
.
_:
b
42
sp:
varName
"
casingRole
Type"
^^
xsd:
string
.
_:
b
53
sp:
varName
"
fixedOrMoveableRig
Type"
^^
xsd:
string
.
_:
b
43
sp:
varName
"
cementingFluidReturn
Type"
^^
xsd:
string
.
_:
b
56
sp:
varName
"
innerBarrel
Type"
^^
xsd:
string
.
_:
b
44
sp:
varName
"
classOfWellDatumObject
"
^^
xsd:
string
.
_:
b
52
sp:
varName
"
drillingEquipmentType
"
^^
xsd:
string
.
_:
b
45
sp:
varName
"
compon
entType"
^^
xsd:
string
.
_:
b
51
sp:
varName
"
drillingActivityTypeAccordingToEquipm
entType"
^^
xsd:
string
.
_:
b
46
sp:
varName
"
dailyDrillingReport
Type"
^^
xsd:
string
.
_:
b
77
sp:
varName
"
wellBoreTightness
Type"
^^
xsd:
string
.
_:
b
47
sp:
varName
"
densityScal
e"
^^
xsd:
string
.
_:
b
78
sp:
varName
"
wellCementJobBottomPlugTyp
e"
^^
xsd:
string
.
_:
b
48
sp:
varName
"
drillingActivityOutcome
Type"
^^
xsd:
string
.
_:
b
79
sp:
varName
"
wellCementJobCasingReciprocation
Type"
^^
xsd:
string
.
_:
b
49
sp:
varName
"
drillingActivityPurpose
Type"
^^
xsd:
string
.
_:
b
80
sp:
varName
"
wellCementJobCasingRotation
Type"
^^
xsd:
string
.
_:
b
50
sp:
varName
"
drillingActivityTypeAccordingToEquipment
Type"
^^
xsd:
string
.
_:
b
81
sp:
varName
"
wellCementJobFloatHolding
Type"
^^
xsd:
string
.
_:
b51
sp:
varName
"drillingEquipmentType"
^^
xsd:
string
.
_:
b5
sp:
varName
"uri"
^^
xsd:
string
.
_:
b
5
2
sp:
varName
"
fixedOrMoveableRi
gType"
^^
xsd:
string
.
_:
b
8
2
sp:
varName
"
wellCementJobPlugBumpin
gType"
^^
xsd:
string
.
_:
b
5
3
sp:
varName
"
fluid
Type"
^^
xsd:
string
.
_:
b
8
3
sp:
varName
"
wellCementJobTopPlug
Type"
^^
xsd:
string
.
_:
b
5
4
sp:
varName
"
gasReading
Type"
^^
xsd:
string
.
_:
b
8
4
sp:
varName
"
wellCementJob
Type"
^^
xsd:
string
.
_:
b
5
5
sp:
varName
"
innerBarrel
Type"
^^
xsd:
string
.
_:
b
8
5
sp:
varName
"
wellControlIncident
Type"
^^
xsd:
string
.
_:
b
5
6
sp:
varName
"
dailyDrillingReport
Type"
^^
xsd:
string
.
_:
b
8
6
sp:
varName
"
wellKilling
Type"
^^
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
"
massPerUnitL
engthScale"
^^
xsd:
string
.
sp:
varName
"
l
engthScale"
^^
xsd:
string
.
_:
b59
sp:
varName
"m
udClass
"
^^
xsd:
string
.
sp:
varName
"m
assPerUnitLengthScale
"
^^
xsd:
string
.
_:
b60
sp:
varName
"
angleScale
"
^^
xsd:
string
.
sp:
varName
"
mudClass
"
^^
xsd:
string
.
_:
b61
sp:
varName
"
plasticViscosity
Scale"
^^
xsd:
string
.
sp:
varName
"
angle
Scale"
^^
xsd:
string
.
_:
b62
sp:
varName
"p
orePressureDeterminationTyp
e"
^^
xsd:
string
.
sp:
varName
"p
lasticViscosityScal
e"
^^
xsd:
string
.
_:
b63
sp:
varName
"p
ressureScal
e"
^^
xsd:
string
.
sp:
varName
"p
orePressureDeterminationTyp
e"
^^
xsd:
string
.
_:
b64
sp:
varName
"pressureTestType"
^^
xsd:
string
.
sp:
varName
"pressureScale"
^^
xsd:
string
.
_:
b57
sp:
varName
"dailyDrillingReportType"
^^
xsd:
string
.
_:
b65
sp:
varName
"
specificMassScal
e"
^^
xsd:
string
.
sp:
varName
"
pressureTestTyp
e"
^^
xsd:
string
.
_:
b66
sp:
varName
"specific
Volume
Scale"
^^
xsd:
string
.
sp:
varName
"specific
Mass
Scale"
^^
xsd:
string
.
_:
b67
sp:
varName
"spe
ed
Scale"
^^
xsd:
string
.
sp:
varName
"spe
cificVolume
Scale"
^^
xsd:
string
.
_:
b68
sp:
varName
"s
trength
Scale"
^^
xsd:
string
.
sp:
varName
"s
peed
Scale"
^^
xsd:
string
.
_:
b69
sp:
varName
"
temperature
Scale"
^^
xsd:
string
.
sp:
varName
"
strength
Scale"
^^
xsd:
string
.
_:
b70
sp:
varName
"
duration
Scale"
^^
xsd:
string
.
sp:
varName
"
temperature
Scale"
^^
xsd:
string
.
_:
b71
sp:
varName
"
tubeTyp
e"
^^
xsd:
string
.
sp:
varName
"
durationScal
e"
^^
xsd:
string
.
_:
b72
sp:
varName
"
volumeScal
e"
^^
xsd:
string
.
sp:
varName
"
tubeTyp
e"
^^
xsd:
string
.
_:
b73
sp:
varName
"volume
tricFlowRate
Scale"
^^
xsd:
string
.
sp:
varName
"volumeScale"
^^
xsd:
string
.
_:
b74
sp:
varName
"
wellBoreDrillingTyp
e"
^^
xsd:
string
.
sp:
varName
"
volumetricFlowRateScal
e"
^^
xsd:
string
.
_:
b75
sp:
varName
"wellBore
Hpht
Type"
^^
xsd:
string
.
sp:
varName
"wellBore
Drilling
Type"
^^
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
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-bitRecord-v1.1.1.ttl
View file @
283049d
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment