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 Leal
2012-08-20 10:22:59 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3a6425bff3d9fe81fd18390b7d21e5a2c05451da
3a6425bf
1 parent
cbca89a7
Fluid level test bug fixed
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
13 deletions
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-ORGANIZATION-v1.0.ttl
www.reportinghub.no/ep/transform/TRANSFORM_mpr-wellTest-v1.1.1.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-ORGANIZATION-v1.0.ttl
View file @
3a6425b
...
...
@@ -10,11 +10,11 @@
<http://www.reportinghub.no/ep/schema/1.0/organization>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/
facility>
,
<http://www.reportinghub.no/ep/schema/1.0/core
>
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/
core>
,
<http://www.reportinghub.no/ep/schema/1.0/facility
>
;
owl:
versionInfo
"0.1.0"
^^
xsd:
string
.
ep-org:
CateringCrew
rdf:
type
owl:
Class
,
ep-org:
CrewType
;
rdf:
type
ep-org:
CrewType
,
owl:
Class
;
rdfs:
label
"catering crew"
^^
xsd:
string
;
rdfs:
subClassOf
ep-org:
Crew
.
...
...
@@ -29,7 +29,7 @@ ep-org:Company
rdfs:
subClassOf
ep-org:
Organization-WholeLife
.
ep-org:
ContractorCrew
rdf:
type
owl:
Class
,
ep-org:
CrewType
;
rdf:
type
ep-org:
CrewType
,
owl:
Class
;
rdfs:
label
"contractor crew"
^^
xsd:
string
;
rdfs:
subClassOf
ep-org:
Crew
.
...
...
@@ -44,39 +44,39 @@ ep-org:CrewType
rdfs:
subClassOf
owl:
Class
.
ep-org:
DayVisitorCrew
rdf:
type
owl:
Class
,
ep-org:
CrewType
;
rdf:
type
ep-org:
CrewType
,
owl:
Class
;
rdfs:
label
"day visitor crew"
^^
xsd:
string
;
rdfs:
subClassOf
ep-org:
Crew
.
ep-org:
DrillingContractCrew
rdf:
type
owl:
Class
,
ep-org:
CrewType
;
rdf:
type
ep-org:
CrewType
,
owl:
Class
;
rdfs:
label
"drilling contract crew"
^^
xsd:
string
;
rdfs:
subClassOf
ep-org:
Crew
.
ep-org:
NonOperatorOvernightVisitorCrew
rdf:
type
owl:
Class
,
ep-org:
CrewType
;
rdf:
type
ep-org:
CrewType
,
owl:
Class
;
rdfs:
label
"non-operator overnight visitor crew"
^^
xsd:
string
;
rdfs:
subClassOf
ep-org:
Crew
.
ep-org:
OperatorNormalCrew
rdf:
type
owl:
Class
,
ep-org:
CrewType
;
rdf:
type
ep-org:
CrewType
,
owl:
Class
;
rdfs:
label
"operator normal crew"
^^
xsd:
string
;
rdfs:
subClassOf
ep-org:
Crew
.
ep-org:
OperatorOvernightVisitorCrew
rdf:
type
owl:
Class
,
ep-org:
CrewType
;
rdf:
type
ep-org:
CrewType
,
owl:
Class
;
rdfs:
label
"operator overnight visitor crew"
^^
xsd:
string
;
rdfs:
subClassOf
ep-org:
Crew
.
ep-org:
Organization
rdf:
type
owl:
Class
;
rdfs:
label
"organization"
^^
xsd:
string
;
rdfs:
subClassOf
ep-org:
PersonOrOrganization
,
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
.
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
,
ep-org:
PersonOrOrganization
.
ep-org:
Organization-WholeLife
rdf:
type
owl:
Class
;
rdfs:
label
"organization - whole life"
^^
xsd:
string
;
rdfs:
subClassOf
ep-org:
Organization
.
rdfs:
subClassOf
ep-org:
PersonOrOrganization-WholeLife
,
ep-org:
Organization
.
ep-org:
Person
rdf:
type
owl:
Class
;
...
...
@@ -86,6 +86,10 @@ ep-org:PersonOrOrganization
rdf:
type
owl:
Class
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
.
ep-org:
PersonOrOrganization-WholeLife
rdf:
type
owl:
Class
;
rdfs:
subClassOf
ep-org:
PersonOrOrganization
.
ep-org:
PersonRole
rdf:
type
owl:
Class
;
rdfs:
label
"person role"
^^
xsd:
string
;
...
...
@@ -97,14 +101,14 @@ ep-org:PersonRoleType
rdfs:
subClassOf
owl:
Class
.
ep-org:
TotalCrew
rdf:
type
owl:
Class
,
ep-org:
CrewType
;
rdf:
type
ep-org:
CrewType
,
owl:
Class
;
rdfs:
label
"total crew"
^^
xsd:
string
;
rdfs:
subClassOf
ep-org:
Crew
.
ep-org:
WholeLifePerson
rdf:
type
owl:
Class
;
rdfs:
label
"whole life person"
^^
xsd:
string
;
rdfs:
subClassOf
ep-org:
Person
.
rdfs:
subClassOf
ep-org:
Person
OrOrganization-WholeLife
,
ep-org:
Person
.
ep-org:
hasCrew
rdf:
type
owl:
ObjectProperty
;
...
...
@@ -113,7 +117,7 @@ ep-org:hasCrew
rdfs:
range
ep-org:
Crew
.
ep-org:
numberInCrew
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
domain
ep-org:
Crew
;
rdfs:
label
"number in crew"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_mpr-wellTest-v1.1.1.ttl
View file @
3a6425b
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment