@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/instances/f363a83b-ca06-404d-8ac7-8778e856cf84> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-08T06:00:03.350638+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/11369424> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-08" ;
            :descriptionAuthentication <http://id.loc.gov/vocabulary/marcauthen/pcc> ;
            :descriptionLanguage <http://id.loc.gov/vocabulary/languages/eng> ;
            :descriptionLevel <http://id.loc.gov/ontologies/bibframe-2-6-0/> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "24 cm" ;
    :extent [ a :Extent ;
            rdfs:label "18 v." ] ;
    :firstIssue "1st (Nov. 30, 1890)" ;
    :frequency [ a :Frequency ;
            rdfs:label "Biennial" ;
            :date "1906-1910" ;
            :status <http://id.loc.gov/vocabulary/mstatus/current> ],
        [ a :Frequency ;
            rdfs:label "Annual" ;
            :date "1890-1906" ;
            :status <http://id.loc.gov/vocabulary/mstatus/former> ],
        <http://id.loc.gov/vocabulary/frequencies/bin> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "   90640435 " ],
        [ a :OclcNumber ;
            rdf:value "ocm22537708" ] ;
    :instanceOf <https://dev.bcld.info/works/1a5d4019-52d8-491f-86e9-675c04a5545a> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/serl> ;
    :lastIssue "19 and 20th (Nov. 30, 1909 and Nov. 30, 1910)." ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Some years include reports of the railway companies." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Tribune, State Printers and Binders" ;
            bflc:simpleDate "1890-1910" ;
            bflc:simplePlace "Bismarck, N.D." ;
            :date "1890/1910"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/ndu> ;
            :status <http://id.loc.gov/vocabulary/mstatus/ceased> ] ;
    :publicationStatement "Bismarck, N.D.: Tribune, State Printers and Binders, 1890-1910" ;
    :title [ a :Title ;
            :mainTitle "Annual report of the Commissoiners [i.e. Commissioners] of Railroads to the Governor of North Dakota for the year ending ..." ] .

