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-11 10:17:07 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9c85ff0f52b2795aa0744d0dfa5bf5d620732804
9c85ff0f
1 parent
55efed93
Added count properties for facilities
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
1 deletions
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-PRODUCTION-FACILITY-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-PRODUCTION-FACILITY-v1.0.ttl
View file @
9c85ff0
# Saved by TopBraid on
Sat Oct 08 14:18:19
BST 2011
# Saved by TopBraid on
Tue Oct 11 10:16:15
BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-facility
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
...
...
@@ -12,3 +12,48 @@
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/facility>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-prodfac:
numberOfBedsAvailable
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/facility#Facility>
;
rdfs:
range
xsd:
integer
.
ep-prodfac:
numberOfCateringCrew
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/facility#Facility>
;
rdfs:
range
xsd:
integer
.
ep-prodfac:
numberOfContractorCrew
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/facility#Facility>
;
rdfs:
range
xsd:
integer
.
ep-prodfac:
numberOfDayVisitors
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/facility#Facility>
;
rdfs:
range
xsd:
integer
.
ep-prodfac:
numberOfDrillingContractCrew
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/facility#Facility>
;
rdfs:
range
xsd:
integer
.
ep-prodfac:
numberOfOtherCrew
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/facility#Facility>
;
rdfs:
range
xsd:
integer
.
ep-prodfac:
numberOfOwnCrew
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/facility#Facility>
;
rdfs:
range
xsd:
integer
.
ep-prodfac:
numberOfOwnOtherCrew
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/facility#Facility>
;
rdfs:
range
xsd:
integer
.
ep-prodfac:
numberOfPersonnelOnBoard
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/facility#Facility>
;
rdfs:
range
xsd:
integer
.
...
...
Please
register
or
login
to post a comment