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-14 13:25:11 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7e50ca8155a907d7d135043e83bfedd6dc72a223
7e50ca81
1 parent
7bc095e1
Upload DDR licence check is now more restrictive
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
www.reportinghub.no/ep/spin/SPIN_EP-REPORT-constraints.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EP-REPORT-constraints.spin.ttl
View file @
7e50ca8
...
...
@@ -92,15 +92,17 @@
sp:
arg1
[
sp:
varName
"company"
^^
xsd:
string
]
]
]
[
rdf:
type
sp:
NotExists
;
sp:
elements
([
sp:
object
[
sp:
varName
"wellBore"
^^
xsd:
string
]
;
sp:
predicate
rhspin:
companyHasLicenceForWellBore
;
sp:
subject
[
sp:
varName
"company"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Filter
;
sp:
expression
[
rdf:
type
sp:
not
;
sp:
arg1
[
rdf:
type
rhspin:
npdTripleExists
;
sp:
arg1
[
sp:
varName
"wellBore"
^^
xsd:
string
]
;
sp:
arg2
<http://www.reportinghub.no/np/schema/npd#drillingOperator>
;
sp:
arg3
[
sp:
varName
"company"
^^
xsd:
string
]
]
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
coalesce
;
...
...
@@ -120,7 +122,7 @@
sp:
arg1
"Your company ("
;
sp:
arg2
[
sp:
varName
"companyName"
^^
xsd:
string
]
;
sp:
arg3
")
does not hold a licence for
well bore "
;
sp:
arg3
")
is not the drilling operator of
well bore "
;
sp:
arg4
[
sp:
varName
"displayName"
^^
xsd:
string
]
]
;
...
...
Please
register
or
login
to post a comment