@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/home-lifestyle> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Home & Lifestyle" ;
    schema:name "Home & Lifestyle" ;
    skos:definition "Top concept for domestic and lifestyle editorial content in Tampa Bay — cooking at home, recipes, beauty and self-care, crafts and DIY, home decorating, Florida gardening, home improvement, and organization. The editorial verticals that serve the home-focused reader looking for inspiration and practical advice for life at home." ;
    skos:inScheme <https://data.hooray.media/ontology/HomeLifestyleScheme> .