@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/middle-aged-adults> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Middle-Aged Adults" ;
    schema:name "Middle-Aged Adults" ;
    skos:definition "40-55 audience in Tampa Bay -- established careers, possibly empty-nesting or still parenting teens, rediscovering personal interests, and the demographic with disposable income for Tampa Bay's upscale dining and cultural experiences" ;
    skos:inScheme <https://data.hooray.media/ontology/AudienceFitScheme> ;
    skos:broader <https://data.hooray.media/ontology/by-life-stage> ;
    skos:altLabel "Gen X" .