@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/98664625-372a-4dc9-a340-eba70cc6d554> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(digital file from original, front)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-DIG-ppmsca-69294" ] ],
        [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(digital file from original, back)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-DIG-ppmsca-69295" ] ] ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:56.844534+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/21711556> ;
            :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: Chris Foard, The Foard Collection of Civil War Nursing, October 2019." ;
    :dimensions "mount 10 x 6 cm (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/21711556> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2020630945" ] ;
    :instanceOf <https://dev.bcld.info/works/c333ddcd-5d57-4dc1-b01f-82eba935965e> ;
    :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 "[A. Jewett, Jr., photographer, 540 Pennsylvania Avenue]" ;
            bflc:simpleDate "[between 1862 and 1865]" ;
            bflc:simplePlace "[Washington, D.C.]" ;
            :date "1862~/1865~"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xxu> ] ;
    :publicationStatement "[Washington, D.C.]: [A. Jewett, Jr., photographer, 540 Pennsylvania Avenue], [between 1862 and 1865]" ;
    :responsibilityStatement "A. Jewett, Jr., photographer, 540 Pennsylvania Avenue, between 1st & 2d Sts., (West), Washington, D.C." ;
    :title [ a :Title ;
            :mainTitle "[Unidentified Civil War male nurse at Mt. Pleasant Hospital, Washington, D.C., in uniform]" ],
        [ a :Title ;
            :mainTitle "[Unidentified Civil War male nurse at Mt. Pleasant Hospital, Washington, D.C., 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." ] .

