<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://purl.org/cityexplorer#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <owl:FunctionalProperty rdf:about="https://purl.org/cityexplorer#hasCategory"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> <owl:inverseOf rdf:resource="https://purl.org/cityexplorer#isCategoryOf"/> <rdfs:comment xml:lang="en">Indicate if a class has a specific category</rdfs:comment> <rdfs:label xml:lang="en">hasCategory</rdfs:label> <rdfs:range rdf:resource="https://purl.org/cityexplorer#CategoryTypes"/> </owl:FunctionalProperty> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://purl.org/cityexplorer#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <owl:FunctionalProperty rdf:about="https://purl.org/cityexplorer#hasCategory">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <owl:inverseOf rdf:resource="https://purl.org/cityexplorer#isCategoryOf"/>
    <rdfs:comment xml:lang="en">Indicate if a class has a specific category</rdfs:comment>
    <rdfs:label xml:lang="en">hasCategory</rdfs:label>
    <rdfs:range rdf:resource="https://purl.org/cityexplorer#CategoryTypes"/>
  </owl:FunctionalProperty>
</rdf:RDF>