Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
David Leal
2011-08-08 17:09:21 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
edbf9588fa9493a985f162efbbb51c9b92605dc9
edbf9588
1 parent
c98dab9d
Mapping of witsml:activity element 90% complete
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
725 additions
and
719 deletions
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ACTIVITY-(v1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-REPORT-(v1.1).ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-(v1.1).ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-(v1.1).ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr-drillReport-(v1.1.1).ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-drillReport-(v1.1.1).ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr-normalization-(v1.1.1).ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-normalization-(v1.1.1).ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr-statusInfo-(v1.1.1).ttl
www.reportinghub.no/iso15926/bindEP-NativeOWL.ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ACTIVITY-(v1.1).ttl
View file @
edbf958
# Saved by TopBraid on Mon Aug 08 1
0:15:29
BST 2011
# Saved by TopBraid on Mon Aug 08 1
4:39:42
BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.linkedmodel.org/1.2/schema/vaem
# imports: http://www.reportinghub.no/ep/schema/equipment
# imports: http://www.linkedmodel.org/1.1/schema/ordered
# imports: http://www.reportinghub.no/ep/schema/equipment
# imports: http://www.reportinghub.no/ep/schema/1.1/core
# imports: http://www.reportinghub.no/ep/schema/well
@prefix
:
<http://www.reportinghub.no/ep/schema/1.1/activity#>
.
@prefix
ep-activity:
<http://www.reportinghub.no/ep/schema/activity#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
...
...
@@ -14,7 +15,7 @@
<http://www.reportinghub.no/ep/schema/1.1/activity>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/
1.1/core>
,
<http://www.linkedmodel.org/1.2/schema/vaem>
,
<http://www.linkedmodel.org/1.1/schema/ordered>
,
<http://www.reportinghub.no/ep/schema/equipment>
,
<http://www.reportinghub.no/ep/schema/well
>
;
owl:
imports
<http://www.reportinghub.no/ep/schema/
well>
,
<http://www.reportinghub.no/ep/schema/equipment>
,
<http://www.linkedmodel.org/1.1/schema/ordered>
,
<http://www.linkedmodel.org/1.2/schema/vaem>
,
<http://www.reportinghub.no/ep/schema/1.1/core
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-activity:
Activity
...
...
@@ -24,32 +25,32 @@ ep-activity:Activity
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
start
edAt
owl:
onProperty
ep-activity:
finish
edAt
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
during
>
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#
overlaps
>
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
before
>
]
;
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#
overlaps
>
]
;
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#
during
>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
finish
edAt
owl:
onProperty
ep-activity:
start
edAt
]
.
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:
DrillingActivity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
la
st>
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
fir
st>
]
;
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:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
fir
st>
owl:
allValuesFrom
ep-activity:
DrillingActivity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
la
st>
]
.
ep-activity:
DailyDrillingReportFinalisationType
...
...
@@ -133,13 +134,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
.
...
...
@@ -175,8 +176,13 @@ ep-activity:OffshoreWellActivity
rdfs:
subClassOf
ep-activity:
OffshoreActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/equipment#Rig>
;
owl:
onProperty
ep-activity:
onRig
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
on
Well
owl:
onProperty
ep-activity:
on
Rig
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -186,12 +192,7 @@ ep-activity:OffshoreWellActivity
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
onRig
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/equipment#Rig>
;
owl:
onProperty
ep-activity:
onRig
owl:
onProperty
ep-activity:
onWell
]
.
ep-activity:
PressureTestType
...
...
@@ -235,7 +236,7 @@ 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>
.
...
...
@@ -257,7 +258,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
...
...
@@ -270,7 +271,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.1/SCHEMA_EP-REPORT-(v1.1).ttl
View file @
edbf958
# Saved by TopBraid on
Sun Aug 07 12:55:42 PD
T 2011
# Saved by TopBraid on
Mon Aug 08 14:39:14 BS
T 2011
# baseURI: http://www.reportinghub.no/ep/schema/report
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.reportinghub.no/ep/schema/1.1/core
...
...
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-(v1.1).ttl
View file @
edbf958
This diff could not be displayed because it is too large.
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-(v1.1).ttl.tbc
View file @
edbf958
# Saved by TopBraid on
Sun Aug 07 12:55:42 PD
T 2011
# Saved by TopBraid on
Mon Aug 08 17:07:10 BS
T 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-drillReport-(v1.1.1).ttl
View file @
edbf958
# Saved by TopBraid on Mon Aug 08 1
1:10:15
BST 2011
# Saved by TopBraid on Mon Aug 08 1
4:39:37
BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
...
...
@@ -83,182 +83,184 @@
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"""STEP 101 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore
Minimum data - createDate, dTimStart, nameWellBore"""
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b9
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b10
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#reportOn>
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#createdAt>
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#startedAt>
;
sp:
subject
_:
b10
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b13
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#WellBore>
;
rdfs:
comment
"""STEP 103
Classify a DailyDrillingReport"""
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b9
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b14
;
sp:
predicate
iso15926:
temporalPartOf
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b15
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b10
])
;
sp:
where
([
sp:
object
_:
b1
5
;
sp:
where
([
sp:
object
_:
b1
1
;
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
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#createDate>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumVersionKind>
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b15
]
;
sp:
variable
_:
b16
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingReportURI
;
sp:
arg1
_:
b16
;
sp:
arg2
_:
b11
[
rdf:
type
ep-spin-lib:
selectDailyDrillingReportType
;
sp:
arg1
_:
b13
]
;
sp:
variable
_:
b9
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b16
;
sp:
arg2
_:
b12
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b11
]
;
sp:
variable
_:
b1
0
sp:
variable
_:
b1
4
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
build
TemporalPartOfAWellBore
URI
;
sp:
arg1
_:
b1
6
;
[
rdf:
type
ep-spin-lib:
build
DailyDrillingReport
URI
;
sp:
arg1
_:
b1
4
;
sp:
arg2
_:
b12
]
;
sp:
variable
_:
b13
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildWellBoreURI
;
sp:
arg1
_:
b16
]
;
sp:
variable
_:
b14
sp:
variable
_:
b10
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"""STEP 101a Set name of DailyDrillingReport as label
Minimum data - createDate, dTimStart, nameWellBore"""
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
7
;
sp:
templates
([
sp:
object
_:
b1
5
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b1
8
sp:
subject
_:
b1
6
])
;
sp:
where
([
sp:
object
_:
b1
9
;
sp:
where
([
sp:
object
_:
b1
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
7
;
]
[
sp:
object
_:
b1
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#name>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
20
;
]
[
sp:
object
_:
b
18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#createDate>
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b1
9
sp:
arg1
_:
b1
7
]
;
sp:
variable
_:
b
21
sp:
variable
_:
b
19
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingReportURI
;
sp:
arg1
_:
b
21
;
sp:
arg2
_:
b
20
sp:
arg1
_:
b
19
;
sp:
arg2
_:
b
18
]
;
sp:
variable
_:
b1
8
sp:
variable
_:
b1
6
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 102 Transfer dTimEnd"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b2
2
;
sp:
templates
([
sp:
object
_:
b2
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#finishedAt>
;
sp:
subject
_:
b2
3
sp:
subject
_:
b2
1
])
;
sp:
where
([
sp:
object
_:
b2
4
;
sp:
where
([
sp:
object
_:
b2
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b2
5
;
]
[
sp:
object
_:
b2
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b2
2
;
]
[
sp:
object
_:
b2
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimEnd>
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b2
4
sp:
arg1
_:
b2
2
]
;
sp:
variable
_:
b2
6
sp:
variable
_:
b2
4
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b2
6
;
sp:
arg2
_:
b2
5
sp:
arg1
_:
b2
4
;
sp:
arg2
_:
b2
3
]
;
sp:
variable
_:
b2
3
sp:
variable
_:
b2
1
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"""STEP 10
3
Classify a DailyDrillingReport
"""
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b27
;
rdfs:
comment
"""STEP 10
1 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore
Minimum data - createDate, dTimStart, nameWellBore
"""
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b28
sp:
subject
_:
b25
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b26
]
[
sp:
object
_:
b26
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#reportOn>
;
sp:
subject
_:
b25
]
[
sp:
object
_:
b27
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#createdAt>
;
sp:
subject
_:
b25
]
[
sp:
object
_:
b28
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#startedAt>
;
sp:
subject
_:
b26
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b29
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#WellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b30
]
[
sp:
object
_:
b30
;
sp:
predicate
iso15926:
temporalPartOf
;
sp:
subject
_:
b29
]
[
sp:
object
_:
b31
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b30
]
[
sp:
object
_:
b29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b26
])
;
sp:
where
([
sp:
object
_:
b
29
;
sp:
where
([
sp:
object
_:
b
31
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
30
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
createDate
>
;
]
[
sp:
object
_:
b
28
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
dTimStart
>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
31
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
enumVersionKind
>
;
]
[
sp:
object
_:
b
27
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
createDate
>
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDailyDrillingReportType
;
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b31
]
;
sp:
variable
_:
b
27
sp:
variable
_:
b
32
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b29
[
rdf:
type
ep-spin-lib:
buildDailyDrillingReportURI
;
sp:
arg1
_:
b32
;
sp:
arg2
_:
b27
]
;
sp:
variable
_:
b
32
sp:
variable
_:
b
25
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrilling
Report
URI
;
[
rdf:
type
ep-spin-lib:
buildDailyDrilling
Activity
URI
;
sp:
arg1
_:
b32
;
sp:
arg2
_:
b
30
sp:
arg2
_:
b
28
]
;
sp:
variable
_:
b28
sp:
variable
_:
b26
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildTemporalPartOfAWellBoreURI
;
sp:
arg1
_:
b32
;
sp:
arg2
_:
b28
;
sp:
arg3
[
sp:
varName
"dTimEnd"
^^
xsd:
string
]
]
;
sp:
variable
_:
b29
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildWellBoreURI
;
sp:
arg1
_:
b32
]
;
sp:
variable
_:
b30
])
]
.
...
...
@@ -267,89 +269,89 @@ Classify a DailyDrillingReport"""^^xsd:string ;
owl:
imports
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/well>
,
<http://www.reportinghub.no/iso15926/bindEP-NativeOWL>
,
<http://www.reportinghub.no/ep/schema/report>
,
<http://www.reportinghub.no/ep/schema/equipment>
,
<http://www.reportinghub.no/ep/schema/1.1/activity>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b21
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b20
sp:
varName
"createDate"
^^
xsd:
string
.
_:
b19
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b18
_:
b25
sp:
varName
"dailyDrillingReport"
^^
xsd:
string
.
_:
b
17
sp:
varName
"
nameDailyDrillingReport
"
^^
xsd:
string
.
_:
b
26
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
32
sp:
varName
"
normalizedWellBoreNam
e"
^^
xsd:
string
.
_:
b
27
sp:
varName
"
createDat
e"
^^
xsd:
string
.
_:
b31
sp:
varName
"versionKind"
^^
xsd:
string
.
_:
b28
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b29
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b30
sp:
varName
"
createDat
e"
^^
xsd:
string
.
sp:
varName
"
wellBor
e"
^^
xsd:
string
.
_:
b
29
_:
b
31
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
28
sp:
varName
"
dailyDrillingReport
"
^^
xsd:
string
.
_:
b
32
sp:
varName
"
normalizedWellBoreName
"
^^
xsd:
string
.
_:
b2
7
sp:
varName
"d
ailyDrillingReportType
"
^^
xsd:
string
.
_:
b2
0
sp:
varName
"d
TimEnd
"
^^
xsd:
string
.
_:
b24
_:
b21
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b22
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b2
5
_:
b2
3
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b22
sp:
varName
"dTimEnd"
^^
xsd:
string
.
_:
b26
_:
b24
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b23
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b15
sp:
varName
"name
WellBore
"
^^
xsd:
string
.
sp:
varName
"name
DailyDrillingReport
"
^^
xsd:
string
.
_:
b1
2
sp:
varName
"d
TimSta
rt"
^^
xsd:
string
.
_:
b1
6
sp:
varName
"d
ailyDrillingRepo
rt"
^^
xsd:
string
.
_:
b11
_:
b17
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b18
sp:
varName
"createDate"
^^
xsd:
string
.
_:
b1
6
_:
b1
9
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b9
sp:
varName
"dailyDrillingReport"
^^
xsd:
string
.
_:
b9
sp:
varName
"dailyDrillingReport
Type
"
^^
xsd:
string
.
_:
b10
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
sp:
varName
"dailyDrillingReport"
^^
xsd:
string
.
_:
b11
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b12
sp:
varName
"createDate"
^^
xsd:
string
.
_:
b13
sp:
varName
"
temporalPartOfAWellBore
"
^^
xsd:
string
.
sp:
varName
"
versionKind
"
^^
xsd:
string
.
_:
b14
sp:
varName
"
wellBor
e"
^^
xsd:
string
.
sp:
varName
"
normalizedWellBoreNam
e"
^^
xsd:
string
.
_:
b
5
sp:
varName
"nameWellBore
"
^^
xsd:
string
.
_:
b
1
sp:
varName
"well
"
^^
xsd:
string
.
_:
b2
sp:
varName
"nameWell"
^^
xsd:
string
.
_:
b6
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b3
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b4
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b5
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b6
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b7
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b8
sp:
varName
"normalizedWellName"
^^
xsd:
string
.
_:
b1
sp:
varName
"well"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-drillReport-(v1.1.1).ttl.tbc
View file @
edbf958
# Saved by TopBraid on Mon Aug 08 1
1:10:15
BST 2011
# Saved by TopBraid on Mon Aug 08 1
4:39:37
BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-normalization-(v1.1.1).ttl
View file @
edbf958
# Saved by TopBraid on Mon Aug 08 1
1:17:51
BST 2011
# Saved by TopBraid on Mon Aug 08 1
7:06:00
BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/normalization#>
.
@prefix
activity:
<http://www.reportinghub.no/ep/transform/1.1/ddr/activity#>
.
@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#>
.
...
...
@@ -17,7 +20,7 @@
<http://www.reportinghub.no/ep/transform/1.1/normalization>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/transform/1.1/ddr/
drillReport>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
>
;
owl:
imports
<http://www.reportinghub.no/ep/transform/1.1/ddr/
activity>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport>
,
<http://www.reportinghub.no/ep/schema/1.1/activity
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
owl:
Thing
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-normalization-(v1.1.1).ttl.tbc
View file @
edbf958
# Saved by TopBraid on Mon Aug 08 1
1:17:51
BST 2011
# Saved by TopBraid on Mon Aug 08 1
7:06:00
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 @
edbf958
# Saved by TopBraid on Mon Aug 08 1
1:15:53
BST 2011
# Saved by TopBraid on Mon Aug 08 1
4:37:32
BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
...
...
@@ -29,9 +29,9 @@
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
09 Transfer md
"
^^
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>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md
StrengthForm
>
;
sp:
subject
_:
b2
])
;
sp:
where
([
sp:
object
_:
b3
;
...
...
@@ -47,7 +47,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>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md
StrengthForm
>
;
sp:
subject
_:
b5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
...
...
@@ -66,9 +66,9 @@
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
10 Transfer tvd
"
^^
xsd:
string
;
rdfs:
comment
"STEP 1
06 Transfer distDrill
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvd
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
distDrill
>
;
sp:
subject
_:
b9
])
;
sp:
where
([
sp:
object
_:
b10
;
...
...
@@ -80,33 +80,33 @@
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b9
;
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#
tvd
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
distDrill
>
;
sp:
subject
_:
b12
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b10
]
;
sp:
variable
_:
b1
4
sp:
variable
_:
b1
3
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b1
4
;
sp:
arg1
_:
b1
3
;
sp:
arg2
_:
b11
]
;
sp:
variable
_:
b
13
sp:
variable
_:
b
9
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 107 Transfer sum24Hr"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#sum24Hr>
;
sp:
subject
_:
b16
rdfs:
comment
"STEP 125 Transfer presTestType"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b14
;
sp:
predicate
iso15926:
hasPart
;
sp:
subject
_:
b15
]
[
sp:
object
_:
b16
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b14
])
;
sp:
where
([
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
...
...
@@ -117,178 +117,188 @@
]
[
sp:
object
_:
b19
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
sum24Hr
>
;
]
[
sp:
object
_:
b
20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
enumPresTestType
>
;
sp:
subject
_:
b19
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectPressureTestType
;
sp:
arg1
_:
b20
]
;
sp:
variable
_:
b16
]
[
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
_:
b1
6
sp:
variable
_:
b1
5
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
06 Transfer distDrill
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b2
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
distDrill
>
;
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
_:
b25
;
]
[
sp:
object
[
sp:
varName
"statusInfo"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#distDrill>
;
sp:
subject
_:
b25
]
[
sp:
object
_:
b23
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b26
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdPlanned>
;
sp:
subject
[
sp:
varName
"statusInfoddr"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b2
3
sp:
arg1
_:
b2
4
]
;
sp:
variable
_:
b2
6
sp:
variable
_:
b2
7
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b2
6
;
sp:
arg2
_:
b2
4
sp:
arg1
_:
b2
7
;
sp:
arg2
_:
b2
5
]
;
sp:
variable
_:
b2
2
sp:
variable
_:
b2
6
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
22 Transfer mdDiaPilotPlan
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b2
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md
DiaPilotPlan
>
;
sp:
subject
_:
b2
8
rdfs:
comment
"STEP 1
11 Transfer mdPlugTop
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b2
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md
PlugTop
>
;
sp:
subject
_:
b2
9
])
;
sp:
where
([
sp:
object
_:
b
29
;
sp:
where
([
sp:
object
_:
b
30
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b3
0
;
]
[
sp:
object
_:
b3
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b3
1
;
]
[
sp:
object
_:
b3
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b2
8
;
]
[
sp:
object
_:
b2
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b33
]
[
sp:
object
_:
b28
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdPlugTop>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b27
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan>
;
sp:
subject
_:
b31
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b
29
sp:
arg1
_:
b
30
]
;
sp:
variable
_:
b3
3
sp:
variable
_:
b3
4
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b3
3
;
sp:
arg2
_:
b3
0
sp:
arg1
_:
b3
4
;
sp:
arg2
_:
b3
1
]
;
sp:
variable
_:
b3
2
sp:
variable
_:
b3
3
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 11
3 Transfer mdDiaHoleStart
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b3
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdDiaHoleStart
>
;
sp:
subject
_:
b3
5
rdfs:
comment
"STEP 11
8 Transfer strengthForm
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b3
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
strengthForm
>
;
sp:
subject
_:
b3
6
])
;
sp:
where
([
sp:
object
_:
b3
6
;
sp:
where
([
sp:
object
_:
b3
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b3
7
;
]
[
sp:
object
_:
b3
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b3
8
;
]
[
sp:
object
_:
b3
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b3
5
;
]
[
sp:
object
_:
b3
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b40
]
[
sp:
object
_:
b35
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#strengthForm>
;
sp:
subject
_:
b39
]
[
sp:
object
_:
b34
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart>
;
sp:
subject
_:
b38
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b3
6
sp:
arg1
_:
b3
7
]
;
sp:
variable
_:
b4
0
sp:
variable
_:
b4
1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b4
0
;
sp:
arg2
_:
b3
7
sp:
arg1
_:
b4
1
;
sp:
arg2
_:
b3
8
]
;
sp:
variable
_:
b
39
sp:
variable
_:
b
40
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
20 Transfer tvdStrengthForm
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b4
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvdStrengthForm
>
;
sp:
subject
_:
b4
2
rdfs:
comment
"STEP 1
09 Transfer md
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b4
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
md
>
;
sp:
subject
_:
b4
3
])
;
sp:
where
([
sp:
object
_:
b4
3
;
sp:
where
([
sp:
object
_:
b4
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b4
4
;
]
[
sp:
object
_:
b4
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b4
5
;
]
[
sp:
object
_:
b4
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b4
2
;
]
[
sp:
object
_:
b4
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b47
]
[
sp:
object
_:
b42
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md>
;
sp:
subject
_:
b46
]
[
sp:
object
_:
b41
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm>
;
sp:
subject
_:
b45
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b4
3
sp:
arg1
_:
b4
4
]
;
sp:
variable
_:
b4
7
sp:
variable
_:
b4
8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b4
7
;
sp:
arg2
_:
b4
4
sp:
arg1
_:
b4
8
;
sp:
arg2
_:
b4
5
]
;
sp:
variable
_:
b4
6
sp:
variable
_:
b4
7
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 125 Transfer presTestType"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b48
;
sp:
predicate
iso15926:
hasPart
;
sp:
subject
_:
b49
]
[
sp:
object
_:
b50
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b48
rdfs:
comment
"STEP 110 Transfer tvd"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b49
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd>
;
sp:
subject
_:
b50
])
;
sp:
where
([
sp:
object
_:
b51
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
...
...
@@ -299,17 +309,14 @@
]
[
sp:
object
_:
b53
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b54
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumPresTestType>
;
]
[
sp:
object
_:
b50
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b54
]
[
sp:
object
_:
b49
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd>
;
sp:
subject
_:
b53
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectPressureTestType
;
sp:
arg1
_:
b54
]
;
sp:
variable
_:
b50
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b51
]
;
...
...
@@ -320,14 +327,14 @@
sp:
arg1
_:
b55
;
sp:
arg2
_:
b52
]
;
sp:
variable
_:
b
49
sp:
variable
_:
b
54
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
12 Transfer diaHole
"
^^
xsd:
string
;
rdfs:
comment
"STEP 1
22 Transfer mdDiaPilotPlan
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b56
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
diaHole
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdDiaPilotPlan
>
;
sp:
subject
_:
b57
])
;
sp:
where
([
sp:
object
_:
b58
;
...
...
@@ -343,7 +350,7 @@
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b61
]
[
sp:
object
_:
b56
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
diaHole
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdDiaPilotPlan
>
;
sp:
subject
_:
b60
]
[
rdf:
type
sp:
Bind
;
sp:
expression
...
...
@@ -362,9 +369,9 @@
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
17 Transfer tvdCsgLast
"
^^
xsd:
string
;
rdfs:
comment
"STEP 1
08 Transfer forecast24Hr
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b63
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvdCsgLast
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
forecast24Hr
>
;
sp:
subject
_:
b64
])
;
sp:
where
([
sp:
object
_:
b65
;
...
...
@@ -376,444 +383,437 @@
]
[
sp:
object
_:
b67
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b64
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b68
]
[
sp:
object
_:
b63
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvdCsgLast
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
forecast24Hr
>
;
sp:
subject
_:
b67
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b65
]
;
sp:
variable
_:
b6
9
sp:
variable
_:
b6
8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b6
9
;
sp:
arg1
_:
b6
8
;
sp:
arg2
_:
b66
]
;
sp:
variable
_:
b6
8
sp:
variable
_:
b6
4
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 11
8 Transfer strengthForm
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
70
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
strengthForm
>
;
sp:
subject
_:
b7
1
rdfs:
comment
"STEP 11
4 Transfer mdKickoff
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
69
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdKickoff
>
;
sp:
subject
_:
b7
0
])
;
sp:
where
([
sp:
object
_:
b7
2
;
sp:
where
([
sp:
object
_:
b7
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b7
3
;
]
[
sp:
object
_:
b7
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b7
4
;
]
[
sp:
object
_:
b7
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b71
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b75
]
[
sp:
object
_:
b70
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
ddr#strengthForm
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
activity#onWellBore
>
;
sp:
subject
_:
b74
]
[
sp:
object
_:
b69
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdKickoff>
;
sp:
subject
_:
b73
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b7
2
sp:
arg1
_:
b7
1
]
;
sp:
variable
_:
b7
6
sp:
variable
_:
b7
5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b7
6
;
sp:
arg2
_:
b7
3
sp:
arg1
_:
b7
5
;
sp:
arg2
_:
b7
2
]
;
sp:
variable
_:
b7
5
sp:
variable
_:
b7
4
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
05 Transfer ropCurrent
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b7
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
ropCurrent
>
;
sp:
subject
_:
b7
8
rdfs:
comment
"STEP 1
23 Transfer tvdDiaPilotPlan
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b7
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvdDiaPilotPlan
>
;
sp:
subject
_:
b7
7
])
;
sp:
where
([
sp:
object
_:
b7
9
;
sp:
where
([
sp:
object
_:
b7
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
80
;
]
[
sp:
object
_:
b
79
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b81
;
]
[
sp:
object
[
sp:
varName
"statusInfo"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b77
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#ropCurrent>
;
sp:
subject
_:
b81
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b80
]
[
sp:
object
_:
b76
;
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
_:
b7
9
sp:
arg1
_:
b7
8
]
;
sp:
variable
_:
b8
2
sp:
variable
_:
b8
1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b8
2
;
sp:
arg2
_:
b
80
sp:
arg1
_:
b8
1
;
sp:
arg2
_:
b
79
]
;
sp:
variable
_:
b
78
sp:
variable
_:
b
80
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 126 Transfer WellboreType"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b8
3
;
sp:
templates
([
sp:
object
_:
b8
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#wellBoreDrillingType>
;
sp:
subject
_:
b8
4
sp:
subject
_:
b8
3
])
;
sp:
where
([
sp:
object
_:
b8
5
;
sp:
where
([
sp:
object
_:
b8
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b8
6
;
]
[
sp:
object
_:
b8
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b8
7
;
]
[
sp:
object
_:
b8
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b8
8
;
]
[
sp:
object
_:
b8
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumTypeWellbore>
;
sp:
subject
_:
b8
7
sp:
subject
_:
b8
6
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellBoreDrillingType
;
sp:
arg1
_:
b8
8
sp:
arg1
_:
b8
7
]
;
sp:
variable
_:
b8
3
sp:
variable
_:
b8
2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b8
5
sp:
arg1
_:
b8
4
]
;
sp:
variable
_:
b8
9
sp:
variable
_:
b8
8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b8
9
;
sp:
arg2
_:
b8
6
sp:
arg1
_:
b8
8
;
sp:
arg2
_:
b8
5
]
;
sp:
variable
_:
b8
4
sp:
variable
_:
b8
3
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
11 Transfer mdPlugTop
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
90
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdPlugTop
>
;
sp:
subject
_:
b9
1
rdfs:
comment
"STEP 1
07 Transfer sum24Hr
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
89
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
sum24Hr
>
;
sp:
subject
_:
b9
0
])
;
sp:
where
([
sp:
object
_:
b9
2
;
sp:
where
([
sp:
object
_:
b9
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b9
3
;
]
[
sp:
object
_:
b9
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b9
4
;
]
[
sp:
object
_:
b9
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b91
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b95
]
[
sp:
object
_:
b90
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdPlugTop>
;
sp:
subject
_:
b94
]
[
sp:
object
_:
b89
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#sum24Hr>
;
sp:
subject
_:
b93
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b9
2
sp:
arg1
_:
b9
1
]
;
sp:
variable
_:
b9
6
sp:
variable
_:
b9
4
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b9
6
;
sp:
arg2
_:
b9
3
sp:
arg1
_:
b9
4
;
sp:
arg2
_:
b9
2
]
;
sp:
variable
_:
b9
5
sp:
variable
_:
b9
0
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
14 Transfer mdKickoff
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b9
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdKickoff
>
;
sp:
subject
_:
b9
8
rdfs:
comment
"STEP 1
05 Transfer ropCurrent
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b9
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
ropCurrent
>
;
sp:
subject
_:
b9
6
])
;
sp:
where
([
sp:
object
_:
b9
9
;
sp:
where
([
sp:
object
_:
b9
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
100
;
]
[
sp:
object
_:
b
98
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
101
;
]
[
sp:
object
_:
b
99
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b98
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b102
]
[
sp:
object
_:
b97
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdKickoff>
;
sp:
subject
_:
b101
]
[
sp:
object
_:
b95
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#ropCurrent>
;
sp:
subject
_:
b99
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b9
9
sp:
arg1
_:
b9
7
]
;
sp:
variable
_:
b10
3
sp:
variable
_:
b10
0
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b10
3
;
sp:
arg2
_:
b
100
sp:
arg1
_:
b10
0
;
sp:
arg2
_:
b
98
]
;
sp:
variable
_:
b
102
sp:
variable
_:
b
96
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 11
6 Transfer md
CsgLast"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b10
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
md
CsgLast>
;
sp:
subject
_:
b10
5
rdfs:
comment
"STEP 11
5 Transfer dia
CsgLast"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b10
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
dia
CsgLast>
;
sp:
subject
_:
b10
2
])
;
sp:
where
([
sp:
object
_:
b10
6
;
sp:
where
([
sp:
object
_:
b10
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b10
7
;
]
[
sp:
object
_:
b10
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b10
8
;
]
[
sp:
object
_:
b10
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b10
5
;
]
[
sp:
object
_:
b10
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b10
9
]
[
sp:
object
_:
b10
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
md
CsgLast>
;
sp:
subject
_:
b10
8
sp:
subject
_:
b10
6
]
[
sp:
object
_:
b10
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
dia
CsgLast>
;
sp:
subject
_:
b10
5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b10
6
sp:
arg1
_:
b10
3
]
;
sp:
variable
_:
b1
10
sp:
variable
_:
b1
07
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b1
10
;
sp:
arg2
_:
b10
7
sp:
arg1
_:
b1
07
;
sp:
arg2
_:
b10
4
]
;
sp:
variable
_:
b10
9
sp:
variable
_:
b10
6
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
21 Transfer elevKelly
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
elevKelly
>
;
sp:
subject
_:
b1
12
rdfs:
comment
"STEP 1
12 Transfer diaHole
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
08
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
diaHole
>
;
sp:
subject
_:
b1
09
])
;
sp:
where
([
sp:
object
_:
b11
3
;
sp:
where
([
sp:
object
_:
b11
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b11
4
;
]
[
sp:
object
_:
b11
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b11
5
;
]
[
sp:
object
_:
b11
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
12
;
]
[
sp:
object
_:
b1
09
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b11
6
]
[
sp:
object
_:
b1
11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
elevKelly
>
;
sp:
subject
_:
b11
5
sp:
subject
_:
b11
3
]
[
sp:
object
_:
b1
08
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
diaHole
>
;
sp:
subject
_:
b11
2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b11
3
sp:
arg1
_:
b11
0
]
;
sp:
variable
_:
b11
7
sp:
variable
_:
b11
4
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b11
7
;
sp:
arg2
_:
b11
4
sp:
arg1
_:
b11
4
;
sp:
arg2
_:
b11
1
]
;
sp:
variable
_:
b11
6
sp:
variable
_:
b11
3
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 11
5 Transfer dia
CsgLast"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b11
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
dia
CsgLast>
;
sp:
subject
_:
b11
9
rdfs:
comment
"STEP 11
7 Transfer tvd
CsgLast"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b11
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvd
CsgLast>
;
sp:
subject
_:
b11
6
])
;
sp:
where
([
sp:
object
_:
b1
20
;
sp:
where
([
sp:
object
_:
b1
17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
21
;
]
[
sp:
object
_:
b1
18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
22
;
]
[
sp:
object
_:
b1
19
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b11
9
;
]
[
sp:
object
_:
b11
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b12
3
]
[
sp:
object
_:
b11
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
dia
CsgLast>
;
sp:
subject
_:
b1
22
sp:
subject
_:
b12
0
]
[
sp:
object
_:
b11
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
tvd
CsgLast>
;
sp:
subject
_:
b1
19
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b1
20
sp:
arg1
_:
b1
17
]
;
sp:
variable
_:
b12
4
sp:
variable
_:
b12
1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b12
4
;
sp:
arg2
_:
b1
21
sp:
arg1
_:
b12
1
;
sp:
arg2
_:
b1
18
]
;
sp:
variable
_:
b12
3
sp:
variable
_:
b12
0
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
24 Transfer mdPlanned
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b12
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md
Planned
>
;
sp:
subject
_:
b12
6
rdfs:
comment
"STEP 1
13 Transfer mdDiaHoleStart
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b12
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md
DiaHoleStart
>
;
sp:
subject
_:
b12
3
])
;
sp:
where
([
sp:
object
_:
b12
7
;
sp:
where
([
sp:
object
_:
b12
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b12
8
;
]
[
sp:
object
_:
b12
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
[
sp:
varName
"statusInfo"
^^
xsd:
string
]
;
]
[
sp:
object
_:
b126
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b12
6
;
]
[
sp:
object
_:
b12
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b129
]
[
sp:
object
_:
b125
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdPlanned>
;
sp:
subject
[
sp:
varName
"statusInfoddr"
^^
xsd:
string
]
sp:
subject
_:
b127
]
[
sp:
object
_:
b122
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart>
;
sp:
subject
_:
b126
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b12
7
sp:
arg1
_:
b12
4
]
;
sp:
variable
_:
b1
30
sp:
variable
_:
b1
28
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b1
30
;
sp:
arg2
_:
b12
8
sp:
arg1
_:
b1
28
;
sp:
arg2
_:
b12
5
]
;
sp:
variable
_:
b12
9
sp:
variable
_:
b12
7
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
08 Transfer forecast24Hr
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
31
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
forecast24Hr
>
;
sp:
subject
_:
b13
2
rdfs:
comment
"STEP 1
16 Transfer mdCsgLast
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdCsgLast
>
;
sp:
subject
_:
b13
0
])
;
sp:
where
([
sp:
object
_:
b13
3
;
sp:
where
([
sp:
object
_:
b13
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b13
4
;
]
[
sp:
object
_:
b13
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b13
5
;
]
[
sp:
object
_:
b13
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b131
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#forecast24Hr>
;
sp:
subject
_:
b135
]
[
sp:
object
_:
b130
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b134
]
[
sp:
object
_:
b129
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdCsgLast>
;
sp:
subject
_:
b133
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b13
3
sp:
arg1
_:
b13
1
]
;
sp:
variable
_:
b13
6
sp:
variable
_:
b13
5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b13
6
;
sp:
arg2
_:
b13
4
sp:
arg1
_:
b13
5
;
sp:
arg2
_:
b13
2
]
;
sp:
variable
_:
b13
2
sp:
variable
_:
b13
4
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 12
3 Transfer tvdDiaPilotPlan
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b13
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd
DiaPilotPlan
>
;
sp:
subject
_:
b13
8
rdfs:
comment
"STEP 12
0 Transfer tvdStrengthForm
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b13
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd
StrengthForm
>
;
sp:
subject
_:
b13
7
])
;
sp:
where
([
sp:
object
_:
b13
9
;
sp:
where
([
sp:
object
_:
b13
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
40
;
]
[
sp:
object
_:
b1
39
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
[
sp:
varName
"statusInfo"
^^
xsd:
string
]
;
]
[
sp:
object
_:
b140
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#statusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b13
8
;
]
[
sp:
object
_:
b13
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b141
]
[
sp:
object
_:
b137
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan>
;
sp:
subject
[
sp:
varName
"statusInfoddr"
^^
xsd:
string
]
]
[
sp:
object
_:
b136
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm>
;
sp:
subject
_:
b140
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b13
9
sp:
arg1
_:
b13
8
]
;
sp:
variable
_:
b142
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b142
;
sp:
arg2
_:
b1
40
sp:
arg2
_:
b1
39
]
;
sp:
variable
_:
b141
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
19 Transfer mdStrengthForm
"
^^
xsd:
string
;
rdfs:
comment
"STEP 1
21 Transfer elevKelly
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b143
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdStrengthForm
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
elevKelly
>
;
sp:
subject
_:
b144
])
;
sp:
where
([
sp:
object
_:
b145
;
...
...
@@ -829,7 +829,7 @@
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b148
]
[
sp:
object
_:
b143
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
mdStrengthForm
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
elevKelly
>
;
sp:
subject
_:
b147
]
[
rdf:
type
sp:
Bind
;
sp:
expression
...
...
@@ -852,437 +852,437 @@
owl:
imports
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr>
,
<http://www.reportinghub.no/ep/schema/well>
,
<http://www.reportinghub.no/ep/schema/report>
,
<http://www.reportinghub.no/ep/schema/1.1/activity>
,
<http://www.reportinghub.no/iso15926/bindEP-NativeOWL>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/schema/equipment>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b85
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b86
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b87
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b88
sp:
varName
"typeWellBore"
^^
xsd:
string
.
_:
b83
sp:
varName
"wellBoreDrillingType"
^^
xsd:
string
.
_:
b89
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b7
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b84
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b6
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b127
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b5
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b128
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b4
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b129
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b3
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b126
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b2
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b125
sp:
varName
"mdPlanned"
^^
xsd:
string
.
_:
b1
sp:
varName
"mdStrengthForm"
^^
xsd:
string
.
_:
b
130
_:
b
81
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
139
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b
80
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
140
_:
b
79
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
141
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
78
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b
138
_:
b
77
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
137
_:
b
76
sp:
varName
"tvdDiaPilotPlan"
^^
xsd:
string
.
_:
b
142
_:
b
68
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
29
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b
67
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
_:
b
30
_:
b
66
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
31
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
_:
b
65
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b
32
_:
b
64
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
28
sp:
varName
"
temporalPartOfAWellBore
"
^^
xsd:
string
.
_:
b
63
sp:
varName
"
forecast24Hr
"
^^
xsd:
string
.
_:
b27
sp:
varName
"mdDiaPilotPlan"
^^
xsd:
string
.
_:
b33
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
113
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b
26
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
114
_:
b
25
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b115
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b116
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b24
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
112
_:
b
23
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
111
sp:
varName
"
elevKelly
"
^^
xsd:
string
.
_:
b
22
sp:
varName
"
mdPlanned
"
^^
xsd:
string
.
_:
b1
1
7
_:
b1
0
7
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b43
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b44
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b106
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
4
5
_:
b
10
5
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
46
sp:
varName
"d
ailyDrillingActivity
"
^^
xsd:
string
.
_:
b
104
sp:
varName
"d
TimStart
"
^^
xsd:
string
.
_:
b42
_:
b103
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b102
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
4
1
sp:
varName
"
tvdStrengthForm
"
^^
xsd:
string
.
_:
b
10
1
sp:
varName
"
diaCsgLast
"
^^
xsd:
string
.
_:
b
47
_:
b
149
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b145
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b146
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b148
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b147
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b148
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b146
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b145
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b144
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b143
sp:
varName
"
mdStrengthForm
"
^^
xsd:
string
.
sp:
varName
"
elevKelly
"
^^
xsd:
string
.
_:
b1
49
_:
b1
35
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b72
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b73
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b134
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
74
_:
b
133
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
75
sp:
varName
"d
ailyDrillingActivity
"
^^
xsd:
string
.
_:
b
132
sp:
varName
"d
TimStart
"
^^
xsd:
string
.
_:
b71
_:
b131
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b130
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
70
sp:
varName
"
strengthForm
"
^^
xsd:
string
.
_:
b
129
sp:
varName
"
mdCsgLast
"
^^
xsd:
string
.
_:
b7
6
_:
b7
5
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b65
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b66
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b74
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
67
_:
b
73
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
68
sp:
varName
"d
ailyDrillingActivity
"
^^
xsd:
string
.
_:
b
72
sp:
varName
"d
TimStart
"
^^
xsd:
string
.
_:
b
64
sp:
varName
"
temporalPartOfA
WellBore"
^^
xsd:
string
.
_:
b
71
sp:
varName
"
name
WellBore"
^^
xsd:
string
.
_:
b
63
sp:
varName
"t
vdCsgLast
"
^^
xsd:
string
.
_:
b
70
sp:
varName
"t
emporalPartOfAWellBore
"
^^
xsd:
string
.
_:
b69
sp:
varName
"
normalizedWellBoreName
"
^^
xsd:
string
.
sp:
varName
"
mdKickoff
"
^^
xsd:
string
.
_:
b
106
sp:
varName
"n
ameWellBor
e"
^^
xsd:
string
.
_:
b
34
sp:
varName
"n
ormalizedWellBoreNam
e"
^^
xsd:
string
.
_:
b
107
sp:
varName
"d
TimStart
"
^^
xsd:
string
.
_:
b
33
sp:
varName
"d
ailyDrillingActivity
"
^^
xsd:
string
.
_:
b
108
_:
b
32
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
109
sp:
varName
"d
ailyDrillingActivity
"
^^
xsd:
string
.
_:
b
31
sp:
varName
"d
TimStart
"
^^
xsd:
string
.
_:
b105
_:
b30
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b29
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
104
sp:
varName
"md
CsgLast
"
^^
xsd:
string
.
_:
b
28
sp:
varName
"md
PlugTop
"
^^
xsd:
string
.
_:
b
110
_:
b
88
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
120
sp:
varName
"
nam
eWellBore"
^^
xsd:
string
.
_:
b
87
sp:
varName
"
typ
eWellBore"
^^
xsd:
string
.
_:
b121
_:
b86
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b85
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
122
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
_:
b
84
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b
12
3
_:
b
8
3
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b119
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b118
sp:
varName
"diaCsgLast"
^^
xsd:
string
.
_:
b82
sp:
varName
"wellBoreDrillingType"
^^
xsd:
string
.
_:
b1
24
_:
b1
00
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b99
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
_:
b
100
_:
b
98
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
101
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
_:
b
97
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b
102
_:
b
96
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b98
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b97
sp:
varName
"mdKickoff"
^^
xsd:
string
.
_:
b95
sp:
varName
"ropCurrentValue"
^^
xsd:
string
.
_:
b
103
_:
b
41
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
36
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b
40
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b3
7
sp:
varName
"
dTimStart
"
^^
xsd:
string
.
_:
b3
9
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
_:
b38
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
sp:
varName
"
dTimStart
"
^^
xsd:
string
.
_:
b3
9
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b3
7
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b3
5
_:
b3
6
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b3
4
sp:
varName
"
mdDiaHoleStart
"
^^
xsd:
string
.
_:
b3
5
sp:
varName
"
strengthForm
"
^^
xsd:
string
.
_:
b
40
_:
b
121
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b58
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b59
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b120
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
60
_:
b
119
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
61
sp:
varName
"d
ailyDrillingActivity
"
^^
xsd:
string
.
_:
b
118
sp:
varName
"d
TimStart
"
^^
xsd:
string
.
_:
b57
_:
b117
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b116
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
56
sp:
varName
"
diaHole
"
^^
xsd:
string
.
_:
b
115
sp:
varName
"
tvdCsgLast
"
^^
xsd:
string
.
_:
b
62
_:
b
114
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b92
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b93
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b113
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
94
_:
b
112
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
95
sp:
varName
"d
ailyDrillingActivity
"
^^
xsd:
string
.
_:
b
111
sp:
varName
"d
TimStart
"
^^
xsd:
string
.
_:
b91
_:
b110
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b109
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
90
sp:
varName
"
mdPlugTop
"
^^
xsd:
string
.
_:
b
108
sp:
varName
"
diaHole
"
^^
xsd:
string
.
_:
b
96
_:
b
21
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b10
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b11
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b20
sp:
varName
"presTestType"
^^
xsd:
string
.
_:
b1
2
_:
b1
9
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b1
3
sp:
varName
"d
ailyDrillingActivity
"
^^
xsd:
string
.
_:
b1
8
sp:
varName
"d
TimStart
"
^^
xsd:
string
.
_:
b9
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b17
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b8
sp:
varName
"tvd"
^^
xsd:
string
.
_:
b16
sp:
varName
"pressureTestType"
^^
xsd:
string
.
_:
b14
_:
b15
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b142
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b3
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b141
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b4
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b140
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b5
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b139
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b6
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b138
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b2
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b137
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b1
sp:
varName
"md"
^^
xsd:
string
.
_:
b136
sp:
varName
"tvdStrengthForm"
^^
xsd:
string
.
_:
b7
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b128
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
23
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b
127
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b24
_:
b126
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b125
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
25
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
_:
b
124
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b
21
sp:
varName
"
distDrill
"
^^
xsd:
string
.
_:
b
123
sp:
varName
"
temporalPartOfAWellBore
"
^^
xsd:
string
.
_:
b26
_:
b122
sp:
varName
"mdDiaHoleStart"
^^
xsd:
string
.
_:
b62
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
22
_:
b
61
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
131
sp:
varName
"
forecast24Hr
"
^^
xsd:
string
.
_:
b
60
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
_:
b
132
sp:
varName
"d
ailyDrillingActivity
"
^^
xsd:
string
.
_:
b
59
sp:
varName
"d
TimStart
"
^^
xsd:
string
.
_:
b
133
_:
b
58
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
134
sp:
varName
"
dTimStart
"
^^
xsd:
string
.
_:
b
57
sp:
varName
"
temporalPartOfAWellBore
"
^^
xsd:
string
.
_:
b
135
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
_:
b
56
sp:
varName
"
mdDiaPilotPlan
"
^^
xsd:
string
.
_:
b13
6
_:
b13
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
49
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
12
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
_:
b
50
sp:
varName
"
pressureTestType
"
^^
xsd:
string
.
_:
b
11
sp:
varName
"
dTimStart
"
^^
xsd:
string
.
_:
b
51
_:
b
10
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b52
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b9
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b53
_:
b8
sp:
varName
"distDrill"
^^
xsd:
string
.
_:
b94
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b93
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b54
sp:
varName
"presTestType"
^^
xsd:
string
.
_:
b92
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b91
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b90
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b89
sp:
varName
"sum24Hr"
^^
xsd:
string
.
_:
b55
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b77
sp:
varName
"ropCurrentValue"
^^
xsd:
string
.
_:
b78
_:
b54
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
79
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b
53
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
_:
b
80
_:
b
52
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
8
1
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
_:
b
5
1
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b
82
sp:
varName
"
normalizedWellBoreNam
e"
^^
xsd:
string
.
_:
b
50
sp:
varName
"
temporalPartOfAWellBor
e"
^^
xsd:
string
.
_:
b
15
sp:
varName
"
sum24Hr
"
^^
xsd:
string
.
_:
b
49
sp:
varName
"
tvd
"
^^
xsd:
string
.
_:
b16
_:
b48
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b47
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
17
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b
46
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
_:
b
18
_:
b
45
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
19
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
_:
b
44
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b20
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b43
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b42
sp:
varName
"md"
^^
xsd:
string
.
...
...
www.reportinghub.no/iso15926/bindEP-NativeOWL.ttl
View file @
edbf958
# Saved by TopBraid on
Sun Aug 07 12:55:41 PD
T 2011
# Saved by TopBraid on
Mon Aug 08 14:39:30 BS
T 2011
# baseURI: http://www.reportinghub.no/iso15926/bindEP-NativeOWL
# imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
...
...
Please
register
or
login
to post a comment