Tore Christiansen

Removed recursion on ActivityInPlan

...@@ -209,6 +209,13 @@ ...@@ -209,6 +209,13 @@
209 rdf:type owl:Restriction ; 209 rdf:type owl:Restriction ;
210 :shouldUseAnyUri "true"^^xsd:boolean ; 210 :shouldUseAnyUri "true"^^xsd:boolean ;
211 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 211 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
212 + owl:onClass <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningActivityClass> ;
213 + owl:onProperty :hasActivityType ;
214 + ] ;
215 + rdfs:subClassOf [
216 + rdf:type owl:Restriction ;
217 + :shouldUseAnyUri "true"^^xsd:boolean ;
218 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
212 owl:onClass [ 219 owl:onClass [
213 rdf:type owl:Class ; 220 rdf:type owl:Class ;
214 owl:unionOf ( 221 owl:unionOf (
...@@ -267,12 +274,6 @@ ...@@ -267,12 +274,6 @@
267 rdfs:subClassOf [ 274 rdfs:subClassOf [
268 rdf:type owl:Restriction ; 275 rdf:type owl:Restriction ;
269 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 276 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
270 - owl:onClass :ActivityInPlan ;
271 - owl:onProperty :hasActivityType ;
272 - ] ;
273 - rdfs:subClassOf [
274 - rdf:type owl:Restriction ;
275 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
276 owl:onClass :ActivityPlanningPhase ; 277 owl:onClass :ActivityPlanningPhase ;
277 owl:onProperty :hasLifecyclePhase ; 278 owl:onProperty :hasLifecyclePhase ;
278 ] ; 279 ] ;
......