@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/99c4ece4-4c4e-43a7-bdb6-579ba4e93934> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(digital file from original, front)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-DIG-ppmsca-72434" ] ],
        [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(digital file from original, back)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-DIG-ppmsca-72435" ] ] ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:14.472574+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/22064668> ;
            :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/nb> ;
    :custodialHistory "Purchased from: Excelsior Brigade, Inc., Alexandria, Virginia, December 2020." ;
    :dimensions "mount 101 x 62 mm (carte de visite format)" ;
    :extent [ a :Extent ;
            rdfs:label "1 photograph" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "albumen print on card mount" ] ] ;
    :genreForm <http://id.loc.gov/vocabulary/graphicMaterials/tgm007718> ;
    :hasItem <http://id.loc.gov/resources/items/22064668> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2021630217" ] ;
    :instanceOf <https://dev.bcld.info/works/8d6c61c8-d1d1-442b-a247-d9fe53caf4d0> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Title devised by Library staff." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "[Judkins, No. 10 Main Street]" ;
            bflc:simpleDate "[between 1862 and 1865]" ;
            bflc:simplePlace "[Haverhill, Mass.]" ;
            :date "1862~/1865~"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xxu> ] ;
    :publicationStatement "[Haverhill, Mass.]: [Judkins, No. 10 Main Street], [between 1862 and 1865]" ;
    :responsibilityStatement "photographed by Judkins, No. 10 Main Street, Haverhill, Mass." ;
    :title [ a :Title ;
            :mainTitle "[Captain Edward Harvey Morrill of Co. G, 35th Massachusetts Infantry Regiment and Co. B, 61st Massachusetts Infantry Regiment in uniform]" ],
        [ a :Title ;
            :mainTitle "[Captain Edward Harvey Morrill of Co. G, 35th Massachusetts Infantry Regiment and Co. B, 61st Massachusetts Infantry Regiment in uniform]" ] ;
    :usageAndAccessPolicy [ a :UsePolicy ;
            rdfs:label "No known restrictions on publication." ],
        [ a :AccessPolicy ;
            rdfs:label "Use digital images. Original served only by appointment because material requires special handling. For more information see: (http://www.loc.gov/rr/print/info/617_apptonly.html)" ] .

