@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/turkey-trot> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Turkey Trot" ;
    schema:name "Turkey Trot" ;
    skos:definition "Thanksgiving-week **fun runs and races** (5K/10K/family dashes) with registration details, routes, packet pickup, and family-friendly participation info." ;
    skos:inScheme <https://data.hooray.media/ontology/HolidayScheme> ;
    skos:broader <https://data.hooray.media/ontology/thanksgiving-holiday> .