@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://datasets.dataspace.fiwarebox.com/dataset/ae011994-28e2-5e41-988b-3c933a601adb> a dcat:Dataset ;
    dct:description "[This item will be removed from the public catalog after August 31, 2026.] This is a test item to explore removing community-created content from the public catalog." ;
    dct:identifier "ae011994-28e2-5e41-988b-3c933a601adb" ;
    dct:issued "2026-08-01T13:59:00.152105"^^xsd:dateTime ;
    dct:modified "2026-08-01T13:59:00.152116"^^xsd:dateTime ;
    dct:publisher <https://datasets.dataspace.fiwarebox.com/organization/f2205b7f-edb8-46c5-8aba-a57b6ce5aa1d> ;
    dct:title "[To be removed from public catalog] Animals in Testland (TEST)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "KESullivan" ] ;
    dcat:keyword "tests" ;
    dcat:landingPage <https://data.wa.gov/resource/bxxy-vw5j> .

<https://datasets.dataspace.fiwarebox.com/organization/f2205b7f-edb8-46c5-8aba-a57b6ce5aa1d> a foaf:Agent ;
    foaf:name "Washington State" .

<https://data.wa.gov/resource/bxxy-vw5j> a foaf:Document .

