@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/escape-rooms> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Escape Rooms" ;
    schema:name "Escape Rooms" ;
    skos:definition "Escape room and puzzle experiences across Tampa Bay — team-building and date night favorites in Tampa, St. Pete, and Brandon" ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> .