@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/historic-cultural> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Historic / Cultural" ;
    schema:name "Historic / Cultural" ;
    skos:definition "Learning and appreciation experiences at cultural institutions — the Dali Museum's surrealism collection, Ybor City's cigar-rolling history, Tampa Bay History Center's Seminole exhibits, and Sunken Gardens' century-old tropical landscape. Enriching outings that combine education with beauty." ;
    skos:inScheme <https://data.hooray.media/ontology/ExperienceStyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/experience-style> .