@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/botanical-garden> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Botanical Garden" ;
    schema:name "Botanical Garden" ;
    skos:definition "Garden, a subclass of Attractions, refers to curated outdoor or greenhouse environments featuring plants, flowers, and landscaped beauty open for public enjoyment, education, or events. In lifestyle coverage, gardens are peaceful escapes—perfect for family outings, photography, or date-day strolls." ;
    skos:inScheme <https://data.hooray.media/ontology/PlaceTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/attractions-entertainment> ;
    skos:altLabel "Garden" .