@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/gardening> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Gardening" ;
    schema:name "Gardening" ;
    skos:definition "Gardening, a Home subclass, encompasses the art and practice of cultivating plants for food, beauty, or relaxation—ranging from backyard vegetable beds to balcony herb pots and native pollinator gardens. It blends creativity, sustainability, and family bonding, inviting Floridians to engage with the land year-round." ;
    skos:inScheme <https://data.hooray.media/ontology/HomeLifestyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/home-lifestyle> .