@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://opendata.ugr.es/dataset/f8f77aee-4273-45b2-b691-12b5f59bbf8c> a dcat:Dataset ;
    dct:description "Datos de la web UGR En Cifras." ;
    dct:identifier "f8f77aee-4273-45b2-b691-12b5f59bbf8c" ;
    dct:issued "2022-03-21T08:48:16.958436"^^xsd:dateTime ;
    dct:modified "2022-09-02T09:52:15.572826"^^xsd:dateTime ;
    dct:publisher <https://opendata.ugr.es/organization/296be7d0-b207-4e23-a4df-f3242df66346> ;
    dct:title "Indicadores Académicos UGR" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Unidad de Calidad, Innovación docente y prospectiva" ;
            vcard:hasEmail <mailto:osl@ugr.es> ] ;
    dcat:distribution <https://opendata.ugr.es/dataset/f8f77aee-4273-45b2-b691-12b5f59bbf8c/resource/c7d35cd5-b092-4474-978e-bb7b3a2fd4cd> ;
    dcat:keyword "calidad",
        "indicadores académicos" ;
    dcat:landingPage <https://calidad.ugr.es/areas/ugr-en-cifras> .

<https://opendata.ugr.es/dataset/f8f77aee-4273-45b2-b691-12b5f59bbf8c/resource/c7d35cd5-b092-4474-978e-bb7b3a2fd4cd> a dcat:Distribution ;
    dct:description "Indicadores académicos UGR 2022 obtenidos en la página de UGR en Cifras." ;
    dct:format "CSV" ;
    dct:title "Indicadores Académicos UGR" ;
    dcat:accessURL <https://calidad.ugr.es/sites/webugr/calidad/public/ficheros/ugr%20en%20cifras/INDICADORES_ACADEMICOS.txt> ;
    dcat:mediaType "text/plain" .

<https://opendata.ugr.es/organization/296be7d0-b207-4e23-a4df-f3242df66346> a foaf:Organization ;
    foaf:name "UGR" .

