@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#> .

<https://dev.bcld.info/works/3c313074-10a7-4abc-973a-42a9a516841a> a :Work ;
    bflc:aap "North Dakota. Board of Railroad Commissioners. Annual reports of the Board of Railroad Commissioners of North Dakota to the Governor for the biennial period ending .." ;
    bflc:aap-normalized "northdakotaboardofrailroadcommissionersannualreportsoftheboardofrailroadcommissionersofnorthdakotatothegovernorforthebiennialperiodending" ;
    :contribution [ a :PrimaryContribution ;
            :agent [ a :Agent ;
                    rdfs:label "North Dakota. Board of Railroad Commissioners." ] ] ;
    :hasInstance <https://dev.bcld.info/instances/8ed7bc3e-1747-49da-a53f-411fa16bba5e> ;
    :title [ a :Title ;
            :mainTitle "Annual reports of the Board of Railroad Commissioners of North Dakota to the Governor for the biennial period ending ..." ] .

