@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/fdd1b7e1-6063-417d-967f-11f7be74455f> a dcat:Dataset ;
    dct:description "Relaciona el porcentaje de cobertura en acueducto y alcantarillado en el departamento del Cauca durante el periodo 2012 a 2017." ;
    dct:identifier <https://www.datos.gov.co/api/views/x7fk-hr9s> ;
    dct:issued "2018-12-10"^^xsd:date ;
    dct:modified "2018-12-10"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "www.datos.gov.co" ] ;
    dct:title "Cobertura acueducto y alcantarillado" ;
    dcat:keyword "acueducto",
        "alcantarillado.",
        "cobertura" ;
    dcat:landingPage <https://www.datos.gov.co/d/x7fk-hr9s> .

<https://www.datos.gov.co/d/x7fk-hr9s> a foaf:Document .

