Tore Christiansen

Updated definitions

......@@ -83,6 +83,7 @@ ILAP:ActivityWBS
ILAP:Application
rdf:type owl:Class ;
rdfs:comment "A Thing that is a software program that creates, manipulates, stores and retrieves Data (adapted from eHow.com)."^^xsd:string ;
rdfs:label "Application"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
......@@ -612,6 +613,7 @@ ILAP:PlanProjectType
ILAP:PlannedActivity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:comment "An Activity that is part of an Execution Plan, and for which the scope of work is defined."^^xsd:string ;
rdfs:label "Planned Activity (Activity in Execution Plan)"^^xsd:string ;
rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
......@@ -677,11 +679,13 @@ ILAP:PlannedMilestone
ILAP:PlanningApplication
rdf:type owl:Class ;
rdfs:comment "An Application used for generating, analyzing or communicating Data related to Activities, Constraints and Networks."^^xsd:string ;
rdfs:label "Planning Application"^^xsd:string ;
rdfs:subClassOf ILAP:Application .
ILAP:Portfolio
rdf:type owl:Class ;
rdfs:comment "A collection of Projects and Programmes (Portfolio components) grouped together to facilitate their management to meet strategic objectives (ISO 21502)."^^xsd:string ;
rdfs:label "Portfolio"^^xsd:string ;
rdfs:subClassOf ILAP:Project .
......@@ -703,11 +707,14 @@ ILAP:ProductionMilestone
ILAP:Programme
rdf:type owl:Class ;
rdfs:comment """A group of related Projects, Programmes, and other related Activity components.
(ISO 21500)."""^^xsd:string ;
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> ;
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 ;
rdfs:label "Project"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
rdfs:subClassOf
......@@ -944,6 +951,7 @@ ILAP:Schedule
ILAP:ScheduledActivity
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:comment "A Planned Activity that is part of a Schedule, with defined time, effort, duration and resources."^^xsd:string ;
rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ;
rdfs:subClassOf ILAP:PlannedActivity ;
rdfs:subClassOf
......