Tore Christiansen

Added first set of definitions in Planning Values

......@@ -42,6 +42,9 @@ ILAP:AfterShutdown
rdf:type ILAP:ShutdownPhase ;
rdfs:label "After shutdown"^^xsd:string .
ILAP:Application
rdfs:comment "A Thing that is a software program that creates, manipulates, stores and retrieves Data (adapted from eHow.com)."^^xsd:string .
ILAP:Aquisition
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Aquire"^^xsd:string .
......@@ -477,10 +480,19 @@ ILAP:Planned
rdf:type ILAP:Status ;
rdfs:label "Planned"^^xsd:string .
ILAP:PlannedActivity
rdfs:comment "An Activity that is part of an Execution Plan, and for which the scope of work is defined."^^xsd:string .
ILAP:Planning
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Planning"^^xsd:string .
ILAP:PlanningApplication
rdfs:comment "An Application used for generating, analyzing or communicating Data related to Activities, Constraints and Networks."^^xsd:string .
ILAP:Portfolio
rdfs:comment "A collection of Projects and Programmes (Portfolio components) grouped together to facilitate their management to meet strategic objectives (ISO 21502)."^^xsd:string .
ILAP:Primavera
rdf:type ILAP:Application ;
rdfs:label "Primavera"^^xsd:string .
......@@ -497,6 +509,13 @@ ILAP:ProductionShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Production Shutdown"^^xsd:string .
ILAP:Programme
rdfs:comment """A group of related Projects, Programmes, and other related Activity components.
(ISO 21500)."""^^xsd:string .
ILAP:Project
rdfs:comment "An Activity that is a temporary endeavor (in contrast with ongoing operations) with a defined beginning and end, constrained by available time, funding and resources, undertaken to achieve an objective conforming to specific requirements, meet unique objectives, and bring about beneficial change or added value (adapted from BSI and Wikipedia)."^^xsd:string .
ILAP:RAMEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "RAMEX"^^xsd:string .
......@@ -580,6 +599,9 @@ ILAP:Scheduled
rdf:type ILAP:Status ;
rdfs:label "Scheduled"^^xsd:string .
ILAP:ScheduledActivity
rdfs:comment "A Planned Activity that is part of a Schedule, with defined time, effort, duration and resources"^^xsd:string .
ILAP:ScheduledShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Scheduled Shutdown"^^xsd:string .
......