@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/plant-based-recipes> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Plant-Based Recipes" ;
    schema:name "Plant-Based Recipes" ;
    skos:definition "Plant-based and vegan home cooking recipes — meatless Monday ideas, dairy-free baking, vegetarian family dinners, smoothie bowls, plant-based meal prep, and the growing demand from Tampa Bay's health-conscious and environmentally-aware families for delicious food without the meat." ;
    skos:inScheme <https://data.hooray.media/ontology/HomeLifestyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/recipes> .