@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/italian-recipes> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Italian Recipes" ;
    schema:name "Italian Recipes" ;
    skos:definition "Home Italian cooking recipes — homemade pasta, Sunday red sauce, risotto, chicken parm, bruschetta, and the Italian-American comfort food tradition that runs deep in Tampa Bay thanks to Ybor City's Sicilian heritage and the Italian clubs that still anchor the community." ;
    skos:inScheme <https://data.hooray.media/ontology/HomeLifestyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/recipes> .