@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/springs-and-nature> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Springs & Nature" ;
    schema:name "Springs & Nature" ;
    skos:definition "Natural springs and nature escapes near Tampa Bay — Weeki Wachee, Rainbow Springs, Ichetucknee, Homosassa, and Crystal River for swimming, tubing, and manatee viewing" ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> .