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
MonkeyChap
2011-10-10 20:48:10 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
848138b596380bca3c33d49abcfe13c84fe833e7
848138b5
1 parent
84ebb360
Added Production Reports
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletions
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-PRODUCTION-REPORT-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-PRODUCTION-REPORT-v1.0.ttl
View file @
848138b
# Saved by TopBraid on
Sat Oct 08 14:22:39
BST 2011
# Saved by TopBraid on
Mon Oct 10 20:47:57
BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-report
# imports: http://www.reportinghub.no/ep/schema/1.0/report
...
...
@@ -12,3 +12,18 @@
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/report>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-prodreport:
DailyProductionReport
rdf:
type
owl:
Class
;
rdfs:
label
"Daily Production Report"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodreport:
ProductionReport
.
ep-prodreport:
MonthlyProductionReport
rdf:
type
owl:
Class
;
rdfs:
label
"Monthly Production Report"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodreport:
ProductionReport
.
ep-prodreport:
ProductionReport
rdf:
type
owl:
Class
;
rdfs:
label
"Production Report"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/report#Report>
.
...
...
Please
register
or
login
to post a comment