@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/mediterranean> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Mediterranean" ;
    schema:name "Mediterranean" ;
    skos:definition "Mediterranean, a Cuisine subclass, spans **countries around the Mediterranean Sea**, including **Southern Europe (Italy, Spain, Greece, France)** and **the Levant/North Africa (e.g., Lebanon, Turkey, Morocco)**. Hallmarks include olive oil, seafood, legumes, vegetables, herbs, grills, and shared plates. In Florida-centric lifestyle content, it powers **restaurant roundups, mezze/tapas guides, cooking classes, and festival coverage** that celebrate fresh, shareable dishes and indoor-outdoor dining." ;
    skos:inScheme <https://data.hooray.media/ontology/CuisineScheme> ;
    skos:broader <https://data.hooray.media/ontology/cuisine> ;
    skos:altLabel "Mediterranean Cuisine" ;
    skos:altLabel "Mediterranean Dining" .