@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@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/works/bb1de1a7-8db1-4d74-aa2f-53a5bec5a509> a :Monograph,
        :StillImage,
        :Work ;
    bflc:aap "Husner, Paul, -1942. [Untitled with figure]" ;
    bflc:aap-normalized "husnerpaul1942[untitledwithfigure]" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:36.054376+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23894929> ;
            :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/> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "FP 3 - RBPW," ;
            :itemPortion "no. 1534" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/sti> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Husner, Paul, -1942" ;
                    bflc:marcKey "1001 $aHusner, Paul,$d-1942,$eartist." ] ;
            :role <http://id.loc.gov/vocabulary/relators/art> ] ;
    :genreForm <http://id.loc.gov/vocabulary/marcgt/gra> ;
    :hasInstance <https://dev.bcld.info/instances/c9630cc5-d13a-4842-9344-4de9df33aac4> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/189a6634-d77c-405f-a6f4-dbcc45f70069> ;
            :relationship <http://id.loc.gov/vocabulary/relationship/partof> ] ;
    :subject [ a :Topic,
                mads:ComplexSubject ;
            rdfs:label "Lithographs--1940-2000" ;
            bflc:aap-normalized "lithographs19402000" ;
            :source <http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc> ;
            mads:authoritativeLabel "Lithographs--1940-2000" ;
            mads:componentList ( [ a mads:GenreForm ;
                        mads:authoritativeLabel "Lithographs" ] [ a mads:Temporal ;
                        mads:authoritativeLabel "1940-2000" ] ) ;
            mads:isMemberOfMADSScheme <http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc> ] ;
    :title [ a :Title ;
            :mainTitle "[Untitled with figure]" ] .

