@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/7cde76af-e800-4631-9829-513f82239ec8> a dcat:Dataset ;
    dct:description "Información sobre matriculaciones de Grado, Máster y Doctorado matriculados en el curso 2025-2026" ;
    dct:identifier "7cde76af-e800-4631-9829-513f82239ec8" ;
    dct:issued "2026-03-18T10:38:56.389291"^^xsd:dateTime ;
    dct:modified "2026-03-21T12:05:46.031337"^^xsd:dateTime ;
    dct:publisher <https://opendata.ugr.es/organization/296be7d0-b207-4e23-a4df-f3242df66346> ;
    dct:title "Estudiantes Matriculados 2025 2026" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Oficina del Dato" ] ;
    dcat:distribution <https://opendata.ugr.es/dataset/7cde76af-e800-4631-9829-513f82239ec8/resource/481eaac9-1d29-46ba-942e-b8e6c3321006>,
        <https://opendata.ugr.es/dataset/7cde76af-e800-4631-9829-513f82239ec8/resource/6e277a53-effa-4c72-8add-c903fa9b4b49>,
        <https://opendata.ugr.es/dataset/7cde76af-e800-4631-9829-513f82239ec8/resource/879b8ea8-9192-4401-be53-a33b0157b3e1> ;
    dcat:keyword "Matriculaciones" ;
    dcat:landingPage <https://analitica.ugr.es/ugr_en_cifras/open_data/> .

<https://opendata.ugr.es/dataset/7cde76af-e800-4631-9829-513f82239ec8/resource/481eaac9-1d29-46ba-942e-b8e6c3321006> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:title "Estudiantes de Grado 2025-2026" ;
    dcat:accessURL <https://analitica.ugr.es/ugr_en_cifras/open_data/grado/2025-26.csv> ;
    dcat:mediaType "text/csv" .

<https://opendata.ugr.es/dataset/7cde76af-e800-4631-9829-513f82239ec8/resource/6e277a53-effa-4c72-8add-c903fa9b4b49> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:title "Estudiantes de Doctorado 2025-2026" ;
    dcat:accessURL <https://analitica.ugr.es/ugr_en_cifras/open_data/doctorado/2025-26.csv> ;
    dcat:mediaType "text/csv" .

<https://opendata.ugr.es/dataset/7cde76af-e800-4631-9829-513f82239ec8/resource/879b8ea8-9192-4401-be53-a33b0157b3e1> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:title "Estudiantes de Máster 2025-2026" ;
    dcat:accessURL <https://analitica.ugr.es/ugr_en_cifras/open_data/master/2025-26.csv> ;
    dcat:mediaType "text/csv" .

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

