@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
_:b2_b0 rdf:type schema:Review .
_:b2_b0 schema:author "a TripAdvisor user" .
_:b2_b0 schema:image <https://media-cdn.tripadvisor.com/media/photo-s/08/cf/0a/28/the-honeysuckle.jpg> .
_:b2_b0 schema:itemReviewed _:b2_b1 .
_:b2_b0 schema:name "Good bar" .
_:b2_b0 schema:reviewBody "Among the best sports bar in Accra. Chilled beers and reasonable and edible bar menu. Not pricey for what it is and in Osu. Crowded during EPL live matches (Man Utd)" .
_:b2_b0 schema:reviewRating _:b2_b4 .
_:b2_b1 rdf:type schema:FoodEstablishment .
_:b2_b1 schema:address _:b2_b2 .
_:b2_b1 schema:image <https://media-cdn.tripadvisor.com/media/photo-s/08/cf/0a/28/the-honeysuckle.jpg> .
_:b2_b1 schema:name "The Honeysuckle" .
_:b2_b2 rdf:type schema:PostalAddress .
_:b2_b2 schema:addressCountry _:b2_b3 .
_:b2_b2 schema:addressLocality "Accra" .
_:b2_b2 schema:addressRegion "" .
_:b2_b2 schema:postalCode "" .
_:b2_b2 schema:streetAddress "King Tackie Tawiah Overpass" .
_:b2_b3 rdf:type schema:Country .
_:b2_b3 schema:name "Ghana" .
_:b2_b4 rdf:type schema:Rating .
_:b2_b4 schema:ratingValue "4" .


