@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/distillery> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Distillery" ;
    schema:name "Distillery" ;
    skos:definition "Distilleries, a Dining subclass, covers places that produce distilled spirits on-site (e.g., whiskey, bourbon, rum, gin, vodka) and the visitor experiences built around them—tours, tastings, cocktail programs, bottle shops, classes, and special events. In lifestyle coverage, distilleries sit at the crossroads of local craftsmanship and adult leisure, often highlighting regional ingredients (Florida citrus, sugarcane, tropical botanicals), limited releases, and community happenings (food trucks, live music, markets). Use this class when the story's focus is on a working distillery or its official tasting room/visitor center, not a generic bar." ;
    skos:inScheme <https://data.hooray.media/ontology/VenueTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/venue-type> ;
    skos:altLabel "Craft Distilleries" ;
    skos:altLabel "Gin & Vodka Distilleries" ;
    skos:altLabel "Spirit Distilleries" ;
    skos:altLabel "Whiskey & Rum Distilleries" .