@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-school> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Find a School" ;
    schema:name "Find a School" ;
    skos:definition "School search intent — 'best private schools Tampa,' 'charter schools Hillsborough County,' 'preschools near me,' 'VPK providers Tampa.' Major parent decision driving high-intent searches with long research cycles and significant SEO value." ;
    skos:inScheme <https://data.hooray.media/ontology/SearcherIntentScheme> ;
    skos:broader <https://data.hooray.media/ontology/searcher-intent> .