Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
Holger Knublauch
2011-11-21 12:13:21 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
40711497a611cb199be0e206a01d2b54df461ffc
40711497
1 parent
4de282aa
Field and Discovery mapping now handles 0 well bore ids
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
www.reportinghub.no/examples/npdi.ttl
www.reportinghub.no/np/transform/TRANSFORM_SPREADSHEETS-to-NPD.ttl
www.reportinghub.no/examples/npdi.ttl
View file @
4071149
This diff could not be displayed because it is too large.
www.reportinghub.no/np/transform/TRANSFORM_SPREADSHEETS-to-NPD.ttl
View file @
4071149
...
...
@@ -270,8 +270,16 @@
[
rdf:
type
spinmap:
Mapping-1-1
;
spinmap:
context
:
Discovery-Discovery
;
spinmap:
expression
[
rdf:
type
rhspin:
wellBoreById
;
arg:
id
spin:
_arg1
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
"0"
]
;
sp:
arg2
[
sp:
varName
"none"
^^
xsd:
string
]
;
sp:
arg3
[
rdf:
type
rhspin:
wellBoreById
;
arg:
id
spin:
_arg1
]
]
;
spinmap:
sourcePredicate1
<file:///www.reportinghub.no/transform/npd/discovery#wlbNpdidWellbore>
;
...
...
@@ -541,8 +549,16 @@
[
rdf:
type
spinmap:
Mapping-1-1
;
spinmap:
context
:
Field-Field
;
spinmap:
expression
[
rdf:
type
rhspin:
wellBoreById
;
arg:
id
spin:
_arg1
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
"0"
]
;
sp:
arg2
[
sp:
varName
"none"
^^
xsd:
string
]
;
sp:
arg3
[
rdf:
type
rhspin:
wellBoreById
;
arg:
id
spin:
_arg1
]
]
;
spinmap:
sourcePredicate1
<file:///www.reportinghub.no/transform/npd/field#wlbNpdidWellbore>
;
...
...
Please
register
or
login
to post a comment