@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/thanksgiving-week-camps> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Thanksgiving Week Camps" ;
    schema:name "Thanksgiving Week Camps" ;
    skos:definition "Short **school-break day camps** operating during the Thanksgiving week (often Mon–Wed, sometimes Fri), providing supervised activities while school is out. Covers directories, schedules, registration tips, and age/grade breakdowns (half-day, full-day, extended care)." ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/thanksgiving> ;
    skos:altLabel "Fall Break Camp" ;
    skos:altLabel "Thanksgiving Break Camp" .