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-09-25 21:08:29 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e6739a4ee7f21fa8d8d5aa1a842f61ed880c9082
e6739a4e
1 parent
73b649b0
Clean up shutdown and risk
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
203 additions
and
212 deletions
PLANNING_CORE.ttl
PLANNING_VALUES.ttl
UseCaseData/UC1.ttl
PLANNING_CORE.ttl
View file @
e6739a4
...
...
@@ -18,44 +18,44 @@ ILAP:
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ILAP:
Activity
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity>
;
rdfs:
label
"Activity"
^^
xsd:
string
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
Status
;
owl:
onProperty
ILAP:
hasActivity
Status
owl:
allValuesFrom
ILAP:
Discipline
;
owl:
onProperty
ILAP:
hasActivity
Discipline
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
ILAP:
hasExternalReference
;
owl:
someValuesFrom
ILAP:
ExternalReference
owl:
allValuesFrom
ILAP:
Calendar
;
owl:
onProperty
ILAP:
hasActivityCalendar
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
Calendar
;
owl:
onProperty
ILAP:
hasActivityCalendar
owl:
onProperty
ILAP:
hasExternalReference
;
owl:
someValuesFrom
ILAP:
ExternalReference
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
Discipline
;
owl:
onProperty
ILAP:
hasActivity
Discipline
owl:
allValuesFrom
ILAP:
Status
;
owl:
onProperty
ILAP:
hasActivity
Status
]
.
ILAP:
ActivityDependency
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual>
,
owl:
Class
;
rdfs:
label
"Activity Dependency"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Constraint
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onClass
ILAP:
Activity
;
owl:
onProperty
ILAP:
has
Suc
cessorActivity
;
owl:
onProperty
ILAP:
has
Prede
cessorActivity
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onClass
ILAP:
Activity
;
owl:
onProperty
ILAP:
has
Prede
cessorActivity
;
owl:
onProperty
ILAP:
has
Suc
cessorActivity
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
]
.
...
...
@@ -110,7 +110,7 @@ ILAP:ActivityInPlan_1
"Specific object ID"
^^
xsd:
string
.
ILAP:
ActivityPlan
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject>
;
rdfs:
label
"Activity Plan"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Network
;
rdfs:
subClassOf
...
...
@@ -125,7 +125,7 @@ ILAP:ActivityStatus
rdfs:
subClassOf
ILAP:
Status
.
ILAP:
ActivityWBS
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition>
;
rdfs:
label
"Activity WBS"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Network
.
...
...
@@ -140,15 +140,15 @@ ILAP:After_Shutdown
ILAP:
Application
rdf:
type
owl:
Class
;
rdfs:
label
"Application"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://data.posccaesar.org/rdl/RDS43165907246>
.
rdfs:
subClassOf
<http://data.posccaesar.org/rdl/RDS43165907246>
,
owl:
Thing
.
ILAP:
Asset
rdf:
type
owl:
Class
;
rdfs:
label
"Asset"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS13318199>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS13318199>
,
owl:
Thing
.
ILAP:
Baseline
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject>
,
owl:
Class
;
rdfs:
label
"Baseline"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Network
.
...
...
@@ -166,9 +166,9 @@ ILAP:CAPEX
rdfs:
label
"CAPEX"
^^
xsd:
string
.
ILAP:
Calendar
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity>
;
rdfs:
label
"Calendar"
^^
xsd:
string
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS7014210>
,
owl:
Thing
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS7014210>
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
CalendarFreePeriod
;
...
...
@@ -176,14 +176,14 @@ ILAP:Calendar
]
.
ILAP:
CalendarDay
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale>
;
rdfs:
label
"Calendar day"
^^
xsd:
string
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS8945301>
,
owl:
Thing
.
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS8945301>
.
ILAP:
CalendarFreePeriod
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime>
;
rdfs:
label
"Calendar free period"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
CalendarPeriod
,
<http://posccaesar.org/rdl/page/RDS356215271>
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/page/RDS356215271>
,
ILAP:
CalendarPeriod
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onClass
ILAP:
Calendar
;
...
...
@@ -195,28 +195,28 @@ ILAP:CalendarFreePeriod
]
.
ILAP:
CalendarFreePeriodWeekRepeat
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime>
;
rdfs:
label
"Free day"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
CalendarFreePeriod
,
<http://posccaesar.org/rdl/page/RDS356215271>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/page/RDS356215271>
,
ILAP:
CalendarFreePeriod
.
ILAP:
CalendarHour
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale>
,
owl:
Class
;
rdfs:
label
"calendar hour"
^^
xsd:
string
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS1326734>
,
<http://posccaesar.org/rdl/RDS380969>
,
owl:
Thing
.
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS380969>
,
<http://posccaesar.org/rdl/RDS1326734>
.
ILAP:
CalendarPeriod
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace>
;
rdfs:
label
"Calendar period"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS4316824755>
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS4316824755>
,
owl:
Thing
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
Calendar
Hour
;
owl:
onProperty
ILAP:
hasCalendarPeriod
Hour
owl:
allValuesFrom
ILAP:
Calendar
Day
;
owl:
onProperty
ILAP:
hasCalendarPeriod
Day
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
Calendar
Day
;
owl:
onProperty
ILAP:
hasCalendarPeriod
Day
owl:
allValuesFrom
ILAP:
Calendar
Hour
;
owl:
onProperty
ILAP:
hasCalendarPeriod
Hour
]
.
ILAP:
Campaign
...
...
@@ -235,12 +235,12 @@ ILAP:Change_over
ILAP:
Constraint
rdf:
type
owl:
Class
;
rdfs:
label
"Constraint"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS330344>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS330344>
,
owl:
Thing
.
ILAP:
Contract
rdf:
type
owl:
Class
;
rdfs:
label
"Contract"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS7953078>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS7953078>
,
owl:
Thing
.
ILAP:
ControlSchedule
rdf:
type
owl:
Class
;
...
...
@@ -250,7 +250,7 @@ ILAP:ControlSchedule
ILAP:
Cost
rdf:
type
owl:
Class
;
rdfs:
label
"Cost"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS7945027>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS7945027>
,
owl:
Thing
.
ILAP:
CostBased
rdf:
type
owl:
Class
;
...
...
@@ -258,14 +258,14 @@ ILAP:CostBased
rdfs:
subClassOf
ILAP:
Resource
.
ILAP:
CurrentSchedule
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject>
,
owl:
Class
;
rdfs:
label
"Current schedule"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Schedule
.
ILAP:
Data
rdf:
type
owl:
Class
;
rdfs:
label
"Data"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Information
,
<http://posccaesar.org/rdl/RDS11708918>
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS11708918>
,
ILAP:
Information
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onClass
ILAP:
Project
;
...
...
@@ -294,9 +294,9 @@ ILAP:Dependent_on_Shutdown
rdfs:
label
"Dependent on Shutdown"
^^
xsd:
string
.
ILAP:
Discipline
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization>
,
owl:
Class
;
rdfs:
label
"Discipline"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS6811233>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS6811233>
,
owl:
Thing
.
ILAP:
Drilling_Shutdown
rdf:
type
ILAP:
ShutdownContent
;
...
...
@@ -315,13 +315,15 @@ ILAP:Equipment_Shutdown
rdfs:
label
"Equipment Shutdown"
^^
xsd:
string
.
ILAP:
ExternalReference
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification>
;
rdfs:
label
"External Reference"
^^
xsd:
string
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/page/RDS720105291>
,
owl:
Thing
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/page/RDS720105291>
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
Application
;
owl:
onProperty
ILAP:
hasReferenceApplication
owl:
onDataRange
xsd:
string
;
owl:
onProperty
ILAP:
hasObjectReferenceID
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -330,10 +332,8 @@ ILAP:ExternalReference
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onDataRange
xsd:
string
;
owl:
onProperty
ILAP:
hasObjectReferenceID
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
owl:
allValuesFrom
ILAP:
Application
;
owl:
onProperty
ILAP:
hasReferenceApplication
]
.
ILAP:
Facility
...
...
@@ -346,14 +346,14 @@ ILAP:Field_Shutdown
rdfs:
label
"Field Shutdown"
^^
xsd:
string
.
ILAP:
FinishToFinish
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual>
;
rdfs:
label
"Finish to finish"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
ActivityDependency
,
<http://posccaesar.org/rdl/RDS44294438194>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS44294438194>
,
ILAP:
ActivityDependency
.
ILAP:
FinishToStart
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual>
;
rdfs:
label
"Finish to start"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
ActivityDependency
,
<http://posccaesar.org/rdl/RDS44294438194>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS44294438194>
,
ILAP:
ActivityDependency
.
ILAP:
FunctionalLocation
rdf:
type
owl:
Class
;
...
...
@@ -404,7 +404,7 @@ ILAP:IndependentOfOperation
ILAP:
Information
rdf:
type
owl:
Class
;
rdfs:
label
"Information"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS11711488>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS11711488>
,
owl:
Thing
.
ILAP:
Knowledge
rdf:
type
owl:
Class
;
...
...
@@ -416,7 +416,7 @@ ILAP:LiftingOperation
rdfs:
label
"Lifting operation"
^^
xsd:
string
.
ILAP:
LiveSchedule
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject>
,
owl:
Class
;
rdfs:
label
"Live schedule"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Schedule
.
...
...
@@ -425,9 +425,9 @@ ILAP:Living_Quarter_Shutdown
rdfs:
label
"Living Quarter Shutdown"
^^
xsd:
string
.
ILAP:
Location
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation>
;
rdfs:
label
"Location"
^^
xsd:
string
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS943618371>
,
owl:
Thing
.
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS943618371>
.
ILAP:
LowCriticality
rdf:
type
ILAP:
DegreeOfCriticality
;
...
...
@@ -438,7 +438,7 @@ ILAP:LowPriority
rdfs:
label
"Low priority"
^^
xsd:
string
.
ILAP:
Milestone
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent>
,
owl:
Class
;
rdfs:
label
"Milestone"
^^
xsd:
string
.
ILAP:
MiniShutdown
...
...
@@ -448,7 +448,7 @@ ILAP:MiniShutdown
ILAP:
Network
rdf:
type
owl:
Class
;
rdfs:
label
"Network"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS1293947091>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS1293947091>
,
owl:
Thing
.
ILAP:
Non-Scheduled_Shutdown
rdf:
type
ILAP:
ShutdownType
;
...
...
@@ -487,49 +487,49 @@ ILAP:PhysicalLocation
rdfs:
subClassOf
ILAP:
Location
.
ILAP:
PlanClassifier
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual>
;
rdfs:
label
"Plan classifier"
^^
xsd:
string
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS436990091>
,
owl:
Thing
.
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS436990091>
.
ILAP:
PlanContentType
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject>
;
rdfs:
label
"Plan content type"
^^
xsd:
string
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS892484261>
,
ILAP:
PlanClassifier
.
rdfs:
subClassOf
ILAP:
PlanClassifier
,
<http://posccaesar.org/rdl/RDS892484261>
.
ILAP:
PlanContractType
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual>
,
owl:
Class
;
rdfs:
label
"Plan contract type"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
PlanClassifier
.
ILAP:
PlanExpenseType
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual>
,
owl:
Class
;
rdfs:
label
"Plan expense type"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
PlanClassifier
.
ILAP:
PlanGeoArea
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual>
;
rdfs:
label
"Plan geographic area"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
PlanClassifier
,
<http://posccaesar.org/rdl/RDS436990091>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS436990091>
,
ILAP:
PlanClassifier
.
ILAP:
PlanLevel
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual>
;
rdfs:
label
"Plan level"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
PlanClassifier
,
<http://posccaesar.org/rdl/RDS436990091>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS436990091>
,
ILAP:
PlanClassifier
.
ILAP:
PlanLifecycleStage
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity>
,
owl:
Class
;
rdfs:
label
"Plan lifecycle stage"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
PlanClassifier
,
<http://posccaesar.org/rdl/RDS436990091>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS436990091>
,
ILAP:
PlanClassifier
.
ILAP:
PlanObjectiveType
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation>
,
owl:
Class
;
rdfs:
label
"Plan objective type"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
PlanClassifier
,
<http://posccaesar.org/rdl/RDS43168516168>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS43168516168>
,
ILAP:
PlanClassifier
.
ILAP:
PlanProjectType
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual>
;
rdfs:
label
"Plan project type"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
PlanClassifier
,
<http://posccaesar.org/rdl/RDS10012097710>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS10012097710>
,
ILAP:
PlanClassifier
.
ILAP:
PlannedActivity
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity>
,
owl:
Class
;
...
...
@@ -537,57 +537,57 @@ ILAP:PlannedActivity
rdfs:
subClassOf
ILAP:
Activity
,
<http://data.posccaesar.org/rdl/RDS3149>
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
ProjectExecutionPlan
;
owl:
onProperty
ILAP:
hasActivityPlan
owl:
allValuesFrom
ILAP:
Location
;
owl:
onProperty
ILAP:
hasActivityLocation
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
ResourceProfile
;
owl:
onProperty
ILAP:
hasActivity
ResourceProfile
owl:
allValuesFrom
ILAP:
ActivityDependency
;
owl:
onProperty
ILAP:
hasActivity
Predecessor
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
Result
;
owl:
onProperty
ILAP:
hasActivityResult
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
Facility
;
owl:
onProperty
ILAP:
hasPlatform
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
ILAP:
hasActivityDiscipline
;
owl:
someValuesFrom
ILAP:
Discipline
owl:
allValuesFrom
ILAP:
ResponsiblePerson
;
owl:
onProperty
ILAP:
hasActivityResponsiblePerson
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
ActivityDependency
;
owl:
onProperty
ILAP:
hasActivity
Prede
cessor
owl:
onProperty
ILAP:
hasActivity
Suc
cessor
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
ActivityWBS
;
owl:
onProperty
ILAP:
hasActivity
WBSelement
owl:
allValuesFrom
ILAP:
ResourceProfile
;
owl:
onProperty
ILAP:
hasActivity
ResourceProfile
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
Facility
;
owl:
onProperty
ILAP:
hasPlatform
owl:
onProperty
ILAP:
hasActivityDiscipline
;
owl:
someValuesFrom
ILAP:
Discipline
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
Location
;
owl:
onProperty
ILAP:
hasActivityLocation
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
ProjectExecutionPlan
;
owl:
onProperty
ILAP:
hasActivityPlan
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
Activity
Dependency
;
owl:
onProperty
ILAP:
hasActivity
Successor
owl:
allValuesFrom
ILAP:
Activity
WBS
;
owl:
onProperty
ILAP:
hasActivity
WBSelement
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
Res
ponsiblePerson
;
owl:
onProperty
ILAP:
hasActivityRes
ponsiblePerson
owl:
allValuesFrom
ILAP:
Res
ult
;
owl:
onProperty
ILAP:
hasActivityRes
ult
]
.
ILAP:
PlannedMilestone
...
...
@@ -615,13 +615,18 @@ ILAP:Programme
rdfs:
subClassOf
ILAP:
Project
.
ILAP:
Project
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity>
,
owl:
Class
;
rdfs:
label
"Project"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Activity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
BRREG:
OilCompany
;
owl:
onProperty
ILAP:
hasProjectResponsible
owl:
allValuesFrom
ILAP:
Project
;
owl:
onProperty
ILAP:
hasProjectSubproject
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
ExternalReference
;
owl:
onProperty
ILAP:
hasExternalReference
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -632,13 +637,8 @@ ILAP:Project
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
ExternalReference
;
owl:
onProperty
ILAP:
hasExternalReference
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
Project
;
owl:
onProperty
ILAP:
hasProjectSubproject
owl:
allValuesFrom
BRREG:
OilCompany
;
owl:
onProperty
ILAP:
hasProjectResponsible
]
.
ILAP:
ProjectExecutionPlan
...
...
@@ -647,10 +647,15 @@ ILAP:ProjectExecutionPlan
rdfs:
subClassOf
ILAP:
Network
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
PlanObjectiveType
;
owl:
onProperty
ILAP:
hasPlanObjectiveType
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
P
roject
;
owl:
onProperty
ILAP:
hasPlan
Project
owl:
onClass
ILAP:
P
lanLevel
;
owl:
onProperty
ILAP:
hasPlan
Level
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -659,33 +664,30 @@ ILAP:ProjectExecutionPlan
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
ILAP:
hasPlanGeoArea
;
owl:
someValuesFrom
ILAP:
PlanGeoArea
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
ILAP:
hasPlanContentType
;
owl:
someValuesFrom
ILAP:
PlanContentType
owl:
onProperty
ILAP:
hasPlanLevel
;
owl:
someValuesFrom
ILAP:
PlanLevel
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
Plan
ObjectiveTyp
e
;
owl:
onProperty
ILAP:
hasPlan
ObjectiveTyp
e
owl:
allValuesFrom
ILAP:
Plan
LifecycleStag
e
;
owl:
onProperty
ILAP:
hasPlan
LifecycleStag
e
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
ILAP:
hasPlanProjectType
;
owl:
someValuesFrom
ILAP:
PlanProjectType
owl:
allValuesFrom
<http://ILAP_1.5/diskos#Asset>
;
owl:
onProperty
ILAP:
hasPlanAsset
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
P
rojectExecutionPlan
;
owl:
onProperty
ILAP:
hasPlan
RollUpPlan
owl:
allValuesFrom
ILAP:
P
lanContractType
;
owl:
onProperty
ILAP:
hasPlan
ContractType
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
PlanContractType
;
owl:
onProperty
ILAP:
hasPlanContractType
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
Project
;
owl:
onProperty
ILAP:
hasPlanProject
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -694,25 +696,23 @@ ILAP:ProjectExecutionPlan
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
ILAP:
hasPlan
Level
;
owl:
someValuesFrom
ILAP:
Plan
Level
owl:
onProperty
ILAP:
hasPlan
ProjectType
;
owl:
someValuesFrom
ILAP:
Plan
ProjectType
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
P
lanLifecycleStage
;
owl:
onProperty
ILAP:
hasPlan
LifecycleStage
owl:
allValuesFrom
ILAP:
P
rojectExecutionPlan
;
owl:
onProperty
ILAP:
hasPlan
RollUpPlan
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
<http://ILAP_1.5/diskos#Asset>
;
owl:
onProperty
ILAP:
hasPlanAsset
owl:
onProperty
ILAP:
hasPlanGeoArea
;
owl:
someValuesFrom
ILAP:
PlanGeoArea
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
PlanLevel
;
owl:
onProperty
ILAP:
hasPlanLevel
owl:
onProperty
ILAP:
hasPlanContentType
;
owl:
someValuesFrom
ILAP:
PlanContentType
]
.
ILAP:
ProjectType
...
...
@@ -721,9 +721,9 @@ ILAP:ProjectType
rdfs:
subClassOf
owl:
Thing
.
ILAP:
Regular8To16WorkingDayCalendar
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale>
,
owl:
Class
;
rdfs:
label
"Regular8To16Working day calendar"
^^
xsd:
string
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS
7014210>
,
ILAP:
WeekendsFreeCalendar
,
<http://posccaesar.org/rdl/RDS8945301
>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS
8945301>
,
ILAP:
WeekendsFreeCalendar
,
<http://posccaesar.org/rdl/RDS7014210
>
.
ILAP:
RemovalOfBarriers
rdf:
type
ILAP:
RiskType
;
...
...
@@ -734,9 +734,9 @@ ILAP:ReservoirDrillingOperation
rdfs:
label
"Reservoir drilling operation"
^^
xsd:
string
.
ILAP:
Resource
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject>
;
rdfs:
label
"Resource"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS47466180194>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS47466180194>
,
owl:
Thing
.
ILAP:
ResourceEstimate
rdf:
type
owl:
Class
;
...
...
@@ -744,14 +744,14 @@ ILAP:ResourceEstimate
rdfs:
subClassOf
ILAP:
ResourceStructure
.
ILAP:
ResourceProfile
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation>
,
owl:
Class
;
rdfs:
label
"Resource profile"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS1685084301>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS1685084301>
,
owl:
Thing
.
ILAP:
ResourceProfilePoint
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject>
;
rdfs:
label
"resource Profile point"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS2213258891>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS2213258891>
,
owl:
Thing
.
ILAP:
ResourceStructure
rdf:
type
owl:
Class
;
...
...
@@ -759,17 +759,17 @@ ILAP:ResourceStructure
rdfs:
subClassOf
ILAP:
Network
.
ILAP:
ResponsibleOrganization
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization>
,
owl:
Class
;
rdfs:
label
"Responsible organization"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS282149>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS282149>
,
owl:
Thing
.
ILAP:
ResponsiblePerson
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson>
,
owl:
Class
;
rdfs:
label
"Responsible"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS413954>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS413954>
,
owl:
Thing
.
ILAP:
Result
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual>
;
rdfs:
label
"Result"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
.
...
...
@@ -797,9 +797,9 @@ ILAP:Safety_Test_Shutdown
rdfs:
label
"Safety Test Shutdown"
^^
xsd:
string
.
ILAP:
Schedule
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject>
;
rdfs:
label
"Scheduled Activity Network"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Network
,
<http://posccaesar.org/rdl/RDS333764>
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS333764>
,
ILAP:
Network
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
...
...
@@ -809,22 +809,22 @@ ILAP:Schedule
]
.
ILAP:
ScheduledActivity
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity>
,
owl:
Class
;
rdfs:
label
"Activity in Network Schedule"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
PlannedActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
PlannedActivity
;
owl:
onProperty
ILAP:
hasActivity
InScheduleActivityInPlan
owl:
onClass
ILAP:
Schedule
;
owl:
onProperty
ILAP:
hasActivity
Schedule
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
Schedule
;
owl:
onProperty
ILAP:
hasActivity
Schedule
owl:
onClass
ILAP:
PlannedActivity
;
owl:
onProperty
ILAP:
hasActivity
InScheduleActivityInPlan
]
.
ILAP:
ScheduledMilestone
...
...
@@ -869,9 +869,9 @@ ILAP:Shutdown_not_evaluated
rdfs:
label
"Shutdown not evaluated"
^^
xsd:
string
.
ILAP:
Source
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject>
,
owl:
Class
;
rdfs:
label
"Source"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS13103560>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS13103560>
,
owl:
Thing
.
ILAP:
SourceSpecifiedUserField
rdf:
type
owl:
Class
;
...
...
@@ -884,26 +884,26 @@ ILAP:SpecifiedUserField
rdfs:
subClassOf
ILAP:
UserField
.
ILAP:
StartToFinish
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual>
;
rdfs:
label
"Start to finish"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
ActivityDependency
,
<http://posccaesar.org/rdl/RDS44294438194>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS44294438194>
,
ILAP:
ActivityDependency
.
ILAP:
StartToStart
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual>
;
rdfs:
label
"Start to start"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
ActivityDependency
,
<http://posccaesar.org/rdl/RDS44294438194>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS44294438194>
,
ILAP:
ActivityDependency
.
ILAP:
Status
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus>
;
rdfs:
label
"Status"
^^
xsd:
string
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS427322951>
,
owl:
Thing
.
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS427322951>
.
ILAP:
System_Shutdown
rdf:
type
ILAP:
ShutdownContent
;
rdfs:
label
"System Shutdown"
^^
xsd:
string
.
ILAP:
TargetSchedule
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject>
;
rdfs:
label
"Target schedule"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Schedule
.
...
...
@@ -922,7 +922,7 @@ ILAP:UnitBased
rdfs:
subClassOf
ILAP:
Resource
.
ILAP:
UserField
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition>
,
owl:
Class
;
rdfs:
label
"User field"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Data
;
rdfs:
subClassOf
...
...
@@ -936,7 +936,7 @@ ILAP:UserField
ILAP:
Value
rdf:
type
owl:
Class
;
rdfs:
label
"Value"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS7945844>
.
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS7945844>
,
owl:
Thing
.
ILAP:
VesselOperation
rdf:
type
ILAP:
RiskType
;
...
...
@@ -951,9 +951,9 @@ ILAP:Water_Production_Shutdown
rdfs:
label
"Water Production Shutdown"
^^
xsd:
string
.
ILAP:
WeekendsFreeCalendar
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject>
;
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject>
,
owl:
Class
;
rdfs:
label
"Weekends free calendar"
^^
xsd:
string
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS7014210>
,
ILAP:
Calendar
.
rdfs:
subClassOf
ILAP:
Calendar
,
<http://posccaesar.org/rdl/RDS7014210>
.
ILAP:
Well_Transfer
rdf:
type
ILAP:
ShutdownContent
;
...
...
@@ -965,18 +965,18 @@ ILAP:WorkOrder
rdfs:
subClassOf
ILAP:
WorkTask
.
ILAP:
WorkTask
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity>
,
owl:
Class
;
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity>
;
rdfs:
label
"Work task"
^^
xsd:
string
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS3149>
,
owl:
Thing
;
rdfs:
subClassOf
owl:
Thing
,
<http://posccaesar.org/rdl/RDS3149>
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
BRREG:
LegalEnt
ity
;
owl:
onProperty
ILAP:
hasWorkTaskResponsible
owl:
onProperty
ILAP:
hasWorkTaskActiv
ity
;
owl:
someValuesFrom
ILAP:
Activity
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
ILAP:
hasWorkTaskActiv
ity
;
owl:
someValuesFrom
ILAP:
Activity
owl:
allValuesFrom
BRREG:
LegalEnt
ity
;
owl:
onProperty
ILAP:
hasWorkTaskResponsible
]
.
ILAP:
WorkTaskStatus
...
...
@@ -1072,7 +1072,7 @@ ILAP:hasActivityPhysicalPercentComplete
rdfs:
range
xsd:
float
.
ILAP:
hasActivityPlan
rdf:
type
owl:
ObjectProperty
,
owl:
Transitive
Property
;
rdf:
type
owl:
TransitiveProperty
,
owl:
Object
Property
;
rdfs:
domain
ILAP:
PlannedActivity
;
rdfs:
label
"has activity plan"
^^
xsd:
string
;
rdfs:
range
ILAP:
ProjectExecutionPlan
.
...
...
@@ -1120,7 +1120,7 @@ ILAP:hasActivityResponsibleOrganization
rdfs:
range
ILAP:
ResponsibleOrganization
.
ILAP:
hasActivityResponsiblePerson
rdf:
type
owl:
ObjectProperty
,
owl:
Transitive
Property
;
rdf:
type
owl:
TransitiveProperty
,
owl:
Object
Property
;
rdfs:
domain
ILAP:
PlannedActivity
;
rdfs:
label
"has activity responsible"
^^
xsd:
string
;
rdfs:
range
ILAP:
ResponsiblePerson
.
...
...
@@ -1155,7 +1155,7 @@ ILAP:hasActivityStatus
rdfs:
range
ILAP:
Status
.
ILAP:
hasActivitySuccessor
rdf:
type
owl:
ObjectProperty
,
owl:
Transitive
Property
;
rdf:
type
owl:
TransitiveProperty
,
owl:
Object
Property
;
rdfs:
domain
ILAP:
PlannedActivity
;
rdfs:
label
"has activity successor"
^^
xsd:
string
;
rdfs:
range
ILAP:
ActivityDependency
;
...
...
@@ -1216,7 +1216,7 @@ ILAP:hasCalendarDate
rdfs:
label
"has calendar date"
^^
xsd:
string
.
ILAP:
hasCalendarFreePeriod
rdf:
type
owl:
ObjectProperty
,
owl:
Transitive
Property
;
rdf:
type
owl:
TransitiveProperty
,
owl:
Object
Property
;
rdfs:
domain
ILAP:
Calendar
;
rdfs:
label
"has calendarcalendar free period"
^^
xsd:
string
;
rdfs:
range
ILAP:
CalendarFreePeriod
.
...
...
@@ -1499,7 +1499,7 @@ ILAP:hasPlanRegulator
rdfs:
subPropertyOf
ILAP:
hasPlanResponsible
.
ILAP:
hasPlanResponsible
rdf:
type
owl:
ObjectProperty
,
owl:
Transitive
Property
;
rdf:
type
owl:
TransitiveProperty
,
owl:
Object
Property
;
rdfs:
domain
ILAP:
ResponsibleOrganization
;
rdfs:
label
"has plan responsible"
^^
xsd:
string
.
...
...
@@ -1630,6 +1630,12 @@ ILAP:hasResourceStructure
rdfs:
label
"has resource structure"
^^
xsd:
string
;
rdfs:
range
ILAP:
ResourceStructure
.
ILAP:
hasRiskType
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
RiskFactor
;
rdfs:
label
"has risk type"
^^
xsd:
string
;
rdfs:
range
ILAP:
RiskType
.
ILAP:
hasScheduleBaseline
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
Schedule
;
...
...
@@ -1668,15 +1674,19 @@ ILAP:hasShutdownContent
rdfs:
range
ILAP:
ShutdownContent
.
ILAP:
hasShutdownPeriod
rdfs:
domain
ILAP:
Shutdown
.
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
ILAP:
Shutdown
;
rdfs:
label
"has shutdown period"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
ILAP:
hasShutdownType
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
Shutdown
;
rdfs:
label
"has shutdown type"
^^
xsd:
string
.
rdfs:
label
"has shutdown type"
^^
xsd:
string
;
rdfs:
range
ILAP:
ShutdownType
.
ILAP:
hasSuccessorActivity
rdf:
type
owl:
ObjectProperty
,
owl:
Transitive
Property
;
rdf:
type
owl:
TransitiveProperty
,
owl:
Object
Property
;
rdfs:
domain
ILAP:
ActivityDependency
;
rdfs:
label
"has successor activity "
^^
xsd:
string
;
rdfs:
range
ILAP:
PlannedActivity
;
...
...
@@ -1704,7 +1714,7 @@ ILAP:hasTimeNow
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
ILAP:
Schedule
;
rdfs:
label
"has time now"
^^
xsd:
string
;
rdfs:
range
xsd:
date
,
xsd:
dateTim
e
.
rdfs:
range
xsd:
date
Time
,
xsd:
dat
e
.
ILAP:
hasUserFieldName
rdf:
type
owl:
DatatypeProperty
;
...
...
PLANNING_VALUES.ttl
View file @
e6739a4
...
...
@@ -14,11 +14,7 @@
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
:
rdf:
type
owl:
Ontology
;
owl:
imports
ILAP:
,
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS>
.
:
RiskFactor_1
rdf:
type
ILAP:
RiskFactor
;
rdfs:
label
"Risk factor 1"
^^
xsd:
string
.
owl:
imports
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS>
,
ILAP:
.
ILAP:
rdf:
type
owl:
Ontology
;
...
...
@@ -114,8 +110,8 @@ ILAP:DG7
rdfs:
label
"DG7"
^^
xsd:
string
.
ILAP:
Development
rdf:
type
ILAP:
Plan
Phase
,
ILAP:
PlanLifecycleStag
e
;
rdfs:
label
"Develop
ment"
^^
xsd:
string
,
"Develop
"
^^
xsd:
string
.
rdf:
type
ILAP:
Plan
LifecycleStage
,
ILAP:
PlanPhas
e
;
rdfs:
label
"Develop
"
^^
xsd:
string
,
"Development
"
^^
xsd:
string
.
ILAP:
DisasterRecovery
rdf:
type
ILAP:
PlanObjectiveType
;
...
...
@@ -130,7 +126,7 @@ ILAP:DrillingAndWell
rdfs:
label
"Drilling and well"
^^
xsd:
string
.
ILAP:
Exploration
rdf:
type
ILAP:
Plan
Phase
,
ILAP:
PlanLifecycleStag
e
;
rdf:
type
ILAP:
Plan
LifecycleStage
,
ILAP:
PlanPhas
e
;
rdfs:
label
"Exploration"
^^
xsd:
string
.
ILAP:
Facility
...
...
@@ -242,7 +238,7 @@ ILAP:OPEX
rdfs:
label
"OPEX"
^^
xsd:
string
.
ILAP:
Operation
rdf:
type
ILAP:
Plan
Phase
,
ILAP:
PlanLifecycleStag
e
;
rdf:
type
ILAP:
Plan
LifecycleStage
,
ILAP:
PlanPhas
e
;
rdfs:
label
"Operation"
^^
xsd:
string
.
ILAP:
OperationAndMaintenance
...
...
@@ -264,7 +260,7 @@ ILAP:PlannedActivity_1
ILAP:
ActivityWBS_1
.
ILAP:
Planning
rdf:
type
ILAP:
Plan
Phase
,
ILAP:
PlanLifecycleStag
e
;
rdf:
type
ILAP:
Plan
LifecycleStage
,
ILAP:
PlanPhas
e
;
rdfs:
label
"Planning"
^^
xsd:
string
.
ILAP:
Primavera
...
...
@@ -292,7 +288,7 @@ ILAP:Released
rdfs:
label
"Released"
^^
xsd:
string
.
ILAP:
Removal
rdf:
type
ILAP:
Plan
Phase
,
ILAP:
PlanLifecycleStag
e
;
rdf:
type
ILAP:
Plan
LifecycleStage
,
ILAP:
PlanPhas
e
;
rdfs:
label
"Removal"
^^
xsd:
string
.
ILAP:
Renewal
...
...
@@ -328,14 +324,14 @@ ILAP:Scheduled
rdfs:
label
"Scheduled"
^^
xsd:
string
.
ILAP:
ShutdownAndDecommisioning
rdf:
type
ILAP:
Plan
Phase
,
ILAP:
PlanLifecycleStag
e
;
rdf:
type
ILAP:
Plan
LifecycleStage
,
ILAP:
PlanPhas
e
;
rdfs:
label
"Shutdown and decommisioning"
^^
xsd:
string
.
ILAP:
StandardFreeWeekendPeriod
rdf:
type
ILAP:
CalendarFreePeriodWeekRepeat
;
rdfs:
label
"Standard free weekend period"
^^
xsd:
string
;
ILAP:
hasCalendarPeriodFreeDay
ILAP:
S
aturday
,
ILAP:
Sun
day
.
ILAP:
S
unday
,
ILAP:
Satur
day
.
ILAP:
StandardWorkWeekdayPeriod
rdf:
type
ILAP:
CalendarWorkPeriodWeekRepeat
;
...
...
@@ -452,12 +448,12 @@ ILAP:hasWorkTaskResponsible
<http://data.posccaesar.org/npd/ontology/ilap-interface/Facility>
rdf:
type
owl:
Class
;
rdfs:
label
"Facility"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
ILAP:
Facility
.
rdfs:
subClassOf
ILAP:
Facility
,
owl:
Thing
.
<http://data.posccaesar.org/rdl/RDS282149>
rdf:
type
owl:
Class
;
rdfs:
label
"RDS282149"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
ILAP:
ResponsibleOrganization
.
rdfs:
subClassOf
ILAP:
ResponsibleOrganization
,
owl:
Thing
.
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
rdfs:
subClassOf
<http://data.posccaesar.org/sccs/CORcode>
.
...
...
UseCaseData/UC1.ttl
View file @
e6739a4
...
...
@@ -20,24 +20,9 @@ UC1:ScheduledResource_1
rdf:
type
ILAP:
ScheduledResource
;
rdfs:
label
"Scheduled resource 1"
^^
xsd:
string
.
UC1:
Shutdown_2
rdf:
type
ILAP:
Shutdown
;
rdfs:
label
"Shutdown 2"
^^
xsd:
string
;
ILAP:
hasShutdownContent
ILAP:
Equipment_Shutdown
;
ILAP:
hasShutdownPeriod
"SD-2015"
^^
xsd:
string
;
ILAP:
hasShutdownType
ILAP:
Scheduled_Shutdown
.
ILAP:
PlannedActivity_1
ILAP:
hasActivityPlan
UC1:
ProjectPlan_1
.
ILAP:
hasShutdownPeriod
rdf:
type
owl:
DatatypeProperty
;
rdfs:
label
"has shutdown period"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
ILAP:
hasShutdownType
rdfs:
range
ILAP:
ShutdownType
.
...
...
Please
register
or
login
to post a comment