@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/655a6306-2a94-496a-b277-4981e138d91a> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(digital file from original)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-DIG-ppmsca-89387" ] ] ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:20.754860+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23867179> ;
            :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/> ] ;
    :baseMaterial <http://id.loc.gov/vocabulary/mmaterial/pla> ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nb> ;
    :colorContent <http://id.loc.gov/vocabulary/mcolor/blw> ;
    :dimensions "film width 35mm (roll format)" ;
    :extent [ a :Extent ;
            rdfs:label "1 photograph" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "safety negative" ] ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2019026026> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2024639998" ] ;
    :instanceOf <https://dev.bcld.info/works/e1486991-75b0-4fad-9779-12486b7b50de> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Related log book caption from USN&WR COLL - Job no. 17240: \"POST OFFICE STORY 04/07/1967 WKL.\"" ],
        [ a :Note ;
            rdfs:label "Title devised by Library staff." ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/addphys> ;
            rdfs:label "Contact sheet available for reference purposes: USN&WR COLL - Job no. 17240, 16A." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleDate "04/07/1967 [7 April 1967]" ;
            :date "1967"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xxu> ] ;
    :publicationStatement "04/07/1967 [7 April 1967]" ;
    :responsibilityStatement "WKL" ;
    :title [ a :Title ;
            :mainTitle "[US Postal Service employees, including African Americans, sorting mail at a post office]" ] ;
    :usageAndAccessPolicy [ a :UsePolicy ;
            rdfs:label "No known restrictions on publication. For information see \"U.S. News & World Report Magazine Collection,\"" ;
            :electronicLocator <https://hdl.loc.gov/loc.pnp/res.078.usnw> ] .

