@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/cuisine> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Cuisine" ;
    schema:name "Cuisine" ;
    skos:definition "Cuisine, a subclass of Dining and Recipes, denotes distinctive culinary traditions defined by characteristic ingredients, flavor profiles, techniques, and cultural origin (e.g., Mexican, Italian, Barbecue, Caribbean, Plant-Based). In a lifestyle context, Cuisine appears in restaurant guides and reviews, cultural food festivals, and make-at-home recipes that authentically represent a food tradition. It bridges on-premise dining and home cooking: the same category used to describe a restaurant's food also classifies related recipes, shopping lists, and how-to content for readers recreating those dishes at home." ;
    skos:inScheme <https://data.hooray.media/ontology/CuisineScheme> ;
    skos:altLabel "Food Tradition" ;
    skos:altLabel "Culinary Style" ;
    skos:altLabel "Ethnic Cuisine" ;
    skos:altLabel "Foodway" ;
    skos:altLabel "Regional Cuisine" .