@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/da6552d0-b1af-50e2-8f81-942d1a05f01e> a dcat:Dataset ;
    dct:description "Directions to people who want to publish on data.wa.gov get started." ;
    dct:identifier "da6552d0-b1af-50e2-8f81-942d1a05f01e" ;
    dct:issued "2026-08-19T17:43:56.012386"^^xsd:dateTime ;
    dct:modified "2026-08-19T17:43:56.012397"^^xsd:dateTime ;
    dct:publisher <https://datasets.dataspace.fiwarebox.com/organization/f2205b7f-edb8-46c5-8aba-a57b6ce5aa1d> ;
    dct:title "Getting Started with Data.wa as an open data publisher" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Open Data Program" ] ;
    dcat:keyword "publishing-guidance" ;
    dcat:landingPage <https://data.wa.gov/resource/usje-6wbk> .

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

<https://data.wa.gov/resource/usje-6wbk> a foaf:Document .

