@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/day-camp> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Day Camp" ;
    schema:name "Day Camp" ;
    skos:definition "Day Summer Camp refers to daily drop-off/pick-up programs that operate during summer months without overnight lodging. These camps may offer half-day, full-day, or extended care options, providing structured activities and supervision while children return home each evening." ;
    skos:inScheme <https://data.hooray.media/ontology/FamilyEducationScheme> ;
    skos:broader <https://data.hooray.media/ontology/summer-camp> ;
    skos:altLabel "Daily Camp" ;
    skos:altLabel "Non-Residential Camp" .