@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/f9722888-e5f9-42cd-bb1d-be3fc1a778bd> a dcat:Dataset ;
    dct:description "El conjunto de datos contiene información para hacer seguimiento al mercado inmobiliario relativo a la Ciudad de Bogotá." ;
    dct:identifier "f9722888-e5f9-42cd-bb1d-be3fc1a778bd" ;
    dct:issued "2019-09-17T15:25:32.865210"^^xsd:dateTime ;
    dct:modified "2021-02-25T15:33:21.547637"^^xsd:dateTime ;
    dct:publisher <https://datosabiertos.bogota.gov.co/organization/71e8e324-f8a5-4a02-9051-6ec06ad6bffd> ;
    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 "Mercado Inmobiliario Bogotá" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Edna Ruth Mendoza" ;
            vcard:hasEmail <mailto:emendozaa@habitatbogota.gov.co> ] ;
    dcat:distribution <https://datosabiertos.bogota.gov.co/dataset/f9722888-e5f9-42cd-bb1d-be3fc1a778bd/resource/bc37b0f6-4463-4052-a0f4-ab3b4ff4ce4b> ;
    dcat:keyword "Bogotá",
        "Mercado",
        "SDHT",
        "Vivienda",
        "inmobiliario" .

<https://datosabiertos.bogota.gov.co/dataset/f9722888-e5f9-42cd-bb1d-be3fc1a778bd/resource/bc37b0f6-4463-4052-a0f4-ab3b4ff4ce4b> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2021-02-15T14:21:08.872377"^^xsd:dateTime ;
    dct:modified "2021-02-15T14:21:08.872377"^^xsd:dateTime ;
    dct:title "Seguimiento mercado inmobiliario Bogota" ;
    dcat:accessURL <https://datosabiertos.bogota.gov.co/dataset/f9722888-e5f9-42cd-bb1d-be3fc1a778bd/resource/bc37b0f6-4463-4052-a0f4-ab3b4ff4ce4b/download/seguimiento_mercado_inmobiliario_bogota.csv> ;
    dcat:byteSize 43522.0 ;
    dcat:mediaType "text/csv" .

<https://datosabiertos.bogota.gov.co/organization/71e8e324-f8a5-4a02-9051-6ec06ad6bffd> a foaf:Organization ;
    foaf:name "Secretaría Distrital del Hábitat" .

