@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/baby-health> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Baby Health" ;
    schema:name "Baby Health" ;
    skos:definition "Newborn and infant health content — vaccination schedules (Florida immunization requirements), jaundice, colic, feeding issues (breastfeeding vs formula), sleep safety, SIDS prevention, first pediatrician visits, and the new-parent health anxiety content that every Tampa Bay parent consumes in those first months." ;
    skos:inScheme <https://data.hooray.media/ontology/HealthScheme> ;
    skos:broader <https://data.hooray.media/ontology/health> .