@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/d9d908db-db11-5bfe-9e3b-1f1a70645e11> a dcat:Dataset ;
    dct:description "Mid-election precinct level results for the August 4, 2026 Primary Election in King County, WA." ;
    dct:identifier "d9d908db-db11-5bfe-9e3b-1f1a70645e11" ;
    dct:issued "2026-08-13T16:54:47.849056"^^xsd:dateTime ;
    dct:modified "2026-08-13T17:14:46.901854"^^xsd:dateTime ;
    dct:publisher <https://datasets.dataspace.fiwarebox.com/organization/df11b7cc-a7b6-4d44-9531-64a2be7b0df7> ;
    dct:title "August 2026 Primary Election - Mid-Election Precinct Results" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Chelseyann" ] ;
    dcat:distribution <https://datasets.dataspace.fiwarebox.com/dataset/d9d908db-db11-5bfe-9e3b-1f1a70645e11/resource/e023a524-6502-52b4-8788-0fbc53ab82e9> ;
    dcat:keyword "election-results",
        "elections",
        "precinct",
        "primary-election",
        "results",
        "voting" ;
    dcat:landingPage <https://data.kingcounty.gov/resource/s5zp-jji3> .

<https://datasets.dataspace.fiwarebox.com/dataset/d9d908db-db11-5bfe-9e3b-1f1a70645e11/resource/e023a524-6502-52b4-8788-0fbc53ab82e9> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-08-13T16:54:47.856151"^^xsd:dateTime ;
    dct:modified "2026-08-13T17:14:46.918482"^^xsd:dateTime ;
    dct:title "August 2026 Primary Election - Mid-Election Precinct Results" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "7877d17482ea3e654d259d097df3d16a"^^xsd:hexBinary ] ;
    dcat:accessURL <https://data.kingcounty.gov/api/views/s5zp-jji3/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/s5zp-jji3> a foaf:Document .

