Håvard M. Ottestad

added id to constraints

...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
67 rdfs:comment "A Constraint in Plan where an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ; 67 rdfs:comment "A Constraint in Plan where an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ;
68 rdfs:label "Activity constraint"^^xsd:string ; 68 rdfs:label "Activity constraint"^^xsd:string ;
69 rdfs:subClassOf :ConstraintInPlan ; 69 rdfs:subClassOf :ConstraintInPlan ;
70 + :shouldHaveID "true"^^xsd:boolean ;
70 rdfs:subClassOf [ 71 rdfs:subClassOf [
71 rdf:type owl:Class ; 72 rdf:type owl:Class ;
72 owl:unionOf ( 73 owl:unionOf (
......