@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/70079441-4d80-4f36-9296-7a5f01d96682> a dcat:Dataset ;
    dct:description "Medir la eficiencia del sistema educativo en la proporción de alumnos que deben repetir un grado académico mediante el Porcentaje de alumnos matriculados en un año escolar que se encuentran repitiendo el mismo grado cursado el año anterior durente el periodo 2011 al 2018." ;
    dct:identifier <https://www.datos.gov.co/api/views/mdip-hmap> ;
    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 "Repitencia escolar" ;
    dcat:keyword "alumnos",
        "matricula",
        "porcentaje",
        "repitencia" ;
    dcat:landingPage <https://www.datos.gov.co/d/mdip-hmap> .

<https://www.datos.gov.co/d/mdip-hmap> a foaf:Document .

