Håvard M. Ottestad

added id for Project and Activity

......@@ -132,6 +132,7 @@
rdf:type owl:Class ;
rdfs:comment "An Plan of 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 ;
rdfs:label "Activity in Plan"^^xsd:string ;
:shouldHaveID "true"^^xsd:boolean ;
rdfs:subClassOf :PlanForActivity ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -2415,6 +2416,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
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 :Activity ;
:shouldHaveId "true"^^xsd:boolean;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......