@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/280492ae-ed3d-50b1-93df-05160af1349d> a dcat:Dataset ;
    dct:description "An interactive database showing local retail sales and use tax amounts remitted to local city and county governments in Washington State from 2012 -present.   The interface allows users to search for distribution amounts to districts (cities, counties, etc.) in a given year and month. Data is exportable as HTML or Excel spreadsheets." ;
    dct:identifier "280492ae-ed3d-50b1-93df-05160af1349d" ;
    dct:issued "2026-06-25T07:16:21.845761"^^xsd:dateTime ;
    dct:modified "2026-06-25T07:16:21.845795"^^xsd:dateTime ;
    dct:publisher <https://datasets.dataspace.fiwarebox.com/organization/f2205b7f-edb8-46c5-8aba-a57b6ce5aa1d> ;
    dct:title "Local Tax Distributions (2012-Current)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Jacob Shepard" ] ;
    dcat:distribution <https://datasets.dataspace.fiwarebox.com/dataset/280492ae-ed3d-50b1-93df-05160af1349d/resource/436ff0e2-307f-511f-ac59-1477ec5a022e> ;
    dcat:keyword "sales-tax",
        "use-tax" ;
    dcat:landingPage <https://data.wa.gov/resource/shdd-5hme> .

<https://datasets.dataspace.fiwarebox.com/dataset/280492ae-ed3d-50b1-93df-05160af1349d/resource/436ff0e2-307f-511f-ac59-1477ec5a022e> a dcat:Distribution ;
    dct:issued "2026-06-25T09:16:20.806645"^^xsd:dateTime ;
    dct:modified "2026-06-25T07:16:21.842251"^^xsd:dateTime ;
    dcat:accessURL <https://secure.dor.wa.gov/gteunauth/?Link=LocalTaxStats> .

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

<https://data.wa.gov/resource/shdd-5hme> a foaf:Document .

