@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/natural-spring> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Natural Spring" ;
    schema:name "Natural Spring" ;
    skos:definition "NaturalSpring, a subclass of Parks, encompasses parks and recreational areas centered around natural flows of groundwater from aquifers, creating unique ecosystems and recreational opportunities. Natural springs are distinguished by their crystal-clear water, consistent temperature, and the diverse aquatic life they support, making them popular destinations for swimming, snorkeling, and wildlife viewing. These natural features provide year-round recreational opportunities and serve as important habitats for various species of fish, turtles, and other aquatic wildlife. In lifestyle coverage, natural springs include swimming areas, snorkeling spots, wildlife viewing opportunities, and outdoor recreation experiences that showcase Florida's unique natural heritage." ;
    skos:inScheme <https://data.hooray.media/ontology/PlaceTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/parks-nature> ;
    skos:altLabel "Natural Springs" ;
    skos:altLabel "Spring Areas" ;
    skos:altLabel "Spring Parks" .