@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/84617757-dde7-5b40-a4e7-8500cf75edb2> a dcat:Dataset ;
    dct:description "This dataset contains generated series of values primarily intended to be used in join queries. For example, If you need an output that includes every month in the last year for a dataset where some months may be missing, right joining on this data will produce rows for every month of the year, even if the data does not have entries for that month.More complex joins on column < value to collect items within bins can be done in ways that are not possible with group by." ;
    dct:identifier "84617757-dde7-5b40-a4e7-8500cf75edb2" ;
    dct:issued "2026-03-31T09:23:27.221297"^^xsd:dateTime ;
    dct:modified "2026-03-31T09:23:47.015826"^^xsd:dateTime ;
    dct:publisher <https://datasets.dataspace.fiwarebox.com/organization/f2205b7f-edb8-46c5-8aba-a57b6ce5aa1d> ;
    dct:title "Generated Series" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "James Gutholm (PDC)" ] ;
    dcat:distribution <https://datasets.dataspace.fiwarebox.com/dataset/84617757-dde7-5b40-a4e7-8500cf75edb2/resource/f8aa646c-5f9a-5645-88c5-6b6a1aa3d639> ;
    dcat:keyword "political-finance" ;
    dcat:landingPage <https://data.wa.gov/resource/ebcs-4xag> .

<https://datasets.dataspace.fiwarebox.com/dataset/84617757-dde7-5b40-a4e7-8500cf75edb2/resource/f8aa646c-5f9a-5645-88c5-6b6a1aa3d639> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-03-31T09:23:27.228752"^^xsd:dateTime ;
    dct:modified "2026-03-31T09:23:47.031882"^^xsd:dateTime ;
    dct:title "Generated Series" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "e04fd07481799b1ba1a73e59ce40c8e9"^^xsd:hexBinary ] ;
    dcat:accessURL <https://data.wa.gov/api/views/ebcs-4xag/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/ebcs-4xag> a foaf:Document .

