@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dgi5.staging.derilinx.com/dataset/fb732cdb-1541-4e94-a1e6-7b4e2b6c6773> a dcat:Dataset ;
    dct:created "2025-02-10T13:58:59"^^xsd:dateTime ;
    dct:description "{{description}}"@en ;
    dct:identifier "fb732cdb-1541-4e94-a1e6-7b4e2b6c6773" ;
    dct:issued "2024-03-06"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-02-10T13:58:59"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/fingal-county-council> ;
    dct:spatial [ a dct:Location ;
            skos:prefLabel "Fingal" ] ;
    dct:title "Test Map App" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Fingal Admin" ;
            vcard:hasEmail <mailto:itservicedesk@fingal.ie> ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/fb732cdb-1541-4e94-a1e6-7b4e2b6c6773/resource/3bcb8b94-2c71-4bd3-b6bf-7d67fdc86bc3> ;
    dcat:landingPage <https://data.smartdublin.ie/dataset/test-map-app1> ;
    dcat:theme <Energy>,
        <http://publications.europa.eu/resource/authority/data-theme/ENER> .

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

<https://dgi5.staging.derilinx.com/dataset/fb732cdb-1541-4e94-a1e6-7b4e2b6c6773/resource/3bcb8b94-2c71-4bd3-b6bf-7d67fdc86bc3> a dcat:Distribution ;
    dct:format [ a dct:IMT,
                dct:MediaTypeOrExtent ;
            rdfs:label "HTML" ;
            rdf:value <https://www.iana.org/assignments/media-types/text/html> ] ;
    dct:issued "2025-02-09T19:08:11"^^xsd:dateTime ;
    dct:modified "2025-02-10T13:58:59"^^xsd:dateTime ;
    dct:title "ArcGIS Hub Dataset" ;
    dcat:accessURL <https://data.fingal.ie/maps/FingalCoCo::test-map-app> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/text/html> .

<https://dgi5.staging.derilinx.com/organization/fingal-county-council> a foaf:Agent,
        foaf:Organization ;
    foaf:name "Fingal County Council" .

