@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/dads> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Dads" ;
    schema:name "Dads" ;
    skos:definition "Dads, a subclass of Interesting People, refers to fathers and father figures (biological, adoptive, foster, step, or guardians) in their role as parents and partners. Content focuses on the lived experience of fatherhood—guidance, emotions, responsibilities, identity, and relationships—and on dad-centered activities that foster connection (coaching, cooking, projects, outings). In local lifestyle contexts, Dads appears in fatherhood stories, practical parenting advice from a dad's perspective, community spotlights, and resources that support dads through the highs and lows of parenting and family life." ;
    skos:inScheme <https://data.hooray.media/ontology/AudienceFitScheme> ;
    skos:broader <https://data.hooray.media/ontology/parents> ;
    skos:altLabel "Fathers" ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Fatherhood> .