@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/a48001f6-90f4-4eae-a863-66ab5cd89460> a dcat:Dataset ;
    dct:description "Presenta el número de delitos y capturas realizadas en cada uno de los municipios, desagregándose de acuerdo al hecho delictivo durante el periodo 2012 al 2017 en el departamento del Cauca." ;
    dct:identifier <https://www.datos.gov.co/api/views/h3nr-hyb3> ;
    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 "Capturas" ;
    dcat:keyword "articulo",
        "capturas",
        "delitos",
        "hecho delictivo" ;
    dcat:landingPage <https://www.datos.gov.co/d/h3nr-hyb3> .

<https://www.datos.gov.co/d/h3nr-hyb3> a foaf:Document .

