@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/c7edd65c-7798-4851-87bf-391bf3f67035> a dcat:Dataset ;
    dct:description "Contiene informacion estadistica  de mujeres que fallecen por causas asociadas a la maternidad por cada 100.000 nacidos vivos en los Municipios del  departamento del Cauca" ;
    dct:identifier <https://www.datos.gov.co/api/views/3tj2-xbmv> ;
    dct:issued "2018-12-07"^^xsd:date ;
    dct:modified "2018-12-07"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "www.datos.gov.co" ] ;
    dct:title "Razon de mortalidad materna" ;
    dcat:keyword "materna",
        "razon mortalidad" ;
    dcat:landingPage <https://www.datos.gov.co/d/3tj2-xbmv> .

<https://www.datos.gov.co/d/3tj2-xbmv> a foaf:Document .

