@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/farmers-market> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Farmers' Market" ;
    schema:name "Farmers' Market" ;
    skos:definition "Farmers' Market classifies a recurring, attendable marketplace where local growers, makers, and food vendors sell directly to the public at a set location and schedule. In lifestyle coverage, a market is both shopping and social ritual—fresh produce and baked goods, live music, coffee, and stroller-friendly wandering, often followed by brunch nearby. In Florida, many markets run year-round or peak in cooler months, serving families, couples, and weekend explorers alike." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> ;
    skos:altLabel "Farmers Market" ;
    skos:altLabel "Greenmarket" ;
    skos:altLabel "Growers Market" ;
    skos:altLabel "Local Market" ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Farmers%27_market> .