@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/bar-crawls> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Bar Crawls" ;
    schema:name "Bar Crawls" ;
    skos:definition "St. Patrick's Day bar crawls in Tampa Bay — organized pub crawls through SoHo, Ybor, and downtown St. Pete with costume themes, drink specials, and party buses" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/st-patricks-day> .