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
David Price
2011-10-14 00:16:10 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3aa5e27316de81390bdebf2abff6aabc3191a31a
3aa5e273
1 parent
11662362
Report Alias as anything in NPD
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
66 additions
and
66 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 @
3aa5e27
# Saved by TopBraid on
Tue Oct 11 12:55:49 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-report
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/np/schema/1.0/npd
@prefix
ep-prodreport:
<http://www.reportinghub.no/ep/schema/production-report#>
.
@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
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/1.0/production-report>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/
np/schema/1.0/npd>
,
<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>
.
ep-prodreport:
ReportAliasIdentifier
rdf:
type
owl:
Class
;
rdfs:
subClassOf
owl:
Thing
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-prodreport:
aliasName
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-prodreport:
aliasOwner
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-prodreport:
isAliasFor
]
.
ep-prodreport:
aliasName
rdf:
type
owl:
DatatypeProperty
;
rdfs:
range
xsd:
string
.
ep-prodreport:
aliasOwner
rdf:
type
owl:
ObjectProperty
;
rdfs:
range
<http://www.reportinghub.no/
ep/schema/organization#Company>
.
ep-prodreport:
disclaimer
rdf:
type
rdf:
Property
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/report#Report>
;
rdfs:
range
xsd:
string
.
ep-prodreport:
isAliasFor
rdf:
type
owl:
ObjectProperty
;
rdfs:
range
<http://www.reportinghub.no/np/schema/npd#Individual>
.
# Saved by TopBraid on
Fri Oct 14 00:15:06 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-report
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/np/schema/1.0/npd
@prefix
ep-prodreport:
<http://www.reportinghub.no/ep/schema/production-report#>
.
@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
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/1.0/production-report>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/
ep/schema/1.0/report>
,
<http://www.reportinghub.no/np/schema/1.0/npd>
;
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>
.
ep-prodreport:
ReportAliasIdentifier
rdf:
type
owl:
Class
;
rdfs:
subClassOf
owl:
Thing
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-prodreport:
isAliasFor
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-prodreport:
aliasOwner
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-prodreport:
aliasName
]
.
ep-prodreport:
aliasName
rdf:
type
owl:
DatatypeProperty
;
rdfs:
range
xsd:
string
.
ep-prodreport:
aliasOwner
rdf:
type
owl:
ObjectProperty
;
rdfs:
range
<http://www.reportinghub.no/
np/schema/npd#Individual>
.
ep-prodreport:
disclaimer
rdf:
type
rdf:
Property
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/report#Report>
;
rdfs:
range
xsd:
string
.
ep-prodreport:
isAliasFor
rdf:
type
owl:
ObjectProperty
;
rdfs:
range
<http://www.reportinghub.no/np/schema/npd#Individual>
.
...
...
Please
register
or
login
to post a comment