@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://digitwin2.geoecomar.ro/dataset/dacb441b-f227-4235-afd2-2d85cf5267c4> a dcat:Dataset ;
    dct:description "a sample dataset" ;
    dct:identifier "dacb441b-f227-4235-afd2-2d85cf5267c4" ;
    dct:issued "2025-09-08T08:02:48.017831"^^xsd:dateTime ;
    dct:modified "2025-09-08T08:06:37.619698"^^xsd:dateTime ;
    dct:publisher <https://digitwin2.geoecomar.ro/organization/00c8d09e-90ff-4483-a32d-2ddf97b30d04> ;
    dct:title "datasets sample" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "cristian cudalbu, cristian cudalbu" ] ;
    dcat:distribution <https://digitwin2.geoecomar.ro/dataset/dacb441b-f227-4235-afd2-2d85cf5267c4/resource/9245af4d-7c11-4727-9b13-bac10292fe9a>,
        <https://digitwin2.geoecomar.ro/dataset/dacb441b-f227-4235-afd2-2d85cf5267c4/resource/9b7d6999-1b2a-47fe-ad5f-41734dccac97> ;
    dcat:keyword "sample" .

<https://digitwin2.geoecomar.ro/dataset/dacb441b-f227-4235-afd2-2d85cf5267c4/resource/9245af4d-7c11-4727-9b13-bac10292fe9a> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2025-09-08T08:03:48.158430"^^xsd:dateTime ;
    dct:modified "2025-09-08T08:03:50.162148"^^xsd:dateTime ;
    dct:title "date_brute.csv" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "32254a914f6550fb51d44c72bc6fe0db"^^xsd:hexBinary ] ;
    dcat:accessURL <https://digitwin2.geoecomar.ro/dataset/dacb441b-f227-4235-afd2-2d85cf5267c4/resource/9245af4d-7c11-4727-9b13-bac10292fe9a/download/date_brute.csv> ;
    dcat:byteSize "73368"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/csv" .

<https://digitwin2.geoecomar.ro/dataset/dacb441b-f227-4235-afd2-2d85cf5267c4/resource/9b7d6999-1b2a-47fe-ad5f-41734dccac97> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2025-09-08T08:04:18.636859"^^xsd:dateTime ;
    dct:modified "2025-09-08T08:04:20.606106"^^xsd:dateTime ;
    dct:title "profil.csv" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "4d48649f949e327fae745b68d2189a7e"^^xsd:hexBinary ] ;
    dcat:accessURL <https://digitwin2.geoecomar.ro/dataset/dacb441b-f227-4235-afd2-2d85cf5267c4/resource/9b7d6999-1b2a-47fe-ad5f-41734dccac97/download/profil.csv> ;
    dcat:byteSize "453885"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/csv" .

<https://digitwin2.geoecomar.ro/organization/00c8d09e-90ff-4483-a32d-2ddf97b30d04> a foaf:Agent ;
    foaf:name "Geoecomar" .

