Tore Christiansen

Many updates to class hierarchy to conform with 15926

...@@ -120,7 +120,7 @@ ilap:shouldUseAnyUri ...@@ -120,7 +120,7 @@ ilap:shouldUseAnyUri
120 rdf:type owl:Restriction ; 120 rdf:type owl:Restriction ;
121 ilap:shouldUseAnyUri "true"^^xsd:boolean ; 121 ilap:shouldUseAnyUri "true"^^xsd:boolean ;
122 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 122 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
123 - owl:onClass ilap:License ; 123 + owl:onClass ilap:LicenseBlock ;
124 owl:onProperty :hasLicense ; 124 owl:onProperty :hasLicense ;
125 ] ; 125 ] ;
126 rdfs:subClassOf [ 126 rdfs:subClassOf [
......
This diff is collapsed. Click to expand it.