@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://data.datadore.regexflow.com/dataset/cc2e1b3c-37b2-4578-b7d0-2e4db696baa6> a dcat:Dataset ;
    dct:identifier "cc2e1b3c-37b2-4578-b7d0-2e4db696baa6" ;
    dct:issued "2026-02-25T12:54:59.283936"^^xsd:dateTime ;
    dct:modified "2026-02-26T09:51:34.404757"^^xsd:dateTime ;
    dct:publisher <https://data.datadore.regexflow.com/organization/739e09ad-a0c4-4630-94f8-9e5d19d9bc70> ;
    dct:title "dataset1" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:imre.agocs@regexflow.com> ] ;
    dcat:distribution <https://data.datadore.regexflow.com/dataset/cc2e1b3c-37b2-4578-b7d0-2e4db696baa6/resource/f6ea547b-419c-44ba-b4e1-18a76b1b08d5> .

<https://data.datadore.regexflow.com/dataset/cc2e1b3c-37b2-4578-b7d0-2e4db696baa6/resource/f6ea547b-419c-44ba-b4e1-18a76b1b08d5> a dcat:Distribution ;
    dct:description "added desc, changed again" ;
    dct:format "CSV" ;
    dct:issued "2026-02-25T12:57:23.826599"^^xsd:dateTime ;
    dct:modified "2026-02-26T09:51:34.411443"^^xsd:dateTime ;
    dct:title "Iris" ;
    dcat:accessURL <https://medxnotedownload.blob.core.windows.net/download/update2.csv> ;
    dcat:mediaType "text/csv" .

<https://data.datadore.regexflow.com/organization/739e09ad-a0c4-4630-94f8-9e5d19d9bc70> a foaf:Agent ;
    foaf:name "OrgA" .

