@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/9e03df48-fffe-5881-be4b-d3f0de242435> a dcat:Dataset ;
    dct:description "Final precinct level results for the August 4, 2026 Primary Election in King County, WA." ;
    dct:identifier "9e03df48-fffe-5881-be4b-d3f0de242435" ;
    dct:issued "2026-08-19T18:13:49.737289"^^xsd:dateTime ;
    dct:modified "2026-08-19T18:46:55.002461"^^xsd:dateTime ;
    dct:publisher <https://datasets.dataspace.fiwarebox.com/organization/df11b7cc-a7b6-4d44-9531-64a2be7b0df7> ;
    dct:title "August 2026 Primary Election - Final Precinct Results" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Chelseyann" ] ;
    dcat:distribution <https://datasets.dataspace.fiwarebox.com/dataset/9e03df48-fffe-5881-be4b-d3f0de242435/resource/db3d2259-f107-5d46-9c5e-53f64ee2ec1d> ;
    dcat:keyword "election-results",
        "elections",
        "precinct",
        "primary-election",
        "results",
        "voting" ;
    dcat:landingPage <https://data.kingcounty.gov/resource/2ydw-3iau> .

<https://datasets.dataspace.fiwarebox.com/dataset/9e03df48-fffe-5881-be4b-d3f0de242435/resource/db3d2259-f107-5d46-9c5e-53f64ee2ec1d> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-08-19T18:13:49.747079"^^xsd:dateTime ;
    dct:modified "2026-08-19T18:46:55.027967"^^xsd:dateTime ;
    dct:title "August 2026 Primary Election - Final Precinct Results" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "ee2f708b1d38ea129b70de00b2d063ff"^^xsd:hexBinary ] ;
    dcat:accessURL <https://data.kingcounty.gov/api/views/2ydw-3iau/rows.csv> .

<https://datasets.dataspace.fiwarebox.com/organization/df11b7cc-a7b6-4d44-9531-64a2be7b0df7> a foaf:Agent ;
    foaf:name "King County" .

<https://data.kingcounty.gov/resource/2ydw-3iau> a foaf:Document .

