@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/camp-experience> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Camp Experience" ;
    schema:name "Camp Experience" ;
    skos:definition "The recognizable camp vibe — structured-but-fun, counselors, group activities, outdoor energy, friendship bracelets, camp songs, and the buzz of kids being kids together. Whether day camp at the YMCA or overnight at Camp Wekiva, the experience style is distinctly 'camp' and parents seek it out." ;
    skos:inScheme <https://data.hooray.media/ontology/ExperienceStyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/experience-style> .