@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://ckan.kupferdigital.org/dataset/36240767-b64a-45ad-b00a-f0909f2a7b3e> a dcat:Dataset ;
    dct:creator [ a foaf:Organization ;
            foaf:name "K. Gubaev" ] ;
    dct:description "climate effect ontology with example individuals" ;
    dct:identifier "36240767-b64a-45ad-b00a-f0909f2a7b3e" ;
    dct:issued "2026-06-24T06:32:21.888447"^^xsd:dateTime ;
    dct:modified "2026-06-24T06:34:33.335901"^^xsd:dateTime ;
    dct:title "Test dataset 1" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "K. Gubaev" ] ;
    dcat:distribution <https://ckan.kupferdigital.org/dataset/36240767-b64a-45ad-b00a-f0909f2a7b3e/resource/5eb1cd71-a631-43f0-bc68-ab3d7002c331> ;
    dcat:keyword "LCA" .

<https://ckan.kupferdigital.org/dataset/36240767-b64a-45ad-b00a-f0909f2a7b3e/resource/5eb1cd71-a631-43f0-bc68-ab3d7002c331> a dcat:Distribution ;
    dct:description "owl file" ;
    dct:format "OWL" ;
    dct:issued "2026-06-24T06:33:00.865715"^^xsd:dateTime ;
    dct:modified "2026-06-24T06:33:00.819523"^^xsd:dateTime ;
    dct:title "cleo-full.owl" ;
    dcat:accessURL <https://ckan.kupferdigital.org/dataset/36240767-b64a-45ad-b00a-f0909f2a7b3e/resource/5eb1cd71-a631-43f0-bc68-ab3d7002c331/download/cleo-full.owl> ;
    dcat:byteSize 1223553.0 .

