@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/blueberry-picking> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Blueberry Picking" ;
    schema:name "Blueberry Picking" ;
    skos:definition "U-pick blueberry farms near Tampa Bay — typically April through May at farms in Plant City, Brooksville, and Polk County" ;
    skos:inScheme <https://data.hooray.media/ontology/SeasonalActivityScheme> ;
    skos:broader <https://data.hooray.media/ontology/u-pick-farms> .