@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://bdi-dev.opend.cloud/dataset/8da662e8-a0c6-4dfc-9c40-a7d556669ccb> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "8da662e8-a0c6-4dfc-9c40-a7d556669ccb" ;
    dct:issued "2025-01-22T08:23:27.650836"^^xsd:dateTime ;
    dct:modified "2025-01-22T10:19:22.542751"^^xsd:dateTime ;
    dct:publisher <https://bdi-dev.opend.cloud/organization/816884ad-6fa7-40b6-9261-e0589a8394c8> ;
    dct:title "geojson_test_bdi" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "test" ;
            vcard:hasEmail <mailto:test@mail.com> ] ;
    dcat:distribution <https://bdi-dev.opend.cloud/dataset/8da662e8-a0c6-4dfc-9c40-a7d556669ccb/resource/35d2625b-6c96-44e1-b364-1fdeeffc91db> ;
    dcat:keyword "test only" .

<https://bdi-dev.opend.cloud/dataset/8da662e8-a0c6-4dfc-9c40-a7d556669ccb/resource/35d2625b-6c96-44e1-b364-1fdeeffc91db> a dcat:Distribution ;
    dct:format "GeoJSON" ;
    dct:issued "2025-01-22T08:23:51.664354"^^xsd:dateTime ;
    dct:modified "2025-01-22T10:19:22.546990"^^xsd:dateTime ;
    dct:title "polygon-samples" ;
    dcat:accessURL <https://bdi-dev.opend.cloud/dataset/8da662e8-a0c6-4dfc-9c40-a7d556669ccb/resource/35d2625b-6c96-44e1-b364-1fdeeffc91db/download/polygon-samples.geojson> ;
    dcat:byteSize "4308"^^xsd:nonNegativeInteger ;
    dcat:mediaType "application/json" .

<https://bdi-dev.opend.cloud/organization/816884ad-6fa7-40b6-9261-e0589a8394c8> a foaf:Agent ;
    foaf:name "collab_test" .

