@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.amerigeoss.org/dataset/30396058-3850-45ca-a8a8-50052c5b465d> a dcat:Dataset ;
    dct:description "Longitude and latitude, state, address, name, and zip code of Farmers Markets in the United States" ;
    dct:identifier "USDA-4383" ;
    dct:issued "2010-10-01"^^xsd:date ;
    dct:modified "2014-12-23"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-124.7333 24.5442, -124.7333 49.3886, -66.9548 49.3886, -66.9548 24.5442, -124.7333 24.5442))"^^gsp:wktLiteral ] ;
    dct:title "Farmers Markets Directory and Geographic Data" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Edward Ragland" ;
            vcard:hasEmail <mailto:DirectoryUpdates@ams.usda.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/30396058-3850-45ca-a8a8-50052c5b465d/resource/5395e0ce-c43f-4183-a630-4ede478692d5> ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "baked-goods",
        "butter",
        "cheese",
        "crafts",
        "dairy",
        "direct-to-consumer",
        "farmers-markets",
        "flowers",
        "fresh-fruit",
        "herbs",
        "honey",
        "local-food",
        "maple",
        "meat",
        "nuts",
        "organic",
        "plants",
        "prepared-food",
        "preserves",
        "processed-food",
        "seafood",
        "vegetables",
        "yogurt" .

<https://data.amerigeoss.org/dataset/30396058-3850-45ca-a8a8-50052c5b465d/resource/5395e0ce-c43f-4183-a630-4ede478692d5> a dcat:Distribution ;
    dct:format "XLS" ;
    dct:issued "2020-11-10T16:27:35.955613"^^xsd:dateTime ;
    dct:modified "2025-09-24T21:19:00.653072"^^xsd:dateTime ;
    dct:title "Web Page" ;
    dcat:accessURL <http://www.ams.usda.gov/AMSv1.0/getfile?dDocName=STELPRDC5087258> ;
    dcat:mediaType "application/vnd.ms-excel" .

<https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> a foaf:Agent ;
    foaf:name "US Migrating" .

