@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/6855fe91-28a8-51a8-845d-5b2851419986> a dcat:Dataset ;
    dct:description "Directions for official publishers on data.wa.gov, about how to get started and prepare data and metadata for publication." ;
    dct:identifier "6855fe91-28a8-51a8-845d-5b2851419986" ;
    dct:issued "2026-08-25T18:52:19.419036"^^xsd:dateTime ;
    dct:modified "2026-08-25T18:52:19.419046"^^xsd:dateTime ;
    dct:publisher <https://datasets.dataspace.fiwarebox.com/organization/f2205b7f-edb8-46c5-8aba-a57b6ce5aa1d> ;
    dct:title "Getting Started on Data.wa.gov 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 .

