Håvard M. Ottestad

added id for Project and Activity

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