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

<https://data.amerigeoss.org/dataset/07f079ea-4c60-4528-a61b-f5e815ef77cb> a dcat:Dataset ;
    dct:description "How much do fruits and vegetables cost? ERS estimated average prices for 153 commonly consumed fresh and processed fruits and vegetables." ;
    dct:identifier "USDA-ERS-00071" ;
    dct:issued "2019-08-20"^^xsd:date ;
    dct:modified "2019-08-20"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Fruit and Vegetable Prices" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Hayden Stewart" ;
            vcard:hasEmail <mailto:hstewart@ers.usda.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/07f079ea-4c60-4528-a61b-f5e815ef77cb/resource/e3bb62e0-8c97-4ff0-9c7b-b3d7fb4b06fc> ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "agricultural-economics",
        "food-costs" .

<https://data.amerigeoss.org/dataset/07f079ea-4c60-4528-a61b-f5e815ef77cb/resource/e3bb62e0-8c97-4ff0-9c7b-b3d7fb4b06fc> a dcat:Distribution ;
    dct:description "fruit-and-vegetable-prices.aspx" ;
    dct:format "XLS" ;
    dct:issued "2020-11-10T16:26:13.170573"^^xsd:dateTime ;
    dct:modified "2025-09-23T17:30:29.097915"^^xsd:dateTime ;
    dct:title "Web page with links to Excel files" ;
    dcat:accessURL <http://www.ers.usda.gov/data-products/fruit-and-vegetable-prices.aspx> ;
    dcat:mediaType "application/vnd.ms-excel" .

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

