@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/990a8389-4b79-4ad4-a3a0-7d63ba985f1e> a :Instance ;
    :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.533550+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/11499495> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :extent [ a :Extent ;
            rdfs:label "29 volumes" ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "   98646459 " ] ;
    :instanceOf <https://dev.bcld.info/works/30481e02-c58e-4df0-9b8d-d3c891dd927c> ;
    :publicationStatement "[Place of publication not identified]: [publisher not identified], 1914-1940" ;
    :title [ a :Title ;
            :mainTitle "Annual report of the North Dakota Board of Railroad Commissioners to the Governor" ] .

