@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.amerigeoss.org/dataset/579b803b-f12f-4d0b-9407-ed6a8105db32> a dcat:Dataset ;
    dct:description "Presenta por genero el numero de casos y la tasa por cada 100.000 habitantes de reportes por muertes y lesiones por accidente de transito en cada municipio durante el periodo 2014 al 2017 en el departamento del Cauca." ;
    dct:identifier <https://www.datos.gov.co/api/views/grqx-inr4> ;
    dct:issued "2018-10-16"^^xsd:date ;
    dct:modified "2018-10-16"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "www.datos.gov.co" ] ;
    dct:title "Muertes y lesiones por accidente de transito" ;
    dcat:keyword "accidentes",
        "lesiones",
        "muertes",
        "transito" ;
    dcat:landingPage <https://www.datos.gov.co/d/grqx-inr4> .

<https://www.datos.gov.co/d/grqx-inr4> a foaf:Document .

