Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -874,14 +874,14 @@ ilap:shouldUseAnyUri | ... | @@ -874,14 +874,14 @@ ilap:shouldUseAnyUri |
| 874 | ] ; | 874 | ] ; |
| 875 | rdfs:subClassOf [ | 875 | rdfs:subClassOf [ |
| 876 | rdf:type owl:Restriction ; | 876 | rdf:type owl:Restriction ; |
| 877 | - :shouldUseAnyUri "true"^^xsd:boolean ; | 877 | + ilap:shouldUseAnyUri "true"^^xsd:boolean ; |
| 878 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 878 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 879 | owl:onClass ilap:Facility ; | 879 | owl:onClass ilap:Facility ; |
| 880 | owl:onProperty :hasPlant ; | 880 | owl:onProperty :hasPlant ; |
| 881 | ] ; | 881 | ] ; |
| 882 | rdfs:subClassOf [ | 882 | rdfs:subClassOf [ |
| 883 | rdf:type owl:Restriction ; | 883 | rdf:type owl:Restriction ; |
| 884 | - :shouldUseAnyUri "true"^^xsd:boolean ; | 884 | + ilap:shouldUseRef "true"^^xsd:boolean ; |
| 885 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 885 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 886 | owl:onClass ilap:PersonOrOrganization ; | 886 | owl:onClass ilap:PersonOrOrganization ; |
| 887 | owl:onProperty :hasContractor ; | 887 | owl:onProperty :hasContractor ; | ... | ... |
-
Please register or login to post a comment