@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/breakfast-with-santa> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Breakfast with Santa" ;
    schema:name "Breakfast with Santa" ;
    skos:definition "Breakfast with Santa events in Tampa Bay — ticketed meals with Santa at restaurants, hotels, and community venues, often with crafts, photos, and holiday entertainment" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/santa-visits> .