@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/indian-recipes> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Indian Recipes" ;
    schema:name "Indian Recipes" ;
    skos:definition "Home Indian cooking recipes — butter chicken, tikka masala, biryani, dal, homemade naan, vegetarian Indian meals, and spice guides for building a home Indian pantry. Reflects Tampa Bay's growing Indian community and the increasing interest in authentic Indian home cooking beyond restaurant curry." ;
    skos:inScheme <https://data.hooray.media/ontology/HomeLifestyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/recipes> .