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
2012-12-13 11:07:44 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fb01c7fcebe60a9bb8aac2177b8c6a8b50dcd8dd
fb01c7fc
1 parent
340bcc7c
Separate UoM construct from other datatype property constrict for RD
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
145 additions
and
102 deletions
www.reportinghub.no/refdata/transform/datprop2rd.ttl
www.reportinghub.no/refdata/transform/uomprop2rd.ttl
www.reportinghub.no/refdata/transform/uomprop2rd.ttl.tbc
www.reportinghub.no/refdata/transform/datprop2rd.ttl
View file @
fb01c7f
...
...
@@ -140,106 +140,4 @@ owl:DatatypeProperty
[
sp:
varName
"desigation"
^^
xsd:
string
]
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"0340 Set URI and designation for EHR RD from Datatype Property that ARE UoM"
^^
xsd:
string
;
sp:
templates
([
sp:
object
[
sp:
varName
"thisrduri"
^^
xsd:
string
]
;
sp:
predicate
owl:
sameAs
;
sp:
subject
spin:
_this
]
[
sp:
object
[
sp:
varName
"desigation"
^^
xsd:
string
]
;
sp:
predicate
<http://posccaesar.org/rdl/hasDesignation>
;
sp:
subject
[
sp:
varName
"thisrduri"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"pcaid"
^^
xsd:
string
]
;
sp:
predicate
<http://posccaesar.org/rdl/hasIdPCA>
;
sp:
subject
[
sp:
varName
"thisrduri"
^^
xsd:
string
]
]
[
sp:
object
ISO-15926-2_2003:
Scale
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"thisrduri"
^^
xsd:
string
]
])
;
sp:
where
([
rdf:
type
sp:
NotExists
;
sp:
elements
([
sp:
object
[
sp:
varName
"same"
^^
xsd:
string
]
;
sp:
predicate
owl:
sameAs
;
sp:
subject
spin:
_this
])
]
[
rdf:
type
sp:
NotExists
;
sp:
elements
([
sp:
object
[
sp:
varName
"seerd"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#seeReferenceData>
;
sp:
subject
spin:
_this
])
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Scale>
;
sp:
predicate
rdf:
type
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Filter
;
sp:
expression
[
rdf:
type
sp:
ne
;
sp:
arg1
[
rdf:
type
afn:
namespace
;
sp:
arg1
spin:
_this
]
;
sp:
arg2
"http://www.linkedmodel.org/schema/vaem#"
]
]
[
rdf:
type
sp:
Filter
;
sp:
expression
[
rdf:
type
sp:
ne
;
sp:
arg1
[
rdf:
type
afn:
namespace
;
sp:
arg1
spin:
_this
]
;
sp:
arg2
"http://www.w3.org/2004/02/skos/core#"
]
]
[
sp:
object
[
sp:
varName
"label"
^^
xsd:
string
]
;
sp:
predicate
rdfs:
label
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
spif:
generateUUID
]
;
sp:
variable
[
sp:
varName
"uuid"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
fn:
concat
;
sp:
arg1
"ERH"
;
sp:
arg2
[
sp:
varName
"uuid"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"pcaid"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
spif:
buildURI
;
sp:
arg1
"<http://posccaesar.org/rdl/{?pcaid}>"
]
;
sp:
variable
[
sp:
varName
"thisrduri"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
fn:
upper-case
;
sp:
arg1
[
sp:
varName
"label"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"desigation"
^^
xsd:
string
]
])
]
.
...
...
www.reportinghub.no/refdata/transform/uomprop2rd.ttl
0 → 100644
View file @
fb01c7f
# baseURI: http://www.reportinghub.no/refdata/transform/uomprop2rd
# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/drilling
@prefix
:
<http://www.reportinghub.no/refdata/transform/uomprop2rd#>
.
@prefix
ISO-15926-2_2003:
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#>
.
@prefix
RDL-annotations:
<http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#>
.
@prefix
afn:
<http://jena.hpl.hp.com/ARQ/function#>
.
@prefix
drilling:
<http://www.reportinghub.no/ep/schema/1.0/drilling#>
.
@prefix
fn:
<http://www.w3.org/2005/xpath-functions#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
sp:
<http://spinrdf.org/sp#>
.
@prefix
spif:
<http://spinrdf.org/spif#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/refdata/transform/uomprop2rd>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003>
,
<http://rds.posccaesar.org/2008/06/OWL/RDL-annotations>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/drilling>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
owl:
DatatypeProperty
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"0340 Set URI and designation for EHR RD from Datatype Property that ARE UoM"
^^
xsd:
string
;
sp:
templates
([
sp:
object
[
sp:
varName
"thisrduri"
^^
xsd:
string
]
;
sp:
predicate
owl:
sameAs
;
sp:
subject
spin:
_this
]
[
sp:
object
[
sp:
varName
"desigation"
^^
xsd:
string
]
;
sp:
predicate
<http://posccaesar.org/rdl/hasDesignation>
;
sp:
subject
[
sp:
varName
"thisrduri"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"pcaid"
^^
xsd:
string
]
;
sp:
predicate
<http://posccaesar.org/rdl/hasIdPCA>
;
sp:
subject
[
sp:
varName
"thisrduri"
^^
xsd:
string
]
]
[
sp:
object
ISO-15926-2_2003:
Scale
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"thisrduri"
^^
xsd:
string
]
])
;
sp:
where
([
rdf:
type
sp:
NotExists
;
sp:
elements
([
sp:
object
[
sp:
varName
"same"
^^
xsd:
string
]
;
sp:
predicate
owl:
sameAs
;
sp:
subject
spin:
_this
])
]
[
rdf:
type
sp:
NotExists
;
sp:
elements
([
sp:
object
[
sp:
varName
"seerd"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#seeReferenceData>
;
sp:
subject
spin:
_this
])
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Scale>
;
sp:
predicate
rdf:
type
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Filter
;
sp:
expression
[
rdf:
type
sp:
ne
;
sp:
arg1
[
rdf:
type
afn:
namespace
;
sp:
arg1
spin:
_this
]
;
sp:
arg2
"http://www.linkedmodel.org/schema/vaem#"
]
]
[
rdf:
type
sp:
Filter
;
sp:
expression
[
rdf:
type
sp:
ne
;
sp:
arg1
[
rdf:
type
afn:
namespace
;
sp:
arg1
spin:
_this
]
;
sp:
arg2
"http://www.w3.org/2004/02/skos/core#"
]
]
[
sp:
object
[
sp:
varName
"label"
^^
xsd:
string
]
;
sp:
predicate
rdfs:
label
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
spif:
generateUUID
]
;
sp:
variable
[
sp:
varName
"uuid"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
fn:
concat
;
sp:
arg1
"ERH"
;
sp:
arg2
[
sp:
varName
"uuid"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"pcaid"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
spif:
buildURI
;
sp:
arg1
"<http://posccaesar.org/rdl/{?pcaid}>"
]
;
sp:
variable
[
sp:
varName
"thisrduri"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
fn:
upper-case
;
sp:
arg1
[
sp:
varName
"label"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"desigation"
^^
xsd:
string
]
])
]
.
www.reportinghub.no/refdata/transform/uomprop2rd.ttl.tbc
0 → 100644
View file @
fb01c7f
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
composite:
index
"0"
^^
xsd:
int
]
.
Please
register
or
login
to post a comment