@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <https://schema.org/> .

<https://doi.org/10.6069/uwlswd.2e2b-y833> a <http://rdfs.org/ns/void#Dataset> ;
    dct:creator <http://viaf.org/viaf/139541794> ;
    dct:description "Instances of the class http://purl.org/dc/terms/ProvenanceStatement referenced in UW Libraries semantic web data."@en ;
    dct:format <http://www.w3.org/ns/formats/Turtle> ;
    dct:hasFormat <https://uwlib-cams.github.io/uwlswd_datasets/instances_of_the_provenancestatement_class.html>,
        <https://uwlib-cams.github.io/uwlswd_datasets/instances_of_the_provenancestatement_class.jsonld>,
        <https://uwlib-cams.github.io/uwlswd_datasets/instances_of_the_provenancestatement_class.nt>,
        <https://uwlib-cams.github.io/uwlswd_datasets/instances_of_the_provenancestatement_class.rdf> ;
    dct:issued "2023" ;
    dct:language "en" ;
    dct:license <http://creativecommons.org/publicdomain/zero/1.0> ;
    dct:publisher <http://viaf.org/viaf/139541794> ;
    dct:title "Instances of the ProvenanceStatement Class"@en ;
    schema:disambiguatingDescription "Linked Open Cultural Heritage Dataset"@en ;
    schema:version "1-1-0" .

<https://doi.org/10.6069/uwlswd.2e2b-y833#marc00Xvalues> a dct:ProvenanceStatement ;
    rdf:value """
            Original list of values appeared in the MARC 21 standard, section "00X - Control Fields-General Information" maintained by the Library of Congress Network Development and MARC Standards Office. The original lists were re-formatted in 2011 as RDF in the Open Metadata Registry by Metadata Management Associates (see http://marc21rdf.info/). The current concept scheme was published at the University of Washington Libraries Cataloging and Metadata Services in 2023 and originally derived from the OMR versions, with revisions to better agree with the MARC standard as it exists in 2023.
        """ .

