@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/73cbb14d-6b48-5c92-bec0-a0353040133b> a dcat:Dataset ;
    dct:description "Election night precinct level results for the February 10 2026 Special Election." ;
    dct:identifier "73cbb14d-6b48-5c92-bec0-a0353040133b" ;
    dct:issued "2026-02-12T00:07:35.918583"^^xsd:dateTime ;
    dct:modified "2026-02-12T01:30:55.650682"^^xsd:dateTime ;
    dct:publisher <https://datasets.dataspace.fiwarebox.com/organization/df11b7cc-a7b6-4d44-9531-64a2be7b0df7> ;
    dct:title "February 2026 Special Election Night Results" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Irene" ] ;
    dcat:distribution <https://datasets.dataspace.fiwarebox.com/dataset/73cbb14d-6b48-5c92-bec0-a0353040133b/resource/4adbd218-772a-5665-b808-e3cdb86a8a19> ;
    dcat:keyword "election-results",
        "elections",
        "precinct",
        "results",
        "special-election",
        "voting" ;
    dcat:landingPage <https://data.kingcounty.gov/resource/3ppf-k6b5> .

<https://datasets.dataspace.fiwarebox.com/dataset/73cbb14d-6b48-5c92-bec0-a0353040133b/resource/4adbd218-772a-5665-b808-e3cdb86a8a19> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-02-12T00:07:35.922479"^^xsd:dateTime ;
    dct:modified "2026-02-12T01:30:55.662734"^^xsd:dateTime ;
    dct:title "February 2026 Special Election Night Results" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "fc9e292c80a43b1ce9d1142db7a2a021"^^xsd:hexBinary ] ;
    dcat:accessURL <https://data.kingcounty.gov/api/views/3ppf-k6b5/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/3ppf-k6b5> a foaf:Document .

