Håvard M. Ottestad

bug fix

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