@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/active-seniors> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Active Seniors" ;
    schema:name "Active Seniors" ;
    skos:definition "Active senior audience in Tampa Bay -- snowbirds and year-round retirees, early-bird dining culture, active retirement communities (Sun City Center, Tampa Palms), golf and pickleball scenes, and the lifestyle of Florida's thriving 65+ population that moves here specifically for the outdoor-year-round lifestyle" ;
    skos:inScheme <https://data.hooray.media/ontology/AudienceFitScheme> ;
    skos:broader <https://data.hooray.media/ontology/by-life-stage> .