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
Holger Knublauch
2011-08-13 11:11:04 +1000
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
f74e57ec5ec5c95b23cbf778826edb6f74128e1e
f74e57ec
2 parents
58fae50e
33b8815d
Merge branch 'master' of
https://github.com/TopQuadrant/EPIM-Ontologies.git
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1678 additions
and
707 deletions
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-ACTIVITY-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-FACILITY-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-WELL-v1.0.ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr-statusInfo-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-wellboreInfo-v1.1.1.ttl
www.reportinghub.no/examples/xml/TemplateTest.xml
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-ACTIVITY-v1.0.ttl
View file @
f74e57e
# Saved by TopBraid on
Thu Aug 11 18:18:26
BST 2011
# Saved by TopBraid on
Fri Aug 12 10:44:21
BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.linkedmodel.org/1.2/schema/vaem
# imports: http://www.reportinghub.no/ep/schema/1.0/
core
# imports: http://www.reportinghub.no/ep/schema/1.0/
organization
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.linkedmodel.org/1.1/schema/ordered
...
...
@@ -14,7 +15,7 @@
<http://www.reportinghub.no/ep/schema/1.0/activity>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/
well>
,
<http://www.linkedmodel.org/1.1/schema/ordered>
,
<http://www.linkedmodel.org/1.2/schema/vaem>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.reportinghub.no/ep/schema/1.0/equipment
>
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/
organization>
,
<http://www.reportinghub.no/ep/schema/1.0/equipment>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.linkedmodel.org/1.2/schema/vaem>
,
<http://www.linkedmodel.org/1.1/schema/ordered>
,
<http://www.reportinghub.no/ep/schema/1.0/well
>
;
owl:
versionInfo
"0.1.0"
^^
xsd:
string
.
ep-activity:
Activity
...
...
@@ -23,33 +24,33 @@ ep-activity:Activity
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#PhysicalThing>
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#during>
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
finishedAt
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#overlaps>
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
startedAt
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
before
>
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
after
>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
after
>
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
before
>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
startedAt
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#overlaps>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
finishedAt
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#during>
]
.
ep-activity:
DailyDrillingActivity
...
...
@@ -58,13 +59,13 @@ ep-activity:DailyDrillingActivity
rdfs:
subClassOf
ep-activity:
DrillingActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Drilling
Activity
;
owl:
onProperty
<http://www.
linkedmodel.org/schema/ordered#las
t>
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.
reportinghub.no/ep/schema/core#hasPar
t>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore>
;
owl:
onProperty
ep-activity:
onWellBore
owl:
allValuesFrom
ep-activity:
DrillingActivity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#first>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -73,13 +74,13 @@ ep-activity:DailyDrillingActivity
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
DrillingActivity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#first>
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore>
;
owl:
onProperty
ep-activity:
onWellBore
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.
reportinghub.no/ep/schema/core#hasPar
t>
owl:
allValuesFrom
ep-activity:
Drilling
Activity
;
owl:
onProperty
<http://www.
linkedmodel.org/schema/ordered#las
t>
]
.
ep-activity:
DailyProductionActivity
...
...
@@ -128,13 +129,13 @@ ep-activity:DrillingActivity
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
FormationIntegrityTest
rdf:
type
ep-activity:
PressureTestType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-activity:
PressureTestType
;
rdfs:
label
"formation integrity test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellBorePressureTest
;
owl:
disjointWith
ep-activity:
LeakOffTest
.
ep-activity:
LeakOffTest
rdf:
type
ep-activity:
PressureTestType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-activity:
PressureTestType
;
rdfs:
label
"leak-off test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellBorePressureTest
;
owl:
disjointWith
ep-activity:
FormationIntegrityTest
.
...
...
@@ -170,7 +171,7 @@ ep-activity:OffshoreWellActivity
rdfs:
subClassOf
ep-activity:
OffshoreActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/well#Well>
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
onWell
]
;
rdfs:
subClassOf
...
...
@@ -180,7 +181,7 @@ ep-activity:OffshoreWellActivity
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/well#Well>
;
owl:
onProperty
ep-activity:
onWell
]
.
...
...
@@ -225,10 +226,22 @@ ep-activity:WellBorePressureTest
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
createdAt
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdfs:
label
"created at"
^^
xsd:
string
;
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
drillingContractor
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"drilling contractor"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/organization#Organization>
.
ep-activity:
drillingOperator
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"drilling operator"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/organization#Organization>
.
ep-activity:
finishedAt
rdf:
type
owl:
DatatypeProperty
;
rdfs:
label
"finished at"
^^
xsd:
string
;
...
...
@@ -247,7 +260,7 @@ ep-activity:onWell
rdfs:
label
"on well"
^^
xsd:
string
.
ep-activity:
onWellBore
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
label
"on WellBore"
^^
xsd:
string
.
ep-activity:
reportOn
...
...
@@ -260,7 +273,7 @@ ep-activity:startedAt
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
wellBoreDrillingType
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"has sub activity"
^^
xsd:
string
;
rdfs:
range
ep-activity:
WellBoreDrillingType
;
...
...
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-FACILITY-v1.0.ttl
View file @
f74e57e
# Saved by TopBraid on
Wed Aug 10 13:32
:44 BST 2011
# Saved by TopBraid on
Fri Aug 12 11:33
:44 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://purl.org/dc/elements/1.1/
# imports: http://spinrdf.org/spin
# imports: http://purl.org/dc/terms/
# imports: http://spinrdf.org/spin
@prefix
ep-fac:
<http://www.reportinghub.no/ep/schema/facility#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
...
...
@@ -16,7 +16,7 @@
<http://www.reportinghub.no/ep/schema/1.0/facility>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://
purl.org/dc/elements/1.1/>
,
<http://purl.org/dc/terms/>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/core
>
;
owl:
imports
<http://
www.reportinghub.no/ep/schema/1.0/core>
,
<http://spinrdf.org/spin>
,
<http://purl.org/dc/terms/>
,
<http://purl.org/dc/elements/1.1/
>
;
owl:
versionInfo
"0.1.0"
^^
xsd:
string
.
ep-fac:
AllOrPartOfTheLifeOfARig
...
...
@@ -33,10 +33,25 @@ ep-fac:FixedFacility
rdf:
type
owl:
DeprecatedClass
;
rdfs:
subClassOf
ep-fac:
Facility
.
ep-fac:
FixedOrMoveableRigType
rdf:
type
rdfs:
Class
;
rdfs:
label
"fixed of moveable rig type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-fac:
FixedRig
rdf:
type
ep-fac:
FixedOrMoveableRigType
,
owl:
Class
;
rdfs:
label
"fixed rig"
^^
xsd:
string
;
rdfs:
subClassOf
ep-fac:
FixedFacility
,
ep-fac:
Rig
.
ep-fac:
MoveableFacility
rdf:
type
owl:
Class
;
rdfs:
subClassOf
ep-fac:
Facility
.
ep-fac:
MoveableRig
rdf:
type
ep-fac:
FixedOrMoveableRigType
,
owl:
Class
;
rdfs:
label
"moveable rig"
^^
xsd:
string
;
rdfs:
subClassOf
ep-fac:
MoveableFacility
,
ep-fac:
Rig
.
ep-fac:
Rig
rdf:
type
owl:
Class
;
rdfs:
label
"rig"
^^
xsd:
string
;
...
...
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-WELL-v1.0.ttl
View file @
f74e57e
# Saved by TopBraid on Fri Aug 12 14:16:38 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/core
...
...
@@ -17,11 +18,35 @@ ep-well:AllOrPartOfTheLifeOfAWellBore
rdfs:
label
"all or part of the life of a well bore"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
.
ep-well:
HphtWellBore
rdf:
type
ep-well:
WellBoreHphtType
,
owl:
Class
;
rdfs:
label
"high pressure high temperature well bore"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
TemporalPartOfAWellBore
;
owl:
disjointWith
ep-well:
NotHphtWellBore
.
ep-well:
LeakyWellBore
rdf:
type
owl:
Class
,
ep-well:
WellBoreTightnessType
;
rdfs:
label
"leaky well bore"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
TemporalPartOfAWellBore
;
owl:
disjointWith
ep-well:
TightWellBore
.
ep-well:
NotHphtWellBore
rdf:
type
ep-well:
WellBoreHphtType
,
owl:
Class
;
rdfs:
label
"not high pressure high temperature well bore"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
TemporalPartOfAWellBore
;
owl:
disjointWith
ep-well:
HphtWellBore
.
ep-well:
TemporalPartOfAWellBore
rdf:
type
owl:
Class
;
rdfs:
label
"temporal part of a well bore"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
AllOrPartOfTheLifeOfAWellBore
.
ep-well:
TightWellBore
rdf:
type
owl:
Class
,
ep-well:
WellBoreTightnessType
;
rdfs:
label
"tight well bore"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
TemporalPartOfAWellBore
;
owl:
disjointWith
ep-well:
LeakyWellBore
.
ep-well:
Well
rdf:
type
owl:
Class
;
rdfs:
label
"Well"
^^
xsd:
string
;
...
...
@@ -46,3 +71,13 @@ ep-well:WellBore
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.reportinghub.no/ep/schema/core#name>
]
.
ep-well:
WellBoreHphtType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well bore high pressure high temperature type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-well:
WellBoreTightnessType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well bore tightness type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
...
...
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl
View file @
f74e57e
# Saved by TopBraid on
Wed Aug 10 13:36:32
BST 2011
# Saved by TopBraid on
Fri Aug 12 14:18:47
BST 2011
# baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/core
...
...
@@ -912,13 +912,34 @@ ep-spin-lib:selectDrillingActivityPurposeType
])
]
.
ep-spin-lib:
selectFixedOrMoveableRigType
rdf:
type
spin:
Function
;
rdfs:
label
"select FixedOrMoveableRigType"
^^
xsd:
string
;
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b20
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
"true"
^^
xsd:
boolean
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/facility#FixedRig>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/facility#MoveableRig>
]
;
sp:
variable
_:
b20
])
]
.
ep-spin-lib:
selectLabelOfSystem
rdf:
type
spin:
Function
;
rdfs:
label
"select DailyDrillingReportType"
^^
xsd:
string
;
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
sp:
if
;
...
...
@@ -964,7 +985,7 @@ ep-spin-lib:selectLabelOfSystem
]
]
]
;
sp:
variable
_:
b2
0
sp:
variable
_:
b2
1
])
]
.
...
...
@@ -974,7 +995,7 @@ ep-spin-lib:selectPressureTestType
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
smf:
if
;
...
...
@@ -991,7 +1012,7 @@ ep-spin-lib:selectPressureTestType
sp:
arg2
<http://www.reportinghub.no/ep/schema/1.0/activity#LeakOffTest>
]
]
;
sp:
variable
_:
b2
1
sp:
variable
_:
b2
2
])
]
.
...
...
@@ -1001,13 +1022,55 @@ ep-spin-lib:selectWellBoreDrillingType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
2
)
;
sp:
where
([
sp:
object
_:
b2
2
;
sp:
resultVariables
(
_:
b2
3
)
;
sp:
where
([
sp:
object
_:
b2
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mapsTo>
;
sp:
subject
spin:
_arg1
])
]
.
ep-spin-lib:
selectWellBoreHphtType
rdf:
type
spin:
Function
;
rdfs:
label
"select WellBoreHphtType"
^^
xsd:
string
;
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b24
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
"true"
^^
xsd:
boolean
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/well#HphtWellBore>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/well#NotHphtWellBore>
]
;
sp:
variable
_:
b24
])
]
.
ep-spin-lib:
selectWellBoreTightnessType
rdf:
type
spin:
Function
;
rdfs:
label
"select WellBoreTightnessType"
^^
xsd:
string
;
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b25
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
"true"
^^
xsd:
boolean
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/well#TightWellBore>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/well#LeakyWellBore>
]
;
sp:
variable
_:
b25
])
]
.
_:
b1
sp:
varName
"uri"
^^
xsd:
string
.
_:
b2
sp:
varName
"uri"
^^
xsd:
string
.
...
...
@@ -1016,6 +1079,10 @@ _:b3 sp:varName "uri"^^xsd:string .
_:
b4
sp:
varName
"uri"
^^
xsd:
string
.
_:
b5
sp:
varName
"uri"
^^
xsd:
string
.
_:
b6
sp:
varName
"uri"
^^
xsd:
string
.
_:
b7
sp:
varName
"uri"
^^
xsd:
string
.
_:
b8
sp:
varName
"uri"
^^
xsd:
string
.
...
...
@@ -1053,14 +1120,19 @@ _:b19
sp:
varName
"drillingActivityPurposeType"
^^
xsd:
string
.
_:
b20
sp:
varName
"
dailyDrillingReport
Type"
^^
xsd:
string
.
sp:
varName
"
fixedOrMoveableRig
Type"
^^
xsd:
string
.
_:
b21
sp:
varName
"
pressureTes
tType"
^^
xsd:
string
.
sp:
varName
"
dailyDrillingRepor
tType"
^^
xsd:
string
.
_:
b22
sp:
varName
"pressureTestType"
^^
xsd:
string
.
_:
b23
sp:
varName
"wellBoreDrillingType"
^^
xsd:
string
.
_:
b6
sp:
varName
"uri"
^^
xsd:
string
.
_:
b25
sp:
varName
"wellBoreTightnessType"
^^
xsd:
string
.
_:
b5
sp:
varName
"uri"
^^
xsd:
string
.
_:
b24
sp:
varName
"wellBoreHphtType"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl.tbc
View file @
f74e57e
# Saved by TopBraid on
Wed Aug 10 13:36:32
BST 2011
# Saved by TopBraid on
Fri Aug 12 14:18:47
BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-statusInfo-v1.1.1.ttl
View file @
f74e57e
# Saved by TopBraid on Fri Aug 12 16:02:55 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
# 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/ddr
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# 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/spin/1.1/lib
# 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/activity
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#>
.
@prefix
NPD_1104121247071:
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#>
.
...
...
@@ -30,9 +31,9 @@
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
22 Transfer mdDiaPilotPlan"
^^
xsd:
string
;
rdfs:
comment
"STEP 1
19 Transfer mdStrengthForm"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md
DiaPilotPlan>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md
StrengthForm>
;
sp:
subject
_:
b2
])
;
sp:
where
([
sp:
object
_:
b3
;
...
...
@@ -48,7 +49,7 @@
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b6
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md
DiaPilotPlan>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md
StrengthForm>
;
sp:
subject
_:
b5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
...
...
@@ -67,9 +68,9 @@
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
20 Transfer tvdStrengthForm"
^^
xsd:
string
;
rdfs:
comment
"STEP 1
12 Transfer diaHole"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvdStrengthForm>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
diaHole>
;
sp:
subject
_:
b9
])
;
sp:
where
([
sp:
object
_:
b10
;
...
...
@@ -85,7 +86,7 @@
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvdStrengthForm>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
diaHole>
;
sp:
subject
_:
b12
]
[
rdf:
type
sp:
Bind
;
sp:
expression
...
...
@@ -104,9 +105,9 @@
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
05 Transfer ropCurrent"
^^
xsd:
string
;
rdfs:
comment
"STEP 1
11 Transfer mdPlugTop"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
ropCurrent>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdPlugTop>
;
sp:
subject
_:
b16
])
;
sp:
where
([
sp:
object
_:
b17
;
...
...
@@ -118,733 +119,1015 @@
]
[
sp:
object
_:
b19
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b20
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
ropCurrent>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdPlugTop>
;
sp:
subject
_:
b19
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b17
]
;
sp:
variable
_:
b2
0
sp:
variable
_:
b2
1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b2
0
;
sp:
arg1
_:
b2
1
;
sp:
arg2
_:
b18
]
;
sp:
variable
_:
b
16
sp:
variable
_:
b
20
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
15 Transfer diaCsgLast"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b2
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
diaCsgLast>
;
sp:
subject
_:
b2
2
rdfs:
comment
"STEP 1
24 Transfer mdPlanned"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b2
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdPlanned>
;
sp:
subject
_:
b2
3
])
;
sp:
where
([
sp:
object
_:
b2
3
;
sp:
where
([
sp:
object
_:
b2
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b2
4
;
]
[
sp:
object
_:
b2
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b2
5
;
]
[
sp:
object
_:
b2
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b2
2
;
]
[
sp:
object
_:
b2
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b27
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdPlanned>
;
sp:
subject
_:
b26
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#diaCsgLast>
;
sp:
subject
_:
b25
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b2
3
sp:
arg1
_:
b2
4
]
;
sp:
variable
_:
b2
7
sp:
variable
_:
b2
8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b2
7
;
sp:
arg2
_:
b2
4
sp:
arg1
_:
b2
8
;
sp:
arg2
_:
b2
5
]
;
sp:
variable
_:
b2
6
sp:
variable
_:
b2
7
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 11
8 Transfer strengthForm"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b2
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
strengthForm>
;
sp:
subject
_:
b
29
rdfs:
comment
"STEP 11
6 Transfer mdCsgLast"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b2
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdCsgLast>
;
sp:
subject
_:
b
30
])
;
sp:
where
([
sp:
object
_:
b3
0
;
sp:
where
([
sp:
object
_:
b3
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b3
1
;
]
[
sp:
object
_:
b3
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b3
2
;
]
[
sp:
object
_:
b3
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
29
;
]
[
sp:
object
_:
b
30
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b34
]
[
sp:
object
_:
b29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdCsgLast>
;
sp:
subject
_:
b33
]
[
sp:
object
_:
b28
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#strengthForm>
;
sp:
subject
_:
b32
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b3
0
sp:
arg1
_:
b3
1
]
;
sp:
variable
_:
b3
4
sp:
variable
_:
b3
5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b3
4
;
sp:
arg2
_:
b3
1
sp:
arg1
_:
b3
5
;
sp:
arg2
_:
b3
2
]
;
sp:
variable
_:
b3
3
sp:
variable
_:
b3
4
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
23 Transfer tvdDiaPilotPlan"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b3
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvdDiaPilotPlan>
;
sp:
subject
_:
b3
6
rdfs:
comment
"STEP 1
54 Transfer average bottom hole pressure"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b3
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
avgPresBH>
;
sp:
subject
_:
b3
7
])
;
sp:
where
([
sp:
object
_:
b3
7
;
sp:
where
([
sp:
object
_:
b3
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b3
8
;
]
[
sp:
object
_:
b3
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
[
sp:
varName
"statusInfo"
^^
xsd:
string
]
;
]
[
sp:
object
_:
b40
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b3
6
;
]
[
sp:
object
_:
b3
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b39
]
[
sp:
object
_:
b35
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan>
;
sp:
subject
[
sp:
varName
"statusInfoddr"
^^
xsd:
string
]
sp:
subject
_:
b41
]
[
sp:
object
_:
b36
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#avgPresBH>
;
sp:
subject
_:
b40
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b3
7
sp:
arg1
_:
b3
8
]
;
sp:
variable
_:
b4
0
sp:
variable
_:
b4
2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b4
0
;
sp:
arg2
_:
b3
8
sp:
arg1
_:
b4
2
;
sp:
arg2
_:
b3
9
]
;
sp:
variable
_:
b
39
sp:
variable
_:
b
41
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
26 Transfer WellboreType"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b4
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
activity#wellBoreDrillingType>
;
sp:
subject
_:
b4
2
rdfs:
comment
"STEP 1
55 Transfer average bottom hole temperature"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b4
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
ddr#avgTempBH>
;
sp:
subject
_:
b4
4
])
;
sp:
where
([
sp:
object
_:
b4
3
;
sp:
where
([
sp:
object
_:
b4
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b4
4
;
]
[
sp:
object
_:
b4
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b4
5
;
]
[
sp:
object
_:
b4
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b46
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumTypeWellbore>
;
sp:
subject
_:
b45
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellBoreDrillingType
;
sp:
arg1
_:
b46
]
;
sp:
variable
_:
b41
]
[
sp:
object
_:
b44
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b48
]
[
sp:
object
_:
b43
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#avgTempBH>
;
sp:
subject
_:
b47
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b4
3
sp:
arg1
_:
b4
5
]
;
sp:
variable
_:
b4
7
sp:
variable
_:
b4
9
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b4
7
;
sp:
arg2
_:
b4
4
sp:
arg1
_:
b4
9
;
sp:
arg2
_:
b4
6
]
;
sp:
variable
_:
b4
2
sp:
variable
_:
b4
8
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
19 Transfer mdStrengthForm"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
48
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm>
;
sp:
subject
_:
b
49
rdfs:
comment
"STEP 1
52 Transfer tightWell"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
50
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
51
])
;
sp:
where
([
sp:
object
_:
b5
0
;
sp:
where
([
sp:
object
_:
b5
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b5
1
;
]
[
sp:
object
_:
b5
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b5
2
;
]
[
sp:
object
_:
b5
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
49
;
]
[
sp:
object
_:
b
51
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b5
3
]
[
sp:
object
_:
b
48
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdStrengthForm>
;
sp:
subject
_:
b5
2
sp:
subject
_:
b5
5
]
[
sp:
object
_:
b
56
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tightWell>
;
sp:
subject
_:
b5
4
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b5
0
sp:
arg1
_:
b5
2
]
;
sp:
variable
_:
b5
4
sp:
variable
_:
b5
7
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b54
;
sp:
arg2
_:
b51
]
;
sp:
variable
_:
b53
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 107 Transfer sum24Hr"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b55
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#sum24Hr>
;
sp:
subject
_:
b56
])
;
sp:
where
([
sp:
object
_:
b57
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b58
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b59
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b55
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#sum24Hr>
;
sp:
subject
_:
b59
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b57
sp:
arg1
_:
b57
;
sp:
arg2
_:
b53
]
;
sp:
variable
_:
b
60
sp:
variable
_:
b
55
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b60
;
sp:
arg2
_:
b58
[
rdf:
type
ep-spin-lib:
selectWellBoreTightnessType
;
sp:
arg1
_:
b56
]
;
sp:
variable
_:
b5
6
sp:
variable
_:
b5
0
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 10
6 Transfer distDrill"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
61
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
distDrill>
;
sp:
subject
_:
b
62
rdfs:
comment
"STEP 10
8 Transfer forecast24Hr"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
58
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
forecast24Hr>
;
sp:
subject
_:
b
59
])
;
sp:
where
([
sp:
object
_:
b6
3
;
sp:
where
([
sp:
object
_:
b6
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b6
4
;
]
[
sp:
object
_:
b6
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b6
5
;
]
[
sp:
object
_:
b6
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
61
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
distDrill>
;
sp:
subject
_:
b6
5
]
[
sp:
object
_:
b
58
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
forecast24Hr>
;
sp:
subject
_:
b6
2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b6
3
sp:
arg1
_:
b6
0
]
;
sp:
variable
_:
b6
6
sp:
variable
_:
b6
3
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b6
6
;
sp:
arg2
_:
b6
4
sp:
arg1
_:
b6
3
;
sp:
arg2
_:
b6
1
]
;
sp:
variable
_:
b
62
sp:
variable
_:
b
59
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
14 Transfer mdKickoff"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b6
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdKickoff>
;
sp:
subject
_:
b6
8
rdfs:
comment
"STEP 1
56 Transfer hpht Well"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b6
4
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b6
5
])
;
sp:
where
([
sp:
object
_:
b6
9
;
sp:
where
([
sp:
object
_:
b6
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
70
;
]
[
sp:
object
_:
b
67
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
71
;
]
[
sp:
object
_:
b
68
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b68
;
]
[
sp:
object
_:
b69
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hpht>
;
sp:
subject
_:
b68
]
[
sp:
object
_:
b65
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b72
]
[
sp:
object
_:
b67
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdKickoff>
;
sp:
subject
_:
b71
sp:
subject
_:
b70
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b6
9
sp:
arg1
_:
b6
6
]
;
sp:
variable
_:
b7
3
sp:
variable
_:
b7
1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b7
3
;
sp:
arg2
_:
b
70
sp:
arg1
_:
b7
1
;
sp:
arg2
_:
b
67
]
;
sp:
variable
_:
b72
sp:
variable
_:
b70
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellBoreHphtType
;
sp:
arg1
_:
b69
]
;
sp:
variable
_:
b64
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 112 Transfer diaHole"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b74
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#diaHole>
;
sp:
subject
_:
b75
rdfs:
comment
"STEP 152 Transfer fixedRig"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b72
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"rig"
^^
xsd:
string
]
])
;
sp:
where
([
sp:
object
_:
b7
6
;
sp:
where
([
sp:
object
_:
b7
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b7
7
;
]
[
sp:
object
_:
b7
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b7
8
;
]
[
sp:
object
_:
b7
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b75
;
]
[
sp:
object
[
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b79
]
[
sp:
object
_:
b74
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#diaHole>
;
sp:
subject
_:
b76
]
[
sp:
object
_:
b77
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#fixedRig>
;
sp:
subject
_:
b75
]
[
sp:
object
_:
b78
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onRig>
;
sp:
subject
_:
b76
]
[
sp:
object
[
sp:
varName
"Rig"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b78
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b7
6
sp:
arg1
_:
b7
3
]
;
sp:
variable
_:
b
80
sp:
variable
_:
b
79
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b
80
;
sp:
arg2
_:
b7
7
sp:
arg1
_:
b
79
;
sp:
arg2
_:
b7
4
]
;
sp:
variable
_:
b79
sp:
variable
_:
b76
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectFixedOrMoveableRigType
;
sp:
arg1
_:
b77
]
;
sp:
variable
_:
b72
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
17 Transfer tvdCsgLast"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b8
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvdCsgLast>
;
sp:
subject
_:
b8
2
rdfs:
comment
"STEP 1
22 Transfer mdDiaPilotPlan"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b8
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdDiaPilotPlan>
;
sp:
subject
_:
b8
1
])
;
sp:
where
([
sp:
object
_:
b8
3
;
sp:
where
([
sp:
object
_:
b8
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b8
4
;
]
[
sp:
object
_:
b8
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b8
5
;
]
[
sp:
object
_:
b8
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b82
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b86
]
[
sp:
object
_:
b81
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
ddr#tvdCsgLast>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
activity#onWellBore>
;
sp:
subject
_:
b85
]
[
sp:
object
_:
b80
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan>
;
sp:
subject
_:
b84
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b8
3
sp:
arg1
_:
b8
2
]
;
sp:
variable
_:
b8
7
sp:
variable
_:
b8
6
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b8
7
;
sp:
arg2
_:
b8
4
sp:
arg1
_:
b8
6
;
sp:
arg2
_:
b8
3
]
;
sp:
variable
_:
b8
6
sp:
variable
_:
b8
5
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
24 Transfer mdPlanned"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b8
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md
Planned>
;
sp:
subject
_:
b8
9
rdfs:
comment
"STEP 1
14 Transfer mdKickoff"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b8
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md
Kickoff>
;
sp:
subject
_:
b8
8
])
;
sp:
where
([
sp:
object
_:
b
90
;
sp:
where
([
sp:
object
_:
b
89
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b9
1
;
]
[
sp:
object
_:
b9
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
[
sp:
varName
"statusInfo"
^^
xsd:
string
]
;
]
[
sp:
object
_:
b91
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b8
9
;
]
[
sp:
object
_:
b8
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b92
]
[
sp:
object
_:
b88
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdPlanned>
;
sp:
subject
[
sp:
varName
"statusInfoddr"
^^
xsd:
string
]
]
[
sp:
object
_:
b87
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdKickoff>
;
sp:
subject
_:
b91
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b
90
sp:
arg1
_:
b
89
]
;
sp:
variable
_:
b93
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b93
;
sp:
arg2
_:
b9
1
sp:
arg2
_:
b9
0
]
;
sp:
variable
_:
b92
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
09 Transfer md"
^^
xsd:
string
;
rdfs:
comment
"STEP 1
57 Transfer report no"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b94
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
md>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
reportNo>
;
sp:
subject
_:
b95
])
;
sp:
where
([
sp:
object
_:
b96
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b97
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
dTimStart>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
createDate>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b98
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b95
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b99
]
[
sp:
object
_:
b94
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
md>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
reportNo>
;
sp:
subject
_:
b98
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b96
]
;
sp:
variable
_:
b
100
sp:
variable
_:
b
99
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrilling
ActivityURI
;
sp:
arg1
_:
b
100
;
[
rdf:
type
ep-spin-lib:
buildDailyDrilling
ReportURI
;
sp:
arg1
_:
b
99
;
sp:
arg2
_:
b97
]
;
sp:
variable
_:
b9
9
sp:
variable
_:
b9
5
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 12
1 Transfer elevKelly"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b10
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
elevKelly>
;
sp:
subject
_:
b10
2
rdfs:
comment
"STEP 12
3 Transfer tvdDiaPilotPlan"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b10
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvdDiaPilotPlan>
;
sp:
subject
_:
b10
1
])
;
sp:
where
([
sp:
object
_:
b10
3
;
sp:
where
([
sp:
object
_:
b10
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b10
4
;
]
[
sp:
object
_:
b10
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b105
;
]
[
sp:
object
[
sp:
varName
"statusInfo"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b102
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b106
]
[
sp:
object
_:
b101
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#elevKelly>
;
sp:
subject
_:
b105
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b104
]
[
sp:
object
_:
b100
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan>
;
sp:
subject
[
sp:
varName
"statusInfoddr"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b10
3
sp:
arg1
_:
b10
2
]
;
sp:
variable
_:
b10
7
sp:
variable
_:
b10
5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b10
7
;
sp:
arg2
_:
b10
4
sp:
arg1
_:
b10
5
;
sp:
arg2
_:
b10
3
]
;
sp:
variable
_:
b10
6
sp:
variable
_:
b10
4
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 11
1 Transfer mdPlugTop"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b10
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdPlugTop>
;
sp:
subject
_:
b10
9
rdfs:
comment
"STEP 11
7 Transfer tvdCsgLast"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b10
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvdCsgLast>
;
sp:
subject
_:
b10
7
])
;
sp:
where
([
sp:
object
_:
b1
10
;
sp:
where
([
sp:
object
_:
b1
08
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
11
;
]
[
sp:
object
_:
b1
09
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b11
2
;
]
[
sp:
object
_:
b11
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b10
9
;
]
[
sp:
object
_:
b10
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b11
3
]
[
sp:
object
_:
b10
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdPlugTop>
;
sp:
subject
_:
b11
2
sp:
subject
_:
b11
1
]
[
sp:
object
_:
b10
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvdCsgLast>
;
sp:
subject
_:
b11
0
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b1
10
sp:
arg1
_:
b1
08
]
;
sp:
variable
_:
b11
4
sp:
variable
_:
b11
2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b11
4
;
sp:
arg2
_:
b1
11
sp:
arg1
_:
b11
2
;
sp:
arg2
_:
b1
09
]
;
sp:
variable
_:
b11
3
sp:
variable
_:
b11
1
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 10
8 Transfer forecast24Hr"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b11
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
forecast24Hr>
;
sp:
subject
_:
b11
6
rdfs:
comment
"STEP 10
7 Transfer sum24Hr"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b11
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
sum24Hr>
;
sp:
subject
_:
b11
4
])
;
sp:
where
([
sp:
object
_:
b11
7
;
sp:
where
([
sp:
object
_:
b11
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b11
8
;
]
[
sp:
object
_:
b11
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b11
9
;
]
[
sp:
object
_:
b11
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b11
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
forecast24Hr>
;
sp:
subject
_:
b11
9
]
[
sp:
object
_:
b11
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
sum24Hr>
;
sp:
subject
_:
b11
7
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b11
7
sp:
arg1
_:
b11
5
]
;
sp:
variable
_:
b1
20
sp:
variable
_:
b1
18
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b1
20
;
sp:
arg2
_:
b11
8
sp:
arg1
_:
b1
18
;
sp:
arg2
_:
b11
6
]
;
sp:
variable
_:
b11
6
sp:
variable
_:
b11
4
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 113 Transfer mdDiaHoleStart"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b121
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart>
;
sp:
subject
_:
b122
rdfs:
comment
"STEP 125 Transfer presTestType"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b119
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b120
]
[
sp:
object
_:
b121
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b119
])
;
sp:
where
([
sp:
object
_:
b12
3
;
sp:
where
([
sp:
object
_:
b12
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b12
4
;
]
[
sp:
object
_:
b12
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b12
5
;
]
[
sp:
object
_:
b12
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b122
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b126
]
[
sp:
object
_:
b121
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart>
;
sp:
subject
_:
b125
]
[
sp:
object
_:
b125
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumPresTestType>
;
sp:
subject
_:
b124
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b12
3
[
rdf:
type
ep-spin-lib:
selectPressureTestType
;
sp:
arg1
_:
b12
5
]
;
sp:
variable
_:
b12
7
sp:
variable
_:
b12
1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b127
;
sp:
arg2
_:
b124
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b122
]
;
sp:
variable
_:
b126
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b126
;
sp:
arg2
_:
b123
]
;
sp:
variable
_:
b120
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
16 Transfer mdCsgLast"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b12
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdCsgLast>
;
sp:
subject
_:
b12
9
rdfs:
comment
"STEP 1
20 Transfer tvdStrengthForm"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b12
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvdStrengthForm>
;
sp:
subject
_:
b12
8
])
;
sp:
where
([
sp:
object
_:
b1
30
;
sp:
where
([
sp:
object
_:
b1
29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b13
1
;
]
[
sp:
object
_:
b13
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b13
2
;
]
[
sp:
object
_:
b13
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b129
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b133
]
[
sp:
object
_:
b128
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
ddr#mdCsgLast>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
activity#onWellBore>
;
sp:
subject
_:
b132
]
[
sp:
object
_:
b127
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm>
;
sp:
subject
_:
b131
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b1
30
sp:
arg1
_:
b1
29
]
;
sp:
variable
_:
b13
4
sp:
variable
_:
b13
3
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b13
4
;
sp:
arg2
_:
b13
1
sp:
arg1
_:
b13
3
;
sp:
arg2
_:
b13
0
]
;
sp:
variable
_:
b13
3
sp:
variable
_:
b13
2
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
10 Transfer tvd"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b13
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvd>
;
sp:
subject
_:
b13
6
rdfs:
comment
"STEP 1
53 Transfer waterDepth"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b13
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
waterDepth>
;
sp:
subject
_:
b13
5
])
;
sp:
where
([
sp:
object
_:
b13
7
;
sp:
where
([
sp:
object
_:
b13
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b13
8
;
]
[
sp:
object
_:
b13
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b13
9
;
]
[
sp:
object
_:
b13
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b136
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b140
]
[
sp:
object
_:
b135
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
ddr#tvd>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
activity#onWellBore>
;
sp:
subject
_:
b139
]
[
sp:
object
_:
b134
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#waterDepth>
;
sp:
subject
_:
b138
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b13
7
sp:
arg1
_:
b13
6
]
;
sp:
variable
_:
b14
1
sp:
variable
_:
b14
0
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b14
1
;
sp:
arg2
_:
b13
8
sp:
arg1
_:
b14
0
;
sp:
arg2
_:
b13
7
]
;
sp:
variable
_:
b1
40
sp:
variable
_:
b1
39
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 125 Transfer presTestType"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b142
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b143
]
[
sp:
object
_:
b144
;
sp:
predicate
rdf:
type
;
rdfs:
comment
"STEP 118 Transfer strengthForm"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b141
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#strengthForm>
;
sp:
subject
_:
b142
])
;
sp:
where
([
sp:
object
_:
b14
5
;
sp:
where
([
sp:
object
_:
b14
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b14
6
;
]
[
sp:
object
_:
b14
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b14
7
;
]
[
sp:
object
_:
b14
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b142
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b146
]
[
sp:
object
_:
b141
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#strengthForm>
;
sp:
subject
_:
b145
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b143
]
;
sp:
variable
_:
b147
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b147
;
sp:
arg2
_:
b144
]
;
sp:
variable
_:
b146
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 113 Transfer mdDiaHoleStart"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b148
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart>
;
sp:
subject
_:
b149
])
;
sp:
where
([
sp:
object
_:
b150
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b151
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b152
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b149
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b153
]
[
sp:
object
_:
b148
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
enumPresTestType>
;
sp:
subject
_:
b1
47
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdDiaHoleStart>
;
sp:
subject
_:
b1
52
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectPressureTestType
;
sp:
arg1
_:
b148
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b150
]
;
sp:
variable
_:
b154
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b154
;
sp:
arg2
_:
b151
]
;
sp:
variable
_:
b153
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 109 Transfer md"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b155
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md>
;
sp:
subject
_:
b156
])
;
sp:
where
([
sp:
object
_:
b157
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b158
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b159
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b156
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b160
]
[
sp:
object
_:
b155
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md>
;
sp:
subject
_:
b159
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b157
]
;
sp:
variable
_:
b161
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b161
;
sp:
arg2
_:
b158
]
;
sp:
variable
_:
b160
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 126 Transfer WellboreType"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b162
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#wellBoreDrillingType>
;
sp:
subject
_:
b163
])
;
sp:
where
([
sp:
object
_:
b164
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b165
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b166
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b167
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumTypeWellbore>
;
sp:
subject
_:
b166
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellBoreDrillingType
;
sp:
arg1
_:
b167
]
;
sp:
variable
_:
b162
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b164
]
;
sp:
variable
_:
b168
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b168
;
sp:
arg2
_:
b165
]
;
sp:
variable
_:
b163
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 115 Transfer diaCsgLast"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b169
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#diaCsgLast>
;
sp:
subject
_:
b170
])
;
sp:
where
([
sp:
object
_:
b171
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b172
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b173
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b170
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b174
]
[
sp:
object
_:
b169
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#diaCsgLast>
;
sp:
subject
_:
b173
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b171
]
;
sp:
variable
_:
b175
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b175
;
sp:
arg2
_:
b172
]
;
sp:
variable
_:
b144
sp:
variable
_:
b174
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 105 Transfer ropCurrent"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b176
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#ropCurrent>
;
sp:
subject
_:
b177
])
;
sp:
where
([
sp:
object
_:
b178
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b179
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b180
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b176
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#ropCurrent>
;
sp:
subject
_:
b180
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b1
45
sp:
arg1
_:
b1
78
]
;
sp:
variable
_:
b1
49
sp:
variable
_:
b1
81
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b1
49
;
sp:
arg2
_:
b1
46
sp:
arg1
_:
b1
81
;
sp:
arg2
_:
b1
79
]
;
sp:
variable
_:
b143
sp:
variable
_:
b177
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 106 Transfer distDrill"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b182
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#distDrill>
;
sp:
subject
_:
b183
])
;
sp:
where
([
sp:
object
_:
b184
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b185
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b186
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b182
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#distDrill>
;
sp:
subject
_:
b186
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b184
]
;
sp:
variable
_:
b187
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b187
;
sp:
arg2
_:
b185
]
;
sp:
variable
_:
b183
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 110 Transfer tvd"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b188
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd>
;
sp:
subject
_:
b189
])
;
sp:
where
([
sp:
object
_:
b190
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b191
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b192
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b189
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b193
]
[
sp:
object
_:
b188
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd>
;
sp:
subject
_:
b192
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b190
]
;
sp:
variable
_:
b194
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b194
;
sp:
arg2
_:
b191
]
;
sp:
variable
_:
b193
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 121 Transfer elevKelly"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b195
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#elevKelly>
;
sp:
subject
_:
b196
])
;
sp:
where
([
sp:
object
_:
b197
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b198
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b199
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b196
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b200
]
[
sp:
object
_:
b195
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#elevKelly>
;
sp:
subject
_:
b199
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b197
]
;
sp:
variable
_:
b201
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b201
;
sp:
arg2
_:
b198
]
;
sp:
variable
_:
b200
])
]
.
...
...
@@ -853,437 +1136,593 @@
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/well>
,
<http://www.reportinghub.no/ep/schema/1.0/equipment>
,
<http://www.reportinghub.no/ep/schema/1.0/activity>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/activity-purpose>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr>
,
<http://www.reportinghub.no/ep/schema/1.0/ddr>
,
<http://www.reportinghub.no/ep/schema/1.0/report>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b41
sp:
varName
"wellBoreDrillingType"
^^
xsd:
string
.
_:
b95
sp:
varName
"dailyDrillingReport"
^^
xsd:
string
.
_:
b99
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b94
sp:
varName
"reportNo"
^^
xsd:
string
.
_:
b98
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b97
sp:
varName
"createDate"
^^
xsd:
string
.
_:
b96
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b64
sp:
varName
"hphtType"
^^
xsd:
string
.
_:
b71
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b65
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b70
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b69
sp:
varName
"hphtFlag"
^^
xsd:
string
.
_:
b68
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b67
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b66
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b86
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b85
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b84
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b83
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b82
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b81
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b80
sp:
varName
"mdDiaPilotPlan"
^^
xsd:
string
.
_:
b42
_:
b21
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b20
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
43
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
19
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
44
_:
b
18
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
45
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
17
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
46
sp:
varName
"t
ypeWellBore"
^^
xsd:
string
.
_:
b
16
sp:
varName
"t
emporalPartOfAWellBore"
^^
xsd:
string
.
_:
b47
_:
b15
sp:
varName
"mdPlugTop"
^^
xsd:
string
.
_:
b133
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
43
_:
b1
32
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b144
sp:
varName
"pressureTestType"
^^
xsd:
string
.
_:
b145
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b131
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b1
46
_:
b1
30
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b1
47
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b1
29
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b1
48
sp:
varName
"
presTestType"
^^
xsd:
string
.
_:
b1
28
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b149
_:
b127
sp:
varName
"tvdStrengthForm"
^^
xsd:
string
.
_:
b201
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
88
sp:
varName
"
mdPlanned"
^^
xsd:
string
.
_:
b
200
sp:
varName
"
dailyDrillingActivity"
^^
xsd:
string
.
_:
b
89
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
199
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b90
_:
b198
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b197
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
91
sp:
varName
"
dTimStart"
^^
xsd:
string
.
_:
b
196
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
92
sp:
varName
"
dailyDrillingActivity"
^^
xsd:
string
.
_:
b
195
sp:
varName
"
elevKelly"
^^
xsd:
string
.
_:
b
93
_:
b
154
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b61
sp:
varName
"distDrill"
^^
xsd:
string
.
_:
b62
_:
b153
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
63
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
152
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
64
_:
b
151
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
65
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
150
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b66
_:
b149
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b148
sp:
varName
"mdDiaHoleStart"
^^
xsd:
string
.
_:
b112
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
94
sp:
varName
"
md"
^^
xsd:
string
.
_:
b
111
sp:
varName
"
dailyDrillingActivity"
^^
xsd:
string
.
_:
b
95
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
110
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b96
_:
b109
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b108
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
97
sp:
varName
"
dTimStart"
^^
xsd:
string
.
_:
b
107
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
98
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
106
sp:
varName
"
tvdCsgLast"
^^
xsd:
string
.
_:
b99
_:
b42
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b41
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
100
sp:
varName
"
normalizedWellBoreName"
^^
xsd:
string
.
_:
b
40
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
121
sp:
varName
"
mdDiaHoleStart"
^^
xsd:
string
.
_:
b
39
sp:
varName
"
dTimStart"
^^
xsd:
string
.
_:
b122
_:
b38
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b37
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
123
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
36
sp:
varName
"
avgPresBH"
^^
xsd:
string
.
_:
b1
24
sp:
varName
"
dTimStart"
^^
xsd:
string
.
_:
b1
4
sp:
varName
"
normalizedWellBoreName"
^^
xsd:
string
.
_:
b125
_:
b13
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b12
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b1
26
sp:
varName
"d
ailyDrillingActivity"
^^
xsd:
string
.
_:
b1
1
sp:
varName
"d
TimStart"
^^
xsd:
string
.
_:
b1
27
sp:
varName
"n
ormalizedWellBoreName"
^^
xsd:
string
.
_:
b1
0
sp:
varName
"n
ameWellBore"
^^
xsd:
string
.
_:
b81
sp:
varName
"tvdCsgLast"
^^
xsd:
string
.
_:
b9
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b82
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b8
sp:
varName
"diaHole"
^^
xsd:
string
.
_:
b83
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b7
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b84
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b6
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b85
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b5
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b86
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b4
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b87
_:
b3
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b2
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b1
sp:
varName
"mdStrengthForm"
^^
xsd:
string
.
_:
b147
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
35
sp:
varName
"
tvd"
^^
xsd:
string
.
_:
b1
46
sp:
varName
"
dailyDrillingActivity"
^^
xsd:
string
.
_:
b1
36
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b1
45
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b137
_:
b144
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b143
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b1
38
sp:
varName
"
dTimStart"
^^
xsd:
string
.
_:
b1
42
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b139
_:
b141
sp:
varName
"strengthForm"
^^
xsd:
string
.
_:
b126
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b125
sp:
varName
"presTestType"
^^
xsd:
string
.
_:
b124
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b140
_:
b123
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b122
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b121
sp:
varName
"pressureTestType"
^^
xsd:
string
.
_:
b120
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b1
41
_:
b1
94
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
sp:
varName
"mdDiaPilotPlan"
^^
xsd:
string
.
_:
b193
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b2
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b192
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b3
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b191
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b4
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b190
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b5
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b189
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b6
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b188
sp:
varName
"tvd"
^^
xsd:
string
.
_:
b7
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b28
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
67
sp:
varName
"
mdKickoff"
^^
xsd:
string
.
_:
b
27
sp:
varName
"
dailyDrillingActivity"
^^
xsd:
string
.
_:
b
68
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
26
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b69
_:
b25
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b24
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
70
sp:
varName
"
dTimStart"
^^
xsd:
string
.
_:
b
23
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
71
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
22
sp:
varName
"
mdPlanned"
^^
xsd:
string
.
_:
b72
_:
b49
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b48
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
73
sp:
varName
"
normalizedWellBoreName"
^^
xsd:
string
.
_:
b
47
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
101
sp:
varName
"
elevKelly"
^^
xsd:
string
.
_:
b
46
sp:
varName
"
dTimStart"
^^
xsd:
string
.
_:
b102
_:
b45
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b44
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
103
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
43
sp:
varName
"
avgTempBH"
^^
xsd:
string
.
_:
b1
04
sp:
varName
"
dTimStart"
^^
xsd:
string
.
_:
b1
87
sp:
varName
"
normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
05
_:
b1
86
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b106
_:
b185
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b184
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b183
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b1
07
sp:
varName
"
normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
82
sp:
varName
"
distDrill"
^^
xsd:
string
.
_:
b
55
sp:
varName
"
sum24Hr"
^^
xsd:
string
.
_:
b
140
sp:
varName
"
normalizedWellBoreName"
^^
xsd:
string
.
_:
b
56
_:
b
139
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
57
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
138
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
58
_:
b
137
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
59
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
136
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
60
sp:
varName
"
normalizedWellBoreName"
^^
xsd:
string
.
_:
b
135
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
28
sp:
varName
"
strengthForm"
^^
xsd:
string
.
_:
b
134
sp:
varName
"
waterDepth"
^^
xsd:
string
.
_:
b
29
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
63
sp:
varName
"
normalizedWellBoreName"
^^
xsd:
string
.
_:
b
30
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
62
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
31
_:
b
61
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
32
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
60
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
33
_:
b
59
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b34
_:
b58
sp:
varName
"forecast24Hr"
^^
xsd:
string
.
_:
b57
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
48
sp:
varName
"
mdStrengthForm"
^^
xsd:
string
.
_:
b
56
sp:
varName
"
tightWellFlag"
^^
xsd:
string
.
_:
b
49
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
55
sp:
varName
"
dailyDrillingActivity"
^^
xsd:
string
.
_:
b5
0
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b5
4
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b5
1
_:
b5
3
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b52
sp:
varName
"
statusInfo"
^^
xsd:
string
.
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b5
3
sp:
varName
"
dailyDrillingActivity"
^^
xsd:
string
.
_:
b5
1
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b5
4
sp:
varName
"
normalizedWellBoreName"
^^
xsd:
string
.
_:
b5
0
sp:
varName
"
wellBoreTightnessType"
^^
xsd:
string
.
_:
b
128
sp:
varName
"
mdCsgLast"
^^
xsd:
string
.
_:
b
93
sp:
varName
"
normalizedWellBoreName"
^^
xsd:
string
.
_:
b
129
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
92
sp:
varName
"
dailyDrillingActivity"
^^
xsd:
string
.
_:
b
130
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
91
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
131
_:
b
90
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
132
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
89
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
133
sp:
varName
"
dailyDrillingActivity"
^^
xsd:
string
.
_:
b
88
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b134
_:
b87
sp:
varName
"mdKickoff"
^^
xsd:
string
.
_:
b181
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
5
sp:
varName
"
ropCurrentValue"
^^
xsd:
string
.
_:
b1
80
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b1
6
sp:
varName
"d
ailyDrillingActivity"
^^
xsd:
string
.
_:
b1
79
sp:
varName
"d
TimStart"
^^
xsd:
string
.
_:
b17
_:
b17
8
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b1
8
sp:
varName
"d
TimStart"
^^
xsd:
string
.
_:
b1
77
sp:
varName
"d
ailyDrillingActivity"
^^
xsd:
string
.
_:
b1
9
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b1
76
sp:
varName
"
ropCurrentValue"
^^
xsd:
string
.
_:
b
20
_:
b
105
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b8
sp:
varName
"tvdStrengthForm"
^^
xsd:
string
.
_:
b104
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b9
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b103
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b10
_:
b10
2
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b11
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b12
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b101
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b1
3
sp:
varName
"
dailyDrillingActivity"
^^
xsd:
string
.
_:
b1
00
sp:
varName
"
tvdDiaPilotPlan"
^^
xsd:
string
.
_:
b1
4
_:
b1
68
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b35
sp:
varName
"tvdDiaPilotPlan"
^^
xsd:
string
.
_:
b36
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b167
sp:
varName
"typeWellBore"
^^
xsd:
string
.
_:
b
37
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
166
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
38
_:
b
165
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b39
_:
b164
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b163
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b40
_:
b162
sp:
varName
"wellBoreDrillingType"
^^
xsd:
string
.
_:
b79
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
21
sp:
varName
"
diaCsgLast"
^^
xsd:
string
.
_:
b
78
sp:
varName
"
temporalPartOfARig"
^^
xsd:
string
.
_:
b
22
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
77
sp:
varName
"
fixedRigFlag"
^^
xsd:
string
.
_:
b
23
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
76
sp:
varName
"
dailyDrillingActivity"
^^
xsd:
string
.
_:
b24
_:
b75
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b74
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
25
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
73
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
26
sp:
varName
"
dailyDrillingActivity"
^^
xsd:
string
.
_:
b
72
sp:
varName
"
fixedOrMoveableRigType"
^^
xsd:
string
.
_:
b
27
_:
b
35
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b74
sp:
varName
"diaHole"
^^
xsd:
string
.
_:
b75
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b34
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
76
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
33
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
77
_:
b
32
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
78
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b
31
sp:
varName
"
nameWellBore"
^^
xsd:
string
.
_:
b
79
sp:
varName
"
dailyDrillingActivity"
^^
xsd:
string
.
_:
b
30
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b80
_:
b29
sp:
varName
"mdCsgLast"
^^
xsd:
string
.
_:
b118
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b11
5
sp:
varName
"
forecast24Hr"
^^
xsd:
string
.
_:
b11
7
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b116
sp:
varName
"d
ailyDrillingActivity"
^^
xsd:
string
.
sp:
varName
"d
TimStart"
^^
xsd:
string
.
_:
b11
7
_:
b11
5
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b11
8
sp:
varName
"d
TimStart"
^^
xsd:
string
.
_:
b11
4
sp:
varName
"d
ailyDrillingActivity"
^^
xsd:
string
.
_:
b11
9
sp:
varName
"s
tatusInfo"
^^
xsd:
string
.
_:
b11
3
sp:
varName
"s
um24Hr"
^^
xsd:
string
.
_:
b1
20
_:
b1
75
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
08
sp:
varName
"
mdPlugTop"
^^
xsd:
string
.
_:
b1
74
sp:
varName
"
dailyDrillingActivity"
^^
xsd:
string
.
_:
b1
09
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b1
73
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b110
_:
b172
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b171
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b1
11
sp:
varName
"
dTimStart"
^^
xsd:
string
.
_:
b1
70
sp:
varName
"
temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b1
12
sp:
varName
"
statusInfo"
^^
xsd:
string
.
_:
b1
69
sp:
varName
"
diaCsgLast"
^^
xsd:
string
.
_:
b113
_:
b161
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b160
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b114
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b159
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b158
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b157
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b156
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b155
sp:
varName
"md"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-wellboreInfo-v1.1.1.ttl
View file @
f74e57e
# Saved by TopBraid on
Wed Aug 10 14:05:00
BST 2011
# Saved by TopBraid on
Fri Aug 12 13:54:21
BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#>
.
@prefix
arg:
<http://spinrdf.org/arg#>
.
@prefix
ep-spin-lib:
<http://www.reportinghub.no/ep/spin/lib#>
.
@prefix
fn:
<http://www.w3.org/2005/xpath-functions#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
rhspin:
<http://www.reportinghub.no/spin/rh#>
.
@prefix
smf:
<http://topbraid.org/sparqlmotionfunctions#>
.
@prefix
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
...
...
@@ -19,9 +21,9 @@
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 16
1 Set name for Rig
"
^^
xsd:
string
;
rdfs:
comment
"STEP 16
7 Set drill completion date
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
core#npdNam
e>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
ddr#dateDrillComplet
e>
;
sp:
subject
_:
b2
])
;
sp:
where
([
sp:
object
_:
b3
;
...
...
@@ -33,34 +35,114 @@
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#wellboreInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dateDrillComplete>
;
sp:
subject
_:
b5
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b6
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b3
]
;
sp:
variable
_:
b8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b8
;
sp:
arg2
_:
b4
]
;
sp:
variable
_:
b7
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 164 Set preSPUD date"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimPreSpud>
;
sp:
subject
_:
b10
])
;
sp:
where
([
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#wellboreInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimPreSpud>
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b15
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b14
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b11
]
;
sp:
variable
_:
b16
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b16
;
sp:
arg2
_:
b12
]
;
sp:
variable
_:
b15
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 161 Set name for Rig"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#npdName>
;
sp:
subject
_:
b18
])
;
sp:
where
([
sp:
object
_:
b19
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#wellboreInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#rigAlias>
;
sp:
subject
_:
b
5
]
[
sp:
object
_:
b1
;
sp:
subject
_:
b
21
]
[
sp:
object
_:
b1
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#name>
;
sp:
subject
_:
b
6
sp:
subject
_:
b
22
]
[
sp:
object
"NPD Name"
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#namingSystem>
;
sp:
subject
_:
b
6
]
[
sp:
object
_:
b
7
;
sp:
subject
_:
b
22
]
[
sp:
object
_:
b
23
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onRig>
;
sp:
subject
_:
b
8
]
[
sp:
object
_:
b
2
;
sp:
subject
_:
b
24
]
[
sp:
object
_:
b
18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b
7
sp:
subject
_:
b
23
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b
3
sp:
arg1
_:
b
19
]
;
sp:
variable
_:
b
9
sp:
variable
_:
b
25
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b
9
;
sp:
arg2
_:
b
4
sp:
arg1
_:
b
25
;
sp:
arg2
_:
b
20
]
;
sp:
variable
_:
b
8
sp:
variable
_:
b
24
])
]
;
spin:
rule
...
...
@@ -68,74 +150,212 @@
rdfs:
comment
"STEP 160 Set rig for drilling activity"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
10
]
[
sp:
object
_:
b
10
;
sp:
subject
_:
b
26
]
[
sp:
object
_:
b
26
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onRig>
;
sp:
subject
_:
b
11
sp:
subject
_:
b
27
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/facility#Rig>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
12
]
[
sp:
object
_:
b
13
;
sp:
subject
_:
b
28
]
[
sp:
object
_:
b
29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#npdCode>
;
sp:
subject
_:
b
12
]
[
sp:
object
_:
b
12
;
sp:
subject
_:
b
28
]
[
sp:
object
_:
b
28
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b
10
sp:
subject
_:
b
26
])
;
sp:
where
([
sp:
object
_:
b
14
;
sp:
where
([
sp:
object
_:
b
30
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
15
;
]
[
sp:
object
_:
b
31
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
16
;
]
[
sp:
object
_:
b
32
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
17
;
]
[
sp:
object
_:
b
33
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#wellboreInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
18
;
]
[
sp:
object
_:
b
34
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#rigAlias>
;
sp:
subject
_:
b
17
sp:
subject
_:
b
33
]
[
sp:
object
"NPD Code"
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#namingSystem>
;
sp:
subject
_:
b
18
]
[
sp:
object
_:
b
13
;
sp:
subject
_:
b
34
]
[
sp:
object
_:
b
29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#name>
;
sp:
subject
_:
b
18
sp:
subject
_:
b
34
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b
14
sp:
arg1
_:
b
30
]
;
sp:
variable
_:
b
19
sp:
variable
_:
b
35
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b
13
sp:
arg1
_:
b
29
]
;
sp:
variable
_:
b
20
sp:
variable
_:
b
36
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b
19
;
sp:
arg2
_:
b
15
sp:
arg1
_:
b
35
;
sp:
arg2
_:
b
31
]
;
sp:
variable
_:
b
11
sp:
variable
_:
b
27
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildRigURI
;
sp:
arg1
_:
b
20
sp:
arg1
_:
b
36
]
;
sp:
variable
_:
b
12
sp:
variable
_:
b
28
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildTemporalPartOfARigURI
;
sp:
arg1
_:
b20
;
sp:
arg2
_:
b15
;
sp:
arg3
_:
b16
sp:
arg1
_:
b36
;
sp:
arg2
_:
b31
;
sp:
arg3
_:
b32
]
;
sp:
variable
_:
b26
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 162 Set drilling operator for drilling activity"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b37
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#drillingOperator>
;
sp:
subject
_:
b38
]
[
sp:
object
_:
b39
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#name>
;
sp:
subject
_:
b37
])
;
sp:
where
([
sp:
object
_:
b40
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b41
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b42
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#wellboreInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b39
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#operator>
;
sp:
subject
_:
b42
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b40
]
;
sp:
variable
_:
b43
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b43
;
sp:
arg2
_:
b41
]
;
sp:
variable
_:
b38
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b39
]
;
sp:
variable
_:
b44
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
rhspin:
companyById
;
arg:
id
_:
b44
]
;
sp:
variable
_:
b37
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 163 Set drilling contractor for drilling activity"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b45
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#drillingContractor>
;
sp:
subject
_:
b46
]
[
sp:
object
_:
b47
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#name>
;
sp:
subject
_:
b45
])
;
sp:
where
([
sp:
object
_:
b48
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b49
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b50
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#wellboreInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b47
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#drillContractor>
;
sp:
subject
_:
b50
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b48
]
;
sp:
variable
_:
b51
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b51
;
sp:
arg2
_:
b49
]
;
sp:
variable
_:
b46
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b47
]
;
sp:
variable
_:
b10
sp:
variable
_:
b52
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
rhspin:
companyById
;
arg:
id
_:
b52
]
;
sp:
variable
_:
b45
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 166 Set SPUD date"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b53
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimSpud>
;
sp:
subject
_:
b54
])
;
sp:
where
([
sp:
object
_:
b55
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b56
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b57
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#wellboreInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b53
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimSpud>
;
sp:
subject
_:
b57
]
[
sp:
object
_:
b58
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b59
]
[
sp:
object
_:
b54
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b58
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b55
]
;
sp:
variable
_:
b60
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b60
;
sp:
arg2
_:
b56
]
;
sp:
variable
_:
b59
])
]
.
...
...
@@ -144,46 +364,168 @@
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/ddr>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
[]
rdf:
type
smf:
regex
.
_:
b45
sp:
varName
"contractor"
^^
xsd:
string
.
[]
rdf:
type
smf:
trim
.
_:
b46
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
[]
rdf:
type
fn:
starts-with
.
_:
b47
sp:
varName
"nameContractor"
^^
xsd:
string
.
[]
rdf:
type
sp:
Modify
.
_:
b48
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b14
_:
b49
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b50
sp:
varName
"wellboreInfo"
^^
xsd:
string
.
_:
b51
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b52
sp:
varName
"normalizedContractorName"
^^
xsd:
string
.
_:
b37
sp:
varName
"operator"
^^
xsd:
string
.
_:
b38
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b39
sp:
varName
"nameOperator"
^^
xsd:
string
.
_:
b40
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
15
_:
b
41
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b16
_:
b42
sp:
varName
"wellboreInfo"
^^
xsd:
string
.
_:
b43
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b44
sp:
varName
"normalizedOperatorName"
^^
xsd:
string
.
_:
b26
sp:
varName
"temporalPartOfARig"
^^
xsd:
string
.
_:
b27
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b28
sp:
varName
"rig"
^^
xsd:
string
.
_:
b29
sp:
varName
"nameRig"
^^
xsd:
string
.
_:
b30
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b31
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b32
sp:
varName
"dTimEnd"
^^
xsd:
string
.
_:
b
17
_:
b
33
sp:
varName
"wellboreInfo"
^^
xsd:
string
.
_:
b
18
_:
b
34
sp:
varName
"rigAlias"
^^
xsd:
string
.
_:
b13
sp:
varName
"nameRig"
^^
xsd:
string
.
_:
b35
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b36
sp:
varName
"normalizedRigName"
^^
xsd:
string
.
_:
b17
sp:
varName
"name"
^^
xsd:
string
.
_:
b18
sp:
varName
"rig"
^^
xsd:
string
.
_:
b19
sp:
varName
"n
ormalizedWellBoreNam
e"
^^
xsd:
string
.
sp:
varName
"n
ameWellBor
e"
^^
xsd:
string
.
_:
b20
sp:
varName
"
normalizedRigName
"
^^
xsd:
string
.
sp:
varName
"
dTimStart
"
^^
xsd:
string
.
_:
b11
_:
b21
sp:
varName
"wellboreInfo"
^^
xsd:
string
.
_:
b22
sp:
varName
"rigAlias"
^^
xsd:
string
.
_:
b23
sp:
varName
"temporalPartOfARig"
^^
xsd:
string
.
_:
b24
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b25
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
[]
rdf:
type
sp:
Modify
.
[]
rdf:
type
fn:
starts-with
.
[]
rdf:
type
smf:
trim
.
[]
rdf:
type
smf:
regex
.
_:
b55
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b56
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b57
sp:
varName
"wellboreInfo"
^^
xsd:
string
.
_:
b53
sp:
varName
"spudDate"
^^
xsd:
string
.
_:
b59
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b58
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b54
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b60
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b11
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b12
sp:
varName
"rig"
^^
xsd:
string
.
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b13
sp:
varName
"wellboreInfo"
^^
xsd:
string
.
_:
b9
sp:
varName
"preSpudDate"
^^
xsd:
string
.
_:
b15
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b14
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b10
sp:
varName
"temporalPartOfARig"
^^
xsd:
string
.
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b16
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b3
sp:
varName
"nameWellBore"
^^
xsd:
string
.
...
...
@@ -191,22 +533,20 @@ _:b4 sp:varName "dTimStart"^^xsd:string .
_:
b5
sp:
varName
"wellboreInfo"
^^
xsd:
string
.
_:
b
6
sp:
varName
"rigAlias
"
^^
xsd:
string
.
_:
b
1
sp:
varName
"dateDrillComplete
"
^^
xsd:
string
.
_:
b
1
sp:
varName
"name
"
^^
xsd:
string
.
_:
b
7
sp:
varName
"dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
8
sp:
varName
"dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
6
sp:
varName
"temporalPartOfAWellBore
"
^^
xsd:
string
.
_:
b
7
sp:
varName
"temporalPartOfARig
"
^^
xsd:
string
.
_:
b
2
sp:
varName
"wellBore
"
^^
xsd:
string
.
_:
b
2
sp:
varName
"rig
"
^^
xsd:
string
.
_:
b
8
sp:
varName
"normalizedWellBoreName
"
^^
xsd:
string
.
_:
b9
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
([])
.
([]
[]
[
rdf:
type
sp:
Filter
]
[
rdf:
type
sp:
Bind
])
.
([])
.
([])
.
...
...
www.reportinghub.no/examples/xml/TemplateTest.xml
0 → 100644
View file @
f74e57e
<witsml:drillReports
version=
"1.4.0.0"
xmlns:witsml=
"http://www.witsml.org/schemas/1series"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.witsml.org/schemas/1series http://www.npd.no/schema/DDRS/1series/WITSML_drillReport_profiled_schema_phase2.xsd"
>
<witsml:drillReport>
<witsml:nameWell>
25/8-C-23
</witsml:nameWell>
<witsml:nameWellbore>
25/08-C-23 B
</witsml:nameWellbore>
<witsml:name>
25/8-C-23
</witsml:name>
<witsml:dTimStart>
2006-06-05T06:00:00.001Z
</witsml:dTimStart>
<witsml:dTimEnd>
2006-06-06T06:00:00.001Z
</witsml:dTimEnd>
<witsml:versionKind>
preliminary
</witsml:versionKind>
<witsml:createDate>
2006-06-06T13:15:00.001Z
</witsml:createDate>
<witsml:wellAlias>
<witsml:name>
25/8-C-23
</witsml:name>
<witsml:namingSystem>
NPD code
</witsml:namingSystem>
</witsml:wellAlias>
<witsml:wellboreAlias>
<witsml:name>
25/08-C-23 B
</witsml:name>
<witsml:namingSystem>
NPD code
</witsml:namingSystem>
</witsml:wellboreAlias>
<witsml:wellboreAlias>
<witsml:name>
123
</witsml:name>
<witsml:namingSystem>
NPD number
</witsml:namingSystem>
</witsml:wellboreAlias>
<witsml:wellboreInfo>
<witsml:dTimSpud>
1986-06-06
</witsml:dTimSpud>
<witsml:operator>
Big operator Inc
</witsml:operator>
<witsml:rigAlias>
<witsml:name>
4321
</witsml:name>
<witsml:namingSystem>
NPD Code
</witsml:namingSystem>
</witsml:rigAlias>
</witsml:wellboreInfo>
<witsml:statusInfo>
<witsml:reportNo>
1
</witsml:reportNo>
<witsml:dTim>
2011-04-05T06:00:00.001Z
</witsml:dTim>
<witsml:tvd
uom=
"m"
>
4561
</witsml:tvd>
<witsml:presTestType>
leak off test
</witsml:presTestType>
<witsml:distDrill
uom=
"m"
>
78.9
</witsml:distDrill>
<witsml:elevKelly
uom=
"m"
>
23.5
</witsml:elevKelly>
<witsml:ropCurrent
uom=
"m/h"
>
6.22
</witsml:ropCurrent>
<witsml:mdKickoff
uom=
"m"
>
1233.22
</witsml:mdKickoff>
<witsml:tvdKickoff
uom=
"m"
>
1245
</witsml:tvdKickoff>
<witsml:mdPlugTop
uom=
"m"
>
3564.22
</witsml:mdPlugTop>
<witsml:mdCsgLast
uom=
"m"
>
1234.56
</witsml:mdCsgLast>
<witsml:tvdCsgLast
uom=
"m"
>
1234
</witsml:tvdCsgLast>
<witsml:strengthForm
uom=
"g/cm3"
>
123
</witsml:strengthForm>
<witsml:mdStrengthForm
uom=
"m"
>
1234
</witsml:mdStrengthForm>
<witsml:tvdStrengthForm
uom=
"m"
>
1240
</witsml:tvdStrengthForm>
<witsml:diaCsgLast
uom=
"in"
>
16.6
</witsml:diaCsgLast>
<witsml:diaHole
uom=
"in"
>
43.33
</witsml:diaHole>
<witsml:md
uom=
"m"
>
6898
</witsml:md>
<witsml:waterDepth
uom=
"m"
>
15
</witsml:waterDepth>
<witsml:avgPresBH
uom=
"psig"
>
2
</witsml:avgPresBH>
<witsml:avgTempBH
uom=
"degC"
>
20
</witsml:avgTempBH>
<witsml:fixedRig>
true
</witsml:fixedRig>
<witsml:hpht>
false
</witsml:hpht>
<witsml:tightWell>
false
</witsml:tightWell>
</witsml:statusInfo>
</witsml:drillReport>
</witsml:drillReports>
\ No newline at end of file
Please
register
or
login
to post a comment