@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/861d3aaa-5ca8-4d40-a5fd-d72920f6cb22> a dcat:Dataset ;
    dct:description "Salida de vehículos y pasajeros desde la terminal de Bogotá, día a día por corredor, norte, sur, oriente, occidente y totalizado" ;
    dct:identifier "861d3aaa-5ca8-4d40-a5fd-d72920f6cb22" ;
    dct:issued "2024-08-22T19:52:35.317253"^^xsd:dateTime ;
    dct:modified "2024-08-22T19:53:22.896499"^^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 Junio 2024" ;
    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/861d3aaa-5ca8-4d40-a5fd-d72920f6cb22/resource/e5105a5e-b6e5-4cf4-be50-77b25ecf011e> .

<https://datosabiertos.bogota.gov.co/dataset/861d3aaa-5ca8-4d40-a5fd-d72920f6cb22/resource/e5105a5e-b6e5-4cf4-be50-77b25ecf011e> a dcat:Distribution ;
    dct:format "XLSX" ;
    dct:issued "2024-08-22T19:53:22.218474"^^xsd:dateTime ;
    dct:modified "2024-08-22T19:53:22.218474"^^xsd:dateTime ;
    dct:title "Salida de Vehiculos y Pasajeros Junio 2024" ;
    dcat:accessURL <https://datosabiertos.bogota.gov.co/dataset/861d3aaa-5ca8-4d40-a5fd-d72920f6cb22/resource/e5105a5e-b6e5-4cf4-be50-77b25ecf011e/download/salida-de-vehiculos-y-pasajeros-mes-de-junio-de-2024.xlsx> ;
    dcat:byteSize 13042.0 ;
    dcat:mediaType "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" .

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

