@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/summer-camp> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Summer Camp" ;
    schema:name "Summer Camp" ;
    skos:definition "Structured, seasonal programs for youth (PreK–Grade 12, ages ~4–18) emphasizing skill development, personal growth, and enjoyment in supervised educational settings. Camps operate during summer school breaks and may run as morning, afternoon, or full-day sessions. Formats include academic, recreational, and artistic experiences, generally coeducational and inclusive." ;
    skos:inScheme <https://data.hooray.media/ontology/FamilyEducationScheme> ;
    skos:broader <https://data.hooray.media/ontology/camps> ;
    skos:narrower <https://data.hooray.media/ontology/day-camp> ;
    skos:narrower <https://data.hooray.media/ontology/overnight-camp> ;
    skos:narrower <https://data.hooray.media/ontology/sports-camp> ;
    skos:narrower <https://data.hooray.media/ontology/college-prep-camp> ;
    skos:narrower <https://data.hooray.media/ontology/stem-camp> ;
    skos:narrower <https://data.hooray.media/ontology/arts-camp> ;
    skos:altLabel "Day Camp" ;
    skos:altLabel "Overnight Camp" ;
    skos:altLabel "Kids Camp" ;
    skos:altLabel "Youth Camp" .