Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
ilap
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
Tore Christiansen
2014-10-12 18:12:04 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fd10c878b90df74f432805a2a91a35e6b8c4d6f6
fd10c878
1 parent
3df3056c
Added COR as subclass of Category
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
PLANNING_VALUES.ttl
PLANNING_VALUES.ttl
View file @
fd10c87
...
...
@@ -13,7 +13,7 @@
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
:
rdf:
type
owl:
Ontology
;
owl:
imports
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS>
,
ILAP:
.
owl:
imports
ILAP:
,
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS>
.
ILAP:
rdf:
type
owl:
Ontology
;
...
...
@@ -125,7 +125,7 @@ ILAP:DependentOnShutdown
ILAP:
Development
rdf:
type
ILAP:
PlanLifecycleStage
;
rdfs:
label
"Develop
ment"
^^
xsd:
string
,
"Develop
"
^^
xsd:
string
.
rdfs:
label
"Develop
"
^^
xsd:
string
,
"Development
"
^^
xsd:
string
.
ILAP:
DisasterRecovery
rdf:
type
ILAP:
PlanObjectiveType
;
...
...
@@ -148,8 +148,8 @@ ILAP:DuringNormalOperation
rdfs:
label
"During Normal Operation"
^^
xsd:
string
.
ILAP:
DuringShutdown
rdf:
type
ILAP:
Shutdown
Type
,
ILAP:
ShutdownPhas
e
;
rdfs:
label
"During
Shutdown"
^^
xsd:
string
,
"During s
hutdown"
^^
xsd:
string
.
rdf:
type
ILAP:
Shutdown
Phase
,
ILAP:
ShutdownTyp
e
;
rdfs:
label
"During
shutdown"
^^
xsd:
string
,
"During S
hutdown"
^^
xsd:
string
.
ILAP:
EquipmentShutdown
rdf:
type
ILAP:
ShutdownType
;
...
...
@@ -487,7 +487,7 @@ ILAP:StandardFreeWeekendPeriod
rdf:
type
ILAP:
CalendarFreePeriodWeekRepeat
;
rdfs:
label
"Standard free weekend period"
^^
xsd:
string
;
ILAP:
hasCalendarPeriodFreeDay
ILAP:
S
unday
,
ILAP:
Satur
day
.
ILAP:
S
aturday
,
ILAP:
Sun
day
.
ILAP:
StandardWorkWeekdayPeriod
rdf:
type
ILAP:
CalendarWorkPeriodWeekRepeat
;
...
...
@@ -637,7 +637,7 @@ ILAP:hasWorkTaskResponsible
rdfs:
range
ILAP:
ResponsiblePerson
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
rdfs:
subClassOf
ILAP:
Resource
,
ILAP:
Disciplin
e
.
rdfs:
subClassOf
ILAP:
Category
,
ILAP:
Discipline
,
ILAP:
Resourc
e
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
rdfs:
subClassOf
ILAP:
Result
.
...
...
@@ -647,8 +647,8 @@ ILAP:hasWorkTaskResponsible
<http://data.posccaesar.org/npd/ontology/OperatingCompany>
rdf:
type
owl:
Class
;
rdfs:
label
"
Operating company"
^^
xsd:
string
,
"Contractor 1
"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Operator
,
ILAP:
Contrac
tor
.
rdfs:
label
"
Contractor 1"
^^
xsd:
string
,
"Operating company
"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Contractor
,
ILAP:
Opera
tor
.
<http://data.posccaesar.org/npd/ontology/productionFacility>
rdf:
type
owl:
Class
;
...
...
@@ -658,7 +658,7 @@ ILAP:hasWorkTaskResponsible
rdl:
RDS282149
rdf:
type
owl:
Class
;
rdfs:
label
"RDS282149"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
ResponsibleOrganization
,
owl:
Thing
.
rdfs:
subClassOf
owl:
Thing
,
ILAP:
ResponsibleOrganization
.
<http://staging.data.posccaesar.org/npd/ontology/discoveryField>
rdf:
type
owl:
Class
;
...
...
Please
register
or
login
to post a comment