@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/010c4c13-7db7-4988-ad77-0312d981069b> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(digital file from original, front)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-DIG-ppmsca-71024" ] ] ;
    :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:44:30.695934+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/21834719> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nb> ;
    :custodialHistory "Purchased from: The Horse Soldier, Gettysburg, Pennsylvania, February 2020." ;
    :dimensions "mount 103 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/21834719> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2020639327" ] ;
    :instanceOf <https://dev.bcld.info/works/a5baea4b-ea2a-4015-8619-e3bf3244a2b1> ;
    :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:simpleDate "[between 1861 and 1864]" ;
            :date "1861~/1864~"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xxu> ] ;
    :publicationStatement "[between 1861 and 1864]" ;
    :title [ a :Title ;
            :mainTitle "[Corporal James Abbott of Co. C, 81st Ohio Infantry Regiment in uniform]" ],
        [ a :Title ;
            :mainTitle "[Corporal James Abbott of Co. C, 81st Ohio Infantry Regiment in uniform]" ] ;
    :usageAndAccessPolicy [ 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)" ],
        [ a :UsePolicy ;
            rdfs:label "No known restrictions on publication." ] .

