@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/32f6d8a5-565c-4da6-84c8-88d72129a79c> a dcat:Dataset ;
    dct:description "Data feeds which provide a pathway for developers to retrieve estimated arrival times, bus stop lists, route patterns, vehicle location information and more from the CTA Bus Tracker (SM) service and incorporate it into third-party apps and projects." ;
    dct:identifier <https://data.cityofchicago.org/api/views/cbr6-47jj> ;
    dct:issued "2011-08-11"^^xsd:date ;
    dct:modified "2012-09-07"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "CTA - System Information - Developer Tool: Bus Tracker API" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "CTA" ;
            vcard:hasEmail <mailto:no-reply@data.cityofchicago.org> ] ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "bus",
        "cta",
        "public-transit",
        "sustainability" ;
    dcat:theme <%7BTransportation%7D> .

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

