@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://py3dev.opend.cloud/dataset/546b12f0-0469-43fd-b7ee-7a49b56da816> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "546b12f0-0469-43fd-b7ee-7a49b56da816" ;
    dct:issued "2026-05-16T03:38:18.089480"^^xsd:dateTime ;
    dct:modified "2026-05-16T03:48:02.316941"^^xsd:dateTime ;
    dct:publisher <https://py3dev.opend.cloud/organization/bb950910-145a-492b-8815-31898d18f319> ;
    dct:title "tset other" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "tttt" ;
            vcard:hasEmail <mailto:tttt@mail.com> ] ;
    dcat:keyword "Annual data" .

<https://py3dev.opend.cloud/organization/bb950910-145a-492b-8815-31898d18f319> a foaf:Agent ;
    foaf:name "test2" .

