@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/moms> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Moms" ;
    schema:name "Moms" ;
    skos:definition "Moms, a subclass of InterestingPeople, encompasses mothers and maternal figures who play vital roles in family life, child-rearing, and community engagement. Mothers are distinguished by their nurturing roles, caregiving responsibilities, and their influence on family dynamics and child development. In lifestyle coverage, moms appear in articles on parenting advice, family activities, work-life balance, and community involvement, highlighting their experiences, challenges, and contributions to family and community life." ;
    skos:inScheme <https://data.hooray.media/ontology/AudienceFitScheme> ;
    skos:broader <https://data.hooray.media/ontology/parents> ;
    skos:altLabel "Mothers" .