@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <https://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://data.hooray.media/ontology/restaurant> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Restaurant" ;
    schema:name "Restaurant" ;
    skos:definition "Restaurants, a Dining subclass, encompasses **establishments oriented to serving food and drinks** to customers, including traditional restaurants, food trucks, food courts, pop-up restaurants, and other food service venues. In lifestyle coverage, restaurants represent **culinary experiences and social dining** that combine food service with social interaction, providing families, couples, and individuals with opportunities to enjoy meals together while exploring diverse cuisines and dining atmospheres.\n\nIn Hooray Media's dining and family context, restaurant content includes **restaurant experiences** (dining out, restaurant reviews, culinary exploration), **dining venues** (fine dining, casual dining, family restaurants, food trucks), **cuisine types** (international cuisine, local specialties, dietary accommodations), and **dining occasions** (family meals, date nights, celebrations, business dining). Restaurants bridge **food service and social experience**, offering customers opportunities to enjoy prepared meals while providing social settings for family gatherings, romantic dinners, and community connection through shared dining experiences.\n\nFor families, restaurants provide opportunities to enjoy meals together while exploring new cuisines and dining experiences without the preparation and cleanup of home cooking. For couples, it offers romantic dining experiences and opportunities to explore culinary diversity together. For individuals, it delivers convenient meal solutions, social dining opportunities, and culinary exploration through diverse restaurant experiences and food service options." ;
    skos:inScheme <https://data.hooray.media/ontology/VenueTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/venue-type> ;
    skos:altLabel "Dining Establishments" ;
    skos:altLabel "Food Service" ;
    skos:altLabel "Restaurant Dining" .