@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/08fbbc02-8c24-43ad-a4e7-dabefc25d3c1> a dcat:Dataset ;
    dct:description "Table 12: U.S. Export Balances and Cumulative Exports" ;
    dct:identifier "USDA-5243" ;
    dct:issued "2011-09-22"^^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 "U.S. Export Balances and Cumulative Exports" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Pierre Bahizi" ;
            vcard:hasEmail <mailto:pierre.bahizi@ams.usda.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/08fbbc02-8c24-43ad-a4e7-dabefc25d3c1/resource/ef3c31da-1809-414d-b5fa-73a0f8b54bd2> ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "barge",
        "carload",
        "domestic",
        "export",
        "fuel-surcharge",
        "grain",
        "grain-inspections",
        "international",
        "ocean-freight",
        "ocean-vessel",
        "port-region",
        "railcar-auction",
        "railroad",
        "shipment",
        "shuttle-train",
        "truck",
        "unit-train" .

<https://data.amerigeoss.org/dataset/08fbbc02-8c24-43ad-a4e7-dabefc25d3c1/resource/ef3c31da-1809-414d-b5fa-73a0f8b54bd2> a dcat:Distribution ;
    dct:description "GTRTable12.xlsx" ;
    dct:format "XLS" ;
    dct:issued "2020-11-10T16:27:46.398839"^^xsd:dateTime ;
    dct:modified "2025-09-23T17:52:12.686638"^^xsd:dateTime ;
    dct:title "Excel Document" ;
    dcat:accessURL <http://www.ams.usda.gov/sites/default/files/media/GTRTable12.xlsx> ;
    dcat:mediaType "application/vnd.ms-excel" .

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

