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

<https://dev.bcld.info/works/30481e02-c58e-4df0-9b8d-d3c891dd927c> a :Work ;
    rdfs:label "North Dakota. Board of Railroad Commissioners. Annual report of the North Dakota Board of Railroad Commissioners to the Governor" ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-20" ;
            :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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-20T23:15:43.460950+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/11499495> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "HD2767.N9" ;
            :itemPortion "A3" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :classificationPortion "380.9784" ;
            :edition "full" ;
            :itemPortion "N8685" ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Jurisdiction ;
                    rdfs:label "North Dakota. Board of Railroad Commissioners." ;
                    bflc:marcKey "1101 $aNorth Dakota.$bBoard of Railroad Commissioners." ] ;
            :role <http://id.loc.gov/vocabulary/relators/ctb> ] ;
    :hasInstance <https://dev.bcld.info/instances/990a8389-4b79-4ad4-a3a0-7d63ba985f1e> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Annual report of the North Dakota Board of Railroad Commissioners to the Governor" ] .

