Håvard M. Ottestad

should use uri for XSD

...@@ -2489,6 +2489,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2489,6 +2489,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2489 ] ; 2489 ] ;
2490 rdfs:subClassOf [ 2490 rdfs:subClassOf [
2491 rdf:type owl:Restriction ; 2491 rdf:type owl:Restriction ;
2492 + :shouldUseAnyUri "true"^^xsd:boolean ;
2492 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 2493 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2493 owl:onClass :PersonOrOrganization ; 2494 owl:onClass :PersonOrOrganization ;
2494 owl:onProperty :hasProjectLeader ; 2495 owl:onProperty :hasProjectLeader ;
......