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
2013-08-08 11:17:23 +0100
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
31369b8af544580670cc89d5f76f3deb6d68cf0e
31369b8a
2 parents
b5c967c8
891412ea
Merge branch 'trygraph'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
17 deletions
www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0.ttl
www.reportinghub.no/spin/SPIN-RH-v1.0.spin.ttl
www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0.ttl
View file @
31369b8
This diff could not be displayed because it is too large.
www.reportinghub.no/spin/SPIN-RH-v1.0.spin.ttl
View file @
31369b8
...
...
@@ -13,6 +13,7 @@
@prefix
afn:
<http://jena.hpl.hp.com/ARQ/function#>
.
@prefix
arg:
<http://spinrdf.org/arg#>
.
@prefix
dc:
<http://purl.org/dc/elements/1.1/>
.
@prefix
erhdata:
<http://www.reportinghub.no/data/erh/>
.
@prefix
fn:
<http://www.w3.org/2005/xpath-functions#>
.
@prefix
npdata:
<http://www.reportinghub.no/np/data/>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
...
...
@@ -162,7 +163,7 @@ npdata:npd
<http://www.reportinghub.no/spin/rh>
rdf:
type
owl:
Ontology
;
rdfs:
comment
"A collection of SPIN functions and templates to support working with the ReportingHub schemas."
^^
xsd:
string
;
owl:
imports
<http://spinrdf.org/spin>
,
<http://
www.reportinghub.no/ep/schema/1.0/organization>
,
<http://www.reportinghub.no/ep/schema/1.0/facility>
,
<http://www.reportinghub.no/ep/schema/1.0/report>
,
<http://topbraid.org/spin/spinmapl>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.reportinghub.no/np/schema/1.0/npd>
,
<http://www.reportinghub.no/ep/schema/1.0/erhfacts>
,
<http://www.reportinghub.no/system/schema/reporting>
,
<http://www.linkedmodel.org/schema/dtype
>
;
owl:
imports
<http://spinrdf.org/spin>
,
<http://
topbraid.org/spin/spinmapl>
,
<http://www.linkedmodel.org/schema/dtype>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.reportinghub.no/ep/schema/1.0/erhfacts>
,
<http://www.reportinghub.no/ep/schema/1.0/facility>
,
<http://www.reportinghub.no/ep/schema/1.0/organization>
,
<http://www.reportinghub.no/ep/schema/1.0/report>
,
<http://www.reportinghub.no/np/schema/1.0/npd>
,
<http://www.reportinghub.no/system/schema/reporting
>
;
owl:
versionInfo
"0.1.1"
^^
xsd:
string
.
rhspin:
DDRTableTemplates
...
...
@@ -1767,14 +1768,14 @@ rhspin:flowUidIsValid
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"This is the uid
Ref attribute value of the instance
element."
^^
xsd:
string
;
spl:
predicate
arg:
uidRef
;
rdfs:
comment
"This is the uid
attribute value of the flow
element."
^^
xsd:
string
;
spl:
predicate
arg:
flowUid
;
spl:
valueType
xsd:
string
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"This is the uid
attribute value of the flow
element."
^^
xsd:
string
;
spl:
predicate
arg:
flowUid
;
rdfs:
comment
"This is the uid
Ref attribute value of the instance
element."
^^
xsd:
string
;
spl:
predicate
arg:
uidRef
;
spl:
valueType
xsd:
string
]
;
spin:
returnType
xsd:
boolean
.
...
...
@@ -2553,17 +2554,17 @@ rhspin:npdIndividualById
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The NPD id to match."
^^
xsd:
string
;
spl:
predicate
arg:
id
;
spl:
valueType
xsd:
string
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The rdf:type that the result must have."
^^
xsd:
string
;
spl:
optional
"true"
^^
xsd:
boolean
;
spl:
predicate
arg:
type
;
spl:
valueType
rdfs:
Class
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The NPD id to match."
^^
xsd:
string
;
spl:
predicate
arg:
id
;
spl:
valueType
xsd:
string
]
;
spin:
returnType
<http://www.reportinghub.no/np/schema/npd#Individual>
.
rhspin:
npdIndividualByName
...
...
@@ -2628,17 +2629,17 @@ rhspin:npdIndividualByName
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The NPD name to match."
^^
xsd:
string
;
spl:
predicate
arg:
name
;
spl:
valueType
xsd:
string
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The rdf:type that the result must have."
^^
xsd:
string
;
spl:
optional
"true"
^^
xsd:
boolean
;
spl:
predicate
arg:
type
;
spl:
valueType
rdfs:
Class
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The NPD name to match."
^^
xsd:
string
;
spl:
predicate
arg:
name
;
spl:
valueType
xsd:
string
]
;
spin:
returnType
<http://www.reportinghub.no/np/schema/npd#Individual>
.
rhspin:
npdName
...
...
Please
register
or
login
to post a comment