@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/dd2f8615-bcf6-42b7-ac21-c20477d59e25> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(b&w film copy neg.)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-B8184-10069" ] ] ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:45.184476+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/13851466> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nb>,
        <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "sheet 41 x 50 cm, image x 32.7 x 40.2 cm." ;
    :extent [ a :Extent ;
            rdfs:label "1 photographic print" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "albumen" ] ] ;
    :genreForm <http://id.loc.gov/vocabulary/graphicMaterials/tgm007718> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2005677501" ] ;
    :instanceOf <https://dev.bcld.info/works/fa2969e6-c7e2-43a5-9237-997863ee42a5> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "This record contains unverified data from shelflist." ],
        [ a :Note ;
            rdfs:label "Title transcribed from item." ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/related> ;
            rdfs:label "Published in: Photographic views of Sherman's campaign. New York : Dover, 1977, plate 1." ],
        [ a :Note ;
            rdfs:label "Plate from: Photographic views of Sherman's campaign / from negatives taken in the field by Geo. N. Barnard. New York : 1866." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleDate "[1863 or 1864, published 1866]" ;
            :date "1863~/1864~"^^<http://id.loc.gov/datatypes/edtf> ] ;
    :publicationStatement "[1863 or 1864, published 1866]" ;
    :title [ a :Title ;
            :mainTitle "Sherman and his generals" ] ;
    :usageAndAccessPolicy [ a :UsePolicy ;
            rdfs:label "No known restrictions on publication." ] .

