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-11-23 18:35:34 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
989608541e32328831ce9edbafcbea9ba563a1f1
98960854
1 parent
7f3dcd80
Added additional Milestone classes from Anders
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
0 deletions
PLANNING_CORE.ttl
PLANNING_CORE.ttl
View file @
9896085
...
...
@@ -100,6 +100,12 @@ ILAP:BaselineSchedule
ILAP:
CAPEX
rdfs:
label
"CAPEX"
^^
xsd:
string
.
ILAP:
COR
rdf:
type
owl:
Class
;
rdfs:
comment
"At large milestones in the project."
^^
xsd:
string
;
rdfs:
label
"Certificate of Readyness"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
CommissioningMilestone
.
ILAP:
Calendar
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity>
,
owl:
Class
;
rdfs:
label
"Calendar"
^^
xsd:
string
;
...
...
@@ -418,6 +424,12 @@ ILAP:LowPriority
rdfs:
label
"Low Priority"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Priority
.
ILAP:
MCC
rdf:
type
owl:
Class
;
rdfs:
comment
"Mechanical work is finished. Normally one MCC per MC Package"
^^
xsd:
string
;
rdfs:
label
"Mechanical Completion Certificate "
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
ConstructionMilestone
.
ILAP:
MaterialOrderStatus
rdf:
type
owl:
Class
;
rdfs:
label
"Material Order Status"
^^
xsd:
string
;
...
...
@@ -465,6 +477,12 @@ ILAP:Operator
rdfs:
label
"Operator"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
ResponsibleOrganization
.
ILAP:
PAC
rdf:
type
owl:
Class
;
rdfs:
comment
"Not carried out systematically."
^^
xsd:
string
;
rdfs:
label
"Plant/Platform Acceptance Certificate."
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
CommissioningMilestone
.
ILAP:
Phase
rdf:
type
owl:
Class
;
rdfs:
label
"Phase"
^^
xsd:
string
;
...
...
@@ -725,6 +743,24 @@ ILAP:ProjectPhase
rdfs:
label
"Project Phase"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Phase
.
ILAP:
RFCC
rdf:
type
owl:
Class
;
rdfs:
comment
"Construction has been completed. Normally one RFCC per SubSystem"
^^
xsd:
string
;
rdfs:
label
"Ready for Commissioning Certificate "
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
ConstructionMilestone
.
ILAP:
RFOCaccepted
rdf:
type
owl:
Class
;
rdfs:
comment
"One per SubSystem"
^^
xsd:
string
;
rdfs:
label
"Ready For Operation Certificate Accepted"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
CommissioningMilestone
.
ILAP:
RFOCissued
rdf:
type
owl:
Class
;
rdfs:
comment
"Ready forOperations Certificate Issued"
^^
xsd:
string
;
rdfs:
label
"The project team has finished, but is awating final approval. Normally one Certificate per subssystem"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
CommissioningMilestone
.
ILAP:
Regular8To16WorkingDayCalendar
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale>
;
rdfs:
label
"Regular 8 To 16 Working Day Calendar"
^^
xsd:
string
;
...
...
@@ -793,6 +829,17 @@ ILAP:RiskType
rdfs:
label
"Risk Type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
.
ILAP:
SACaccepted
rdf:
type
owl:
Class
;
rdfs:
label
"System Acceptance Certificate Accepted by Operations "
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
CommissioningMilestone
.
ILAP:
SACissued
rdf:
type
owl:
Class
;
rdfs:
comment
"Used for Systems, or Groups of Subsystems (typically in Telecom)"
^^
xsd:
string
;
rdfs:
label
"SACissued"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
CommissioningMilestone
.
ILAP:
Schedule
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject>
,
owl:
Class
;
rdfs:
label
"Schedule (Scheduled Activity Network)"
^^
xsd:
string
;
...
...
Please
register
or
login
to post a comment