@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/b1d3e286-ee81-4731-ba83-83edae05ecf3> a dcat:Dataset ;
    dct:description "some description, another descrption" ;
    dct:identifier "b1d3e286-ee81-4731-ba83-83edae05ecf3" ;
    dct:issued "2025-09-15T12:21:14.713379"^^xsd:dateTime ;
    dct:modified "2025-09-23T05:59:29.631889"^^xsd:dateTime ;
    dct:publisher <https://digitwin2.geoecomar.ro/organization/00c8d09e-90ff-4483-a32d-2ddf97b30d04> ;
    dct:title "test data4" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "cristian cudalbu, cornel pop" ;
            vcard:hasEmail <mailto:c.cudalbu@geoecomar.ro%2C%20cornel.pop@geoecomar.ro> ] ;
    dcat:distribution <https://digitwin2.geoecomar.ro/dataset/b1d3e286-ee81-4731-ba83-83edae05ecf3/resource/0939f538-ebf1-444c-9f3b-49afac9e460a>,
        <https://digitwin2.geoecomar.ro/dataset/b1d3e286-ee81-4731-ba83-83edae05ecf3/resource/3241fba9-47bb-4b9c-a30e-f2688380d63a>,
        <https://digitwin2.geoecomar.ro/dataset/b1d3e286-ee81-4731-ba83-83edae05ecf3/resource/7509187d-9d9c-45e2-ae54-0396ab246e1d> ;
    dcat:keyword "test" .

<https://digitwin2.geoecomar.ro/dataset/b1d3e286-ee81-4731-ba83-83edae05ecf3/resource/0939f538-ebf1-444c-9f3b-49afac9e460a> a dcat:Distribution ;
    dct:format "TXT" ;
    dct:issued "2025-09-15T12:22:50.641090"^^xsd:dateTime ;
    dct:modified "2025-09-15T12:22:50.911290"^^xsd:dateTime ;
    dct:title "Shapefile_splitting_README.txt" ;
    dcat:accessURL <https://digitwin2.geoecomar.ro/dataset/b1d3e286-ee81-4731-ba83-83edae05ecf3/resource/0939f538-ebf1-444c-9f3b-49afac9e460a/download/shapefile_splitting_readme.txt> ;
    dcat:byteSize "464"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/plain" .

<https://digitwin2.geoecomar.ro/dataset/b1d3e286-ee81-4731-ba83-83edae05ecf3/resource/3241fba9-47bb-4b9c-a30e-f2688380d63a> a dcat:Distribution ;
    dct:format "TXT" ;
    dct:issued "2025-09-15T12:32:53.532661"^^xsd:dateTime ;
    dct:modified "2025-09-15T12:32:53.685811"^^xsd:dateTime ;
    dct:title "Shapefile_splitting_README.txt" ;
    dcat:accessURL <https://digitwin2.geoecomar.ro/dataset/b1d3e286-ee81-4731-ba83-83edae05ecf3/resource/3241fba9-47bb-4b9c-a30e-f2688380d63a/download/shapefile_splitting_readme.txt> ;
    dcat:byteSize "464"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/plain" .

<https://digitwin2.geoecomar.ro/dataset/b1d3e286-ee81-4731-ba83-83edae05ecf3/resource/7509187d-9d9c-45e2-ae54-0396ab246e1d> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2025-09-15T12:21:28.675202"^^xsd:dateTime ;
    dct:modified "2025-09-23T05:59:29.645151"^^xsd:dateTime ;
    dct:title "WDPA_sources_Sep2025.csv" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "f143eb2397a73124044cd096b931c5db"^^xsd:hexBinary ] ;
    dcat:accessURL <https://digitwin2.geoecomar.ro/dataset/b1d3e286-ee81-4731-ba83-83edae05ecf3/resource/7509187d-9d9c-45e2-ae54-0396ab246e1d/download/wdpa_sources_sep2025.csv> ;
    dcat:byteSize "119212"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/csv" .

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

