Tore Christiansen

Added first set of definitions in Planning Values

...@@ -42,6 +42,9 @@ ILAP:AfterShutdown ...@@ -42,6 +42,9 @@ ILAP:AfterShutdown
42 rdf:type ILAP:ShutdownPhase ; 42 rdf:type ILAP:ShutdownPhase ;
43 rdfs:label "After shutdown"^^xsd:string . 43 rdfs:label "After shutdown"^^xsd:string .
44 44
45 +ILAP:Application
46 + rdfs:comment "A Thing that is a software program that creates, manipulates, stores and retrieves Data (adapted from eHow.com)."^^xsd:string .
47 +
45 ILAP:Aquisition 48 ILAP:Aquisition
46 rdf:type ILAP:PlanLifecycleStage ; 49 rdf:type ILAP:PlanLifecycleStage ;
47 rdfs:label "Aquire"^^xsd:string . 50 rdfs:label "Aquire"^^xsd:string .
...@@ -477,10 +480,19 @@ ILAP:Planned ...@@ -477,10 +480,19 @@ ILAP:Planned
477 rdf:type ILAP:Status ; 480 rdf:type ILAP:Status ;
478 rdfs:label "Planned"^^xsd:string . 481 rdfs:label "Planned"^^xsd:string .
479 482
483 +ILAP:PlannedActivity
484 + rdfs:comment "An Activity that is part of an Execution Plan, and for which the scope of work is defined."^^xsd:string .
485 +
480 ILAP:Planning 486 ILAP:Planning
481 rdf:type ILAP:PlanLifecycleStage ; 487 rdf:type ILAP:PlanLifecycleStage ;
482 rdfs:label "Planning"^^xsd:string . 488 rdfs:label "Planning"^^xsd:string .
483 489
490 +ILAP:PlanningApplication
491 + rdfs:comment "An Application used for generating, analyzing or communicating Data related to Activities, Constraints and Networks."^^xsd:string .
492 +
493 +ILAP:Portfolio
494 + rdfs:comment "A collection of Projects and Programmes (Portfolio components) grouped together to facilitate their management to meet strategic objectives (ISO 21502)."^^xsd:string .
495 +
484 ILAP:Primavera 496 ILAP:Primavera
485 rdf:type ILAP:Application ; 497 rdf:type ILAP:Application ;
486 rdfs:label "Primavera"^^xsd:string . 498 rdfs:label "Primavera"^^xsd:string .
...@@ -497,6 +509,13 @@ ILAP:ProductionShutdown ...@@ -497,6 +509,13 @@ ILAP:ProductionShutdown
497 rdf:type ILAP:ShutdownType ; 509 rdf:type ILAP:ShutdownType ;
498 rdfs:label "Production Shutdown"^^xsd:string . 510 rdfs:label "Production Shutdown"^^xsd:string .
499 511
512 +ILAP:Programme
513 + rdfs:comment """A group of related Projects, Programmes, and other related Activity components.
514 +(ISO 21500)."""^^xsd:string .
515 +
516 +ILAP:Project
517 + 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 .
518 +
500 ILAP:RAMEX 519 ILAP:RAMEX
501 rdf:type ILAP:PlanExpenseType ; 520 rdf:type ILAP:PlanExpenseType ;
502 rdfs:label "RAMEX"^^xsd:string . 521 rdfs:label "RAMEX"^^xsd:string .
...@@ -580,6 +599,9 @@ ILAP:Scheduled ...@@ -580,6 +599,9 @@ ILAP:Scheduled
580 rdf:type ILAP:Status ; 599 rdf:type ILAP:Status ;
581 rdfs:label "Scheduled"^^xsd:string . 600 rdfs:label "Scheduled"^^xsd:string .
582 601
602 +ILAP:ScheduledActivity
603 + rdfs:comment "A Planned Activity that is part of a Schedule, with defined time, effort, duration and resources"^^xsd:string .
604 +
583 ILAP:ScheduledShutdown 605 ILAP:ScheduledShutdown
584 rdf:type ILAP:ShutdownType ; 606 rdf:type ILAP:ShutdownType ;
585 rdfs:label "Scheduled Shutdown"^^xsd:string . 607 rdfs:label "Scheduled Shutdown"^^xsd:string .
......