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
Ralph Hodgson
2011-08-07 17:51:15 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f7766de72641f58feddb062038e30b1ff12db3c6
f7766de7
1 parent
2f604699
Deleted unused 'has' properties
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
95 additions
and
4 deletions
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-DDR_(v1.1.1).ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-(v1.1.1).ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-(v1.1.1).ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr-normalization-(v1.1.1).ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-normalization-(v1.1.1).ttl.tbc
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-DDR_(v1.1.1).ttl
View file @
f7766de
This diff could not be displayed because it is too large.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-(v1.1.1).ttl
View file @
f7766de
# Saved by TopBraid on Sun Aug 07 17:
32:11
PDT 2011
# Saved by TopBraid on Sun Aug 07 17:
50:15
PDT 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
...
...
@@ -683,6 +683,42 @@ owl:Thing
]
;
sp:
variable
_:
b57
])
]
;
spin:
update
[
rdf:
type
sp:
Modify
;
sp:
deletePattern
([
sp:
object
_:
b67
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b68
])
;
sp:
insertPattern
([
sp:
object
_:
b69
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b68
])
;
sp:
where
([
sp:
object
_:
b68
;
sp:
predicate
owl:
onProperty
;
sp:
subject
[
sp:
varName
"r"
^^
xsd:
string
]
]
[
sp:
object
_:
b67
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b68
]
[
rdf:
type
sp:
Filter
;
sp:
expression
[
rdf:
type
fn:
starts-with
;
sp:
arg1
_:
b67
;
sp:
arg2
"has"
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
trim
;
sp:
arg1
[
rdf:
type
smf:
regex
;
sp:
arg1
_:
b67
;
sp:
arg2
"has(.*)"
;
sp:
arg3
"$1"
]
]
;
sp:
variable
_:
b69
])
]
.
_:
b25
...
...
@@ -857,3 +893,12 @@ _:b13
sp:
varName
"text"
^^
xsd:
string
.
_:
b4
sp:
varName
"value"
^^
xsd:
string
.
_:
b68
sp:
varName
"p"
^^
xsd:
string
.
_:
b67
sp:
varName
"oldLabel"
^^
xsd:
string
.
_:
b69
sp:
varName
"newLabel"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-(v1.1.1).ttl.tbc
View file @
f7766de
# Saved by TopBraid on Sun Aug 07 17:
32:11
PDT 2011
# Saved by TopBraid on Sun Aug 07 17:
50:15
PDT 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-normalization-(v1.1.1).ttl
View file @
f7766de
# Saved by TopBraid on Sun Aug 07 17:
28:32
PDT 2011
# Saved by TopBraid on Sun Aug 07 17:
45:34
PDT 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
...
...
@@ -9,9 +9,11 @@
# imports: http://www.reportinghub.no/ep/schema/well
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/normalization#>
.
@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
smf:
<http://topbraid.org/sparqlmotionfunctions#>
.
@prefix
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
...
...
@@ -21,3 +23,47 @@
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/well>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/report>
,
<http://www.reportinghub.no/ep/schema/1.1/activity>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport>
,
<http://www.reportinghub.no/ep/schema/equipment>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
owl:
Thing
spin:
update
[
rdf:
type
sp:
Modify
;
sp:
deletePattern
([
sp:
object
_:
b1
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b2
])
;
sp:
insertPattern
([
sp:
object
_:
b3
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b2
])
;
sp:
where
([
sp:
object
_:
b2
;
sp:
predicate
owl:
onProperty
;
sp:
subject
[
sp:
varName
"r"
^^
xsd:
string
]
]
[
sp:
object
_:
b1
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b2
]
[
rdf:
type
sp:
Filter
;
sp:
expression
[
rdf:
type
fn:
starts-with
;
sp:
arg1
_:
b1
;
sp:
arg2
"has"
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
smf:
trim
;
sp:
arg1
[
rdf:
type
smf:
regex
;
sp:
arg1
_:
b1
;
sp:
arg2
"has(.*)"
;
sp:
arg3
"$1"
]
]
;
sp:
variable
_:
b3
])
]
.
_:
b2
sp:
varName
"p"
^^
xsd:
string
.
_:
b1
sp:
varName
"oldLabel"
^^
xsd:
string
.
_:
b3
sp:
varName
"newLabel"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-normalization-(v1.1.1).ttl.tbc
View file @
f7766de
# Saved by TopBraid on Sun Aug 07 17:
28:32
PDT 2011
# Saved by TopBraid on Sun Aug 07 17:
45:34
PDT 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
...
...
Please
register
or
login
to post a comment