@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/thanksgiving-events> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Thanksgiving Events" ;
    schema:name "Thanksgiving Events" ;
    skos:definition "Thanksgiving week events in Tampa Bay — community dinners, volunteer opportunities at feeding programs, pre-Black Friday events, and family activities during the holiday break" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/thanksgiving> .