@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/asian-recipes> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Asian Recipes" ;
    schema:name "Asian Recipes" ;
    skos:definition "Home Asian cooking recipes — stir-fry weeknight dinners, homemade ramen, Thai curry, dumplings from scratch, fried rice, and the pan-Asian home cooking that reflects Tampa Bay's diverse Asian communities and the ingredient access at International Mall and Seminole Heights Asian markets." ;
    skos:inScheme <https://data.hooray.media/ontology/HomeLifestyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/recipes> .