@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/museum> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Museum" ;
    schema:name "Museum" ;
    skos:definition "Museums, a subclass of Attractions, encompass institutions that collect, preserve, and display artifacts of scientific, cultural, or historical interest for public education and enjoyment. Museums are distinguished by their role as educational and cultural institutions that provide access to knowledge, art, history, and scientific discoveries through curated exhibitions and collections. These institutions serve diverse purposes, from art museums showcasing creative works to science museums exploring natural phenomena, history museums preserving cultural heritage, and specialized museums focusing on specific topics. In lifestyle coverage, museums include exhibition guides, educational programs, family activities, and cultural experiences that provide enriching and educational entertainment for visitors of all ages." ;
    skos:inScheme <https://data.hooray.media/ontology/PlaceTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/attractions-entertainment> ;
    skos:altLabel "Cultural Institutions" ;
    skos:altLabel "Exhibition Spaces" .