@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/3b0abedd-02f5-4abc-917a-fe2eaa015f53> a dcat:Dataset ;
    dct:description "Identifica la participacion relativa en el sistema educativo de la matricula en edad teorica para cursar un nivel de enseñanaza con respecto a la poblacion en esa misma edad durante el periodo 2011 al 2017" ;
    dct:identifier <https://www.datos.gov.co/api/views/wuss-dxjj> ;
    dct:issued "2018-10-16"^^xsd:date ;
    dct:modified "2018-12-07"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "www.datos.gov.co" ] ;
    dct:title "Asistencia escolar" ;
    dcat:keyword "asistencia",
        "poblacion",
        "tasa" ;
    dcat:landingPage <https://www.datos.gov.co/d/wuss-dxjj> .

<https://www.datos.gov.co/d/wuss-dxjj> a foaf:Document .

