@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/find-a-camp> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Find a Camp" ;
    schema:name "Find a Camp" ;
    skos:definition "Camp search intent — 'best summer camps Tampa Bay,' 'STEM camps near me,' 'overnight camps Florida.' THE parenting search query from February through May. Parents want filtered, curated lists by type, location, age, and budget." ;
    skos:inScheme <https://data.hooray.media/ontology/SearcherIntentScheme> ;
    skos:broader <https://data.hooray.media/ontology/searcher-intent> .