Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
David Price
2012-03-14 01:46:41 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5a08a915f7daef69c3d4e168912b9c610a10fb5a
5a08a915
1 parent
59986d81
Fixed well test dup in reports and Operations depths in ddr tables
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
4 deletions
www.reportinghub.no/ep/spin/SPIN_EP-DDR-tables-v1.0.spin.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-wellTestInfo-v1.1.1.ttl
www.reportinghub.no/ep/spin/SPIN_EP-DDR-tables-v1.0.spin.ttl
View file @
5a08a91
...
...
@@ -22,7 +22,7 @@
<http://www.reportinghub.no/ep/spin/ddr-tables>
rdf:
type
owl:
Ontology
;
rdfs:
comment
"A collection of SELECT templates that can be used to assemble tables in DD reports."
^^
xsd:
string
;
owl:
imports
<http://
spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/activity-purpose>
,
<http://www.reportinghub.no/spin/rh>
,
<http://www.reportinghub.no/ep/spin/1.1/lib
>
;
owl:
imports
<http://
www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/spin/rh>
,
<http://www.reportinghub.no/ep/schema/1.0/activity-purpose>
,
<http://spinrdf.org/spin
>
;
owl:
versionInfo
"0.1.0"
^^
xsd:
string
.
ddr-tables:
BitRecord
...
...
@@ -3251,7 +3251,9 @@ ddr-tables:Operations
sp:
subject
[
sp:
varName
"id"
^^
xsd:
string
]
]
[
sp:
object
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"wellbore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
...
...
@@ -3272,17 +3274,54 @@ ddr-tables:Operations
sp:
subject
[
sp:
varName
"ed"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"wellbore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
[
sp:
varName
"part"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"id2"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#initialBottomHoleMeasuredDepth>
;
sp:
subject
[
sp:
varName
"wellbore"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"startDepth2"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#metre>
;
sp:
subject
[
sp:
varName
"id2"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"ed2"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth>
;
sp:
subject
[
sp:
varName
"wellbore"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"endDepth2"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#metre>
;
sp:
subject
[
sp:
varName
"ed2"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
sub
;
sp:
arg1
[
rdf:
type
spif:
cast
;
arg:
datatype
xsd:
float
;
sp:
arg1
[
sp:
varName
"endDepth"
^^
xsd:
string
sp:
arg1
[
sp:
varName
"endDepth
2
"
^^
xsd:
string
]
]
;
sp:
arg2
[
rdf:
type
spif:
cast
;
arg:
datatype
xsd:
float
;
sp:
arg1
[
sp:
varName
"startDepth"
^^
xsd:
string
sp:
arg1
[
sp:
varName
"startDepth
2
"
^^
xsd:
string
]
]
]
;
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-wellTestInfo-v1.1.1.ttl
View file @
5a08a91
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment