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
Ralph Hodgson
2011-08-07 12:58:29 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8f486c0920802c7cda7babde0777ed4fb4c076e4
8f486c09
1 parent
a9eeb49c
Fixed base uri on SCHEMA_DDR-ep-activity
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
1222 additions
and
1211 deletions
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ACTIVITY-(v1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-CORE-(v1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-DDR_(v1.1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-EQUIPMENT-(v1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-REPORT-(v1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-WELL-(v1.1).ttl
www.reportinghub.no/ep/spin/SPIN_EP-DDR-constraints.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EP-DDR-constraints.spin.ttl.tbc
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-(v1.1.1).ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-(v1.1.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/examples/ddr/NPD_110519104927.ttl
www.reportinghub.no/iso15926/bindEP-NativeOWL.ttl
www.reportinghub.no/swp/SWP_ddr.ui.ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ACTIVITY-(v1.1).ttl
View file @
8f486c0
# Saved by TopBraid on
Thu Aug 04 15:10:03 BS
T 2011
# baseURI: http://www.reportinghub.no/ep/schema/activity
# Saved by TopBraid on
Sun Aug 07 12:55:41 PD
T 2011
# baseURI: http://www.reportinghub.no/ep/schema/
1.1/
activity
# imports: http://www.linkedmodel.org/1.2/schema/vaem
# 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/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#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/activity>
<http://www.reportinghub.no/ep/schema/
1.1/
activity>
rdf:
type
owl:
Ontology
;
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
.
...
...
@@ -25,32 +24,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
...
...
@@ -59,23 +58,23 @@ ep-activity:DailyDrillingActivity
rdfs:
subClassOf
ep-activity:
DrillingActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore>
;
owl:
onProperty
ep-activity:
onWellBore
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#first>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
DrillingActivity
;
owl:
onProperty
ep-activity:
hasSubActivity
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#first>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
DrillingActivity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#first>
owl:
onProperty
ep-activity:
hasSubActivity
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
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
;
...
...
@@ -171,8 +170,8 @@ 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:
onProperty
ep-activity:
on
Well
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/
equipment#Rig
>
;
owl:
onProperty
ep-activity:
on
Rig
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -181,8 +180,8 @@ ep-activity:OffshoreWellActivity
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/
equipment#Rig
>
;
owl:
onProperty
ep-activity:
on
Rig
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/
well#Well
>
;
owl:
onProperty
ep-activity:
on
Well
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -226,7 +225,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>
.
...
...
@@ -248,7 +247,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
...
...
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-CORE-(v1.1).ttl
View file @
8f486c0
# Saved by TopBraid on
Thu Aug 04 15:07:45 BS
T 2011
# Saved by TopBraid on
Sun Aug 07 12:55:41 PD
T 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.1/core
# imports: http://www.linkedmodel.org/1.2/schema/vaem
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.reportinghub.no/iso15926/bindEP-NativeOWL
@prefix
bindEP-NativeOWL:
<http://www.reportinghub.no/iso15926/bindEP-NativeOWL#>
.
...
...
@@ -13,7 +14,7 @@
<http://www.reportinghub.no/ep/schema/1.1/core>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/
iso15926/bindEP-NativeOWL>
,
<http://www.linkedmodel.org/1.2/schema/vaem
>
;
owl:
imports
<http://www.reportinghub.no/
ep/schema/1.1/activity>
,
<http://www.linkedmodel.org/1.2/schema/vaem>
,
<http://www.reportinghub.no/iso15926/bindEP-NativeOWL
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-core:
basisFor
...
...
@@ -21,7 +22,7 @@ ep-core:basisFor
rdfs:
label
"basis for"
^^
xsd:
string
.
ep-core:
derivedFrom
rdf:
type
owl:
ObjectProperty
,
owl:
Transitive
Property
;
rdf:
type
owl:
TransitiveProperty
,
owl:
Object
Property
;
rdfs:
label
"derived from"
^^
xsd:
string
.
ep-core:
hasPart
...
...
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-DDR_(v1.1.1).ttl
View file @
8f486c0
# Saved by TopBraid on S
at Aug 06 12:19:24
PDT 2011
# Saved by TopBraid on S
un Aug 07 12:55:41
PDT 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.1.1/ddr
# imports: http://www.energistics.org/schemas/abstract
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.reportinghub.no/ep/schema/report
# imports: http://www.reportinghub.no/ep/schema/equipment
# imports: http://www.reportinghub.no/ep/schema/1.1/core
# imports: http://www.linkedmodel.org/schema/dtype
# imports: http://www.linkedmodel.org/schema/vaem
# imports: http://www.reportinghub.no/ep/schema/well
# imports: http://www.reportinghub.no/ep/schema/activity
@prefix
WITSML_drillReport_profiled_schema_2011_01_29:
<file:///www.reportinghub.no/input/WITSML_drillReport_profiled_schema_2011_01_29.xsd#>
.
@prefix
abstract:
<http://www.energistics.org/schemas/abstract#>
.
...
...
@@ -31,7 +31,7 @@ abstract:AbstractObject
<http://www.reportinghub.no/ep/schema/1.1.1/ddr>
rdf:
type
owl:
Ontology
;
dc:
description
"WITSML - Daily Drillling Report - Norwegian Profile"
^^
xsd:
string
;
owl:
imports
<http://www.reportinghub.no/ep/schema/activity>
,
<http://www.reportinghub.no/ep/schema/equipment>
,
<http://www.energistics.org/schemas/abstract>
,
<http://www.reportinghub.no/ep/schema/1.1/core>
,
<http://www.linkedmodel.org/schema/dtype>
,
<http://www.reportinghub.no/ep/schema/report>
,
<http://www.linkedmodel.org/schema/vaem>
,
<http://www.reportinghub.no/ep/schema/well>
;
owl:
imports
<http://www.reportinghub.no/ep/schema/
1.1/
activity>
,
<http://www.reportinghub.no/ep/schema/equipment>
,
<http://www.energistics.org/schemas/abstract>
,
<http://www.reportinghub.no/ep/schema/1.1/core>
,
<http://www.linkedmodel.org/schema/dtype>
,
<http://www.reportinghub.no/ep/schema/report>
,
<http://www.linkedmodel.org/schema/vaem>
,
<http://www.reportinghub.no/ep/schema/well>
;
owl:
versionInfo
"Created with TopBraid Composer from the XML Schema http://www.witsml.org/schemas/1series"
^^
xsd:
string
.
ddr:
ACNPD_Enumeration
...
...
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-EQUIPMENT-(v1.1).ttl
View file @
8f486c0
# Saved by TopBraid on
Thu Aug 04 13:47:58 BS
T 2011
# Saved by TopBraid on
Sun Aug 07 12:55:41 PD
T 2011
# baseURI: http://www.reportinghub.no/ep/schema/equipment
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.reportinghub.no/ep/schema/1.1/core
@prefix
:
<http://www.reportinghub.no/ep/schema/equipment#>
.
...
...
@@ -11,7 +12,7 @@
<http://www.reportinghub.no/ep/schema/equipment>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.1/core>
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.1/
activity>
,
<http://www.reportinghub.no/ep/schema/1.1/
core>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-eqt:
Equipment
...
...
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-REPORT-(v1.1).ttl
View file @
8f486c0
# Saved by TopBraid on
Thu Aug 04 14:54:00 BS
T 2011
# Saved by TopBraid on
Sun Aug 07 12:55:42 PD
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
@prefix
:
<http://www.reportinghub.no/ep/schema/report#>
.
...
...
@@ -11,7 +12,7 @@
<http://www.reportinghub.no/ep/schema/report>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.1/core>
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.1/
activity>
,
<http://www.reportinghub.no/ep/schema/1.1/
core>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-report:
DailyDrillingReport
...
...
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-WELL-(v1.1).ttl
View file @
8f486c0
# Saved by TopBraid on
Thu Aug 04 14:29:37 BS
T 2011
# Saved by TopBraid on
Sun Aug 07 12:55:41 PD
T 2011
# baseURI: http://www.reportinghub.no/ep/schema/well
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.reportinghub.no/ep/schema/1.1/core
@prefix
:
<http://www.reportinghub.no/ep/schema/well#>
.
...
...
@@ -11,7 +12,7 @@
<http://www.reportinghub.no/ep/schema/well>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.1/core>
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.1/
activity>
,
<http://www.reportinghub.no/ep/schema/1.1/
core>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-well:
AllOrPartOfTheLifeOfAWellBore
...
...
@@ -29,13 +30,13 @@ ep-well:Well
rdfs:
subClassOf
owl:
Thing
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-well:
WellBore
;
owl:
onProperty
<http://www.reportinghub.no/ep/schema/core#
hasPart
>
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.reportinghub.no/ep/schema/core#
name
>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.reportinghub.no/ep/schema/core#
name
>
owl:
allValuesFrom
ep-well:
WellBore
;
owl:
onProperty
<http://www.reportinghub.no/ep/schema/core#
hasPart
>
]
.
ep-well:
WellBore
...
...
www.reportinghub.no/ep/spin/SPIN_EP-DDR-constraints.spin.ttl
View file @
8f486c0
# baseURI: http://www.reportinghub.no/ep/spin/ddr-constraints
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/1.1/schema/npd
# imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr
@prefix
:
<http://www.reportinghub.no/ep/spin/ddr-constraints#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
constraint
[
rdf:
type
sp:
Ask
;
rdfs:
comment
"Unregistered well bore name"
^^
xsd:
string
;
sp:
where
([
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
NamedGraph
;
sp:
elements
([
rdf:
type
sp:
NotExists
;
sp:
elements
([
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/schema/npd#name>
;
sp:
subject
_:
b2
]
[
sp:
object
<http://www.reportinghub.no/schema/npd#WellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b2
])
])
;
sp:
graphNameNode
<https://www.reportinghub.no/ep/data/npd>
])
]
.
<http://www.reportinghub.no/ep/spin/ddr-constraints>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/1.1/schema/npd>
,
<http://www.reportinghub.no/ep/schema/1.1.1/ddr>
,
<http://spinrdf.org/spin>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b2
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b1
sp:
varName
"nameWellbore"
^^
xsd:
string
.
# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011
# baseURI: http://www.reportinghub.no/ep/spin/ddr-constraints
# imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.reportinghub.no/1.1/schema/npd
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/spin/ddr-constraints#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
constraint
[
rdf:
type
sp:
Ask
;
rdfs:
comment
"Unregistered well bore name"
^^
xsd:
string
;
sp:
where
([
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
NamedGraph
;
sp:
elements
([
rdf:
type
sp:
NotExists
;
sp:
elements
([
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/schema/npd#name>
;
sp:
subject
_:
b2
]
[
sp:
object
<http://www.reportinghub.no/schema/npd#WellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b2
])
])
;
sp:
graphNameNode
<https://www.reportinghub.no/ep/data/npd>
])
]
.
<http://www.reportinghub.no/ep/spin/ddr-constraints>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.1/activity>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.1.1/ddr>
,
<http://www.reportinghub.no/1.1/schema/npd>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b2
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b1
sp:
varName
"nameWellbore"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/spin/SPIN_EP-DDR-constraints.spin.ttl.tbc
View file @
8f486c0
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
composite:
index
"0"
^^
xsd:
int
]
.
# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
composite:
index
"0"
^^
xsd:
int
]
.
...
...
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-(v1.1).ttl
View file @
8f486c0
# Saved by TopBraid on
Thu Aug 04 16:06:56 BS
T 2011
# Saved by TopBraid on
Sun Aug 07 12:55:42 PD
T 2011
# baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://spinrdf.org/spin
@prefix
ep-spin-lib:
<http://www.reportinghub.no/ep/spin/lib#>
.
...
...
@@ -17,7 +18,7 @@
<http://www.reportinghub.no/ep/spin/1.1/lib>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://
spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.1.1/ddr
>
;
owl:
imports
<http://
www.reportinghub.no/ep/schema/1.1/activity>
,
<http://www.reportinghub.no/ep/schema/1.1.1/ddr>
,
<http://spinrdf.org/spin
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-spin-lib:
Function
...
...
@@ -108,12 +109,12 @@ ep-spin-lib:buildURI
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
spl:
predicate
sp:
arg
2
;
spl:
predicate
sp:
arg
1
;
spl:
valueType
xsd:
string
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
spl:
predicate
sp:
arg
1
;
spl:
predicate
sp:
arg
2
;
spl:
valueType
xsd:
string
]
.
...
...
@@ -282,13 +283,13 @@ ep-spin-lib:selectPressureTestType
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/ddr#PT_formationintegritytest>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/activity#FormationIntegrityTest>
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/
1.1/
activity#FormationIntegrityTest>
;
sp:
arg3
[
rdf:
type
smf:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/ddr#PT_leakofftest>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/activity#LeakOffTest>
sp:
arg2
<http://www.reportinghub.no/ep/schema/
1.1/
activity#LeakOffTest>
]
]
;
sp:
variable
_:
b17
...
...
@@ -309,37 +310,37 @@ ep-spin-lib:selectWellBoreDrillingType
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/ddr#W_bypass>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/activity#Drill-bypass>
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/
1.1/
activity#Drill-bypass>
;
sp:
arg3
[
rdf:
type
smf:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/ddr#W_initial>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/activity#Drill-initial>
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/
1.1/
activity#Drill-initial>
;
sp:
arg3
[
rdf:
type
smf:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/ddr#W_redrill>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/activity#Drill-redrill>
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/
1.1/
activity#Drill-redrill>
;
sp:
arg3
[
rdf:
type
smf:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/ddr#W_reentry>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/activity#Drill-re-entry>
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/
1.1/
activity#Drill-re-entry>
;
sp:
arg3
[
rdf:
type
smf:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/ddr#W_respud>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/activity#Drill-re-spud>
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/
1.1/
activity#Drill-re-spud>
;
sp:
arg3
[
rdf:
type
smf:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/ddr#W_sidetrack>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/activity#Drill-sidetrack>
sp:
arg2
<http://www.reportinghub.no/ep/schema/
1.1/
activity#Drill-sidetrack>
]
]
]
...
...
@@ -350,47 +351,47 @@ ep-spin-lib:selectWellBoreDrillingType
])
]
.
_:
b16
sp:
varName
"dailyDrillingReportType"
^^
xsd:
string
.
_:
b1
sp:
varName
"uri"
^^
xsd:
string
.
_:
b18
sp:
varName
"wellBoreDrillingType"
^^
xsd:
string
.
_:
b2
sp:
varName
"uri"
^^
xsd:
string
.
_:
b17
sp:
varName
"pressureTestType"
^^
xsd:
string
.
_:
b3
sp:
varName
"uri"
^^
xsd:
string
.
_:
b15
sp:
varName
"t4"
^^
xsd:
string
.
_:
b4
sp:
varName
"uri"
^^
xsd:
string
.
_:
b14
sp:
varName
"t3"
^^
xsd:
string
.
_:
b5
sp:
varName
"uri"
^^
xsd:
string
.
_:
b13
sp:
varName
"t2"
^^
xsd:
string
.
_:
b6
sp:
varName
"uri"
^^
xsd:
string
.
_:
b12
sp:
varName
"t1"
^^
xsd:
string
.
_:
b7
sp:
varName
"normalizedStr"
^^
xsd:
string
.
_:
b11
sp:
varName
"t0b"
^^
xsd:
string
.
_:
b8
sp:
varName
"s1"
^^
xsd:
string
.
_:
b9
sp:
varName
"s2"
^^
xsd:
string
.
_:
b10
sp:
varName
"t0a"
^^
xsd:
string
.
_:
b9
sp:
varName
"s2"
^^
xsd:
string
.
_:
b8
sp:
varName
"s1"
^^
xsd:
string
.
_:
b11
sp:
varName
"t0b"
^^
xsd:
string
.
_:
b7
sp:
varName
"normalizedStr"
^^
xsd:
string
.
_:
b12
sp:
varName
"t1"
^^
xsd:
string
.
_:
b6
sp:
varName
"uri"
^^
xsd:
string
.
_:
b13
sp:
varName
"t2"
^^
xsd:
string
.
_:
b5
sp:
varName
"uri"
^^
xsd:
string
.
_:
b14
sp:
varName
"t3"
^^
xsd:
string
.
_:
b4
sp:
varName
"uri"
^^
xsd:
string
.
_:
b15
sp:
varName
"t4"
^^
xsd:
string
.
_:
b3
sp:
varName
"uri"
^^
xsd:
string
.
_:
b16
sp:
varName
"dailyDrillingReportType"
^^
xsd:
string
.
_:
b2
sp:
varName
"uri"
^^
xsd:
string
.
_:
b17
sp:
varName
"pressureTestType"
^^
xsd:
string
.
_:
b1
sp:
varName
"uri"
^^
xsd:
string
.
_:
b18
sp:
varName
"wellBoreDrillingType"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-(v1.1).ttl.tbc
View file @
8f486c0
# Saved by TopBraid on
Thu Aug 04 16:06:56 BS
T 2011
# Saved by TopBraid on
Sun Aug 07 12:55:42 PD
T 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-(v1.1.1).ttl
View file @
8f486c0
# Saved by TopBraid on Sun Aug 07 12:
37:53
PDT 2011
# Saved by TopBraid on Sun Aug 07 12:
57:52
PDT 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://spinrdf.org/spin
# imports: http://topbraid.org/sxml
...
...
@@ -32,7 +33,7 @@ ddr:Cs_activity
sxml:
element
"witsml:activity"
^^
xsd:
string
.
ddr:
Cs_alias
sxml:
element
"witsml:
rigAlias"
^^
xsd:
string
,
"witsml:alias"
.
sxml:
element
"witsml:
alias"
,
"witsml:rigAlias"
^^
xsd:
string
.
ddr:
Cs_bitRecord
sxml:
element
"witsml:bitRecord"
.
...
...
@@ -80,7 +81,7 @@ ddr:Cs_drillReportPorePressure
sxml:
element
"witsml:drillReportPorePressure"
.
ddr:
Cs_drillReportStatusInfo
sxml:
element
"witsml:
statusInfo"
^^
xsd:
string
,
"witsml:drillReportStatusInfo"
.
sxml:
element
"witsml:
drillReportStatusInfo"
,
"witsml:statusInfo"
^^
xsd:
string
.
ddr:
Cs_drillReportStratInfo
sxml:
element
"witsml:drillReportStratInfo"
.
...
...
@@ -116,7 +117,7 @@ ddr:Cs_refWellWellboreRig
sxml:
element
"witsml:refWellWellboreRig"
.
ddr:
Cs_wellAlias
sxml:
element
"witsml:well
Alias"
,
"witsml:wellboreAlias"
^^
xsd:
string
.
sxml:
element
"witsml:well
boreAlias"
^^
xsd:
string
,
"witsml:wellAlias"
.
ddr:
Cs_wellCRS
sxml:
element
"witsml:wellCRS"
.
...
...
@@ -133,7 +134,7 @@ ddr:Obj_drillReport
ddr:
Thing
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 00
6 - Construct Enumerated V
alues"
^^
xsd:
string
;
rdfs:
comment
"STEP 00
3 - Construct datatype string v
alues"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
;
sp:
predicate
_:
b2
;
sp:
subject
spin:
_this
...
...
@@ -168,22 +169,20 @@ ddr:Thing
])
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
titleCase
;
sp:
arg1
[
rdf:
type
afn:
localname
;
sp:
arg1
_:
b5
]
[
rdf:
type
afn:
localname
;
sp:
arg1
_:
b5
]
;
sp:
variable
_:
b6
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
buildURI
;
sp:
arg1
[
rdf:
type
fn:
concat
;
sp:
arg1
"http://www.reportinghub.no/ep/schema/ddr#
has
"
;
sp:
arg1
"http://www.reportinghub.no/ep/schema/ddr#"
;
sp:
arg2
_:
b6
]
]
;
sp:
variable
_:
b2
]
[
sp:
object
owl:
Object
Property
;
]
[
sp:
object
owl:
Datatype
Property
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b2
;
...
...
@@ -192,194 +191,191 @@ ddr:Thing
]
[
sp:
object
_:
b8
;
sp:
predicate
owl:
allValuesFrom
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b9
;
sp:
predicate
rdf:
type
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
TriplePath
;
sp:
object
_:
b7
;
sp:
object
xsd:
string
;
sp:
path
[
rdf:
type
sp:
ModPath
;
sp:
modMax
-2
;
sp:
modMin
0
;
sp:
subPath
rdfs:
subClassOf
]
;
sp:
subject
_:
b8
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#child>
;
sp:
subject
_:
b4
]
[
sp:
object
sxml:
TextNode
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b1
;
sp:
predicate
sxml:
text
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b10
;
sp:
predicate
rdf:
type
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
TriplePath
;
sp:
object
<http://www.linkedmodel.org/schema/dtype#EnumeratedValue>
;
sp:
object
_:
b7
;
sp:
path
[
rdf:
type
sp:
ModPath
;
sp:
modMax
-2
;
sp:
modMin
0
;
sp:
subPath
rdfs:
subClassOf
]
;
sp:
subject
_:
b8
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#child>
;
sp:
subject
_:
b4
]
[
sp:
object
sxml:
TextNode
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b10
]
[
sp:
object
_:
b11
;
sp:
predicate
sxml:
text
;
sp:
subject
_:
b10
]
[
sp:
object
_:
b8
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b1
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 004 - Construct UOM values"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b12
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b14
;
sp:
predicate
ddr:
uom
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b13
;
sp:
predicate
_:
b16
;
rdfs:
comment
"STEP 002 - Construct datatype datetime values"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b11
;
sp:
predicate
_:
b12
;
sp:
subject
spin:
_this
]
[
sp:
object
rdf:
Statement
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
7
sp:
subject
_:
b1
3
]
[
sp:
object
spin:
_this
;
sp:
predicate
rdf:
subject
;
sp:
subject
_:
b1
7
]
[
sp:
object
_:
b1
6
;
sp:
subject
_:
b1
3
]
[
sp:
object
_:
b1
2
;
sp:
predicate
rdf:
predicate
;
sp:
subject
_:
b1
7
]
[
sp:
object
_:
b1
5
;
sp:
subject
_:
b1
3
]
[
sp:
object
_:
b1
1
;
sp:
predicate
rdf:
object
;
sp:
subject
_:
b1
7
]
[
sp:
object
_:
b1
7
;
sp:
subject
_:
b1
3
]
[
sp:
object
_:
b1
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#basisFor>
;
sp:
subject
_:
b1
8
sp:
subject
_:
b1
4
])
;
sp:
where
([
sp:
object
_:
b1
8
;
sp:
where
([
sp:
object
_:
b1
4
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#child>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
9
;
]
[
sp:
object
_:
b1
5
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b18
]
[
sp:
object
_:
b14
;
sp:
predicate
ddr:
uom
;
sp:
subject
_:
b18
sp:
subject
_:
b14
]
[
rdf:
type
sp:
NotExists
;
sp:
elements
([
sp:
object
[
sp:
varName
"
aNode
"
^^
xsd:
string
[
sp:
varName
"
uom
"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#basisFor>
;
sp:
subject
_:
b1
8
sp:
predicate
ddr:
uom
;
sp:
subject
_:
b1
4
])
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
afn:
localname
;
sp:
arg1
_:
b1
9
sp:
arg1
_:
b1
5
]
;
sp:
variable
_:
b
20
sp:
variable
_:
b
16
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
buildURI
;
sp:
arg1
[
rdf:
type
fn:
concat
;
sp:
arg1
"http://www.reportinghub.no/ep/schema/ddr#has"
;
sp:
arg2
[
rdf:
type
smf:
titleCase
;
sp:
arg1
_:
b20
]
sp:
arg1
"http://www.reportinghub.no/ep/schema/ddr#"
;
sp:
arg2
_:
b16
]
]
;
sp:
variable
_:
b1
6
]
[
sp:
object
owl:
Object
Property
;
sp:
variable
_:
b1
2
]
[
sp:
object
owl:
Datatype
Property
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b16
]
[
sp:
object
_:
b16
;
sp:
predicate
owl:
onProperty
;
sp:
subject
_:
b21
sp:
subject
_:
b12
]
[
sp:
object
_:
b12
;
sp:
predicate
owl:
onProperty
;
sp:
subject
_:
b17
]
[
sp:
object
_:
b18
;
sp:
predicate
owl:
allValuesFrom
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b22
;
sp:
predicate
rdf:
type
;
sp:
subject
spin:
_this
sp:
subject
_:
b17
]
[
rdf:
type
sp:
TriplePath
;
sp:
object
_:
b21
;
sp:
object
xsd:
dateTime
;
sp:
path
[
rdf:
type
sp:
ModPath
;
sp:
modMax
-2
;
sp:
modMin
0
;
sp:
subPath
rdfs:
subClassOf
]
;
sp:
subject
_:
b22
]
[
sp:
object
_:
b23
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#child>
;
sp:
subject
_:
b18
]
[
sp:
object
_:
b19
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#child>
;
sp:
subject
_:
b14
]
[
sp:
object
sxml:
TextNode
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
23
]
[
sp:
object
_:
b2
4
;
sp:
subject
_:
b
19
]
[
sp:
object
_:
b2
0
;
sp:
predicate
sxml:
text
;
sp:
subject
_:
b23
sp:
subject
_:
b19
]
[
sp:
object
_:
b21
;
sp:
predicate
rdf:
type
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
TriplePath
;
sp:
object
_:
b17
;
sp:
path
[
rdf:
type
sp:
ModPath
;
sp:
modMax
-2
;
sp:
modMin
0
;
sp:
subPath
rdfs:
subClassOf
]
;
sp:
subject
_:
b21
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
xsd:
d
oubl
e
;
sp:
arg1
_:
b2
4
[
rdf:
type
xsd:
d
ateTim
e
;
sp:
arg1
_:
b2
0
]
;
sp:
variable
_:
b1
5
sp:
variable
_:
b1
1
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 020 - Construct all other object properties - WIP"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b2
5
;
sp:
predicate
_:
b2
6
;
sp:
templates
([
sp:
object
_:
b2
2
;
sp:
predicate
_:
b2
3
;
sp:
subject
spin:
_this
]
[
sp:
object
rdf:
Statement
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b2
7
sp:
subject
_:
b2
4
]
[
sp:
object
spin:
_this
;
sp:
predicate
rdf:
subject
;
sp:
subject
_:
b2
7
]
[
sp:
object
_:
b2
6
;
sp:
subject
_:
b2
4
]
[
sp:
object
_:
b2
3
;
sp:
predicate
rdf:
predicate
;
sp:
subject
_:
b2
7
]
[
sp:
object
_:
b2
5
;
sp:
subject
_:
b2
4
]
[
sp:
object
_:
b2
2
;
sp:
predicate
rdf:
object
;
sp:
subject
_:
b2
7
]
[
sp:
object
_:
b2
7
;
sp:
subject
_:
b2
4
]
[
sp:
object
_:
b2
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#basisFor>
;
sp:
subject
_:
b2
5
sp:
subject
_:
b2
2
])
;
sp:
where
([
sp:
object
_:
b2
8
;
sp:
where
([
sp:
object
_:
b2
5
;
sp:
predicate
owl:
allValuesFrom
;
sp:
subject
_:
b2
9
]
[
sp:
object
_:
b2
6
;
sp:
subject
_:
b2
6
]
[
sp:
object
_:
b2
3
;
sp:
predicate
owl:
onProperty
;
sp:
subject
_:
b29
]
[
sp:
object
_:
b28
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b25
sp:
subject
_:
b26
]
[
sp:
object
_:
b25
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b22
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#child>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
30
;
]
[
sp:
object
_:
b
27
;
sp:
predicate
rdf:
type
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
TriplePath
;
sp:
object
_:
b2
9
;
sp:
object
_:
b2
6
;
sp:
path
[
rdf:
type
sp:
ModPath
;
sp:
modMax
-2
;
sp:
modMin
0
;
sp:
subPath
rdfs:
subClassOf
]
;
sp:
subject
_:
b
30
sp:
subject
_:
b
27
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 002 - Construct datatype datetime values"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b31
;
rdfs:
comment
"STEP 004 - Construct UOM values"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b28
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b29
]
[
sp:
object
_:
b30
;
sp:
predicate
ddr:
uom
;
sp:
subject
_:
b29
]
[
sp:
object
_:
b31
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b29
]
[
sp:
object
_:
b29
;
sp:
predicate
_:
b32
;
sp:
subject
spin:
_this
]
[
sp:
object
rdf:
Statement
;
...
...
@@ -404,11 +400,14 @@ ddr:Thing
]
[
sp:
object
_:
b35
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b34
]
[
sp:
object
_:
b30
;
sp:
predicate
ddr:
uom
;
sp:
subject
_:
b34
]
[
rdf:
type
sp:
NotExists
;
sp:
elements
([
sp:
object
[
sp:
varName
"
uom
"
^^
xsd:
string
[
sp:
varName
"
aNode
"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uom
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#basisFor>
;
sp:
subject
_:
b34
])
]
[
rdf:
type
sp:
Bind
;
...
...
@@ -421,22 +420,27 @@ ddr:Thing
sp:
expression
[
rdf:
type
smf:
buildURI
;
sp:
arg1
[
rdf:
type
fn:
concat
;
sp:
arg1
"http://www.reportinghub.no/ep/schema/ddr#"
;
sp:
arg2
_:
b36
sp:
arg1
"http://www.reportinghub.no/ep/schema/ddr#has"
;
sp:
arg2
[
rdf:
type
smf:
titleCase
;
sp:
arg1
_:
b36
]
]
]
;
sp:
variable
_:
b32
]
[
sp:
object
owl:
Datatype
Property
;
]
[
sp:
object
owl:
Object
Property
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b32
;
sp:
predicate
owl:
onProperty
;
sp:
subject
_:
b37
]
[
sp:
object
_:
b
3
8
;
]
[
sp:
object
_:
b
2
8
;
sp:
predicate
owl:
allValuesFrom
;
sp:
subject
_:
b37
]
[
sp:
object
_:
b38
;
sp:
predicate
rdf:
type
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
TriplePath
;
sp:
object
xsd:
dateTime
;
sp:
object
_:
b37
;
sp:
path
[
rdf:
type
sp:
ModPath
;
sp:
modMax
-2
;
sp:
modMin
0
;
...
...
@@ -452,20 +456,9 @@ ddr:Thing
]
[
sp:
object
_:
b40
;
sp:
predicate
sxml:
text
;
sp:
subject
_:
b39
]
[
sp:
object
_:
b41
;
sp:
predicate
rdf:
type
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
TriplePath
;
sp:
object
_:
b37
;
sp:
path
[
rdf:
type
sp:
ModPath
;
sp:
modMax
-2
;
sp:
modMin
0
;
sp:
subPath
rdfs:
subClassOf
]
;
sp:
subject
_:
b41
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
xsd:
d
ateTim
e
;
[
rdf:
type
xsd:
d
oubl
e
;
sp:
arg1
_:
b40
]
;
sp:
variable
_:
b31
...
...
@@ -473,91 +466,99 @@ ddr:Thing
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 00
3 - Construct datatype string v
alues"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b4
2
;
sp:
predicate
_:
b4
3
;
rdfs:
comment
"STEP 00
6 - Construct Enumerated V
alues"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b4
1
;
sp:
predicate
_:
b4
2
;
sp:
subject
spin:
_this
]
[
sp:
object
rdf:
Statement
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b4
4
sp:
subject
_:
b4
3
]
[
sp:
object
spin:
_this
;
sp:
predicate
rdf:
subject
;
sp:
subject
_:
b44
]
[
sp:
object
_:
b43
;
sp:
predicate
rdf:
predicate
;
sp:
subject
_:
b44
sp:
subject
_:
b43
]
[
sp:
object
_:
b42
;
sp:
predicate
rdf:
predicate
;
sp:
subject
_:
b43
]
[
sp:
object
_:
b41
;
sp:
predicate
rdf:
object
;
sp:
subject
_:
b4
4
]
[
sp:
object
_:
b4
4
;
sp:
subject
_:
b4
3
]
[
sp:
object
_:
b4
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#basisFor>
;
sp:
subject
_:
b4
5
sp:
subject
_:
b4
4
])
;
sp:
where
([
sp:
object
_:
b4
5
;
sp:
where
([
sp:
object
_:
b4
4
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#child>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b4
6
;
]
[
sp:
object
_:
b4
5
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b4
5
sp:
subject
_:
b4
4
]
[
rdf:
type
sp:
NotExists
;
sp:
elements
([
sp:
object
[
sp:
varName
"uom"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uom
;
sp:
subject
_:
b4
5
sp:
subject
_:
b4
4
])
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
afn:
localname
;
sp:
arg1
_:
b46
[
rdf:
type
smf:
titleCase
;
sp:
arg1
[
rdf:
type
afn:
localname
;
sp:
arg1
_:
b45
]
]
;
sp:
variable
_:
b4
7
sp:
variable
_:
b4
6
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
buildURI
;
sp:
arg1
[
rdf:
type
fn:
concat
;
sp:
arg1
"http://www.reportinghub.no/ep/schema/ddr#"
;
sp:
arg2
_:
b4
7
sp:
arg1
"http://www.reportinghub.no/ep/schema/ddr#
has
"
;
sp:
arg2
_:
b4
6
]
]
;
sp:
variable
_:
b4
3
]
[
sp:
object
owl:
Datatype
Property
;
sp:
variable
_:
b4
2
]
[
sp:
object
owl:
Object
Property
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b4
3
]
[
sp:
object
_:
b4
3
;
sp:
subject
_:
b4
2
]
[
sp:
object
_:
b4
2
;
sp:
predicate
owl:
onProperty
;
sp:
subject
_:
b4
8
]
[
sp:
object
_:
b4
9
;
sp:
subject
_:
b4
7
]
[
sp:
object
_:
b4
8
;
sp:
predicate
owl:
allValuesFrom
;
sp:
subject
_:
b48
sp:
subject
_:
b47
]
[
sp:
object
_:
b49
;
sp:
predicate
rdf:
type
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
TriplePath
;
sp:
object
xsd:
string
;
sp:
object
_:
b47
;
sp:
path
[
rdf:
type
sp:
ModPath
;
sp:
modMax
-2
;
sp:
modMin
0
;
sp:
subPath
rdfs:
subClassOf
]
;
sp:
subject
_:
b49
]
[
rdf:
type
sp:
TriplePath
;
sp:
object
<http://www.linkedmodel.org/schema/dtype#EnumeratedValue>
;
sp:
path
[
rdf:
type
sp:
ModPath
;
sp:
modMax
-2
;
sp:
modMin
0
;
sp:
subPath
rdfs:
subClassOf
]
;
sp:
subject
_:
b48
]
[
sp:
object
_:
b50
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#child>
;
sp:
subject
_:
b4
5
sp:
subject
_:
b4
4
]
[
sp:
object
sxml:
TextNode
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b50
]
[
sp:
object
_:
b
42
;
]
[
sp:
object
_:
b
51
;
sp:
predicate
sxml:
text
;
sp:
subject
_:
b50
]
[
sp:
object
_:
b
51
;
]
[
sp:
object
_:
b
48
;
sp:
predicate
rdf:
type
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
TriplePath
;
sp:
object
_:
b48
;
sp:
path
[
rdf:
type
sp:
ModPath
;
sp:
modMax
-2
;
sp:
modMin
0
;
sp:
subPath
rdfs:
subClassOf
]
;
sp:
subject
_:
b51
sp:
subject
_:
b41
]
[
sp:
object
_:
b51
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b41
])
]
.
...
...
@@ -574,284 +575,284 @@ ddr:version
<http://www.reportinghub.no/ep/transform/1.1/ddr>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://
www.reportinghub.no/ep/schema/1.1.1/ddr>
,
<http://topbraid.org/sxml>
,
<http://spinrdf.org/spin
>
;
owl:
imports
<http://
spinrdf.org/spin>
,
<http://topbraid.org/sxml>
,
<http://www.reportinghub.no/ep/schema/1.1.1/ddr>
,
<http://www.reportinghub.no/ep/schema/1.1/activity
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
owl:
Thing
spin:
query
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b52
_:
b53
_:
b54
_:
b55
)
;
sp:
where
([
sp:
object
[
sp:
varName
"p"
^^
xsd:
string
]
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#child>
;
sp:
subject
_:
b52
]
[
rdf:
type
sp:
NotExists
;
sp:
elements
([
sp:
object
[
sp:
varName
"b"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#basisFor>
;
sp:
subject
_:
b52
])
])
]
;
spin:
query
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b53
_:
b54
_:
b55
_:
b56
)
;
sp:
where
([
sp:
object
_:
b56
;
sp:
predicate
<http://www.w3.org/ns/sawsdl#modelReference>
;
sp:
subject
_:
b55
]
[
sp:
object
_:
b55
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#child>
;
sp:
subject
_:
b54
]
[
rdf:
type
sp:
Union
;
sp:
elements
(([
sp:
object
<http://topbraid.org/sxsd#Sequence>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b54
])
([
sp:
object
<http://topbraid.org/sxsd#Choice>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b54
]))
]
[
sp:
object
_:
b54
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#child>
;
sp:
subject
_:
b53
])
]
;
spin:
query
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b57
_:
b58
_:
b59
_:
b60
)
;
sp:
where
([
sp:
object
<http://topbraid.org/sxsd#ComplexType>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
56
sp:
subject
_:
b
61
]
[
rdf:
type
sp:
TriplePath
;
sp:
object
_:
b
57
;
sp:
object
_:
b
62
;
sp:
path
[
rdf:
type
sp:
ModPath
;
sp:
modMax
-2
;
sp:
modMin
0
;
sp:
subPath
<http://www.topbraid.org/2007/05/composite.owl#child>
]
;
sp:
subject
_:
b
56
]
[
sp:
object
_:
b
58
;
sp:
subject
_:
b
61
]
[
sp:
object
_:
b
63
;
sp:
predicate
<http://topbraid.org/sxsd#name>
;
sp:
subject
_:
b
56
]
[
sp:
object
_:
b
55
;
sp:
subject
_:
b
61
]
[
sp:
object
_:
b
60
;
sp:
predicate
<http://www.w3.org/ns/sawsdl#modelReference>
;
sp:
subject
_:
b
57
]
[
sp:
object
_:
b
59
;
sp:
subject
_:
b
62
]
[
sp:
object
_:
b
64
;
sp:
predicate
<http://topbraid.org/sxsd#name>
;
sp:
subject
_:
b
57
sp:
subject
_:
b
62
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
spif:
titleCase
;
sp:
arg1
_:
b
59
sp:
arg1
_:
b
64
]
;
sp:
variable
_:
b6
0
sp:
variable
_:
b6
5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
buildURI
;
sp:
arg1
[
rdf:
type
fn:
concat
;
sp:
arg1
"http://www.reportinghub.no/ep/schema/ddr#has"
;
sp:
arg2
_:
b6
0
sp:
arg2
_:
b6
5
]
]
;
sp:
variable
_:
b5
4
sp:
variable
_:
b5
9
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
spif:
titleCase
;
sp:
arg1
_:
b
58
;
sp:
arg1
_:
b
63
;
sp:
arg2
"[a-z]s"
]
;
sp:
variable
_:
b6
1
sp:
variable
_:
b6
6
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
buildURI
;
sp:
arg1
[
rdf:
type
fn:
concat
;
sp:
arg1
"http://www.reportinghub.no/ep/schema/ddr#"
;
sp:
arg2
_:
b6
1
sp:
arg2
_:
b6
6
]
]
;
sp:
variable
_:
b5
3
sp:
variable
_:
b5
8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
buildURI
;
sp:
arg1
[
rdf:
type
fn:
concat
;
sp:
arg1
"http://www.reportinghub.no/map/ddr#"
;
sp:
arg2
_:
b6
1
;
sp:
arg2
_:
b6
6
;
sp:
arg3
"-has"
;
sp:
arg4
_:
b6
0
sp:
arg4
_:
b6
5
]
]
;
sp:
variable
_:
b52
])
]
;
spin:
query
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b62
_:
b63
_:
b64
_:
b65
)
;
sp:
where
([
sp:
object
_:
b65
;
sp:
predicate
<http://www.w3.org/ns/sawsdl#modelReference>
;
sp:
subject
_:
b64
]
[
sp:
object
_:
b64
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#child>
;
sp:
subject
_:
b63
]
[
rdf:
type
sp:
Union
;
sp:
elements
(([
sp:
object
<http://topbraid.org/sxsd#Sequence>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b63
])
([
sp:
object
<http://topbraid.org/sxsd#Choice>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b63
]))
]
[
sp:
object
_:
b63
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#child>
;
sp:
subject
_:
b62
])
]
;
spin:
query
[
rdf:
type
sp:
Select
;
sp:
where
([
sp:
object
[
sp:
varName
"p"
^^
xsd:
string
]
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#child>
;
sp:
subject
_:
b66
]
[
rdf:
type
sp:
NotExists
;
sp:
elements
([
sp:
object
[
sp:
varName
"b"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#basisFor>
;
sp:
subject
_:
b66
])
sp:
variable
_:
b57
])
]
.
_:
b
19
sp:
varName
"
childTyp
e"
^^
xsd:
string
.
_:
b
41
sp:
varName
"
enumeratedValu
e"
^^
xsd:
string
.
_:
b
21
sp:
varName
"
allValuesRestriction
"
^^
xsd:
string
.
_:
b
42
sp:
varName
"
opnameU
"
^^
xsd:
string
.
_:
b
18
_:
b
44
sp:
varName
"child"
^^
xsd:
string
.
_:
b
16
sp:
varName
"
opnameU
"
^^
xsd:
string
.
_:
b
45
sp:
varName
"
childType
"
^^
xsd:
string
.
_:
b
15
sp:
varName
"
valu
e"
^^
xsd:
string
.
_:
b
46
sp:
varName
"
childLocalNam
e"
^^
xsd:
string
.
_:
b
14
sp:
varName
"
uom
"
^^
xsd:
string
.
_:
b
47
sp:
varName
"
valuesRestriction
"
^^
xsd:
string
.
_:
b
12
_:
b
48
sp:
varName
"rangeU"
^^
xsd:
string
.
_:
b
30
_:
b
49
sp:
varName
"instType"
^^
xsd:
string
.
_:
b29
sp:
varName
"valuesRestriction"
^^
xsd:
string
.
_:
b28
sp:
varName
"childType"
^^
xsd:
string
.
_:
b26
sp:
varName
"formalProperty"
^^
xsd:
string
.
_:
b25
sp:
varName
"child"
^^
xsd:
string
.
_:
b41
sp:
varName
"instType"
^^
xsd:
string
.
_:
b50
sp:
varName
"textNode"
^^
xsd:
string
.
_:
b
40
_:
b
51
sp:
varName
"text"
^^
xsd:
string
.
_:
b39
sp:
varName
"textNode"
^^
xsd:
string
.
_:
b38
sp:
varName
"rangeType"
^^
xsd:
string
.
_:
b28
sp:
varName
"rangeU"
^^
xsd:
string
.
_:
b3
7
sp:
varName
"
valuesRestriction
"
^^
xsd:
string
.
_:
b3
0
sp:
varName
"
uom
"
^^
xsd:
string
.
_:
b3
6
sp:
varName
"
childLocalNam
e"
^^
xsd:
string
.
_:
b3
1
sp:
varName
"
valu
e"
^^
xsd:
string
.
_:
b3
5
sp:
varName
"
childType
"
^^
xsd:
string
.
_:
b3
2
sp:
varName
"
opnameU
"
^^
xsd:
string
.
_:
b34
sp:
varName
"child"
^^
xsd:
string
.
_:
b32
sp:
varName
"dtpnameU"
^^
xsd:
string
.
_:
b31
sp:
varName
"dateTime"
^^
xsd:
string
.
_:
b35
sp:
varName
"childType"
^^
xsd:
string
.
_:
b
20
_:
b
36
sp:
varName
"childLocalName"
^^
xsd:
string
.
_:
b4
sp:
varName
"child"
^^
xsd:
string
.
_:
b5
sp:
varName
"childType"
^^
xsd:
string
.
_:
b37
sp:
varName
"allValuesRestriction"
^^
xsd:
string
.
_:
b6
sp:
varName
"childLocalName"
^^
xsd:
string
.
_:
b38
sp:
varName
"instType"
^^
xsd:
string
.
_:
b2
sp:
varName
"opnameU"
^^
xsd:
string
.
_:
b39
sp:
varName
"textNode"
^^
xsd:
string
.
_:
b7
sp:
varName
"valuesRestriction"
^^
xsd:
string
.
_:
b40
sp:
varName
"text"
^^
xsd:
string
.
_:
b8
sp:
varName
"rangeU"
^^
xsd:
string
.
_:
b22
sp:
varName
"child"
^^
xsd:
string
.
_:
b9
sp:
varName
"instType"
^^
xsd:
string
.
_:
b23
sp:
varName
"formalProperty"
^^
xsd:
string
.
_:
b
10
sp:
varName
"
textNod
e"
^^
xsd:
string
.
_:
b
25
sp:
varName
"
childTyp
e"
^^
xsd:
string
.
_:
b
11
sp:
varName
"
text
"
^^
xsd:
string
.
_:
b
26
sp:
varName
"
valuesRestriction
"
^^
xsd:
string
.
_:
b1
sp:
varName
"enumeratedValue"
^^
xsd:
string
.
_:
b27
sp:
varName
"instType"
^^
xsd:
string
.
_:
b
42
sp:
varName
"
text
"
^^
xsd:
string
.
_:
b
11
sp:
varName
"
dateTime
"
^^
xsd:
string
.
_:
b
43
_:
b
12
sp:
varName
"dtpnameU"
^^
xsd:
string
.
_:
b
45
_:
b
14
sp:
varName
"child"
^^
xsd:
string
.
_:
b
46
_:
b
15
sp:
varName
"childType"
^^
xsd:
string
.
_:
b
47
_:
b
16
sp:
varName
"childLocalName"
^^
xsd:
string
.
_:
b
48
_:
b
17
sp:
varName
"valuesRestriction"
^^
xsd:
string
.
_:
b
49
_:
b
18
sp:
varName
"rangeType"
^^
xsd:
string
.
_:
b
50
_:
b
19
sp:
varName
"textNode"
^^
xsd:
string
.
_:
b2
2
sp:
varName
"
instType
"
^^
xsd:
string
.
_:
b2
0
sp:
varName
"
text
"
^^
xsd:
string
.
_:
b
5
1
_:
b
2
1
sp:
varName
"instType"
^^
xsd:
string
.
_:
b66
sp:
varName
"c"
^^
xsd:
string
.
_:
b1
sp:
varName
"text"
^^
xsd:
string
.
_:
b62
sp:
varName
"pp"
^^
xsd:
string
.
_:
b2
sp:
varName
"dtpnameU"
^^
xsd:
string
.
_:
b63
sp:
varName
"p"
^^
xsd:
string
.
_:
b4
sp:
varName
"child"
^^
xsd:
string
.
_:
b64
sp:
varName
"s"
^^
xsd:
string
.
_:
b5
sp:
varName
"childType"
^^
xsd:
string
.
_:
b65
sp:
varName
"e"
^^
xsd:
string
.
_:
b6
sp:
varName
"childLocalName"
^^
xsd:
string
.
_:
b52
_:
b7
sp:
varName
"valuesRestriction"
^^
xsd:
string
.
_:
b8
sp:
varName
"rangeType"
^^
xsd:
string
.
_:
b9
sp:
varName
"textNode"
^^
xsd:
string
.
_:
b10
sp:
varName
"instType"
^^
xsd:
string
.
_:
b57
sp:
varName
"ddrCPU"
^^
xsd:
string
.
_:
b5
3
_:
b5
8
sp:
varName
"ddrCU"
^^
xsd:
string
.
_:
b5
4
_:
b5
9
sp:
varName
"ddrPU"
^^
xsd:
string
.
_:
b
55
_:
b
60
sp:
varName
"mre"
^^
xsd:
string
.
_:
b
56
_:
b
61
sp:
varName
"s"
^^
xsd:
string
.
_:
b
57
_:
b
62
sp:
varName
"c"
^^
xsd:
string
.
_:
b
58
_:
b
63
sp:
varName
"name"
^^
xsd:
string
.
_:
b
59
_:
b
64
sp:
varName
"pname"
^^
xsd:
string
.
_:
b6
0
_:
b6
5
sp:
varName
"tcpname"
^^
xsd:
string
.
_:
b6
1
_:
b6
6
sp:
varName
"tcname"
^^
xsd:
string
.
_:
b
2
3
sp:
varName
"
textNode
"
^^
xsd:
string
.
_:
b
5
3
sp:
varName
"
pp
"
^^
xsd:
string
.
_:
b24
sp:
varName
"text"
^^
xsd:
string
.
_:
b54
sp:
varName
"p"
^^
xsd:
string
.
_:
b55
sp:
varName
"s"
^^
xsd:
string
.
_:
b56
sp:
varName
"e"
^^
xsd:
string
.
_:
b52
sp:
varName
"c"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-(v1.1.1).ttl.tbc
View file @
8f486c0
# Saved by TopBraid on Sun Aug 07 12:
37:53
PDT 2011
# Saved by TopBraid on Sun Aug 07 12:
57:52
PDT 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 @
8f486c0
# Saved by TopBraid on
Thu Aug 04 16:09:10 BS
T 2011
# Saved by TopBraid on
Sun Aug 07 12:55:41 PD
T 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
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/report
# imports: http://www.reportinghub.no/iso15926/bindEP-NativeOWL
# imports: http://www.reportinghub.no/ep/schema/equipment
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/activity
# imports: http://www.reportinghub.no/ep/schema/well
@prefix
NPD_1104121247071:
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#>
.
...
...
@@ -28,37 +28,30 @@
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"""STEP 103
Classify a DailyDrillingReport"""
^^
xsd:
string
;
rdfs:
comment
"STEP 102 Transfer dTimEnd"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
;
sp:
predicate
rdf:
type
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/1.1/activity#finishedAt>
;
sp:
subject
_:
b2
])
;
sp:
where
([
sp:
object
_:
b3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
createDate
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
dTimStart
>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
hasVersionKi
nd>
;
]
[
sp:
object
_:
b
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
dTimE
nd>
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDailyDrillingReportType
;
sp:
arg1
_:
b5
]
;
sp:
variable
_:
b1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b3
]
;
sp:
variable
_:
b
6
sp:
variable
_:
b
5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrilling
Report
URI
;
sp:
arg1
_:
b
6
;
[
rdf:
type
ep-spin-lib:
buildDailyDrilling
Activity
URI
;
sp:
arg1
_:
b
5
;
sp:
arg2
_:
b4
]
;
sp:
variable
_:
b2
...
...
@@ -66,243 +59,250 @@ Classify a DailyDrillingReport"""^^xsd:string ;
]
;
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
_:
b7
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b8
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#reportOn>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#createdAt>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#startedAt>
;
sp:
subject
_:
b8
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b11
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#WellBore>
;
rdfs:
comment
"STEP 104 Create Well"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/well#Well>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b12
]
[
sp:
object
_:
b12
;
sp:
predicate
iso15926:
temporalPartOf
;
sp:
subject
_:
b11
]
[
sp:
object
_:
b13
;
sp:
subject
_:
b6
]
[
sp:
object
_:
b7
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b
12
]
[
sp:
object
_:
b
11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
activity#onWellBore
>
;
sp:
subject
_:
b
6
]
[
sp:
object
_:
b
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
1.1/activity#onWell
>
;
sp:
subject
_:
b8
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b6
])
;
sp:
where
([
sp:
object
_:
b1
3
;
sp:
where
([
sp:
object
_:
b1
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b10
;
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWell>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
ddr#createDat
e>
;
sp:
subject
spin:
_this
sp:
predicate
<http://www.reportinghub.no/ep/schema/
1.1/activity#onWellBor
e>
;
sp:
subject
_:
b8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b1
3
sp:
arg1
_:
b1
0
]
;
sp:
variable
_:
b14
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingReportURI
;
sp:
arg1
_:
b14
;
sp:
arg2
_:
b9
]
;
sp:
variable
_:
b7
sp:
variable
_:
b12
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b1
4
;
sp:
arg2
_:
b1
0
sp:
arg1
_:
b1
2
;
sp:
arg2
_:
b1
1
]
;
sp:
variable
_:
b8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildTemporalPartOfAWellBoreURI
;
sp:
arg1
_:
b14
;
sp:
arg2
_:
b10
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b7
]
;
sp:
variable
_:
b1
1
sp:
variable
_:
b1
3
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildWell
Bore
URI
;
sp:
arg1
_:
b1
4
[
rdf:
type
ep-spin-lib:
buildWellURI
;
sp:
arg1
_:
b1
3
]
;
sp:
variable
_:
b
12
sp:
variable
_:
b
6
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 104 Create Well"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/well#Well>
;
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
_:
b14
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/1.1/activity#DailyDrillingActivity>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b15
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/1.1/activity#reportOn>
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b16
;
sp:
predicate
rdfs:
label
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/1.1/activity#createdAt>
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/1.1/activity#startedAt>
;
sp:
subject
_:
b15
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWell>
;
sp:
subject
_:
b17
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b18
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#WellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b19
]
[
sp:
object
_:
b19
;
sp:
predicate
iso15926:
temporalPartOf
;
sp:
subject
_:
b18
]
[
sp:
object
_:
b20
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b19
]
[
sp:
object
_:
b18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
core#hasPart
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
1.1/activity#onWellBore
>
;
sp:
subject
_:
b15
])
;
sp:
where
([
sp:
object
_:
b
19
;
sp:
where
([
sp:
object
_:
b
20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWell>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b20
;
]
[
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
activity#onWellBor
e>
;
sp:
subject
_:
b17
]
[
sp:
object
_:
b1
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
ddr#createDat
e>
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b
19
sp:
arg1
_:
b
20
]
;
sp:
variable
_:
b21
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingReportURI
;
sp:
arg1
_:
b21
;
sp:
arg2
_:
b16
]
;
sp:
variable
_:
b14
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b21
;
sp:
arg2
_:
b
20
sp:
arg2
_:
b
17
]
;
sp:
variable
_:
b1
7
sp:
variable
_:
b1
5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b16
[
rdf:
type
ep-spin-lib:
buildTemporalPartOfAWellBoreURI
;
sp:
arg1
_:
b21
;
sp:
arg2
_:
b17
]
;
sp:
variable
_:
b
22
sp:
variable
_:
b
18
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildWellURI
;
sp:
arg1
_:
b2
2
[
rdf:
type
ep-spin-lib:
buildWell
Bore
URI
;
sp:
arg1
_:
b2
1
]
;
sp:
variable
_:
b1
5
sp:
variable
_:
b1
9
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 102 Transfer dTimEnd"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b23
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#finishedAt>
;
sp:
subject
_:
b24
rdfs:
comment
"""STEP 103
Classify a DailyDrillingReport"""
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b22
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b23
])
;
sp:
where
([
sp:
object
_:
b2
5
;
sp:
where
([
sp:
object
_:
b2
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b2
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
dTimStart
>
;
]
[
sp:
object
_:
b2
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
createDate
>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b2
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
dTimE
nd>
;
]
[
sp:
object
_:
b2
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
hasVersionKi
nd>
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDailyDrillingReportType
;
sp:
arg1
_:
b26
]
;
sp:
variable
_:
b22
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b2
5
sp:
arg1
_:
b2
4
]
;
sp:
variable
_:
b27
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrilling
Activity
URI
;
[
rdf:
type
ep-spin-lib:
buildDailyDrilling
Report
URI
;
sp:
arg1
_:
b27
;
sp:
arg2
_:
b2
6
sp:
arg2
_:
b2
5
]
;
sp:
variable
_:
b2
4
sp:
variable
_:
b2
3
])
]
.
<http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport>
rdf:
type
owl:
Ontology
;
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/activity>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr>
;
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
.
_:
b2
sp:
varName
"dailyDrillingReport"
^^
xsd:
string
.
_:
b22
sp:
varName
"dailyDrillingReportType"
^^
xsd:
string
.
_:
b6
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b23
sp:
varName
"dailyDrillingReport"
^^
xsd:
string
.
_:
b1
sp:
varName
"dailyDrillingReportType"
^^
xsd:
string
.
_:
b24
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b5
sp:
varName
"versionKind"
^^
xsd:
string
.
_:
b25
sp:
varName
"createDate"
^^
xsd:
string
.
_:
b4
sp:
varName
"createDate"
^^
xsd:
string
.
_:
b26
sp:
varName
"versionKind"
^^
xsd:
string
.
_:
b3
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b27
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
22
sp:
varName
"
normalizedWellName
"
^^
xsd:
string
.
_:
b
14
sp:
varName
"
dailyDrillingReport
"
^^
xsd:
string
.
_:
b
21
sp:
varName
"
normalizedWellBoreName
"
^^
xsd:
string
.
_:
b
15
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b20
_:
b16
sp:
varName
"createDate"
^^
xsd:
string
.
_:
b17
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b18
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b19
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b20
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
18
sp:
varName
"
wellBor
e"
^^
xsd:
string
.
_:
b
21
sp:
varName
"
normalizedWellBoreNam
e"
^^
xsd:
string
.
_:
b17
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b6
sp:
varName
"well"
^^
xsd:
string
.
_:
b16
sp:
varName
"nameWell"
^^
xsd:
string
.
_:
b7
sp:
varName
"nameWell"
^^
xsd:
string
.
_:
b15
sp:
varName
"well"
^^
xsd:
string
.
_:
b8
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b14
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b9
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b1
3
_:
b1
0
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b12
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b11
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b10
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b9
sp:
varName
"createDate"
^^
xsd:
string
.
_:
b12
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b8
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b13
sp:
varName
"normalizedWellName"
^^
xsd:
string
.
_:
b
7
sp:
varName
"dailyDrillingReport
"
^^
xsd:
string
.
_:
b
1
sp:
varName
"dTimEnd
"
^^
xsd:
string
.
_:
b27
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b26
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b25
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b3
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b24
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b4
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b23
sp:
varName
"dTimEnd"
^^
xsd:
string
.
_:
b5
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-drillReport-(v1.1.1).ttl.tbc
View file @
8f486c0
# Saved by TopBraid on
Thu Aug 04 16:09:10 BS
T 2011
# Saved by TopBraid on
Sun Aug 07 12:55:41 PD
T 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 @
8f486c0
# Saved by TopBraid on
Thu Aug 04 14:25:22 BS
T 2011
# Saved by TopBraid on
Sun Aug 07 12:56:22 PD
T 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization
# imports:
file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml
# 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/schema/report
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
# imports: http://www.reportinghub.no/ep/schema/equipment
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/activity
# imports: http://www.reportinghub.no/ep/schema/well
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/normalization#>
.
...
...
@@ -20,5 +19,5 @@
<http://www.reportinghub.no/ep/transform/1.1/normalization>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/well>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo>
,
<http://
www.reportinghub.no/ep/schema/activity>
,
<http://spinrdf.org/spin>
,
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml>
,
<http://www.reportinghub.no/ep/schema/report
>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport>
,
<http://www.reportinghub.no/ep/schema/equipment>
;
owl:
imports
<http://www.reportinghub.no/ep/schema/well>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo>
,
<http://
spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/report>
,
<http://www.reportinghub.no/ep/schema/1.1/activity
>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport>
,
<http://www.reportinghub.no/ep/schema/equipment>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-normalization-(v1.1.1).ttl.tbc
View file @
8f486c0
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
<http://spinrdf.org/spin#topSPINOptions>
"singlePass"
;
composite:
index
"0"
^^
xsd:
int
]
;
inference:
completeMode
"true"
^^
xsd:
boolean
.
# Saved by TopBraid on Sun Aug 07 12:56:22 PDT 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
<http://spinrdf.org/spin#topSPINOptions>
"singlePass"
;
composite:
index
"0"
^^
xsd:
int
]
;
inference:
completeMode
"true"
^^
xsd:
boolean
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-statusInfo-(v1.1.1).ttl
View file @
8f486c0
# Saved by TopBraid on
Thu Aug 04 15:55:35 BS
T 2011
# Saved by TopBraid on
Sun Aug 07 12:55:42 PD
T 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
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://www.reportinghub.no/iso15926/bindEP-NativeOWL
# imports: http://www.reportinghub.no/ep/schema/report
# imports: http://www.reportinghub.no/ep/schema/equipment
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/well
# imports: http://www.reportinghub.no/ep/schema/activity
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#>
.
@prefix
NPD_1104121247071:
<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#>
.
...
...
@@ -29,711 +29,721 @@
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
07 Transfer sum24Hr
"
^^
xsd:
string
;
rdfs:
comment
"STEP 1
25 Transfer presTestType
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#sum24Hr>
;
sp:
predicate
iso15926:
hasPart
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b3
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
])
;
sp:
where
([
sp:
object
_:
b
3
;
sp:
where
([
sp:
object
_:
b
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
4
;
]
[
sp:
object
_:
b
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
5
;
]
[
sp:
object
_:
b
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#sum24Hr>
;
sp:
subject
_:
b5
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasPresTestType>
;
sp:
subject
_:
b6
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectPressureTestType
;
sp:
arg1
_:
b7
]
;
sp:
variable
_:
b3
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b
3
sp:
arg1
_:
b
4
]
;
sp:
variable
_:
b
6
sp:
variable
_:
b
8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b
6
;
sp:
arg2
_:
b
4
sp:
arg1
_:
b
8
;
sp:
arg2
_:
b
5
]
;
sp:
variable
_:
b2
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
22 Transfer mdDiaPilotPlan
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
MdDiaPilotPlan
>
;
sp:
subject
_:
b
8
rdfs:
comment
"STEP 1
06 Transfer distDrill
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
DistDrill
>
;
sp:
subject
_:
b
10
])
;
sp:
where
([
sp:
object
_:
b
9
;
sp:
where
([
sp:
object
_:
b
11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
0
;
]
[
sp:
object
_:
b1
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
1
;
]
[
sp:
object
_:
b1
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b12
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMdDiaPilotPlan>
;
sp:
subject
_:
b11
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasDistDrill>
;
sp:
subject
_:
b13
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b
9
sp:
arg1
_:
b
11
]
;
sp:
variable
_:
b1
3
sp:
variable
_:
b1
4
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b1
3
;
sp:
arg2
_:
b1
0
sp:
arg1
_:
b1
4
;
sp:
arg2
_:
b1
2
]
;
sp:
variable
_:
b1
2
sp:
variable
_:
b1
0
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
10 Transfer tvd
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
Tvd
>
;
sp:
subject
_:
b1
5
rdfs:
comment
"STEP 1
22 Transfer mdDiaPilotPlan
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
MdDiaPilotPlan
>
;
sp:
subject
_:
b1
6
])
;
sp:
where
([
sp:
object
_:
b1
6
;
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
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
8
;
]
[
sp:
object
_:
b1
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore>
;
sp:
subject
_:
b20
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
activity#onWellBore
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
ddr#hasMdDiaPilotPlan
>
;
sp:
subject
_:
b19
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasTvd>
;
sp:
subject
_:
b18
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b1
6
sp:
arg1
_:
b1
7
]
;
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:
arg2
_:
b1
7
sp:
arg1
_:
b2
1
;
sp:
arg2
_:
b1
8
]
;
sp:
variable
_:
b
19
sp:
variable
_:
b
20
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
17 Transfer tvdCsgLast
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b2
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
TvdCsgLast
>
;
sp:
subject
_:
b2
2
rdfs:
comment
"STEP 1
09 Transfer md
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b2
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
Md
>
;
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#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b23
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore>
;
sp:
subject
_:
b27
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
activity#onWellBore
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
ddr#hasMd
>
;
sp:
subject
_:
b26
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasTvdCsgLast>
;
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 1
23 Transfer tvdDiaPilotPlan
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b2
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
TvdDiaPilotPlan
>
;
sp:
subject
_:
b
29
rdfs:
comment
"STEP 1
11 Transfer mdPlugTop
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b2
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
MdPlugTop
>
;
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
[
sp:
varName
"statusInfo"
^^
xsd:
string
]
;
]
[
sp:
object
_:
b33
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b30
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore>
;
sp:
subject
_:
b34
]
[
sp:
object
_:
b29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b28
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasTvdDiaPilotPlan>
;
sp:
subject
[
sp:
varName
"statusInfoddr"
^^
xsd:
string
]
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMdPlugTop>
;
sp:
subject
_:
b33
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b3
0
sp:
arg1
_:
b3
1
]
;
sp:
variable
_:
b3
3
sp:
variable
_:
b3
5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b3
3
;
sp:
arg2
_:
b3
1
sp:
arg1
_:
b3
5
;
sp:
arg2
_:
b3
2
]
;
sp:
variable
_:
b3
2
sp:
variable
_:
b3
4
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 112 Transfer diaHole"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b3
4
;
sp:
templates
([
sp:
object
_:
b3
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasDiaHole>
;
sp:
subject
_:
b3
5
sp:
subject
_:
b3
7
])
;
sp:
where
([
sp:
object
_:
b3
6
;
sp:
where
([
sp:
object
_:
b3
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b3
7
;
]
[
sp:
object
_:
b3
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
38
;
]
[
sp:
object
_:
b
40
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b3
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b
39
]
[
sp:
object
_:
b3
4
;
]
[
sp:
object
_:
b3
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
1.1/
activity#onWellBore>
;
sp:
subject
_:
b
41
]
[
sp:
object
_:
b3
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasDiaHole>
;
sp:
subject
_:
b
38
sp:
subject
_:
b
40
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b3
6
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
7
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 115 Transfer diaCsgLast"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b4
1
;
sp:
templates
([
sp:
object
_:
b4
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasDiaCsgLast>
;
sp:
subject
_:
b4
2
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#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b4
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b4
6
]
[
sp:
object
_:
b4
1
;
]
[
sp:
object
_:
b4
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
1.1/
activity#onWellBore>
;
sp:
subject
_:
b4
8
]
[
sp:
object
_:
b4
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasDiaCsgLast>
;
sp:
subject
_:
b4
5
sp:
subject
_:
b4
7
]
[
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
6
sp:
variable
_:
b4
8
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 12
6 Transfer WellboreType
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
48
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
activity#wellBoreDrillingType
>
;
sp:
subject
_:
b
49
rdfs:
comment
"STEP 12
1 Transfer elevKelly
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
50
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
ddr#hasElevKelly
>
;
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#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b53
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasTypeWellbore>
;
sp:
subject
_:
b52
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellBoreDrillingType
;
sp:
arg1
_:
b53
]
;
sp:
variable
_:
b48
]
[
sp:
object
_:
b51
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore>
;
sp:
subject
_:
b55
]
[
sp:
object
_:
b50
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasElevKelly>
;
sp:
subject
_:
b54
]
[
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
6
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b5
4
;
sp:
arg2
_:
b5
1
sp:
arg1
_:
b5
6
;
sp:
arg2
_:
b5
3
]
;
sp:
variable
_:
b
49
sp:
variable
_:
b
55
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
09 Transfer md
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b5
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMd>
;
sp:
subject
_:
b5
6
rdfs:
comment
"STEP 1
16 Transfer mdCsgLast
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b5
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMd
CsgLast
>
;
sp:
subject
_:
b5
8
])
;
sp:
where
([
sp:
object
_:
b5
7
;
sp:
where
([
sp:
object
_:
b5
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
58
;
]
[
sp:
object
_:
b
60
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
59
;
]
[
sp:
object
_:
b
61
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b5
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b6
0
]
[
sp:
object
_:
b5
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMd>
;
sp:
subject
_:
b
59
]
[
sp:
object
_:
b5
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
1.1/
activity#onWellBore>
;
sp:
subject
_:
b6
2
]
[
sp:
object
_:
b5
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMd
CsgLast
>
;
sp:
subject
_:
b
61
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b5
7
sp:
arg1
_:
b5
9
]
;
sp:
variable
_:
b6
1
sp:
variable
_:
b6
3
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b6
1
;
sp:
arg2
_:
b
58
sp:
arg1
_:
b6
3
;
sp:
arg2
_:
b
60
]
;
sp:
variable
_:
b6
0
sp:
variable
_:
b6
2
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 11
9 Transfer mdStrengthForm
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b6
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMd
StrengthForm
>
;
sp:
subject
_:
b6
3
rdfs:
comment
"STEP 11
4 Transfer mdKickoff
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b6
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMd
Kickoff
>
;
sp:
subject
_:
b6
5
])
;
sp:
where
([
sp:
object
_:
b6
4
;
sp:
where
([
sp:
object
_:
b6
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b6
5
;
]
[
sp:
object
_:
b6
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b6
6
;
]
[
sp:
object
_:
b6
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b6
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b6
7
]
[
sp:
object
_:
b6
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMd
StrengthForm
>
;
sp:
subject
_:
b6
6
]
[
sp:
object
_:
b6
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
1.1/
activity#onWellBore>
;
sp:
subject
_:
b6
9
]
[
sp:
object
_:
b6
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMd
Kickoff
>
;
sp:
subject
_:
b6
8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b6
4
sp:
arg1
_:
b6
6
]
;
sp:
variable
_:
b
68
sp:
variable
_:
b
70
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b
68
;
sp:
arg2
_:
b6
5
sp:
arg1
_:
b
70
;
sp:
arg2
_:
b6
7
]
;
sp:
variable
_:
b6
7
sp:
variable
_:
b6
9
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 11
4 Transfer mdKickoff
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
69
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
MdKickoff
>
;
sp:
subject
_:
b7
0
rdfs:
comment
"STEP 11
8 Transfer strengthForm
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
71
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
StrengthForm
>
;
sp:
subject
_:
b7
2
])
;
sp:
where
([
sp:
object
_:
b7
1
;
sp:
where
([
sp:
object
_:
b7
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b7
2
;
]
[
sp:
object
_:
b7
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b7
3
;
]
[
sp:
object
_:
b7
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b7
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b7
4
]
[
sp:
object
_:
b
69
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
MdKickoff
>
;
sp:
subject
_:
b7
3
]
[
sp:
object
_:
b7
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
1.1/
activity#onWellBore>
;
sp:
subject
_:
b7
6
]
[
sp:
object
_:
b
71
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
StrengthForm
>
;
sp:
subject
_:
b7
5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b7
1
sp:
arg1
_:
b7
3
]
;
sp:
variable
_:
b7
5
sp:
variable
_:
b7
7
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b7
5
;
sp:
arg2
_:
b7
2
sp:
arg1
_:
b7
7
;
sp:
arg2
_:
b7
4
]
;
sp:
variable
_:
b7
4
sp:
variable
_:
b7
6
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 11
6 Transfer mdCsgLas
t"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b7
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMd
CsgLas
t>
;
sp:
subject
_:
b7
7
rdfs:
comment
"STEP 11
3 Transfer mdDiaHoleStar
t"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b7
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMd
DiaHoleStar
t>
;
sp:
subject
_:
b7
9
])
;
sp:
where
([
sp:
object
_:
b
78
;
sp:
where
([
sp:
object
_:
b
80
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
79
;
]
[
sp:
object
_:
b
81
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b8
0
;
]
[
sp:
object
_:
b8
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b7
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b8
1
]
[
sp:
object
_:
b7
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMd
CsgLas
t>
;
sp:
subject
_:
b8
0
]
[
sp:
object
_:
b7
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
1.1/
activity#onWellBore>
;
sp:
subject
_:
b8
3
]
[
sp:
object
_:
b7
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMd
DiaHoleStar
t>
;
sp:
subject
_:
b8
2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b
78
sp:
arg1
_:
b
80
]
;
sp:
variable
_:
b8
2
sp:
variable
_:
b8
4
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b8
2
;
sp:
arg2
_:
b
79
sp:
arg1
_:
b8
4
;
sp:
arg2
_:
b
81
]
;
sp:
variable
_:
b8
1
sp:
variable
_:
b8
3
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 10
8 Transfer forecast24Hr
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b8
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
forecast24Hr
>
;
sp:
subject
_:
b8
4
rdfs:
comment
"STEP 10
5 Transfer ropCurrent
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b8
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
hasRopCurrent
>
;
sp:
subject
_:
b8
6
])
;
sp:
where
([
sp:
object
_:
b8
5
;
sp:
where
([
sp:
object
_:
b8
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b8
6
;
]
[
sp:
object
_:
b8
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b8
7
;
]
[
sp:
object
_:
b8
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b8
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
forecast24Hr
>
;
sp:
subject
_:
b8
7
]
[
sp:
object
_:
b8
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
hasRopCurrent
>
;
sp:
subject
_:
b8
9
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b8
5
sp:
arg1
_:
b8
7
]
;
sp:
variable
_:
b
88
sp:
variable
_:
b
90
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b
88
;
sp:
arg2
_:
b8
6
sp:
arg1
_:
b
90
;
sp:
arg2
_:
b8
8
]
;
sp:
variable
_:
b8
4
sp:
variable
_:
b8
6
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
20 Transfer tvdStrengthForm
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
89
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasTvd
StrengthForm
>
;
sp:
subject
_:
b9
0
rdfs:
comment
"STEP 1
10 Transfer tvd
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b
91
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasTvd>
;
sp:
subject
_:
b9
2
])
;
sp:
where
([
sp:
object
_:
b9
1
;
sp:
where
([
sp:
object
_:
b9
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b9
2
;
]
[
sp:
object
_:
b9
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b9
3
;
]
[
sp:
object
_:
b9
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b9
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b9
4
]
[
sp:
object
_:
b
89
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasTvd
StrengthForm
>
;
sp:
subject
_:
b9
3
]
[
sp:
object
_:
b9
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
1.1/
activity#onWellBore>
;
sp:
subject
_:
b9
6
]
[
sp:
object
_:
b
91
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasTvd>
;
sp:
subject
_:
b9
5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b9
1
sp:
arg1
_:
b9
3
]
;
sp:
variable
_:
b9
5
sp:
variable
_:
b9
7
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b9
5
;
sp:
arg2
_:
b9
2
sp:
arg1
_:
b9
7
;
sp:
arg2
_:
b9
4
]
;
sp:
variable
_:
b9
4
sp:
variable
_:
b9
6
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
05 Transfer ropCurrent
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b9
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
RopCurrent
>
;
sp:
subject
_:
b9
7
rdfs:
comment
"STEP 1
20 Transfer tvdStrengthForm
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b9
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
TvdStrengthForm
>
;
sp:
subject
_:
b9
9
])
;
sp:
where
([
sp:
object
_:
b
98
;
sp:
where
([
sp:
object
_:
b
100
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
99
;
]
[
sp:
object
_:
b
101
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b10
0
;
]
[
sp:
object
_:
b10
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b96
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasRopCurrent>
;
sp:
subject
_:
b100
]
[
sp:
object
_:
b99
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore>
;
sp:
subject
_:
b103
]
[
sp:
object
_:
b98
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasTvdStrengthForm>
;
sp:
subject
_:
b102
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b
98
sp:
arg1
_:
b
100
]
;
sp:
variable
_:
b10
1
sp:
variable
_:
b10
4
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b10
1
;
sp:
arg2
_:
b
99
sp:
arg1
_:
b10
4
;
sp:
arg2
_:
b
101
]
;
sp:
variable
_:
b
97
sp:
variable
_:
b
103
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
21 Transfer elevKelly
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b10
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
hasElevKelly
>
;
sp:
subject
_:
b10
3
rdfs:
comment
"STEP 1
07 Transfer sum24Hr
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b10
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
sum24Hr
>
;
sp:
subject
_:
b10
6
])
;
sp:
where
([
sp:
object
_:
b10
4
;
sp:
where
([
sp:
object
_:
b10
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b10
5
;
]
[
sp:
object
_:
b10
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b10
6
;
]
[
sp:
object
_:
b10
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b103
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b107
]
[
sp:
object
_:
b102
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasElevKelly>
;
sp:
subject
_:
b106
]
[
sp:
object
_:
b105
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#sum24Hr>
;
sp:
subject
_:
b109
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b10
4
sp:
arg1
_:
b10
7
]
;
sp:
variable
_:
b1
08
sp:
variable
_:
b1
10
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b1
08
;
sp:
arg2
_:
b10
5
sp:
arg1
_:
b1
10
;
sp:
arg2
_:
b10
8
]
;
sp:
variable
_:
b10
7
sp:
variable
_:
b10
6
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
18 Transfer strengthForm
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
09
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
StrengthForm
>
;
sp:
subject
_:
b11
0
rdfs:
comment
"STEP 1
24 Transfer mdPlanned
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
MdPlanned
>
;
sp:
subject
_:
b11
2
])
;
sp:
where
([
sp:
object
_:
b11
1
;
sp:
where
([
sp:
object
_:
b11
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b11
2
;
]
[
sp:
object
_:
b11
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b113
;
]
[
sp:
object
[
sp:
varName
"statusInfo"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b110
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b114
]
[
sp:
object
_:
b109
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStrengthForm>
;
sp:
subject
_:
b113
]
[
sp:
object
_:
b112
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore>
;
sp:
subject
_:
b115
]
[
sp:
object
_:
b111
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMdPlanned>
;
sp:
subject
[
sp:
varName
"statusInfoddr"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b11
1
sp:
arg1
_:
b11
3
]
;
sp:
variable
_:
b11
5
sp:
variable
_:
b11
6
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b11
5
;
sp:
arg2
_:
b11
2
sp:
arg1
_:
b11
6
;
sp:
arg2
_:
b11
4
]
;
sp:
variable
_:
b11
4
sp:
variable
_:
b11
5
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
06 Transfer distDrill
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b11
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
DistDrill
>
;
sp:
subject
_:
b11
7
rdfs:
comment
"STEP 1
23 Transfer tvdDiaPilotPlan
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b11
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
TvdDiaPilotPlan
>
;
sp:
subject
_:
b11
8
])
;
sp:
where
([
sp:
object
_:
b11
8
;
sp:
where
([
sp:
object
_:
b11
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
19
;
]
[
sp:
object
_:
b1
20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b120
;
]
[
sp:
object
[
sp:
varName
"statusInfo"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b116
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasDistDrill>
;
sp:
subject
_:
b120
]
[
sp:
object
_:
b118
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore>
;
sp:
subject
_:
b121
]
[
sp:
object
_:
b117
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasTvdDiaPilotPlan>
;
sp:
subject
[
sp:
varName
"statusInfoddr"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b11
8
sp:
arg1
_:
b11
9
]
;
sp:
variable
_:
b12
1
sp:
variable
_:
b12
2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b12
1
;
sp:
arg2
_:
b1
19
sp:
arg1
_:
b12
2
;
sp:
arg2
_:
b1
20
]
;
sp:
variable
_:
b1
17
sp:
variable
_:
b1
21
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
11 Transfer mdPlugTop
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b12
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
ddr#hasMdPlugTop
>
;
sp:
subject
_:
b12
3
rdfs:
comment
"STEP 1
26 Transfer WellboreType
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b12
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
1.1/activity#wellBoreDrillingType
>
;
sp:
subject
_:
b12
4
])
;
sp:
where
([
sp:
object
_:
b12
4
;
sp:
where
([
sp:
object
_:
b12
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b12
5
;
]
[
sp:
object
_:
b12
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b12
6
;
]
[
sp:
object
_:
b12
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b12
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
activity#onWellB
ore>
;
]
[
sp:
object
_:
b12
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
ddr#hasTypeWellb
ore>
;
sp:
subject
_:
b127
]
[
sp:
object
_:
b122
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMdPlugTop>
;
sp:
subject
_:
b126
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellBoreDrillingType
;
sp:
arg1
_:
b128
]
;
sp:
variable
_:
b123
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b12
4
sp:
arg1
_:
b12
5
]
;
sp:
variable
_:
b12
8
sp:
variable
_:
b12
9
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b12
8
;
sp:
arg2
_:
b12
5
sp:
arg1
_:
b12
9
;
sp:
arg2
_:
b12
6
]
;
sp:
variable
_:
b12
7
sp:
variable
_:
b12
4
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 125 Transfer presTestType"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b129
;
sp:
predicate
iso15926:
hasPart
;
sp:
subject
_:
b130
]
[
sp:
object
_:
b131
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b129
rdfs:
comment
"STEP 119 Transfer mdStrengthForm"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b130
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMdStrengthForm>
;
sp:
subject
_:
b131
])
;
sp:
where
([
sp:
object
_:
b132
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
...
...
@@ -744,17 +754,14 @@
]
[
sp:
object
_:
b134
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b135
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasPresTestType>
;
]
[
sp:
object
_:
b131
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore>
;
sp:
subject
_:
b135
]
[
sp:
object
_:
b130
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMdStrengthForm>
;
sp:
subject
_:
b134
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectPressureTestType
;
sp:
arg1
_:
b135
]
;
sp:
variable
_:
b131
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b132
]
;
...
...
@@ -765,14 +772,14 @@
sp:
arg1
_:
b136
;
sp:
arg2
_:
b133
]
;
sp:
variable
_:
b13
0
sp:
variable
_:
b13
5
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 11
3 Transfer mdDiaHoleStar
t"
^^
xsd:
string
;
rdfs:
comment
"STEP 11
7 Transfer tvdCsgLas
t"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b137
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
MdDiaHoleStar
t>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
TvdCsgLas
t>
;
sp:
subject
_:
b138
])
;
sp:
where
([
sp:
object
_:
b139
;
...
...
@@ -785,10 +792,10 @@
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b138
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
1.1/
activity#onWellBore>
;
sp:
subject
_:
b142
]
[
sp:
object
_:
b137
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
MdDiaHoleStar
t>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#has
TvdCsgLas
t>
;
sp:
subject
_:
b141
]
[
rdf:
type
sp:
Bind
;
sp:
expression
...
...
@@ -807,9 +814,9 @@
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 1
24 Transfer mdPlanned
"
^^
xsd:
string
;
rdfs:
comment
"STEP 1
08 Transfer forecast24Hr
"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b144
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
hasMdPlanned
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
forecast24Hr
>
;
sp:
subject
_:
b145
])
;
sp:
where
([
sp:
object
_:
b146
;
...
...
@@ -818,19 +825,12 @@
]
[
sp:
object
_:
b147
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
[
sp:
varName
"statusInfo"
^^
xsd:
string
]
;
]
[
sp:
object
_:
b148
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b145
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b148
]
[
sp:
object
_:
b144
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hasMdPlanned>
;
sp:
subject
[
sp:
varName
"statusInfoddr"
^^
xsd:
string
]
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#forecast24Hr>
;
sp:
subject
_:
b148
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
...
...
@@ -843,446 +843,447 @@
sp:
arg1
_:
b149
;
sp:
arg2
_:
b147
]
;
sp:
variable
_:
b14
8
sp:
variable
_:
b14
5
])
]
.
<http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr>
,
<http://www.reportinghub.no/ep/schema/
activity>
,
<http://www.reportinghub.no/ep/schema/well>
,
<http://www.reportinghub.no/ep/schema/report
>
,
<http://www.reportinghub.no/iso15926/bindEP-NativeOWL>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/schema/equipment>
;
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
.
_:
b50
_:
b105
sp:
varName
"sum24Hr"
^^
xsd:
string
.
_:
b106
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b107
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
51
_:
b
108
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
52
_:
b
109
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b53
sp:
varName
"typeWellBore"
^^
xsd:
string
.
_:
b48
sp:
varName
"wellBoreDrillingType"
^^
xsd:
string
.
_:
b54
_:
b110
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
49
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
15
sp:
varName
"
mdDiaPilotPlan
"
^^
xsd:
string
.
_:
b132
_:
b16
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b17
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b1
33
_:
b1
8
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b1
34
_:
b1
9
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b135
sp:
varName
"presTestType"
^^
xsd:
string
.
_:
b131
sp:
varName
"pressureTestType"
^^
xsd:
string
.
_:
b20
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
136
_:
b
21
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b130
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b7
sp:
varName
"mdDiaPilotPlan"
^^
xsd:
string
.
_:
b91
sp:
varName
"tvd"
^^
xsd:
string
.
_:
b8
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b92
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b9
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b93
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
10
_:
b
94
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
11
_:
b
95
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
12
_:
b
96
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
13
_:
b
97
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
sp:
varName
"sum24Hr"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b3
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b4
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b5
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b6
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b76
sp:
varName
"mdCsgLast"
^^
xsd:
string
.
_:
b137
sp:
varName
"tvdCsgLast"
^^
xsd:
string
.
_:
b
77
_:
b
138
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
78
_:
b
139
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
79
_:
b
140
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
80
_:
b
141
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
81
_:
b
142
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
82
_:
b
143
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
44
sp:
varName
"
mdPlanned
"
^^
xsd:
string
.
_:
b1
17
sp:
varName
"
tvdDiaPilotPlan
"
^^
xsd:
string
.
_:
b1
45
_:
b1
18
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b1
46
_:
b1
19
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b1
47
_:
b1
20
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b1
48
_:
b1
21
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b1
49
_:
b1
22
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b3
4
_:
b3
6
sp:
varName
"diaHole"
^^
xsd:
string
.
_:
b3
5
_:
b3
7
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b3
6
_:
b3
8
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b3
7
_:
b3
9
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
38
_:
b
40
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
39
_:
b
41
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b4
0
_:
b4
2
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
21
sp:
varName
"
tvd
CsgLast"
^^
xsd:
string
.
_:
b
43
sp:
varName
"
dia
CsgLast"
^^
xsd:
string
.
_:
b
22
_:
b
44
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
23
_:
b
45
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
24
_:
b
46
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
25
_:
b
47
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
26
_:
b
48
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
27
_:
b
49
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
89
sp:
varName
"
tvdStrengthForm
"
^^
xsd:
string
.
_:
b
123
sp:
varName
"
wellBoreDrillingType
"
^^
xsd:
string
.
_:
b
90
sp:
varName
"
temporalPartOfAWellBore
"
^^
xsd:
string
.
_:
b
124
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
91
_:
b
125
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
92
_:
b
126
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
93
_:
b
127
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
94
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
128
sp:
varName
"
typeWellBore
"
^^
xsd:
string
.
_:
b
95
_:
b
129
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
137
sp:
varName
"md
DiaHoleStart
"
^^
xsd:
string
.
_:
b
22
sp:
varName
"md"
^^
xsd:
string
.
_:
b
138
_:
b
23
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
139
_:
b
24
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
140
_:
b
25
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
141
_:
b
26
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
142
_:
b
27
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
143
_:
b
28
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
83
sp:
varName
"
forecast24Hr
"
^^
xsd:
string
.
_:
b
130
sp:
varName
"
mdStrengthForm
"
^^
xsd:
string
.
_:
b
84
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
131
sp:
varName
"
temporalPartOfAWellBore
"
^^
xsd:
string
.
_:
b
85
_:
b
132
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
86
_:
b
133
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
87
_:
b
134
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b88
_:
b135
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b136
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
96
sp:
varName
"
ropCurrentValue
"
^^
xsd:
string
.
_:
b
64
sp:
varName
"
mdKickoff
"
^^
xsd:
string
.
_:
b
97
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
65
sp:
varName
"
temporalPartOfAWellBore
"
^^
xsd:
string
.
_:
b
98
_:
b
66
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
99
_:
b
67
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
100
_:
b
68
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b101
_:
b69
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b70
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
41
sp:
varName
"
dia
CsgLast"
^^
xsd:
string
.
_:
b
57
sp:
varName
"
md
CsgLast"
^^
xsd:
string
.
_:
b
42
_:
b
58
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
43
_:
b
59
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
44
_:
b
60
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
45
_:
b
61
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
46
_:
b
62
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
47
_:
b
63
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
02
sp:
varName
"
elevKelly
"
^^
xsd:
string
.
_:
b1
44
sp:
varName
"
forecast24Hr
"
^^
xsd:
string
.
_:
b1
03
sp:
varName
"
temporalPartOfAWellBore
"
^^
xsd:
string
.
_:
b1
45
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b1
04
_:
b1
46
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b1
05
_:
b1
47
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b1
06
_:
b1
48
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b107
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b108
_:
b149
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
122
sp:
varName
"
mdPlugTop
"
^^
xsd:
string
.
_:
b
98
sp:
varName
"
tvdStrengthForm
"
^^
xsd:
string
.
_:
b
123
_:
b
99
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b1
24
_:
b1
00
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b1
25
_:
b1
01
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b1
26
_:
b1
02
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b1
27
_:
b1
03
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b1
28
_:
b1
04
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
69
sp:
varName
"
mdKickoff
"
^^
xsd:
string
.
_:
b
85
sp:
varName
"
ropCurrentValue
"
^^
xsd:
string
.
_:
b
70
sp:
varName
"
temporalPartOfAWellBore
"
^^
xsd:
string
.
_:
b
86
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
71
_:
b
87
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
72
_:
b
88
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
73
_:
b
89
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b74
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b75
_:
b90
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
62
sp:
varName
"
mdStrengthForm
"
^^
xsd:
string
.
_:
b
50
sp:
varName
"
elevKelly
"
^^
xsd:
string
.
_:
b
63
_:
b
51
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
64
_:
b
52
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
65
_:
b
53
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
66
_:
b
54
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
67
_:
b
55
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
68
_:
b
56
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
116
sp:
varName
"
distDrill
"
^^
xsd:
string
.
_:
b
71
sp:
varName
"
strengthForm
"
^^
xsd:
string
.
_:
b
117
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
72
sp:
varName
"
temporalPartOfAWellBore
"
^^
xsd:
string
.
_:
b
118
_:
b
73
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
119
_:
b
74
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
120
_:
b
75
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b121
_:
b76
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b77
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b28
sp:
varName
"tvdDiaPilotPlan"
^^
xsd:
string
.
_:
b9
sp:
varName
"distDrill"
^^
xsd:
string
.
_:
b
29
sp:
varName
"
temporalPartOfAWellBore
"
^^
xsd:
string
.
_:
b
10
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
30
_:
b
11
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
31
_:
b
12
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
32
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
13
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
_:
b
33
_:
b
14
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
55
sp:
varName
"md"
^^
xsd:
string
.
_:
b
29
sp:
varName
"md
PlugTop
"
^^
xsd:
string
.
_:
b
56
_:
b
30
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
57
_:
b
31
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
58
_:
b
32
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
59
_:
b
33
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
60
_:
b
34
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
61
_:
b
35
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b14
sp:
varName
"tvd"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b15
_:
b3
sp:
varName
"pressureTestType"
^^
xsd:
string
.
_:
b4
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b5
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b6
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b7
sp:
varName
"presTestType"
^^
xsd:
string
.
_:
b8
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b78
sp:
varName
"mdDiaHoleStart"
^^
xsd:
string
.
_:
b79
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b
16
_:
b
80
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
17
_:
b
81
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
18
_:
b
82
sp:
varName
"statusInfo"
^^
xsd:
string
.
_:
b
19
_:
b
83
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b
20
_:
b
84
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b109
sp:
varName
"strengthForm"
^^
xsd:
string
.
_:
b110
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b111
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
sp:
varName
"
mdPlanned
"
^^
xsd:
string
.
_:
b112
sp:
varName
"
dTimStart
"
^^
xsd:
string
.
sp:
varName
"
temporalPartOfAWellBore
"
^^
xsd:
string
.
_:
b113
sp:
varName
"
statusInfo
"
^^
xsd:
string
.
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b114
sp:
varName
"d
ailyDrillingActivity
"
^^
xsd:
string
.
sp:
varName
"d
TimStart
"
^^
xsd:
string
.
_:
b115
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b116
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
...
...
www.reportinghub.no/examples/ddr/NPD_110519104927.ttl
View file @
8f486c0
This diff could not be displayed because it is too large.
www.reportinghub.no/iso15926/bindEP-NativeOWL.ttl
View file @
8f486c0
# Saved by TopBraid on
Thu Aug 04 14:29:43 BS
T 2011
# Saved by TopBraid on
Sun Aug 07 12:55:41 PD
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
# imports: http://purl.org/dc/elements/1.1/
# imports: http://www.w3.org/2004/02/skos/core
# imports: http://www.reportinghub.no/ep/schema/report
...
...
@@ -8,7 +9,6 @@
# imports: http://www.reportinghub.no/ep/schema/equipment
# imports: http://purl.org/dc/terms/
# imports: http://www.reportinghub.no/ep/schema/well
# imports: http://www.reportinghub.no/ep/schema/activity
@prefix
:
<http://www.reportinghub.no/iso15926/bindEP-NativeOWL#>
.
@prefix
iso15926:
<http://www.reportinghub.no/iso15926/nativeOWL#>
.
...
...
@@ -23,5 +23,5 @@
<http://www.reportinghub.no/iso15926/bindEP-NativeOWL>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://purl.org/dc/elements/1.1/>
,
<http://www.reportinghub.no/ep/schema/
activity>
,
<http://www.reportinghub.no/ep/schema/1.1.1/ddr>
,
<http://www.w3.org/2004/02/skos/core>
,
<http://purl.org/dc/terms/>
,
<http://www.reportinghub.no/ep/schema/equipment>
,
<http://www.reportinghub.no/ep/schema/well>
,
<http://www.reportinghub.no/ep/schema/report>
,
<http://www.reportinghub.no/iso15926/nativeOWL
>
;
owl:
imports
<http://purl.org/dc/elements/1.1/>
,
<http://www.reportinghub.no/ep/schema/
1.1.1/ddr>
,
<http://www.w3.org/2004/02/skos/core>
,
<http://purl.org/dc/terms/>
,
<http://www.reportinghub.no/ep/schema/equipment>
,
<http://www.reportinghub.no/ep/schema/well>
,
<http://www.reportinghub.no/ep/schema/report>
,
<http://www.reportinghub.no/iso15926/nativeOWL>
,
<http://www.reportinghub.no/ep/schema/1.1/activity
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
...
...
www.reportinghub.no/swp/SWP_ddr.ui.ttl
View file @
8f486c0
# baseURI: http://www.reportinghub.no/swp/ddr
# imports: http://uispin.org/tui
# imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr
@prefix
:
<http://www.reportinghub.no/swp/ddr#>
.
@prefix
let:
<http://uispin.org/let#>
.
@prefix
letrs:
<http://uispin.org/letrs#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
ui:
<http://uispin.org/ui#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
ui:
instanceView
<http://www.reportinghub.no/swp/Obj_drillReport.uispin.html>
.
<http://www.reportinghub.no/swp/ddr>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.1.1/ddr>
,
<http://uispin.org/tui>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011
# baseURI: http://www.reportinghub.no/swp/ddr
# imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://uispin.org/tui
@prefix
:
<http://www.reportinghub.no/swp/ddr#>
.
@prefix
let:
<http://uispin.org/let#>
.
@prefix
letrs:
<http://uispin.org/letrs#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
ui:
<http://uispin.org/ui#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
ui:
instanceView
<http://www.reportinghub.no/swp/Obj_drillReport.uispin.html>
.
<http://www.reportinghub.no/swp/ddr>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.1/activity>
,
<http://uispin.org/tui>
,
<http://www.reportinghub.no/ep/schema/1.1.1/ddr>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
...
...
Please
register
or
login
to post a comment