@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/culture-seekers> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Culture Seekers" ;
    schema:name "Culture Seekers" ;
    skos:definition "Experiences for those seeking arts and culture -- Dali Museum, Straz Center performances, gallery walks, live theater, and cultural festivals in Tampa Bay" ;
    skos:inScheme <https://data.hooray.media/ontology/AudienceFitScheme> ;
    skos:broader <https://data.hooray.media/ontology/by-interest> ;
    skos:altLabel "Arts & Culture Lovers" .