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

<https://datasets.dataspace.fiwarebox.com/dataset/9bf41ad8-8ade-5853-8b05-db67e1957fd4> a dcat:Dataset ;
    dct:description "This is a private sample dataset for integration testing for the PDC's data distributor project" ;
    dct:identifier "9bf41ad8-8ade-5853-8b05-db67e1957fd4" ;
    dct:issued "2026-03-27T09:04:15.184077"^^xsd:dateTime ;
    dct:modified "2026-03-27T09:04:25.891390"^^xsd:dateTime ;
    dct:publisher <https://datasets.dataspace.fiwarebox.com/organization/f2205b7f-edb8-46c5-8aba-a57b6ce5aa1d> ;
    dct:title "PDC data distributor integration test" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "michael.dailey" ] ;
    dcat:distribution <https://datasets.dataspace.fiwarebox.com/dataset/9bf41ad8-8ade-5853-8b05-db67e1957fd4/resource/f8a8e67d-46cf-5b33-be21-9b51d44dbf5c> ;
    dcat:keyword "test" ;
    dcat:landingPage <https://data.wa.gov/resource/e2dw-izvw> .

<https://datasets.dataspace.fiwarebox.com/dataset/9bf41ad8-8ade-5853-8b05-db67e1957fd4/resource/f8a8e67d-46cf-5b33-be21-9b51d44dbf5c> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-03-27T09:04:15.203079"^^xsd:dateTime ;
    dct:modified "2026-03-27T09:04:25.937381"^^xsd:dateTime ;
    dct:title "PDC data distributor integration test" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "a316393e96be8a1700005a91a927eefd"^^xsd:hexBinary ] ;
    dcat:accessURL <https://data.wa.gov/api/views/e2dw-izvw/rows.csv> .

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

<https://data.wa.gov/resource/e2dw-izvw> a foaf:Document .

