@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/4033afcb-9dfc-4ed1-8b7a-375f36edf2f1> a dcat:Dataset ;
    dct:description "Archivo RDF con toda la información necesaria para exportar el catálogo de datos de open data UGR en formato DGE al portal de datos del gobierno [datos.gob.es](https://datos.gob.es/es)" ;
    dct:identifier "4033afcb-9dfc-4ed1-8b7a-375f36edf2f1" ;
    dct:issued "2022-06-24T09:07:44.731414"^^xsd:dateTime ;
    dct:modified "2026-08-23T23:20:02.328586"^^xsd:dateTime ;
    dct:publisher <https://opendata.ugr.es/organization/40ebc1dd-6516-4b07-89db-1f70e0abbe80> ;
    dct:title "Catalogo de datos de open data UGR" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Oficina de Software Libre" ;
            vcard:hasEmail <mailto:osl@ugr.es> ] ;
    dcat:distribution <https://opendata.ugr.es/dataset/4033afcb-9dfc-4ed1-8b7a-375f36edf2f1/resource/ecea21b7-a9d2-4be3-bedd-4cec70ee1b60> .

<https://opendata.ugr.es/dataset/4033afcb-9dfc-4ed1-8b7a-375f36edf2f1/resource/ecea21b7-a9d2-4be3-bedd-4cec70ee1b60> a dcat:Distribution ;
    dct:format "RDF" ;
    dct:title "catalogo.rdf" ;
    dcat:accessURL <https://opendata.ugr.es/dataset/4033afcb-9dfc-4ed1-8b7a-375f36edf2f1/resource/ecea21b7-a9d2-4be3-bedd-4cec70ee1b60/download/catalogo.rdf> ;
    dcat:byteSize 489114.0 ;
    dcat:mediaType "application/rdf+xml" .

<https://opendata.ugr.es/organization/40ebc1dd-6516-4b07-89db-1f70e0abbe80> a foaf:Organization ;
    foaf:name "Oficina de Software Libre" .

