@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/parents> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Parents" ;
    schema:name "Parents" ;
    skos:definition "Parents, a subclass of Audience, classifies content written for the caregiving role—decision-making, logistics, and wellbeing of the adults responsible for children. It covers topics like school planning, childcare, behavior and health guidance, safety, budgets, and time management, as well as the emotional load and identity of being a parent. In Hooray Media, Parents entries balance practical tips with empathy for modern family life in Florida." ;
    skos:inScheme <https://data.hooray.media/ontology/AudienceFitScheme> ;
    skos:broader <https://data.hooray.media/ontology/families-audience> ;
    skos:altLabel "Caregivers" ;
    skos:altLabel "Moms and Dads" ;
    skos:altLabel "Parents & Guardians" .