@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.main.demo.datopian.com/dataset/2212b8fc-743f-4f4d-a234-43855f9cc743> a dcat:Dataset ;
    dct:identifier "2212b8fc-743f-4f4d-a234-43855f9cc743" ;
    dct:issued "2026-05-19T23:57:43.526727"^^xsd:dateTime ;
    dct:modified "2026-05-19T23:57:50.986151"^^xsd:dateTime ;
    dct:publisher <https://ckan.main.demo.datopian.com/organization/d097cb95-8541-40f5-9462-567f1e9b2382> ;
    dct:title "demo-approval" ;
    dcat:distribution <https://ckan.main.demo.datopian.com/dataset/2212b8fc-743f-4f4d-a234-43855f9cc743/resource/e5c695ca-06ef-4a74-9af7-731c77e4ffd4> .

<https://ckan.main.demo.datopian.com/dataset/2212b8fc-743f-4f4d-a234-43855f9cc743/resource/e5c695ca-06ef-4a74-9af7-731c77e4ffd4> a dcat:Distribution ;
    dct:issued "2026-05-19T23:57:43.528345"^^xsd:dateTime ;
    dct:modified "2026-05-19T23:57:50.408287"^^xsd:dateTime ;
    dct:title "google" ;
    dcat:accessURL <https://google.com> .

<https://ckan.main.demo.datopian.com/organization/d097cb95-8541-40f5-9462-567f1e9b2382> a foaf:Agent ;
    foaf:name "Demo Org" .

