@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 spdx: <http://spdx.org/rdf/terms#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dgi5.staging.derilinx.com/dataset/ba1baa84-f158-4ff8-b7db-3a820c1d1a37> a dcat:Dataset ;
    dct:created "2023-10-31T12:29:51"^^xsd:dateTime ;
    dct:description "test new"@en,
        ""@ga ;
    dct:identifier "ba1baa84-f158-4ff8-b7db-3a820c1d1a37" ;
    dct:issued "2023-10-31T12:29:51"^^xsd:dateTime ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-08-27T09:23:29"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/f42d0e39-6bd6-4763-bd6c-29611335ef47> ;
    dct:title "test new" ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/ba1baa84-f158-4ff8-b7db-3a820c1d1a37/resource/0e2fc048-ef81-44f9-a955-eea8aa91ca6a>,
        <https://dgi5.staging.derilinx.com/dataset/ba1baa84-f158-4ff8-b7db-3a820c1d1a37/resource/d0294f80-815d-4683-9062-4c345c0c0c11> ;
    dcat:theme <Agriculture>,
        <http://publications.europa.eu/resource/authority/data-theme/AGRI> .

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

<https://dgi5.staging.derilinx.com/dataset/ba1baa84-f158-4ff8-b7db-3a820c1d1a37/resource/0e2fc048-ef81-44f9-a955-eea8aa91ca6a> a dcat:Distribution ;
    dct:format [ a dct:IMT,
                dct:MediaTypeOrExtent ;
            rdfs:label "CSV" ;
            rdf:value <https://www.iana.org/assignments/media-types/text/csv> ] ;
    dct:issued "2023-10-31T12:30:17"^^xsd:dateTime ;
    dct:modified "2025-08-27T09:23:27"^^xsd:dateTime ;
    dct:title "Example res" ;
    dcat:accessURL <https://example.com/test.csv> ;
    dcat:downloadURL <https://example.com/test.csv> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/text/csv> .

<https://dgi5.staging.derilinx.com/dataset/ba1baa84-f158-4ff8-b7db-3a820c1d1a37/resource/d0294f80-815d-4683-9062-4c345c0c0c11> a dcat:Distribution ;
    dct:format [ a dct:IMT,
                dct:MediaTypeOrExtent ;
            rdfs:label "CSV" ;
            rdf:value <https://www.iana.org/assignments/media-types/text/csv> ] ;
    dct:issued "2025-08-27T09:23:27"^^xsd:dateTime ;
    dct:modified "2025-08-27T09:23:29"^^xsd:dateTime ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "fe691880f636593a1a12ff6a2d65072e"^^xsd:hexBinary ] ;
    dcat:accessURL <https://dgi5.staging.derilinx.com/dataset/ba1baa84-f158-4ff8-b7db-3a820c1d1a37/resource/d0294f80-815d-4683-9062-4c345c0c0c11/download/test.csv> ;
    dcat:byteSize 24.0 ;
    dcat:downloadURL <https://dgi5.staging.derilinx.com/dataset/ba1baa84-f158-4ff8-b7db-3a820c1d1a37/resource/d0294f80-815d-4683-9062-4c345c0c0c11/download/test.csv> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/text/csv> .

<https://dgi5.staging.derilinx.com/organization/f42d0e39-6bd6-4763-bd6c-29611335ef47> a foaf:Agent,
        foaf:Organization ;
    foaf:name "3D Data Hack Dublin" .

