@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/4160c19c-bff0-5712-8a0a-7b3744103352> a dcat:Dataset ;
    dct:description "Learn how the open data programs works to make data.wa.gov accessible by all." ;
    dct:identifier "4160c19c-bff0-5712-8a0a-7b3744103352" ;
    dct:issued "2026-04-24T22:59:56.253584"^^xsd:dateTime ;
    dct:modified "2026-04-24T22:59:56.253594"^^xsd:dateTime ;
    dct:publisher <https://datasets.dataspace.fiwarebox.com/organization/f2205b7f-edb8-46c5-8aba-a57b6ce5aa1d> ;
    dct:title "Accessibility on data.wa.gov" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Open Data Program" ] ;
    dcat:keyword "accessibility",
        "open-data" ;
    dcat:landingPage <https://data.wa.gov/resource/74gc-aacr> .

<https://datasets.dataspace.fiwarebox.com/organization/f2205b7f-edb8-46c5-8aba-a57b6ce5aa1d> a foaf:Agent ;
    foaf:name "Washington State" .

<https://data.wa.gov/resource/74gc-aacr> a foaf:Document .

