@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/f351974e-84df-4b71-b6ca-567cc852ccbc> a dcat:Dataset ;
    dct:description "Presupuestos del ejercicio 2025" ;
    dct:identifier "f351974e-84df-4b71-b6ca-567cc852ccbc" ;
    dct:issued "2026-03-18T10:16:31.702798"^^xsd:dateTime ;
    dct:modified "2026-03-18T10:16:48.613722"^^xsd:dateTime ;
    dct:publisher <https://opendata.ugr.es/organization/296be7d0-b207-4e23-a4df-f3242df66346> ;
    dct:title "Presupuestos del ejercicio 2025" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Gerencia" ] ;
    dcat:distribution <https://opendata.ugr.es/dataset/f351974e-84df-4b71-b6ca-567cc852ccbc/resource/8c7aa075-9dc3-46d3-a223-7890d6b63621> ;
    dcat:keyword "Presupuestos" ;
    dcat:landingPage <https://transparente.ugr.es/sites/serv/transp/public/ficheros/Informaci%C3%B3n%20Econ%C3%B3mica/2025/Presupuesto%20UGR%202025.ods> .

<https://opendata.ugr.es/dataset/f351974e-84df-4b71-b6ca-567cc852ccbc/resource/8c7aa075-9dc3-46d3-a223-7890d6b63621> a dcat:Distribution ;
    dct:format "ODS" ;
    dct:title "Presupuesto%20UGR%202025.ods" ;
    dcat:accessURL <https://transparente.ugr.es/sites/serv/transp/public/ficheros/Informaci%C3%B3n%20Econ%C3%B3mica/2025/Presupuesto%20UGR%202025.ods> ;
    dcat:mediaType "application/vnd.oasis.opendocument.spreadsheet" .

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

