@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dgi5.staging.derilinx.com/dataset/ea361cc6-9ff4-43f2-bccb-001a9b91af03> a dcat:Dataset ;
    dct:created "2015-09-22T14:41:10"^^xsd:dateTime ;
    dct:identifier "ea361cc6-9ff4-43f2-bccb-001a9b91af03" ;
    dct:issued "2015-09-22"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2018-03-05T12:24:31"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/ca29a29c-5ab5-4ae6-9368-74956b7d4344> ;
    dct:title "Leases surrendered in 2010" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Adrienne O'Driscoll" ;
            vcard:hasEmail <mailto:adrienne.odriscoll@opw.ie> ],
        [ a vcard:Organization ;
            vcard:hasTelephone "01 6476124" ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/ea361cc6-9ff4-43f2-bccb-001a9b91af03/resource/53cef676-9ea3-4690-8178-1f5bd6bc8ade> ;
    dcat:keyword "Lease",
        "Leases",
        "OPW",
        "Properties",
        "Property" ;
    dcat:landingPage <http://www.opw.ie/en/opendata/> ;
    dcat:theme <Government>,
        <http://publications.europa.eu/resource/authority/data-theme/GOVE> .

<http://publications.europa.eu/resource/authority/language/ENG> a dct:LinguisticSystem .

<https://dgi5.staging.derilinx.com/dataset/ea361cc6-9ff4-43f2-bccb-001a9b91af03/resource/53cef676-9ea3-4690-8178-1f5bd6bc8ade> a dcat:Distribution ;
    dct:format [ a dct:MediaTypeOrExtent ;
            rdfs:label "CSV" ;
            rdf:value "CSV" ] ;
    dct:issued "2015-09-22T14:41:10"^^xsd:dateTime ;
    dct:modified "2015-09-22T14:41:10"^^xsd:dateTime ;
    dct:title "surrendered2010.csv" ;
    dcat:accessURL <http://www.opw.ie/en/media/surrendered2010.csv> ;
    dcat:downloadURL <http://www.opw.ie/en/media/surrendered2010.csv> .

<https://dgi5.staging.derilinx.com/organization/ca29a29c-5ab5-4ae6-9368-74956b7d4344> a foaf:Agent,
        foaf:Organization ;
    foaf:name "Office of Public Works" .

