@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/mexican-recipes> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Mexican Recipes" ;
    schema:name "Mexican Recipes" ;
    skos:definition "Home Mexican cooking recipes — authentic tacos, enchiladas, homemade salsa and guacamole, tamales for the holidays, pozole, and the family recipes that reflect Tampa Bay's growing Mexican and Latin American food culture beyond restaurant dining." ;
    skos:inScheme <https://data.hooray.media/ontology/HomeLifestyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/recipes> .