Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
Holger Knublauch
2011-08-31 13:51:30 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d49cbf7042b6335f1d3a6a1588f8492b531d137
6d49cbf7
1 parent
4f62f7f8
Missing id in function
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
www.reportinghub.no/system/spin/SPIN-reporting.spin.ttl
www.reportinghub.no/system/spin/SPIN-reporting.spin.ttl
View file @
6d49cbf
...
...
@@ -99,18 +99,25 @@ reportspin:idOfDDRByDateAndWellBoreId
sp:
subject
[
sp:
varName
"report"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"id"
^^
xsd:
string
]
;
sp:
predicate
<http://rdfs.org/sioc/ns#id>
;
sp:
subject
[
sp:
varName
"report"
^^
xsd:
string
]
])
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The id of the well bore."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#wellBoreId>
;
spl:
valueType
xsd:
string
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The date of the DDR (not the submission date, but the start date of the report)."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#date>
;
spl:
valueType
xsd:
date
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The id of the well bore."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#wellBoreId>
;
spl:
valueType
xsd:
string
]
;
spin:
returnType
xsd:
string
.
...
...
Please
register
or
login
to post a comment