@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/00fdcd49-80d0-54b9-86d2-a28ce4dcad55> a dcat:Dataset ;
    dct:description "Election Night precinct level results for the August 4, 2026 Primary Election in King County, WA." ;
    dct:identifier "00fdcd49-80d0-54b9-86d2-a28ce4dcad55" ;
    dct:issued "2026-08-08T15:54:25.329403"^^xsd:dateTime ;
    dct:modified "2026-08-08T16:14:09.662599"^^xsd:dateTime ;
    dct:publisher <https://datasets.dataspace.fiwarebox.com/organization/df11b7cc-a7b6-4d44-9531-64a2be7b0df7> ;
    dct:title "August 2026 Primary Election - Election Night Precinct Results" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Chelseyann" ] ;
    dcat:distribution <https://datasets.dataspace.fiwarebox.com/dataset/00fdcd49-80d0-54b9-86d2-a28ce4dcad55/resource/51f8773e-b686-54dd-8f69-329f27d16012> ;
    dcat:keyword "election-results",
        "elections",
        "precinct",
        "primary-election",
        "results",
        "voting" ;
    dcat:landingPage <https://data.kingcounty.gov/resource/d7t6-pdbp> .

<https://datasets.dataspace.fiwarebox.com/dataset/00fdcd49-80d0-54b9-86d2-a28ce4dcad55/resource/51f8773e-b686-54dd-8f69-329f27d16012> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-08-08T15:54:25.335370"^^xsd:dateTime ;
    dct:modified "2026-08-08T16:14:09.680395"^^xsd:dateTime ;
    dct:title "August 2026 Primary Election - Election Night Precinct Results" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "7f7edb3c6b5fef68700c0fb4aa54ac9f"^^xsd:hexBinary ] ;
    dcat:accessURL <https://data.kingcounty.gov/api/views/d7t6-pdbp/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/d7t6-pdbp> a foaf:Document .

