@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-recipes> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Mediterranean Recipes" ;
    schema:name "Mediterranean Recipes" ;
    skos:definition "Mediterranean home cooking recipes — hummus, falafel, tabbouleh, grain bowls, olive oil-forward cooking, mezze platters, and the heart-healthy Mediterranean diet recipes that resonate with Tampa Bay's health-conscious families and connect to Tarpon Springs' Greek food heritage." ;
    skos:inScheme <https://data.hooray.media/ontology/HomeLifestyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/recipes> .