Tore Christiansen

Made ActivityInPlan a member of ClassOfClassOfActivity

...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
38 rdf:type lci:ClassOfIndividual ; 38 rdf:type lci:ClassOfIndividual ;
39 rdf:type owl:Class ; 39 rdf:type owl:Class ;
40 :shouldHaveID "true" ; 40 :shouldHaveID "true" ;
41 - rdfs:comment "An Possible Individual that is something a person or group plans to do, does or has done in order to bring about defined change while consuming time and resources. An activity is generally the smallest portion of a Project used in planning, tracking, and control (adapted from ISO 15926, PMI and BSI)."^^xsd:string ; 41 + rdfs:comment "A Possible Individual that is something a person or group plans to do, does or has done in order to bring about defined change while consuming time and resources. An activity is generally the smallest portion of a Project used in planning, tracking, and control (adapted from ISO 15926, PMI and BSI)."^^xsd:string ;
42 rdfs:label "Activity"^^xsd:string ; 42 rdfs:label "Activity"^^xsd:string ;
43 rdfs:subClassOf :PossibleIndividual ; 43 rdfs:subClassOf :PossibleIndividual ;
44 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ; 44 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ;
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
81 rdfs:subClassOf :Activity ; 81 rdfs:subClassOf :Activity ;
82 . 82 .
83 :ActivityInPlan 83 :ActivityInPlan
84 + rdf:type :ClassOfClassOfActivity ;
84 rdf:type owl:Class ; 85 rdf:type owl:Class ;
85 rdfs:comment "An Activity that has its role within a larger PlanForActivity as a criterion for membership. An ActivityInPlan is part of a PlanForActivity, with defined Constraints, Duration, Schedule Dates, Resources and Results."^^xsd:string ; 86 rdfs:comment "An Activity that has its role within a larger PlanForActivity as a criterion for membership. An ActivityInPlan is part of a PlanForActivity, with defined Constraints, Duration, Schedule Dates, Resources and Results."^^xsd:string ;
86 rdfs:label "Activity in Plan"^^xsd:string ; 87 rdfs:label "Activity in Plan"^^xsd:string ;
......