@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/c962bc28-240e-4e37-8873-03b5b18b7c75> a dcat:Dataset ;
    dct:description "un test zenodo" ;
    dct:identifier "c962bc28-240e-4e37-8873-03b5b18b7c75" ;
    dct:issued "2025-07-22T11:09:58.525061"^^xsd:dateTime ;
    dct:modified "2025-07-22T11:12:59.729295"^^xsd:dateTime ;
    dct:publisher <https://digitwin2.geoecomar.ro/organization/9645be49-8154-4757-bc19-9eaa84e76483> ;
    dct:title "test zenodo" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "cristian cudalbu" ;
            vcard:hasEmail <mailto:c.cudalbu@geoecomar.ro> ] ;
    dcat:distribution <https://digitwin2.geoecomar.ro/dataset/c962bc28-240e-4e37-8873-03b5b18b7c75/resource/2d980625-2434-41d6-a2b3-a2144211c568> ;
    dcat:keyword "ckan",
        "zenodo" .

<https://digitwin2.geoecomar.ro/dataset/c962bc28-240e-4e37-8873-03b5b18b7c75/resource/2d980625-2434-41d6-a2b3-a2144211c568> a dcat:Distribution ;
    dct:format "XLSX" ;
    dct:issued "2025-07-22T11:10:23.320474"^^xsd:dateTime ;
    dct:modified "2025-07-22T11:10:25.323014"^^xsd:dateTime ;
    dct:title "angajat.xlsx" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "34da15c4f8b2ba4ff06d093ff9fff375"^^xsd:hexBinary ] ;
    dcat:accessURL <https://digitwin2.geoecomar.ro/dataset/c962bc28-240e-4e37-8873-03b5b18b7c75/resource/2d980625-2434-41d6-a2b3-a2144211c568/download/angajat.xlsx> ;
    dcat:byteSize "10147"^^xsd:nonNegativeInteger ;
    dcat:mediaType "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" .

<https://digitwin2.geoecomar.ro/organization/9645be49-8154-4757-bc19-9eaa84e76483> a foaf:Agent ;
    foaf:name "Geaman Digital" .

