@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/ae9725ab-105e-439e-a794-592b4bcf246e> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-31T22:08:55.009607+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/22425626> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-31" ;
            :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/> ] ;
    :extent [ a :Extent ;
            rdfs:label "546 photographs" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "digital." ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2022630504" ] ;
    :instanceOf <https://dev.bcld.info/works/d1ab242a-139b-42ad-8845-ec402a3d16d2> ;
    :publicationStatement "[2020-2022]" ;
    :title [ a :Title ;
            :mainTitle "[Covid-19: American Experiences]" ] .

