@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 spdx: <http://spdx.org/rdf/terms#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://datosabiertos.bogota.gov.co/dataset/d2873e06-7a5d-405c-ba76-ab5398c9f309> a dcat:Dataset ;
    dct:description "Destino donde el usuario encontrará el lugar de su preferencia y la terminal la cual se puede dirigir" ;
    dct:identifier "d2873e06-7a5d-405c-ba76-ab5398c9f309" ;
    dct:issued "2024-01-12T17:56:15.931071"^^xsd:dateTime ;
    dct:modified "2025-03-15T10:47:53.373626"^^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 Destinos por Terminal 2023" ;
    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/d2873e06-7a5d-405c-ba76-ab5398c9f309/resource/f228d50b-3651-4ae1-9a67-e8406cc7f77e> .

<https://datosabiertos.bogota.gov.co/dataset/d2873e06-7a5d-405c-ba76-ab5398c9f309/resource/f228d50b-3651-4ae1-9a67-e8406cc7f77e> a dcat:Distribution ;
    dct:format "XLSX" ;
    dct:issued "2024-01-12T17:56:46.530169"^^xsd:dateTime ;
    dct:modified "2025-03-15T10:47:53.394458"^^xsd:dateTime ;
    dct:title "informe-de-destinos2023-totalizado" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "b60648b282f8f5fcec1fe4820e77a197"^^xsd:hexBinary ] ;
    dcat:accessURL <https://datosabiertos.bogota.gov.co/dataset/d2873e06-7a5d-405c-ba76-ab5398c9f309/resource/f228d50b-3651-4ae1-9a67-e8406cc7f77e/download/destino.xlsx> ;
    dcat:byteSize 30523.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" .

