@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/overnight-camp> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Overnight Camp" ;
    schema:name "Overnight Camp" ;
    skos:definition "Overnight Summer Camp refers to residential programs that provide lodging, meals, and 24-hour supervision for campers. These camps typically operate for one to several weeks and offer immersive experiences with cabin living, group activities, and extended programming." ;
    skos:inScheme <https://data.hooray.media/ontology/FamilyEducationScheme> ;
    skos:broader <https://data.hooray.media/ontology/summer-camp> ;
    skos:altLabel "Residential Camp" ;
    skos:altLabel "Sleepaway Camp" .