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-07 09:20:11 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a61d39b7e0c1ff1fcae29a43e4c0720998139d49
a61d39b7
1 parent
e7ec41d1
Added log:xml
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
8 deletions
www.reportinghub.no/system/schema/SCHEMA-logging.ttl
www.reportinghub.no/system/schema/SCHEMA-logging.ttl
View file @
a61d39b
...
...
@@ -26,12 +26,12 @@ log:LogEvent
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://purl.org/dc/terms/created>
owl:
onProperty
rdfs:
comment
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
xsd:
dateTime
;
owl:
onProperty
<http://
purl.org/dc/terms/create
d>
owl:
allValuesFrom
xsd:
string
;
owl:
onProperty
<http://
rdfs.org/sioc/ns#i
d>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -40,13 +40,13 @@ log:LogEvent
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
xsd:
string
;
owl:
onProperty
<http://
rdfs.org/sioc/ns#i
d>
owl:
allValuesFrom
xsd:
dateTime
;
owl:
onProperty
<http://
purl.org/dc/terms/create
d>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
rdfs:
comment
owl:
onProperty
<http://purl.org/dc/terms/created>
]
.
log:
PasswordChangeEvent
...
...
@@ -66,12 +66,12 @@ log:ReportDownloadEvent
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.reportinghub.no/system/schema/reporting#
wellBoreId
>
owl:
onProperty
<http://www.reportinghub.no/system/schema/reporting#
format
>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.reportinghub.no/system/schema/reporting#
format
>
owl:
onProperty
<http://www.reportinghub.no/system/schema/reporting#
wellBoreId
>
]
.
log:
ReportEvent
...
...
@@ -144,6 +144,13 @@ log:url
rdfs:
label
"url"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
log:
xml
rdf:
type
owl:
DatatypeProperty
;
rdfs:
comment
"The complete source of the submitted XML document."
^^
xsd:
string
;
rdfs:
domain
log:
ReportUploadEvent
;
rdfs:
label
"xml"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
<http://www.reportinghub.no/system/schema/reporting#uploadedDocument>
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
log:
ReportUploadEvent
;
...
...
Please
register
or
login
to post a comment