@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/6734774c-3c3a-4ab5-bd4e-208d5b5bcd8a> a dcat:Dataset ;
    dct:description "Information detailing the crop yields, resulting commodities or livestock production for a specific period of time." ;
    dct:identifier "USDA-FSA-00036" ;
    dct:issued "2025-11-22T08:35:47.125754"^^xsd:dateTime ;
    dct:modified "2014-11-24"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Planting / Harvest (Yield)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Dennis Crow" ;
            vcard:hasEmail <mailto:dennis.crow@kcc.usda.gov> ] ;
    dcat:keyword "administrative",
        "amerigeo",
        "amerigeoss",
        "ckan",
        "farm",
        "geo",
        "geoss",
        "national",
        "north-america",
        "united-states",
        "yield" .

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

