@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/parenting> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Parenting" ;
    schema:name "Parenting" ;
    skos:definition "Parenting, a Family subclass, covers **the practical work of raising children**—from infancy through adolescence—in everyday American life.  \nIn Hooray Media's lifestyle context, it includes guidance, tools, and stories that help caregivers **support development, manage routines, and build family connection**: sleep and feeding basics, behavior/SEL, screen-time rules, school partnership, health/wellness habits, and planning real-world activities that fit busy schedules.  \nUse this class when the **caregiver role** is central (advice, how-tos, checklists, parent-to-parent wisdom), not just when kids happen to be present." ;
    skos:inScheme <https://data.hooray.media/ontology/FamilyEducationScheme> ;
    skos:broader <https://data.hooray.media/ontology/family-education> ;
    skos:narrower <https://data.hooray.media/ontology/childcare> ;
    skos:narrower <https://data.hooray.media/ontology/daycare> ;
    skos:narrower <https://data.hooray.media/ontology/babysitting> ;
    skos:narrower <https://data.hooray.media/ontology/pregnancy> ;
    skos:narrower <https://data.hooray.media/ontology/birthday> ;
    skos:altLabel "Family Parenting" ;
    skos:altLabel "Parent Life" ;
    skos:altLabel "Raising Kids" .