@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/ea251fed-67ad-43df-889f-b5510a8e596c> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:25.852012+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/8697351> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-07" ;
            :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 "26 cm" ;
    :extent [ a :Extent ;
            rdfs:label "49 p." ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "fold. maps, fold. diagrs." ] ] ;
    :identifiedBy [ a :OclcNumber ;
            rdf:value "5213238" ],
        [ a :Lccn ;
            rdf:value "gs 12000206 " ] ;
    :instanceOf <https://dev.bcld.info/works/05941648-bfda-4939-b6ba-3ee7fceb8408> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Cover-title." ],
        [ a :Note ;
            rdfs:label "Issued as an educational document, October, 1911." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "The Lakes-to-the-Gulf deep waterway association" ;
            bflc:simpleDate "1911" ;
            bflc:simplePlace "[Saint Louis, Mo.]" ;
            :date "1911"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/mou> ] ;
    :publicationStatement "[Saint Louis, Mo.]: The Lakes-to-the-Gulf deep waterway association, 1911" ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The deep waterway between the Great Lakes and the Gulf of Mexico" ;
            :subtitle "Development of the deep waterway in relation to conservation" ] .

