Tore Christiansen

Cleaned up MilestoneType, Shutdown Type and StatusValue

...@@ -148,7 +148,7 @@ ilap:shouldUseAnyUri ...@@ -148,7 +148,7 @@ ilap:shouldUseAnyUri
148 rdf:type owl:Restriction ; 148 rdf:type owl:Restriction ;
149 ilap:shouldUseAnyUri "true"^^xsd:boolean ; 149 ilap:shouldUseAnyUri "true"^^xsd:boolean ;
150 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 150 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
151 - owl:onClass ilap:MilestoneType ; 151 + owl:onClass ilap:MilestoneInPlan ;
152 owl:onProperty :hasMilestoneType ; 152 owl:onProperty :hasMilestoneType ;
153 ] ; 153 ] ;
154 rdfs:subClassOf [ 154 rdfs:subClassOf [
......
This diff is collapsed. Click to expand it.