@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/young-adults> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Young Adults" ;
    schema:name "Young Adults" ;
    skos:definition "18-25 audience in Tampa Bay -- post-high-school, pre-career-settled. USF and UT students transitioning to adult life, first apartments, figuring out Tampa Bay beyond campus, and the early-independence lifestyle" ;
    skos:inScheme <https://data.hooray.media/ontology/AudienceFitScheme> ;
    skos:broader <https://data.hooray.media/ontology/by-life-stage> ;
    skos:altLabel "Gen Z" ;
    skos:altLabel "Millennials" .