@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/womens-health> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Women's Health" ;
    schema:name "Women's Health" ;
    skos:definition "Women's health content beyond pregnancy — mammography and breast health (Moffitt Cancer Center, AdventHealth), gynecology, menopause, reproductive health, osteoporosis, autoimmune conditions, and the women's health topics that resonate with the core readership of Tampa Bay parenting and lifestyle publications." ;
    skos:inScheme <https://data.hooray.media/ontology/HealthScheme> ;
    skos:broader <https://data.hooray.media/ontology/health> .