@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/urgent-care-and-er> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Urgent Care & ER" ;
    schema:name "Urgent Care & ER" ;
    skos:definition "When to go where — urgent care vs emergency room decision guides, pediatric ER locations (Johns Hopkins All Children's, Tampa General Children's), after-hours care options, freestanding ER vs hospital ER, BayCare urgent care locations, and the high-intent YMYL content parents search at 10pm when their kid has a 103-degree fever." ;
    skos:inScheme <https://data.hooray.media/ontology/HealthScheme> ;
    skos:broader <https://data.hooray.media/ontology/health> .