@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/6b67fbc2-9612-465f-84ae-ba354eab35bf> a dcat:Dataset ;
    dct:description "Visualizations featuring BTS' Transportation Services Index (TSI). The TSI measures the monthly movement of freight and passengers." ;
    dct:identifier <https://data.transportation.gov/api/views/9czv-tjte> ;
    dct:issued "2020-02-12"^^xsd:date ;
    dct:modified "2022-03-22"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Transportation as an Economic Indicator" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Theresa Firestine" ;
            vcard:hasEmail <mailto:theresa.firestine@dot.gov> ] ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "economic-indicators",
        "geo",
        "geoss",
        "national",
        "north-america",
        "transportation",
        "transportation-services-index",
        "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" .

