@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/event-venue> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Event Venue" ;
    schema:name "Event Venue" ;
    skos:definition "Wedding venues, banquet halls, and event spaces — The Vault, The Rialto, Armature Works, Oxford Exchange, Vinoy Renaissance, and barn venues in Plant City/Dover. NOT the events themselves — these are the places that host them. Strong wedding and corporate event content." ;
    skos:inScheme <https://data.hooray.media/ontology/PlaceTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/place-type> .