@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/pediatric-health> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Pediatric Health" ;
    schema:name "Pediatric Health" ;
    skos:definition "Children's health content by Tampa Bay pediatricians — well-child visits, growth milestones, childhood illnesses, fever guides, when to call the doctor, RSV and flu season advice, ADHD and developmental concerns. The core YMYL vertical for parenting sites — every parent Googles symptoms at 2am." ;
    skos:inScheme <https://data.hooray.media/ontology/HealthScheme> ;
    skos:broader <https://data.hooray.media/ontology/health> .