@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/844e8bfb-2d24-42b7-85c5-e7f1efab6869> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(digital file from original)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-DIG-ppmsca-96043" ] ] ;
    :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:17.860298+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23824783> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :baseMaterial <http://id.loc.gov/vocabulary/mmaterial/saf> ;
    :carrier <http://id.loc.gov/vocabulary/carriers/gs>,
        <http://id.loc.gov/vocabulary/carriers/nb> ;
    :colorContent <http://id.loc.gov/vocabulary/mcolor/mul> ;
    :dimensions "film width 35mm (slide format)" ;
    :extent [ a :Extent ;
            rdfs:label "1 photograph" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "color transparency" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2024630720" ] ;
    :instanceOf <https://dev.bcld.info/works/253ae34c-dc84-44f7-b3e9-0d729f0b6277> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Title and date based on information on corresponding photographer processing envelope: T47351." ],
        [ a :Note ;
            rdfs:label "Notation on slide mount: \"T47351 T1 9.\"" ],
        [ a :Note ;
            rdfs:label "Title devised by Library staff." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleDate "[March 1984]" ;
            :date "1984"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xxu> ] ;
    :publicationStatement "[March 1984]" ;
    :soundContent <http://id.loc.gov/vocabulary/msoundcontent/silent> ;
    :title [ a :Title ;
            :mainTitle "[Jesse Jackson and others holding candles and kneeling in a church, Chicago]" ] ;
    :usageAndAccessPolicy [ a :AccessPolicy ;
            rdfs:label "Use digital image. Original served only by appointment because material requires special handling. For more information, see:" ;
            :electronicLocator <https://hdl.loc.gov/loc.pnp/pp.info.apptonly> ],
        [ a :UsePolicy ;
            rdfs:label "Publication may be restricted. For information see \"Bruce Talamon,\"" ;
            :electronicLocator <https://hdl.loc.gov/loc.pnp/res.809.tala> ] .

