@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-improvement> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Home Improvement" ;
    schema:name "Home Improvement" ;
    skos:definition "Home Improvement, a Home subclass, covers **repairs, installations, and structural or trade-based changes** to a dwelling—carpentry, built-ins, cabinetry, tiling, flooring, drywall, painting at scale, fixture swaps, plumbing/electrical/HVAC tasks, window/door replacement, roofing, and exterior work. The emphasis is on **durable upgrades, safety/compliance, and value**, whether DIY or contractor-led." ;
    skos:inScheme <https://data.hooray.media/ontology/HomeLifestyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/home-lifestyle> ;
    skos:altLabel "DIY Home Projects" ;
    skos:altLabel "Home Renovation" ;
    skos:altLabel "House Repairs" .