@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/6f812f75-b4fb-4893-829d-9277cb395231> a dcat:Dataset ;
    dct:description "Number of trucks entering the United States from Canada. The Bureau of Transportation of Statistics releases incoming border crossing statistics using data collected at ports of entry by U.S. Customs and Border Protection." ;
    dct:identifier <https://data.transportation.gov/api/views/5mkb-pzzy> ;
    dct:issued "2022-07-05"^^xsd:date ;
    dct:language "{en-US}" ;
    dct:modified "2022-07-05"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "U.S.-Canada Incoming Truck Crossings" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Mindy Liu" ;
            vcard:hasEmail <mailto:mindy.liu@dot.gov> ] ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "geo",
        "geoss",
        "monthly-transportation-statistics",
        "national",
        "north-america",
        "united-states" ;
    dcat:theme <%7B%22Research%20and%20Statistics%22%7D> .

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

