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
2012-03-01 15:42:38 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1c0ddbf4fd8d8f7600008e81f84d576f1d3f9465
1c0ddbf4
1 parent
1fbef4ef
Added log:NPDUploadEvent
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletions
www.reportinghub.no/system/schema/SCHEMA-logging.ttl
www.reportinghub.no/system/schema/SCHEMA-logging.ttl
View file @
1c0ddbf
...
...
@@ -49,6 +49,17 @@ log:LogEvent
owl:
onProperty
<http://rdfs.org/sioc/ns#id>
]
.
log:
NPDUploadEvent
rdf:
type
owl:
Class
;
rdfs:
comment
"Represents the fact that a given XML file has been submitted to NPD."
^^
xsd:
string
;
rdfs:
label
"NPDUpload event"
^^
xsd:
string
;
rdfs:
subClassOf
log:
ReportEvent
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
log:
xml
]
.
log:
PasswordChangeEvent
rdf:
type
owl:
Class
;
rdfs:
label
"Password change event"
^^
xsd:
string
;
...
...
@@ -85,6 +96,11 @@ log:ReportUploadEvent
rdfs:
subClassOf
log:
ReportEvent
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
log:
xml
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.reportinghub.no/system/schema/reporting#format>
]
.
...
...
@@ -159,7 +175,6 @@ log:wellBoreName
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
.
...
...
Please
register
or
login
to post a comment