@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/luxury-seekers> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Luxury Seekers" ;
    schema:name "Luxury Seekers" ;
    skos:definition "High-end experience audience in Tampa Bay -- luxury dining (Bern's, Charley's Steakhouse), premium hotel stays (Edition, JW Marriott), VIP event access, yacht charters, and the aspirational lifestyle content for Tampa Bay's luxury market" ;
    skos:inScheme <https://data.hooray.media/ontology/AudienceFitScheme> ;
    skos:broader <https://data.hooray.media/ontology/by-interest> ;
    skos:altLabel "Upscale Audience" .