@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/b9ad5900-4639-559d-9fd5-067c19e024d3> a dcat:Dataset ;
    dct:description "King County Metro Access Weekday Service Areas for the September service change." ;
    dct:identifier "b9ad5900-4639-559d-9fd5-067c19e024d3" ;
    dct:issued "2026-08-28T20:07:23.502012"^^xsd:dateTime ;
    dct:modified "2026-08-28T20:07:23.502024"^^xsd:dateTime ;
    dct:publisher <https://datasets.dataspace.fiwarebox.com/organization/df11b7cc-a7b6-4d44-9531-64a2be7b0df7> ;
    dct:title "King County Metro Access - September 2026 Weekday Service Areas" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Montgomery, Katia" ] ;
    dcat:distribution <https://datasets.dataspace.fiwarebox.com/dataset/b9ad5900-4639-559d-9fd5-067c19e024d3/resource/26605bd2-c9f3-55ae-8d72-1db12062a52f> ;
    dcat:landingPage <https://data.kingcounty.gov/resource/iedn-h6ic> .

<https://datasets.dataspace.fiwarebox.com/dataset/b9ad5900-4639-559d-9fd5-067c19e024d3/resource/26605bd2-c9f3-55ae-8d72-1db12062a52f> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-08-28T20:07:23.503613"^^xsd:dateTime ;
    dct:modified "2026-08-28T20:07:23.499503"^^xsd:dateTime ;
    dct:title "King County Metro Access - September 2026 Weekday Service Areas" ;
    dcat:accessURL <https://data.kingcounty.gov/api/views/iedn-h6ic/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/iedn-h6ic> a foaf:Document .

