<?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#"> <ns0:Restaurant rdf:about="https://purl.org/cityexplorer#100_RestaurantGourmetToledo"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> <ns0:aggregateRating rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">4.2</ns0:aggregateRating> <ns0:hasCategory rdf:resource="https://purl.org/cityexplorer#Italianian"/> <ns0:identifier>Restaurant_100</ns0:identifier> <ns0:locatedInCity rdf:resource="https://purl.org/cityexplorer#Toledo"/> <ns0:name>Restaurant Gourmet Toledo</ns0:name> <ns0:priceRange rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">19</ns0:priceRange> </ns0:Restaurant> </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#">
  <ns0:Restaurant rdf:about="https://purl.org/cityexplorer#100_RestaurantGourmetToledo">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
    <ns0:aggregateRating rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">4.2</ns0:aggregateRating>
    <ns0:hasCategory rdf:resource="https://purl.org/cityexplorer#Italianian"/>
    <ns0:identifier>Restaurant_100</ns0:identifier>
    <ns0:locatedInCity rdf:resource="https://purl.org/cityexplorer#Toledo"/>
    <ns0:name>Restaurant Gourmet Toledo</ns0:name>
    <ns0:priceRange rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">19</ns0:priceRange>
  </ns0:Restaurant>
</rdf:RDF>