@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://purl.org/cityexplorer#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . <https://purl.org/cityexplorer#100_RestaurantGourmetToledo> a owl:NamedIndividual, ns0:Restaurant ; ns0:aggregateRating 4.2 ; ns0:hasCategory ns0:Italianian ; ns0:identifier "Restaurant_100" ; ns0:locatedInCity ns0:Toledo ; ns0:name "Restaurant Gourmet Toledo" ; ns0:priceRange 19 .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://purl.org/cityexplorer#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://purl.org/cityexplorer#100_RestaurantGourmetToledo>
    a owl:NamedIndividual, ns0:Restaurant ;
    ns0:aggregateRating 4.2 ;
    ns0:hasCategory ns0:Italianian ;
    ns0:identifier "Restaurant_100" ;
    ns0:locatedInCity ns0:Toledo ;
    ns0:name "Restaurant Gourmet Toledo" ;
    ns0:priceRange 19 .