@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/attractions-entertainment> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Attractions & Entertainment" ;
    schema:name "Attractions & Entertainment" ;
    skos:definition "Commercial entertainment destinations in Tampa Bay — places you buy tickets to, plan a visit around, and spend significant time and money at. Busch Gardens, Florida Aquarium, ZooTampa, museums, and theaters." ;
    skos:inScheme <https://data.hooray.media/ontology/PlaceTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/place-type> .