@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/fbea616d-efee-4552-88e6-39be1861ded5> a :Work ;
    rdfs:label "Talamon, Bruce. [Jesse Jackson's 1984 presidential campaign]" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-31T22:09:00.164752+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/17893440> ;
            :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/> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "Guide Record" ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "LOT 15618" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Talamon, Bruce" ;
                    bflc:marcKey "1001 $aTalamon, Bruce,$ephotographer." ] ;
            :role [ a :Role ;
                    rdfs:label "photographer" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/822a8876-88f3-4603-8e9e-eb699a7594bb> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :VariantTitle ;
            :mainTitle "Guide record for Bruce Talamon's photographs of Jesse Jackson's 1984 presidential campaign" ],
        [ a :Title ;
            :mainTitle "[Jesse Jackson's 1984 presidential campaign]" ] .

