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-17 09:33:12 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
60c05b091fb4742d72b7fa2d2e42c0d278345fd9
60c05b09
1 parent
b4d27205
Added many individuals to UC1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
376 additions
and
433 deletions
PLANNING_CORE.ttl
UC1.ttl
USERFIELDS.ttl
PLANNING_CORE.ttl
View file @
60c05b0
...
...
@@ -14,50 +14,50 @@ 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
]
.
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
...
...
@@ -72,22 +72,22 @@ 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
.
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
.
...
...
@@ -100,9 +100,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
;
...
...
@@ -110,14 +110,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
;
...
...
@@ -129,28 +129,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:
Category
...
...
@@ -161,12 +161,22 @@ ILAP:Category
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:
ConstructionMilestone
rdf:
type
owl:
Class
;
rdfs:
label
"Construction milestone"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
MilestoneType
.
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:
ContractMilestone
rdf:
type
owl:
Class
;
rdfs:
label
"Contract milestone"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
MilestoneType
.
ILAP:
Contractor
rdf:
type
owl:
Class
;
...
...
@@ -181,7 +191,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
;
...
...
@@ -189,14 +199,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
;
...
...
@@ -220,8 +230,13 @@ ILAP:DegreeOfPriority
rdfs:
label
"Degree of Priority"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
.
ILAP:
DesignMilestone
rdf:
type
owl:
Class
;
rdfs:
label
"Dsign milestone"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
MilestoneType
.
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
.
...
...
@@ -231,13 +246,15 @@ ILAP:EndMilestone
rdfs:
subClassOf
ILAP:
MilestoneType
.
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
;
...
...
@@ -246,10 +263,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
...
...
@@ -263,14 +278,14 @@ ILAP:Field
rdfs:
subClassOf
owl:
Thing
.
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
;
...
...
@@ -285,7 +300,7 @@ ILAP:GeographicLocation
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
;
...
...
@@ -293,14 +308,14 @@ ILAP:Knowledge
rdfs:
subClassOf
ILAP:
Information
.
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
.
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:
MaterialOrderStatus
rdf:
type
owl:
Class
;
...
...
@@ -308,7 +323,7 @@ ILAP:MaterialOrderStatus
rdfs:
subClassOf
ILAP:
Status
.
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:
MilestoneType
...
...
@@ -319,7 +334,7 @@ ILAP:MilestoneType
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:
OPEX
rdfs:
label
"OPEX"
^^
xsd:
string
.
...
...
@@ -350,49 +365,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
;
...
...
@@ -402,30 +417,25 @@ ILAP:PlannedActivity
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
ProjectExecutionPlan
;
owl:
onProperty
ILAP:
hasActivityPlan
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
Facility
;
owl:
onProperty
ILAP:
hasActivityFacility
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
ResponsiblePerson
;
owl:
onProperty
ILAP:
hasActivity
ResponsiblePerson
owl:
allValuesFrom
ILAP:
ActivityWBS
;
owl:
onProperty
ILAP:
hasActivity
WBSelement
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
ActivityWBS
;
owl:
onProperty
ILAP:
hasActivityWBSelement
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
ProjectExecutionPlan
;
owl:
onProperty
ILAP:
hasActivityPlan
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
Result
;
owl:
onProperty
ILAP:
hasActivity
Result
owl:
allValuesFrom
ILAP:
ActivityDependency
;
owl:
onProperty
ILAP:
hasActivity
Predecessor
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -434,13 +444,13 @@ ILAP:PlannedActivity
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
ActivityDependency
;
owl:
onProperty
ILAP:
hasActivity
Predecessor
owl:
allValuesFrom
ILAP:
ResponsiblePerson
;
owl:
onProperty
ILAP:
hasActivity
ResponsiblePerson
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
Location
;
owl:
onProperty
ILAP:
hasActivity
Location
owl:
allValuesFrom
ILAP:
Result
;
owl:
onProperty
ILAP:
hasActivity
Result
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -449,6 +459,11 @@ ILAP:PlannedActivity
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
Location
;
owl:
onProperty
ILAP:
hasActivityLocation
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
ActivityDependency
;
owl:
onProperty
ILAP:
hasActivitySuccessor
]
.
...
...
@@ -468,19 +483,29 @@ ILAP:Portfolio
rdfs:
label
"Portfolio"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Project
.
ILAP:
ProcurementMilestone
rdf:
type
owl:
Class
;
rdfs:
label
"Procurement milestone"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
MilestoneType
.
ILAP:
Programme
rdf:
type
owl:
Class
;
rdfs:
label
"Programme"
^^
xsd:
string
;
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
;
...
...
@@ -491,13 +516,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:
ProjectEffectiveness
...
...
@@ -516,8 +536,8 @@ ILAP:ProjectExecutionPlan
rdfs:
subClassOf
ILAP:
Network
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
ProjectExecutionPlan
;
owl:
onProperty
ILAP:
hasPlanRollUpPlan
owl:
onProperty
ILAP:
hasPlanProjectType
;
owl:
someValuesFrom
ILAP:
PlanProjectType
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -531,32 +551,30 @@ ILAP:ProjectExecutionPlan
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
BRREG:
LegalEntity
;
owl:
onProperty
ILAP:
hasPlan
Responsible
owl:
allValuesFrom
ILAP:
ProjectExecutionPlan
;
owl:
onProperty
ILAP:
hasPlan
Subplan
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
ILAP:
hasPlan
ProjectType
;
owl:
someValuesFrom
ILAP:
Plan
ProjectType
owl:
onProperty
ILAP:
hasPlan
Level
;
owl:
someValuesFrom
ILAP:
Plan
Level
]
;
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
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
Project
;
owl:
onProperty
ILAP:
hasPlanProject
owl:
allValuesFrom
ILAP:
PlanLifecycleStage
;
owl:
onProperty
ILAP:
hasPlanLifecycleStage
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
ILAP:
hasPlanLevel
;
owl:
someValuesFrom
ILAP:
PlanLevel
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
PlanLevel
;
owl:
onProperty
ILAP:
hasPlanLevel
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -570,29 +588,36 @@ ILAP:ProjectExecutionPlan
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
ILAP:
hasPlanContentType
;
owl:
someValuesFrom
ILAP:
PlanContentTyp
e
owl:
allValuesFrom
BRREG:
LegalEntity
;
owl:
onProperty
ILAP:
hasPlanResponsibl
e
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
PlanLifecycleStage
;
owl:
onProperty
ILAP:
hasPlanLifecycleStage
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
Project
;
owl:
onProperty
ILAP:
hasPlanProject
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ILAP:
ProjectExecutionPlan
;
owl:
onProperty
ILAP:
hasPlan
Subp
lan
owl:
onProperty
ILAP:
hasPlan
RollUpP
lan
]
.
ILAP:
ProjectMilestone
rdf:
type
owl:
Class
;
rdfs:
label
"Project milestone"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
MilestoneType
.
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:
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
;
...
...
@@ -600,14 +625,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
;
...
...
@@ -615,17 +640,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
.
...
...
@@ -645,9 +670,9 @@ ILAP:RiskType
rdfs:
subClassOf
owl:
Thing
.
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
...
...
@@ -657,22 +682,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
...
...
@@ -696,9 +721,9 @@ ILAP:ShutdownType
rdfs:
subClassOf
owl:
Thing
.
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
;
...
...
@@ -716,22 +741,22 @@ ILAP:StartMilestone
rdfs:
subClassOf
ILAP:
MilestoneType
.
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:
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
.
...
...
@@ -746,7 +771,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
...
...
@@ -760,12 +785,12 @@ 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:
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:
WorkOrder
rdf:
type
owl:
Class
;
...
...
@@ -773,18 +798,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
...
...
@@ -897,7 +922,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
.
...
...
@@ -947,7 +972,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
.
...
...
@@ -982,7 +1007,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
;
...
...
@@ -1043,7 +1068,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
.
...
...
@@ -1256,7 +1281,7 @@ ILAP:hasPlanContentType
ILAP:
hasPlanContractType
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
ProjectExecutionPlan
;
rdfs:
label
"has
plan contract type
"
^^
xsd:
string
;
rdfs:
label
"has
contract form
"
^^
xsd:
string
;
rdfs:
range
ILAP:
PlanContractType
.
ILAP:
hasPlanContractor
...
...
@@ -1328,7 +1353,7 @@ ILAP:hasPlanProject
ILAP:
hasPlanProjectType
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
ProjectExecutionPlan
;
rdfs:
label
"has p
lan p
roject type"
^^
xsd:
string
;
rdfs:
label
"has project type"
^^
xsd:
string
;
rdfs:
range
ILAP:
PlanProjectType
.
ILAP:
hasPlanRegulator
...
...
@@ -1338,7 +1363,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:
ProjectExecutionPlan
;
rdfs:
label
"has plan responsible"
^^
xsd:
string
;
rdfs:
range
ILAP:
ResponsibleOrganization
.
...
...
@@ -1538,7 +1563,7 @@ ILAP:hasSourceApplicaton
rdfs:
range
ILAP:
Application
.
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
;
...
...
@@ -1566,7 +1591,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
;
...
...
UC1.ttl
View file @
60c05b0
...
...
@@ -13,18 +13,34 @@ UC1: rdf:type owl:Ontology ;
owl:
imports
<http://data.posccaesar.org/NCS_PLANNING/>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ILAP:
ActivityPlan_1
rdf:
type
ILAP:
ActivityPlan
;
rdfs:
label
"Activity plan 1"
^^
xsd:
string
.
ILAP:
ActivityWBS_1
rdf:
type
ILAP:
ActivityWBS
;
rdfs:
label
"Activity WBS 1"
^^
xsd:
string
;
ILAP:
hasWBScomponent
SCCS:
PBS_ACAA
,
ILAP:
PBS_ACAA_1
;
ILAP:
hasWBSphase
ILAP:
SAB_51_1
,
SCCS:
SAB_5
1
;
ILAP:
hasWBSresource
SCCS:
COR_KD
,
ILAP:
COR_KD_1
.
ILAP:
PBS_ACAA_1
,
SCCS:
PBS_ACAA
;
ILAP:
hasWBSphase
SCCS:
SAB_51
,
ILAP:
SAB_51_
1
;
ILAP:
hasWBSresource
ILAP:
COR_KD_1
,
SCCS:
COR_KD
.
ILAP:
COR_KD_1
rdf:
type
SCCS:
COR_KD
;
rdfs:
label
"Standard drill equipment for production wellbores"
^^
xsd:
string
.
ILAP:
Calendar_1
rdf:
type
ILAP:
Calendar
;
rdfs:
label
"Calendar 1"
^^
xsd:
string
.
ILAP:
Contract_1
rdf:
type
ILAP:
Contract
;
rdfs:
label
"Contract 1"
^^
xsd:
string
.
ILAP:
NPD
rdf:
type
ILAP:
ResponsibleOrganization
;
rdfs:
label
"NPD"
^^
xsd:
string
.
ILAP:
PBS_ABB_1
rdf:
type
SCCS:
PBS_ABB
;
rdfs:
label
"Gravity Base with three shafts and domes"
^^
xsd:
string
.
...
...
@@ -75,9 +91,18 @@ ILAP:PlannedActivity_2
ILAP:
hasActivityWorkVolume
"1500"
^^
xsd:
float
.
ILAP:
ProjectExecutionPlan_1
rdf:
type
ILAP:
ProjectExecutionPlan
;
rdfs:
label
"Project execution plan 1"
^^
xsd:
string
.
ILAP:
ProjectExecutionPlan_UC1
rdf:
type
ILAP:
ProjectExecutionPlan
;
rdfs:
label
"Project execution plan UC1"
^^
xsd:
string
;
ILAP:
hasPlanAsset
ILAP:
Asset
;
ILAP:
hasPlanAssetOwner
ILAP:
ResponsibleOrganization
;
ILAP:
hasPlanContentType
ILAP:
Result
;
ILAP:
hasPlanContractType
ILAP:
ScheduleDriven
;
ILAP:
hasPlanContractor
...
...
@@ -89,15 +114,31 @@ ILAP:ProjectExecutionPlan_UC1
ILAP:
hasPlanField
<http://data.posccaesar.org/npd/facts/Field-43658>
;
ILAP:
hasPlanGeoArea
ILAP:
Field
;
ILAP:
hasPlanLevel
ILAP:
L2_ProjectMasterSchedule
;
ILAP:
hasPlanLicensePartner
ILAP:
ResponsibleOrganization
;
ILAP:
hasPlanOperator
<http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8>
;
ILAP:
hasPlanProjectType
ILAP:
OperationAndMaintenance
;
ILAP:
hasPlanRegulator
ILAP:
NPD
;
ILAP:
hasPlanResponsible
ILAP:
ResponsibleOrganization
;
ILAP:
hasPlanShutdown
ILAP:
SummerShutdown_UC1
;
ILAP:
hasPlanSupplier
ILAP:
ResponsibleOrganization
;
ILAP:
hasPlanUserField
ILAP:
hasContract
.
ILAP:
ProjectExecutionSubPlan_1
rdf:
type
ILAP:
ProjectExecutionPlan
;
rdfs:
label
"Project execution sub plan 1"
^^
xsd:
string
.
ILAP:
Project_1
rdf:
type
ILAP:
Project
;
rdfs:
label
"Project 1"
^^
xsd:
string
.
ILAP:
RiskFactor_1
rdf:
type
ILAP:
RiskFactor
;
rdfs:
label
"Risk factor 1"
^^
xsd:
string
;
...
...
@@ -107,6 +148,14 @@ ILAP:SAB_51_1
rdf:
type
SCCS:
SAB_51
;
rdfs:
label
"Prepare drilling equipment for drilling"
^^
xsd:
string
.
ILAP:
ScheduledActivity_1
rdf:
type
ILAP:
ScheduledActivity
;
rdfs:
label
"Scheduled activity 1"
^^
xsd:
string
.
ILAP:
ScheduledMilestone_1
rdf:
type
ILAP:
ScheduledMilestone
;
rdfs:
label
"Scheduled milestone 1"
^^
xsd:
string
.
ILAP:
SummerShutdown_UC1
rdf:
type
ILAP:
Shutdown
;
rdfs:
label
"Summer shutdown UC1"
^^
xsd:
string
;
...
...
@@ -117,7 +166,7 @@ ILAP:SummerShutdown_UC1
ILAP:
hasShutdownPriority
ILAP:
NormalPriority
;
ILAP:
hasShutdownType
ILAP:
S
ystemShutdown
,
ILAP:
ProductionShutdown
,
ILAP:
Scheduled
Shutdown
.
ILAP:
S
cheduledShutdown
,
ILAP:
ProductionShutdown
,
ILAP:
System
Shutdown
.
ILAP:
UseCaseAibelToCOPNO
rdf:
type
ILAP:
Source
;
...
...
USERFIELDS.ttl
View file @
60c05b0
...
...
@@ -7,376 +7,245 @@
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
ILAP:
Activity
rdf:
type
owl:
Class
;
rdfs:
subClassOf
owl:
Thing
;
.
ILAP:
Location
rdf:
type
owl:
Class
;
rdfs:
subClassOf
owl:
Thing
;
.
ILAP:
Portfolio
rdf:
type
owl:
Class
;
rdfs:
subClassOf
owl:
Thing
;
.
ILAP:
Source
rdf:
type
owl:
Class
;
rdfs:
subClassOf
owl:
Thing
;
.
rdfs:
subClassOf
owl:
Thing
.
USERFIELDS:
rdf:
type
owl:
Ontology
;
owl:
imports
<http://data.posccaesar.org/ilap/>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
;
.
owl:
imports
ILAP:
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
USERFIELDS:
hasActivityProgress
rdf:
type
ILAP:
Source
;
rdfs:
label
"Activity progress"
;
.
rdfs:
label
"Activity progress"
.
USERFIELDS:
hasArea
rdf:
type
ILAP:
Location
;
rdf:
type
ILAP:
Source
;
rdfs:
label
"Area"
;
.
rdfs:
label
"Area"
.
USERFIELDS:
hasAreaCode
rdf:
type
ILAP:
Location
;
rdf:
type
ILAP:
Source
;
rdfs:
label
"Area code"
;
.
rdfs:
label
"Area code"
.
USERFIELDS:
hasAssignment
rdf:
type
ILAP:
Source
;
rdfs:
label
"Assignment"
;
.
rdfs:
label
"Assignment"
.
USERFIELDS:
hasBudgetYear
rdf:
type
ILAP:
Source
;
rdfs:
label
"Budget year"
;
.
rdfs:
label
"Budget year"
.
USERFIELDS:
hasBuildingBlock
rdf:
type
ILAP:
Source
;
rdfs:
label
"Building block"
;
.
rdfs:
label
"Building block"
.
USERFIELDS:
hasCTR
rdf:
type
ILAP:
Source
;
rdfs:
label
"CTR"
;
.
rdfs:
label
"CTR"
.
USERFIELDS:
hasCause
rdf:
type
ILAP:
Source
;
rdfs:
label
"Cause"
;
.
rdfs:
label
"Cause"
.
USERFIELDS:
hasCauseCategory
rdf:
type
ILAP:
Source
;
rdfs:
label
"Cause category"
;
.
rdfs:
label
"Cause category"
.
USERFIELDS:
hasCommissioningPackage
rdf:
type
ILAP:
Source
;
rdfs:
label
"Commissioning package"
;
.
rdfs:
label
"Commissioning package"
.
USERFIELDS:
hasCompletionStatus
rdf:
type
ILAP:
Source
;
rdfs:
label
"Competition status"
;
.
rdfs:
label
"Competition status"
.
USERFIELDS:
hasContractType
rdf:
type
ILAP:
Source
;
rdfs:
label
"Contract type"
;
.
rdfs:
label
"Contract type"
.
USERFIELDS:
hasCostBreakdownStructure
rdf:
type
ILAP:
Source
;
rdfs:
label
"Cost breakdown structure"
;
.
rdfs:
label
"Cost breakdown structure"
.
USERFIELDS:
hasCostCenter
rdf:
type
ILAP:
Source
;
rdfs:
label
"Cost center"
;
.
rdfs:
label
"Cost center"
.
USERFIELDS:
hasCriticalPath
rdf:
type
ILAP:
Source
;
rdfs:
label
"Critical path"
;
.
rdfs:
label
"Critical path"
.
USERFIELDS:
hasCustomerWBS1
rdf:
type
ILAP:
Source
;
rdfs:
label
"Customer WBS1"
;
.
rdfs:
label
"Customer WBS1"
.
USERFIELDS:
hasCustomerWBS2
rdf:
type
ILAP:
Source
;
rdfs:
label
"Customer WBS2"
;
.
rdfs:
label
"Customer WBS2"
.
USERFIELDS:
hasCustomerWBS3
rdf:
type
ILAP:
Source
;
rdfs:
label
"Customer WBS3"
;
.
rdfs:
label
"Customer WBS3"
.
USERFIELDS:
hasDelivery
rdf:
type
ILAP:
Source
;
rdfs:
label
"Delivery"
;
.
rdfs:
label
"Delivery"
.
USERFIELDS:
hasExecutionMilestone
rdf:
type
ILAP:
Source
;
rdfs:
label
"Execution milestone"
;
.
rdfs:
label
"Execution milestone"
.
USERFIELDS:
hasExecutionSubDiscipline
rdf:
type
ILAP:
Source
;
rdfs:
label
"Execution subdiscipline"
;
.
rdfs:
label
"Execution subdiscipline"
.
USERFIELDS:
hasGeographicLocation
rdf:
type
ILAP:
Location
;
rdf:
type
ILAP:
Source
;
rdfs:
label
"Geographical location"
;
.
rdfs:
label
"Geographical location"
.
USERFIELDS:
hasHabitat
rdf:
type
ILAP:
Source
;
rdfs:
label
"Habitat"
;
.
rdfs:
label
"Habitat"
.
USERFIELDS:
hasIndexCode
rdf:
type
ILAP:
Source
;
rdfs:
label
"Index code"
;
.
rdfs:
label
"Index code"
.
USERFIELDS:
hasJobCardStatus
rdf:
type
ILAP:
Source
;
rdfs:
label
"Job card status"
;
.
rdfs:
label
"Job card status"
.
USERFIELDS:
hasKPIStatus
rdf:
type
ILAP:
Source
;
rdfs:
label
"KPI status"
;
.
rdfs:
label
"KPI status"
.
USERFIELDS:
hasLocationOfWork
rdf:
type
ILAP:
Location
;
rdf:
type
ILAP:
Source
;
rdfs:
label
"Location of work"
^^
xsd:
string
;
.
rdfs:
label
"Location of work"
^^
xsd:
string
.
USERFIELDS:
hasLocationOnPlatform
rdf:
type
ILAP:
Location
;
rdf:
type
ILAP:
Source
;
rdfs:
label
"Location on platform"
;
.
rdfs:
label
"Location on platform"
.
USERFIELDS:
hasMechanicalCompletionPackage
rdf:
type
ILAP:
Source
;
rdfs:
label
"Mechanical Completion package"
;
.
rdfs:
label
"Mechanical Completion package"
.
USERFIELDS:
hasModificationPackage
rdf:
type
ILAP:
Source
;
rdfs:
label
"Modification package"
;
.
rdfs:
label
"Modification package"
.
USERFIELDS:
hasNetwork
rdf:
type
ILAP:
Source
;
rdfs:
label
"Network"
;
.
rdfs:
label
"Network"
.
USERFIELDS:
hasNotification
rdf:
type
ILAP:
Source
;
rdfs:
label
"Notification"
;
.
rdfs:
label
"Notification"
.
USERFIELDS:
hasOwnerDepartment
rdf:
type
ILAP:
Source
;
rdfs:
label
"Owner department"
;
.
rdfs:
label
"Owner department"
.
USERFIELDS:
hasPartProject
rdf:
type
ILAP:
Source
;
rdfs:
label
"Project part"
;
.
rdfs:
label
"Project part"
.
USERFIELDS:
hasPortfolio
rdf:
type
ILAP:
Portfolio
;
rdf:
type
ILAP:
Source
;
rdfs:
label
"Portfolio"
;
.
rdfs:
label
"Portfolio"
.
USERFIELDS:
hasProcurementPackage
rdf:
type
ILAP:
Source
;
rdfs:
label
"Procurement package"
;
.
rdfs:
label
"Procurement package"
.
USERFIELDS:
hasProjectCode
rdf:
type
ILAP:
Source
;
rdfs:
label
"Project code"
;
.
rdfs:
label
"Project code"
.
USERFIELDS:
hasProjectType
rdf:
type
ILAP:
Source
;
rdfs:
label
"Project type"
;
.
rdfs:
label
"Project type"
.
USERFIELDS:
hasQuality
rdf:
type
ILAP:
Source
;
rdfs:
label
"Quality"
;
.
rdfs:
label
"Quality"
.
USERFIELDS:
hasRank
rdf:
type
ILAP:
Source
;
rdfs:
label
"Rank"
;
.
rdfs:
label
"Rank"
.
USERFIELDS:
hasReporting
rdf:
type
ILAP:
Source
;
rdfs:
label
"Reporting"
;
.
rdfs:
label
"Reporting"
.
USERFIELDS:
hasSRGL
rdf:
type
ILAP:
Source
;
rdfs:
label
"SRGL"
;
.
rdfs:
label
"SRGL"
.
USERFIELDS:
hasSection
rdf:
type
ILAP:
Source
;
rdfs:
label
"Section"
;
.
rdfs:
label
"Section"
.
USERFIELDS:
hasSectionStatus
rdf:
type
ILAP:
Source
;
rdfs:
label
"Seciton status"
;
.
rdfs:
label
"Seciton status"
.
USERFIELDS:
hasShaft
rdf:
type
ILAP:
Source
;
rdfs:
label
"Shaft"
;
.
rdfs:
label
"Shaft"
.
USERFIELDS:
hasShutDownPeriod
rdf:
type
ILAP:
Source
;
rdfs:
label
"Shutdown period"
;
.
rdfs:
label
"Shutdown period"
.
USERFIELDS:
hasSubProjectType
rdf:
type
ILAP:
Source
;
rdfs:
label
"Subproject type"
;
.
rdfs:
label
"Subproject type"
.
USERFIELDS:
hasSupplierATS
rdf:
type
ILAP:
Source
;
rdfs:
label
"Supplier ATS"
;
.
rdfs:
label
"Supplier ATS"
.
USERFIELDS:
hasSystemType
rdf:
type
ILAP:
Source
;
rdfs:
label
"System type"
;
.
USERFIELDS:
hasUserField
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
Activity
;
rdfs:
range
ILAP:
Source
;
.
USERFIELDS:
hasValue
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
USERFIELDS:
hasActivityProgress
;
rdfs:
domain
USERFIELDS:
hasArea
;
rdfs:
domain
USERFIELDS:
hasAreaCode
;
rdfs:
domain
USERFIELDS:
hasAssignment
;
rdfs:
domain
USERFIELDS:
hasBudgetYear
;
rdfs:
domain
USERFIELDS:
hasBuildingBlock
;
rdfs:
domain
USERFIELDS:
hasCTR
;
rdfs:
domain
USERFIELDS:
hasCause
;
rdfs:
domain
USERFIELDS:
hasCauseCategory
;
rdfs:
domain
USERFIELDS:
hasCommissioningPackage
;
rdfs:
domain
USERFIELDS:
hasCompletionStatus
;
rdfs:
domain
USERFIELDS:
hasContractType
;
rdfs:
domain
USERFIELDS:
hasCostBreakdownStructure
;
rdfs:
domain
USERFIELDS:
hasCostCenter
;
rdfs:
domain
USERFIELDS:
hasCriticalPath
;
rdfs:
domain
USERFIELDS:
hasCustomerWBS1
;
rdfs:
domain
USERFIELDS:
hasCustomerWBS2
;
rdfs:
domain
USERFIELDS:
hasCustomerWBS3
;
rdfs:
domain
USERFIELDS:
hasDelivery
;
rdfs:
domain
USERFIELDS:
hasExecutionMilestone
;
rdfs:
domain
USERFIELDS:
hasExecutionSubDiscipline
;
rdfs:
domain
USERFIELDS:
hasGeographicLocation
;
rdfs:
domain
USERFIELDS:
hasHabitat
;
rdfs:
domain
USERFIELDS:
hasIndexCode
;
rdfs:
domain
USERFIELDS:
hasJobCardStatus
;
rdfs:
domain
USERFIELDS:
hasKPIStatus
;
rdfs:
domain
USERFIELDS:
hasLocationOfWork
;
rdfs:
domain
USERFIELDS:
hasLocationOnPlatform
;
rdfs:
domain
USERFIELDS:
hasMechanicalCompletionPackage
;
rdfs:
domain
USERFIELDS:
hasModificationPackage
;
rdfs:
domain
USERFIELDS:
hasNetwork
;
rdfs:
domain
USERFIELDS:
hasNotification
;
rdfs:
domain
USERFIELDS:
hasOwnerDepartment
;
rdfs:
domain
USERFIELDS:
hasPartProject
;
rdfs:
domain
USERFIELDS:
hasPortfolio
;
rdfs:
domain
USERFIELDS:
hasProcurementPackage
;
rdfs:
domain
USERFIELDS:
hasProjectCode
;
rdfs:
domain
USERFIELDS:
hasProjectType
;
rdfs:
domain
USERFIELDS:
hasQuality
;
rdfs:
domain
USERFIELDS:
hasRank
;
rdfs:
domain
USERFIELDS:
hasReporting
;
rdfs:
domain
USERFIELDS:
hasSRGL
;
rdfs:
domain
USERFIELDS:
hasSection
;
rdfs:
domain
USERFIELDS:
hasSectionStatus
;
rdfs:
domain
USERFIELDS:
hasShaft
;
rdfs:
domain
USERFIELDS:
hasShutDownPeriod
;
rdfs:
domain
USERFIELDS:
hasSubProjectType
;
rdfs:
domain
USERFIELDS:
hasSupplierATS
;
rdfs:
domain
USERFIELDS:
hasSystemType
;
rdfs:
domain
USERFIELDS:
hasUserField
;
rdfs:
domain
USERFIELDS:
hasWBS1
;
rdfs:
domain
USERFIELDS:
hasWBS2
;
rdfs:
domain
USERFIELDS:
hasWBS3
;
rdfs:
domain
USERFIELDS:
hasWBS4
;
rdfs:
domain
USERFIELDS:
hasWBS5
;
rdfs:
domain
USERFIELDS:
hasWorkOrder
;
rdfs:
range
xsd:
string
;
.
USERFIELDS:
hasValueSource
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
USERFIELDS:
hasActivityProgress
;
rdfs:
domain
USERFIELDS:
hasArea
;
rdfs:
domain
USERFIELDS:
hasAreaCode
;
rdfs:
domain
USERFIELDS:
hasAssignment
;
rdfs:
domain
USERFIELDS:
hasBudgetYear
;
rdfs:
domain
USERFIELDS:
hasBuildingBlock
;
rdfs:
domain
USERFIELDS:
hasCTR
;
rdfs:
domain
USERFIELDS:
hasCause
;
rdfs:
domain
USERFIELDS:
hasCauseCategory
;
rdfs:
domain
USERFIELDS:
hasCommissioningPackage
;
rdfs:
domain
USERFIELDS:
hasCompletionStatus
;
rdfs:
domain
USERFIELDS:
hasContractType
;
rdfs:
domain
USERFIELDS:
hasCostBreakdownStructure
;
rdfs:
domain
USERFIELDS:
hasCostCenter
;
rdfs:
domain
USERFIELDS:
hasCriticalPath
;
rdfs:
domain
USERFIELDS:
hasCustomerWBS1
;
rdfs:
domain
USERFIELDS:
hasCustomerWBS2
;
rdfs:
domain
USERFIELDS:
hasCustomerWBS3
;
rdfs:
domain
USERFIELDS:
hasDelivery
;
rdfs:
domain
USERFIELDS:
hasExecutionMilestone
;
rdfs:
domain
USERFIELDS:
hasExecutionSubDiscipline
;
rdfs:
domain
USERFIELDS:
hasGeographicLocation
;
rdfs:
domain
USERFIELDS:
hasHabitat
;
rdfs:
domain
USERFIELDS:
hasIndexCode
;
rdfs:
domain
USERFIELDS:
hasJobCardStatus
;
rdfs:
domain
USERFIELDS:
hasKPIStatus
;
rdfs:
domain
USERFIELDS:
hasLocationOfWork
;
rdfs:
domain
USERFIELDS:
hasLocationOnPlatform
;
rdfs:
domain
USERFIELDS:
hasMechanicalCompletionPackage
;
rdfs:
domain
USERFIELDS:
hasModificationPackage
;
rdfs:
domain
USERFIELDS:
hasNetwork
;
rdfs:
domain
USERFIELDS:
hasNotification
;
rdfs:
domain
USERFIELDS:
hasOwnerDepartment
;
rdfs:
domain
USERFIELDS:
hasPartProject
;
rdfs:
domain
USERFIELDS:
hasPortfolio
;
rdfs:
domain
USERFIELDS:
hasProcurementPackage
;
rdfs:
domain
USERFIELDS:
hasProjectCode
;
rdfs:
domain
USERFIELDS:
hasProjectType
;
rdfs:
domain
USERFIELDS:
hasQuality
;
rdfs:
domain
USERFIELDS:
hasRank
;
rdfs:
domain
USERFIELDS:
hasReporting
;
rdfs:
domain
USERFIELDS:
hasSRGL
;
rdfs:
domain
USERFIELDS:
hasSection
;
rdfs:
domain
USERFIELDS:
hasSectionStatus
;
rdfs:
domain
USERFIELDS:
hasShaft
;
rdfs:
domain
USERFIELDS:
hasShutDownPeriod
;
rdfs:
domain
USERFIELDS:
hasSubProjectType
;
rdfs:
domain
USERFIELDS:
hasSupplierATS
;
rdfs:
domain
USERFIELDS:
hasSystemType
;
rdfs:
domain
USERFIELDS:
hasUserField
;
rdfs:
domain
USERFIELDS:
hasWBS1
;
rdfs:
domain
USERFIELDS:
hasWBS2
;
rdfs:
domain
USERFIELDS:
hasWBS3
;
rdfs:
domain
USERFIELDS:
hasWBS4
;
rdfs:
domain
USERFIELDS:
hasWBS5
;
rdfs:
domain
USERFIELDS:
hasWorkOrder
;
rdfs:
range
xsd:
string
;
.
rdfs:
label
"System type"
.
USERFIELDS:
hasWBS1
rdf:
type
ILAP:
Source
;
rdfs:
label
"WBS1"
;
.
rdfs:
label
"WBS1"
.
USERFIELDS:
hasWBS2
rdf:
type
ILAP:
Source
;
rdfs:
label
"WBS2"
;
.
rdfs:
label
"WBS2"
.
USERFIELDS:
hasWBS3
rdf:
type
ILAP:
Source
;
rdfs:
label
"WBS3"
;
.
rdfs:
label
"WBS3"
.
USERFIELDS:
hasWBS4
rdf:
type
ILAP:
Source
;
rdfs:
label
"WBS4"
;
.
rdfs:
label
"WBS4"
.
USERFIELDS:
hasWBS5
rdf:
type
ILAP:
Source
;
rdfs:
label
"WBS5"
;
.
rdfs:
label
"WBS5"
.
USERFIELDS:
hasWorkOrder
rdf:
type
ILAP:
Source
;
rdf:
type
ILAP:
WorkOrder
;
rdfs:
label
"Work order"
;
.
rdf:
type
ILAP:
WorkOrder
,
ILAP:
Source
;
rdfs:
label
"Work order"
.
ILAP:
hasUserField
rdf:
type
owl:
ObjectProperty
;
rdfs:
range
ILAP:
Source
.
ILAP:
hasValue
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
USERFIELDS:
hasWBS4
,
USERFIELDS:
hasCause
,
USERFIELDS:
hasCustomerWBS3
,
USERFIELDS:
hasProjectCode
,
USERFIELDS:
hasAreaCode
,
USERFIELDS:
hasCauseCategory
,
USERFIELDS:
hasNetwork
,
USERFIELDS:
hasPortfolio
,
USERFIELDS:
hasHabitat
,
USERFIELDS:
hasCommissioningPackage
,
USERFIELDS:
hasAssignment
,
USERFIELDS:
hasWBS3
,
USERFIELDS:
hasProcurementPackage
,
USERFIELDS:
hasSubProjectType
,
USERFIELDS:
hasCompletionStatus
,
USERFIELDS:
hasWBS5
,
USERFIELDS:
hasKPIStatus
,
USERFIELDS:
hasExecutionSubDiscipline
,
USERFIELDS:
hasIndexCode
,
USERFIELDS:
hasArea
,
USERFIELDS:
hasSectionStatus
,
USERFIELDS:
hasContractType
,
USERFIELDS:
hasCTR
,
ILAP:
hasUserField
,
USERFIELDS:
hasPartProject
,
USERFIELDS:
hasWorkOrder
,
USERFIELDS:
hasActivityProgress
,
USERFIELDS:
hasWBS1
,
USERFIELDS:
hasNotification
,
USERFIELDS:
hasBuildingBlock
,
USERFIELDS:
hasReporting
,
USERFIELDS:
hasShutDownPeriod
,
USERFIELDS:
hasRank
,
USERFIELDS:
hasOwnerDepartment
,
USERFIELDS:
hasSystemType
,
USERFIELDS:
hasExecutionMilestone
,
USERFIELDS:
hasSection
,
USERFIELDS:
hasSRGL
,
USERFIELDS:
hasCustomerWBS1
,
USERFIELDS:
hasLocationOnPlatform
,
USERFIELDS:
hasCustomerWBS2
,
USERFIELDS:
hasQuality
,
USERFIELDS:
hasDelivery
,
USERFIELDS:
hasGeographicLocation
,
USERFIELDS:
hasCostBreakdownStructure
,
USERFIELDS:
hasCostCenter
,
USERFIELDS:
hasModificationPackage
,
USERFIELDS:
hasLocationOfWork
,
USERFIELDS:
hasMechanicalCompletionPackage
,
USERFIELDS:
hasJobCardStatus
,
USERFIELDS:
hasCriticalPath
,
USERFIELDS:
hasWBS2
,
USERFIELDS:
hasShaft
,
USERFIELDS:
hasBudgetYear
,
USERFIELDS:
hasProjectType
,
USERFIELDS:
hasSupplierATS
;
rdfs:
range
xsd:
string
.
ILAP:
hasValueSource
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
USERFIELDS:
hasBuildingBlock
,
USERFIELDS:
hasCostBreakdownStructure
,
USERFIELDS:
hasSection
,
USERFIELDS:
hasCustomerWBS3
,
USERFIELDS:
hasHabitat
,
USERFIELDS:
hasProcurementPackage
,
USERFIELDS:
hasRank
,
USERFIELDS:
hasWorkOrder
,
USERFIELDS:
hasActivityProgress
,
USERFIELDS:
hasNetwork
,
USERFIELDS:
hasAreaCode
,
USERFIELDS:
hasContractType
,
USERFIELDS:
hasOwnerDepartment
,
USERFIELDS:
hasWBS1
,
USERFIELDS:
hasCostCenter
,
USERFIELDS:
hasIndexCode
,
USERFIELDS:
hasWBS2
,
USERFIELDS:
hasProjectCode
,
USERFIELDS:
hasMechanicalCompletionPackage
,
ILAP:
hasUserField
,
USERFIELDS:
hasCommissioningPackage
,
USERFIELDS:
hasPortfolio
,
USERFIELDS:
hasProjectType
,
USERFIELDS:
hasCustomerWBS1
,
USERFIELDS:
hasExecutionSubDiscipline
,
USERFIELDS:
hasKPIStatus
,
USERFIELDS:
hasDelivery
,
USERFIELDS:
hasNotification
,
USERFIELDS:
hasSectionStatus
,
USERFIELDS:
hasCauseCategory
,
USERFIELDS:
hasCTR
,
USERFIELDS:
hasWBS4
,
USERFIELDS:
hasCriticalPath
,
USERFIELDS:
hasModificationPackage
,
USERFIELDS:
hasSRGL
,
USERFIELDS:
hasWBS3
,
USERFIELDS:
hasBudgetYear
,
USERFIELDS:
hasReporting
,
USERFIELDS:
hasGeographicLocation
,
USERFIELDS:
hasAssignment
,
USERFIELDS:
hasSystemType
,
USERFIELDS:
hasCompletionStatus
,
USERFIELDS:
hasExecutionMilestone
,
USERFIELDS:
hasCustomerWBS2
,
USERFIELDS:
hasQuality
,
USERFIELDS:
hasLocationOfWork
,
USERFIELDS:
hasShutDownPeriod
,
USERFIELDS:
hasShaft
,
USERFIELDS:
hasPartProject
,
USERFIELDS:
hasWBS5
,
USERFIELDS:
hasSubProjectType
,
USERFIELDS:
hasLocationOnPlatform
,
USERFIELDS:
hasCause
,
USERFIELDS:
hasSupplierATS
,
USERFIELDS:
hasArea
,
USERFIELDS:
hasJobCardStatus
;
rdfs:
range
xsd:
string
.
...
...
Please
register
or
login
to post a comment