@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/flea-market> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Flea Market" ;
    schema:name "Flea Market" ;
    skos:definition "Flea Market, a subclass of MarketsAndFairs, represents community marketplaces where vendors—often individuals or small businesses—sell antiques, collectibles, crafts, and pre-loved goods. In lifestyle coverage, Florida flea markets mix nostalgia, treasure-hunting, and small business spirit, drawing weekend shoppers, décor lovers, and DIY enthusiasts. They function as both shopping destinations and social scenes." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> ;
    skos:altLabel "Swap Meet" ;
    skos:altLabel "Antique Market" ;
    skos:altLabel "Vintage Market" .