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-11 16:08:16 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
13e7b90f0851e158cce87ad2004969c944b9d12f
13e7b90f
1 parent
4ec2d2af
Added log:wellBoreName
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
www.reportinghub.no/system/schema/SCHEMA-logging.ttl
www.reportinghub.no/system/swp/SWP-logging.ui.ttl
www.reportinghub.no/system/schema/SCHEMA-logging.ttl
View file @
13e7b90
...
...
@@ -144,6 +144,13 @@ log:url
rdfs:
label
"url"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
log:
wellBoreName
rdf:
type
owl:
DatatypeProperty
;
rdfs:
comment
"Points to one or more well bore names that had reports uploaded."
^^
xsd:
string
;
rdfs:
domain
log:
ReportUploadEvent
;
rdfs:
label
"well bore name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
log:
xml
rdf:
type
owl:
DatatypeProperty
;
rdfs:
comment
"The complete source of the submitted XML document."
^^
xsd:
string
;
...
...
www.reportinghub.no/system/swp/SWP-logging.ui.ttl
View file @
13e7b90
...
...
@@ -11,6 +11,7 @@
@prefix
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
tui:
<http://uispin.org/tui#>
.
@prefix
ui:
<http://uispin.org/ui#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
...
...
@@ -109,6 +110,28 @@
]
]
]
;
ui:
child
[
rdf:
type
ui:
TextNode
;
ui:
childIndex
1
;
ui:
text
" "
^^
xsd:
string
]
;
ui:
child
[
rdf:
type
tui:
LabelList
;
ui:
childIndex
2
;
ui:
resultSet
[
rdf:
type
sp:
Select
;
sp:
orderBy
([
sp:
varName
"wellBoreName"
^^
xsd:
string
])
;
sp:
resultVariables
([
sp:
varName
"wellBoreName"
^^
xsd:
string
])
;
sp:
where
([
sp:
object
[
sp:
varName
"wellBoreName"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/system/schema/logging#wellBoreName>
;
sp:
subject
spin:
_this
])
]
]
;
ui:
id
"comments"
^^
xsd:
string
]
.
...
...
Please
register
or
login
to post a comment