@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.tdc.dev.datopian.com/dataset/c31ab23b-c89b-4cf0-8070-9616fbb508e8> a dcat:Dataset ;
    dct:description "<p>test</p>" ;
    dct:identifier "c31ab23b-c89b-4cf0-8070-9616fbb508e8" ;
    dct:issued "2024-11-13T22:48:43.168496"^^xsd:dateTime ;
    dct:modified "2024-11-14T18:07:26.804134"^^xsd:dateTime ;
    dct:publisher <https://ckan.tdc.dev.datopian.com/organization/d1a5e288-fee4-496f-b99a-6857ab01d458> ;
    dct:title "Dataset Example 13-11 - updated 2" .

<https://ckan.tdc.dev.datopian.com/organization/d1a5e288-fee4-496f-b99a-6857ab01d458> a foaf:Agent ;
    foaf:name "Test Org William" .

