@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/works/697dbd96-8cdf-4f9e-b084-b44fd96cb1ef> a :Work ;
    rdfs:label "Vergara, Camilo J. Vergara Photograph Collection" ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-31T22:08:14.517285+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/18307931> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "Guide Record" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Vergara, Camilo J." ;
                    bflc:marcKey "1001 $aVergara, Camilo J.,$ephotographer." ] ;
            :role [ a :Role ;
                    rdfs:label "photographer" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/bd26c47a-73cb-4f83-8cb3-1fe974f8b736> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :VariantTitle ;
            :mainTitle "Camilo J. Vergara photograph collection" ],
        [ a :Title ;
            :mainTitle "Vergara Photograph Collection" ] .

