@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/corn-mazes> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Corn Mazes" ;
    schema:name "Corn Mazes" ;
    skos:definition "Corn maze experiences near Tampa Bay — fall festival staple at farms in Plant City, Dade City, and eastern Hillsborough with themed mazes, often paired with hayrides and pumpkin patches" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/fall-festivals> .