@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/1d3648cb-052b-42ea-9038-da044a97e0dc> a dcat:Dataset ;
    dct:description "Information which details the location of a facility or specific areas of usage within a facility. For example bins within a storage facility or floor plan layouts of office buildings." ;
    dct:identifier "USDA-FSA-00051" ;
    dct:issued "2025-09-24T05:33:50.494288"^^xsd:dateTime ;
    dct:modified "2014-11-24"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Facility Location" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Dennis Crow" ;
            vcard:hasEmail <mailto:dennis.crow@kcc.usda.gov> ] ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "administrative",
        "facility",
        "location" .

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

