@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-doctor> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Find a Doctor" ;
    schema:name "Find a Doctor" ;
    skos:definition "Doctor and healthcare provider search intent — 'best pediatrician Tampa,' 'dermatologist near me,' 'therapist Hillsborough County,' 'OB-GYN St. Petersburg.' High-intent YMYL searches that drive provider directory content, expert profile pages, and 'best doctors' roundup articles. The medical equivalent of 'Find a School' — a major life decision with long research cycles." ;
    skos:inScheme <https://data.hooray.media/ontology/SearcherIntentScheme> ;
    skos:broader <https://data.hooray.media/ontology/searcher-intent> .