@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/ff379ce5-bc69-42f2-acd8-151012fe23c4> a dcat:Dataset ;
    dct:description "Contiene informacion de los afiliados de los distintos regímenes del Sistema de Seguridad Social en Salud. (Régimen Subsidiado, Contributivo y Regímenes especiales) en los Municipios del Departamento del Cauca" ;
    dct:identifier <https://www.datos.gov.co/api/views/xh5f-hdm7> ;
    dct:issued "2018-10-15"^^xsd:date ;
    dct:modified "2018-10-15"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "www.datos.gov.co" ] ;
    dct:title "Cobertura Afiliacion en Salud" ;
    dcat:keyword "afiliacion",
        "contributivo",
        "subsidiado" ;
    dcat:landingPage <https://www.datos.gov.co/d/xh5f-hdm7> .

<https://www.datos.gov.co/d/xh5f-hdm7> a foaf:Document .

