@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-organization> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Home Organization" ;
    schema:name "Home Organization" ;
    skos:definition "Home Organization, a Home subclass, covers creating order, storage, and household systems for physical spaces—closets, pantry, kitchen, bath, bedroom, garage, laundry, entry/mudroom—and the routines that keep them working (labels, bins, schedules, chore charts, toy rotation, mail/paper flow). Content focuses on function, access, and maintenance, not aesthetics for its own sake, and often includes step-by-step checklists, product guides, and family-friendly workflows." ;
    skos:inScheme <https://data.hooray.media/ontology/HomeLifestyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/home-lifestyle> ;
    skos:altLabel "Decluttering" ;
    skos:altLabel "Home Systems" ;
    skos:altLabel "Household Organization" ;
    skos:altLabel "Storage Solutions" .