Håvard M. Ottestad

One more fix

...@@ -259,6 +259,7 @@ ...@@ -259,6 +259,7 @@
259 ] ; 259 ] ;
260 rdfs:subClassOf [ 260 rdfs:subClassOf [
261 rdf:type owl:Restriction ; 261 rdf:type owl:Restriction ;
262 +
262 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 263 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
263 owl:onClass :MaterialOrderStatus ; 264 owl:onClass :MaterialOrderStatus ;
264 owl:onProperty :hasMaterialOrderStatus ; 265 owl:onProperty :hasMaterialOrderStatus ;
...@@ -1829,6 +1830,7 @@ ...@@ -1829,6 +1830,7 @@
1829 ] ; 1830 ] ;
1830 rdfs:subClassOf [ 1831 rdfs:subClassOf [
1831 rdf:type owl:Restriction ; 1832 rdf:type owl:Restriction ;
1833 + :shouldUseAnyUri "true"^^xsd:boolean ;
1832 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 1834 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1833 owl:onClass :MaterialOrderStatus ; 1835 owl:onClass :MaterialOrderStatus ;
1834 owl:onProperty :hasMaterialOrderStatus ; 1836 owl:onProperty :hasMaterialOrderStatus ;
......