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-10-15 13:11:12 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bfd14af7ed26ab9871ff5d479efee1a889fe0455
bfd14af7
1 parent
1414aa89
Handling of facility subclasses
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletions
www.reportinghub.no/spin/SPIN-RH-v1.0.spin.ttl
www.reportinghub.no/spin/SPIN-RH-v1.0.spin.ttl
View file @
bfd14af
...
...
@@ -1482,7 +1482,8 @@ rhspin:npdIndividualByName
[
rdf:
type
sp:
Select
;
sp:
resultVariables
([
sp:
varName
"individual"
^^
xsd:
string
])
;
sp:
where
([
rdf:
type
sp:
NamedGraph
;
sp:
where
([
rdf:
type
sp:
Union
;
sp:
elements
(([
rdf:
type
sp:
NamedGraph
;
sp:
elements
([
rdf:
type
sp:
TriplePath
;
sp:
object
[
sp:
varName
"type"
^^
xsd:
string
...
...
@@ -1497,6 +1498,22 @@ rhspin:npdIndividualByName
]
])
;
sp:
graphNameNode
<http://www.reportinghub.no/np/schema/1.0/npd>
])
([
rdf:
type
sp:
NamedGraph
;
sp:
elements
([
rdf:
type
sp:
TriplePath
;
sp:
object
[
sp:
varName
"type"
^^
xsd:
string
]
;
sp:
path
[
rdf:
type
sp:
ModPath
;
sp:
modMax
-2
;
sp:
modMin
0
;
sp:
subPath
rdfs:
subClassOf
]
;
sp:
subject
[
sp:
varName
"a"
^^
xsd:
string
]
])
;
sp:
graphNameNode
<http://www.reportinghub.no/ep/schema/1.0/facility>
]))
]
[
rdf:
type
sp:
NamedGraph
;
sp:
elements
([
sp:
object
[
sp:
varName
"name"
^^
xsd:
string
...
...
Please
register
or
login
to post a comment