@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/european> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "European" ;
    schema:name "European" ;
    skos:definition "European, a Cuisine subclass, is an umbrella for cuisines originating in Europe (e.g., Italian, Spanish, French, Greek, Portuguese, German, Polish, Balkan, Nordic). In lifestyle coverage, use this only when the editorial frame truly spans multiple European traditions (e.g., 'European wine bars and small plates' or a mixed 'Old World' tasting event). For single-country coverage, prefer the specific cuisine class (:Italian, :Spanish, :French, :Greek, etc.)." ;
    skos:inScheme <https://data.hooray.media/ontology/CuisineScheme> ;
    skos:broader <https://data.hooray.media/ontology/cuisine> ;
    skos:altLabel "European Cuisine" .