@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/9b2423f3-b666-4e4a-b5dd-99b3b58b70ce> a :Work ;
    rdfs:label "U.S. News & World Report magazine photograph collection (Library of Congress)" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-31T22:08:27.731155+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/11607434> ;
            :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 (Filing series: USN&WR)" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution ;
            :agent [ a :Agent,
                        :Organization ;
                    rdfs:label "U.S. News & World Report (Firm)" ;
                    bflc:marcKey "7102 $aU.S. News & World Report (Firm)" ] ;
            :role <http://id.loc.gov/vocabulary/relators/ctb> ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Leffler, Warren K." ;
                    bflc:marcKey "7001 $aLeffler, Warren K.,$ephotographer." ] ;
            :role [ a :Role ;
                    rdfs:label "photographer" ] ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Trikosko, Marion S." ;
                    bflc:marcKey "7001 $aTrikosko, Marion S.,$ephotographer." ] ;
            :role [ a :Role ;
                    rdfs:label "photographer" ] ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "O'Halloran, Thomas J." ;
                    bflc:marcKey "7001 $aO'Halloran, Thomas J.,$ephotographer." ] ;
            :role [ a :Role ;
                    rdfs:label "photographer" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/cbd49283-b9d7-465e-ac45-c0bf0de0fe24> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :VariantTitle ;
            :mainTitle "USN&WR magazine photograph collection (Library of Congress)" ],
        [ a :VariantTitle ;
            :mainTitle "USN&WR collection (Library of Congress)" ],
        [ a :Title ;
            :mainTitle "U.S. News & World Report magazine photograph collection (Library of Congress)" ] .

