@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/28d44e9b-18bb-46aa-9e68-21c8593ba6bb> a dcat:Dataset ;
    dct:description "Resultados de las elecciones de gobierno de la Universidad de Granada. " ;
    dct:identifier "28d44e9b-18bb-46aa-9e68-21c8593ba6bb" ;
    dct:issued "2021-09-24T09:06:37.603200"^^xsd:dateTime ;
    dct:modified "2022-06-09T07:29:04.424906"^^xsd:dateTime ;
    dct:publisher <https://opendata.ugr.es/organization/296be7d0-b207-4e23-a4df-f3242df66346> ;
    dct:title "Resultados de las elecciones" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "OSL" ;
            vcard:hasEmail <mailto:opendata@ugr.es> ] ;
    dcat:distribution <https://opendata.ugr.es/dataset/28d44e9b-18bb-46aa-9e68-21c8593ba6bb/resource/63499d8b-afc2-4a8e-aa1d-0f4322a0e5ff>,
        <https://opendata.ugr.es/dataset/28d44e9b-18bb-46aa-9e68-21c8593ba6bb/resource/a954f2f5-f925-4f7d-9362-d718825c3bec> ;
    dcat:keyword "Gestión e Investigación",
        "Gobierno",
        "Periódico",
        "Secretaría" ;
    dcat:landingPage <www.ugr.es> .

<https://opendata.ugr.es/dataset/28d44e9b-18bb-46aa-9e68-21c8593ba6bb/resource/63499d8b-afc2-4a8e-aa1d-0f4322a0e5ff> a dcat:Distribution ;
    dct:description "Resultados de las elecciones al Claustro Universitario 2016 de la Universidad de Granada realizadas durante el curso 2015/2016." ;
    dct:format "CSV" ;
    dct:title "Resultados elecciones al Claustro Universitario 2016" ;
    dcat:accessURL <https://opendata.ugr.es/dataset/28d44e9b-18bb-46aa-9e68-21c8593ba6bb/resource/63499d8b-afc2-4a8e-aa1d-0f4322a0e5ff/download/claustro.csv> ;
    dcat:mediaType "text/csv" .

<https://opendata.ugr.es/dataset/28d44e9b-18bb-46aa-9e68-21c8593ba6bb/resource/a954f2f5-f925-4f7d-9362-d718825c3bec> a dcat:Distribution ;
    dct:description "Resultados de las elecciones de la Universidad de Granada realizadas durante el curso 2014/2015. " ;
    dct:format "CSV" ;
    dct:title "Resultados elecciones 2015" ;
    dcat:accessURL <https://opendata.ugr.es/dataset/28d44e9b-18bb-46aa-9e68-21c8593ba6bb/resource/a954f2f5-f925-4f7d-9362-d718825c3bec/download/resultadoselecciones2015.csv> ;
    dcat:mediaType "text/csv" .

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

