@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/37e9c562-b34c-4dd9-967b-e9130c36a2c6> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(digital file from original)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-DIG-ppmsca-85432" ] ] ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:42:51.256520+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23018730> ;
            :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> ;
    :dimensions "sheet 33 x 48 cm" ;
    :extent [ a :Extent ;
            rdfs:label "1 photograph" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "inkjet print and letterpress" ] ] ;
    :genreForm <http://id.loc.gov/vocabulary/graphicMaterials/tgm007718> ;
    :hasItem <http://id.loc.gov/resources/items/23018730> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2023633878" ] ;
    :instanceOf <https://dev.bcld.info/works/6a3a4afa-8ee4-47b2-8a52-51f1720ee025> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "In portfolio: War memoranda : Photography, Walt Whitman and memorials / Binh Danh & Robert Schultz, 2019, [pages 1 and 2]." ],
        [ a :Note ;
            rdfs:label "Title devised by Library staff." ],
        [ a :Note ;
            rdfs:label "Ambrotype depicted processed as AMB/TIN no. 2678." ],
        [ a :Note ;
            rdfs:label "More information about this collection is available at" ;
            :electronicLocator <http://hdl.loc.gov/loc.pnp/pp.lilj> ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "The Taubman Museum of Art" ;
            bflc:simpleDate "2019" ;
            bflc:simplePlace "[Roanoke, Virginia]" ;
            :date "2019"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xxu> ] ;
    :publicationStatement "[Roanoke, Virginia]: The Taubman Museum of Art, 2019" ;
    :title [ a :Title ;
            :mainTitle "[Ambrotype of unidentified soldier in 5th New Hampshire Infantry uniform and description of Liljenquist Family Collection]" ],
        [ a :Title ;
            :mainTitle "[Ambrotype of unidentified soldier in 5th New Hampshire Infantry uniform and description of Liljenquist Family Collection]" ] ;
    :usageAndAccessPolicy [ a :UsePolicy ;
            rdfs:label "Rights status not evaluated. For general information see \"Copyright and Other Restrictions...,\"" ;
            :electronicLocator <https://www.loc.gov/rr/print/195_copr.html> ],
        [ 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)" ] .

