@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/family-fun-attraction> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Family Fun / Attraction" ;
    schema:name "Family Fun / Attraction" ;
    skos:definition "Commercial family entertainment experience — theme park rides, aquarium touch tanks, zoo animal encounters, children's museum play zones. Planned outings with tickets, gift shops, and 'we made a day of it' energy. Busch Gardens, Florida Aquarium, Glazer Children's Museum." ;
    skos:inScheme <https://data.hooray.media/ontology/ExperienceStyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/experience-style> .