Showing
1 changed file
with
8 additions
and
0 deletions
... | @@ -83,6 +83,7 @@ ILAP:ActivityWBS | ... | @@ -83,6 +83,7 @@ ILAP:ActivityWBS |
83 | 83 | ||
84 | ILAP:Application | 84 | ILAP:Application |
85 | rdf:type owl:Class ; | 85 | rdf:type owl:Class ; |
86 | + rdfs:comment "A Thing that is a software program that creates, manipulates, stores and retrieves Data (adapted from eHow.com)."^^xsd:string ; | ||
86 | rdfs:label "Application"^^xsd:string ; | 87 | rdfs:label "Application"^^xsd:string ; |
87 | rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . | 88 | rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . |
88 | 89 | ||
... | @@ -612,6 +613,7 @@ ILAP:PlanProjectType | ... | @@ -612,6 +613,7 @@ ILAP:PlanProjectType |
612 | 613 | ||
613 | ILAP:PlannedActivity | 614 | ILAP:PlannedActivity |
614 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 615 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
616 | + rdfs:comment "An Activity that is part of an Execution Plan, and for which the scope of work is defined."^^xsd:string ; | ||
615 | rdfs:label "Planned Activity (Activity in Execution Plan)"^^xsd:string ; | 617 | rdfs:label "Planned Activity (Activity in Execution Plan)"^^xsd:string ; |
616 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 618 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
617 | rdfs:subClassOf | 619 | rdfs:subClassOf |
... | @@ -677,11 +679,13 @@ ILAP:PlannedMilestone | ... | @@ -677,11 +679,13 @@ ILAP:PlannedMilestone |
677 | 679 | ||
678 | ILAP:PlanningApplication | 680 | ILAP:PlanningApplication |
679 | rdf:type owl:Class ; | 681 | rdf:type owl:Class ; |
682 | + rdfs:comment "An Application used for generating, analyzing or communicating Data related to Activities, Constraints and Networks."^^xsd:string ; | ||
680 | rdfs:label "Planning Application"^^xsd:string ; | 683 | rdfs:label "Planning Application"^^xsd:string ; |
681 | rdfs:subClassOf ILAP:Application . | 684 | rdfs:subClassOf ILAP:Application . |
682 | 685 | ||
683 | ILAP:Portfolio | 686 | ILAP:Portfolio |
684 | rdf:type owl:Class ; | 687 | rdf:type owl:Class ; |
688 | + rdfs:comment "A collection of Projects and Programmes (Portfolio components) grouped together to facilitate their management to meet strategic objectives (ISO 21502)."^^xsd:string ; | ||
685 | rdfs:label "Portfolio"^^xsd:string ; | 689 | rdfs:label "Portfolio"^^xsd:string ; |
686 | rdfs:subClassOf ILAP:Project . | 690 | rdfs:subClassOf ILAP:Project . |
687 | 691 | ||
... | @@ -703,11 +707,14 @@ ILAP:ProductionMilestone | ... | @@ -703,11 +707,14 @@ ILAP:ProductionMilestone |
703 | 707 | ||
704 | ILAP:Programme | 708 | ILAP:Programme |
705 | rdf:type owl:Class ; | 709 | rdf:type owl:Class ; |
710 | + rdfs:comment """A group of related Projects, Programmes, and other related Activity components. | ||
711 | +(ISO 21500)."""^^xsd:string ; | ||
706 | rdfs:label "Programme"^^xsd:string ; | 712 | rdfs:label "Programme"^^xsd:string ; |
707 | rdfs:subClassOf ILAP:Project . | 713 | rdfs:subClassOf ILAP:Project . |
708 | 714 | ||
709 | ILAP:Project | 715 | ILAP:Project |
710 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 716 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
717 | + 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 ; | ||
711 | rdfs:label "Project"^^xsd:string ; | 718 | rdfs:label "Project"^^xsd:string ; |
712 | rdfs:subClassOf ILAP:Activity ; | 719 | rdfs:subClassOf ILAP:Activity ; |
713 | rdfs:subClassOf | 720 | rdfs:subClassOf |
... | @@ -944,6 +951,7 @@ ILAP:Schedule | ... | @@ -944,6 +951,7 @@ ILAP:Schedule |
944 | 951 | ||
945 | ILAP:ScheduledActivity | 952 | ILAP:ScheduledActivity |
946 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 953 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
954 | + rdfs:comment "A Planned Activity that is part of a Schedule, with defined time, effort, duration and resources."^^xsd:string ; | ||
947 | rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ; | 955 | rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ; |
948 | rdfs:subClassOf ILAP:PlannedActivity ; | 956 | rdfs:subClassOf ILAP:PlannedActivity ; |
949 | rdfs:subClassOf | 957 | rdfs:subClassOf | ... | ... |
-
Please register or login to post a comment