@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/537b3193-ab92-42c4-ab41-d120ea091e45> a dcat:Dataset ;
    dct:description "All the information about a specific agricultural program offered by FSA, the specified rules for eligibility, disbursement and possible repayment options and continuing service activity." ;
    dct:identifier "USDA-FSA-00038" ;
    dct:issued "2025-11-21T17:50:47.862837"^^xsd:dateTime ;
    dct:modified "2014-11-24"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Program Definition and Rules" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Dennis Crow" ;
            vcard:hasEmail <mailto:dennis.crow@kcc.usda.gov> ] ;
    dcat:keyword "administrative",
        "amerigeo",
        "amerigeoss",
        "ckan",
        "geo",
        "geoss",
        "national",
        "north-america",
        "program",
        "rule",
        "united-states" .

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

