@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/farm-venue> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Farm" ;
    schema:name "Farm" ;
    skos:definition "Farms, a subclass of Locations, classifies working agricultural places—crop fields, groves, orchards, ranches, and mixed operations—that may also welcome the public for shopping or experiences. In lifestyle coverage, Florida farms double as day-trip and photo destinations: u-pick berries or citrus, sunflower fields, pumpkin and flower patches, petting zoos, farm stands, and occasional farm-to-table dinners. This class treats the farm primarily as a place; time-bound happenings at that farm are tagged with the appropriate event classes." ;
    skos:inScheme <https://data.hooray.media/ontology/PlaceTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/place-type> ;
    skos:altLabel "U-Pick Farms" ;
    skos:altLabel "U-Pick Farm" ;
    skos:altLabel "Agritourism" ;
    skos:altLabel "Family Farms" ;
    skos:altLabel "Working Farms" ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Farm> .