@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://datosabiertos.bogota.gov.co/dataset/45e8f3b5-37a6-48b7-89f9-d8555c837c15> a dcat:Dataset ;
    dct:description "Salida de vehículos y pasajeros desde la terminal de Bogotá, totales mensuales por corredor, norte, sur, oriente, occidente y total" ;
    dct:identifier "45e8f3b5-37a6-48b7-89f9-d8555c837c15" ;
    dct:issued "2020-01-07T14:45:43.488807"^^xsd:dateTime ;
    dct:modified "2020-01-07T17:04:51.004493"^^xsd:dateTime ;
    dct:publisher <https://datosabiertos.bogota.gov.co/organization/de83bbae-5677-40b9-b5dc-f8df464e870c> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-74.2670 4.5141, -74.2670 4.8286, -73.9696 4.8286, -73.9696 4.5141, -74.2670 4.5141))"^^gsp:wktLiteral,
                "{\"type\":\"Polygon\",\"coordinates\":[[[-74.267032,4.514065],[-74.267032,4.828575],[-73.969597,4.828575],[-73.969597,4.514065],[-74.267032,4.514065]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "Salida de Vehículos y Pasajeros 2019" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Julio Cesar Mosquera Santos" ;
            vcard:hasEmail <mailto:julio.mosquera@terminaldetransporte.gov.co> ] ;
    dcat:distribution <https://datosabiertos.bogota.gov.co/dataset/45e8f3b5-37a6-48b7-89f9-d8555c837c15/resource/346e9b2a-77c4-46a7-8a89-1fdeb56d1a47> .

<https://datosabiertos.bogota.gov.co/dataset/45e8f3b5-37a6-48b7-89f9-d8555c837c15/resource/346e9b2a-77c4-46a7-8a89-1fdeb56d1a47> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2020-01-07T14:58:40.330888"^^xsd:dateTime ;
    dct:modified "2020-01-07T14:58:40.330888"^^xsd:dateTime ;
    dct:title "REPORTE DE VEHICULOS PASAJEROS POR CORREDOR MES A MES" ;
    dcat:accessURL <https://datosabiertos.bogota.gov.co/dataset/45e8f3b5-37a6-48b7-89f9-d8555c837c15/resource/346e9b2a-77c4-46a7-8a89-1fdeb56d1a47/download/reporte-de-vehiculos-pasajeros-por-corredor-mes-a-mes.csv> ;
    dcat:byteSize 1665.0 ;
    dcat:mediaType "text/csv" .

<https://datosabiertos.bogota.gov.co/organization/de83bbae-5677-40b9-b5dc-f8df464e870c> a foaf:Organization ;
    foaf:name "Terminal de Transporte S.A" .

