@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/17be895d-6569-4e83-ba5e-379255f2d126> a :Monograph,
        :StillImage,
        :Work ;
    bflc:aap "Bodwell, Bill. Mystic meeting of the chiefs" ;
    bflc:aap-normalized "bodwellbillmysticmeetingofthechiefs" ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:23.220784+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23895101> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "FP 3 - RBPW," ;
            :itemPortion "no. 1028" ;
            :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 "Bodwell, Bill" ;
                    bflc:marcKey "1001 $aBodwell, Bill,$eartist." ] ;
            :role <http://id.loc.gov/vocabulary/relators/art> ] ;
    :genreForm <http://id.loc.gov/vocabulary/marcgt/gra> ;
    :hasInstance <https://dev.bcld.info/instances/99dcd86c-250c-428e-a1e2-a11eb50c7f81> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/2f5a6bce-4fc6-4f9f-97b2-958d70a5f5aa> ;
            :relationship <http://id.loc.gov/vocabulary/relationship/partof> ] ;
    :subject [ a :Topic,
                mads:ComplexSubject ;
            rdfs:label "Intaglio prints--1970-1980" ;
            bflc:aap-normalized "intaglioprints19701980" ;
            :source <http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc> ;
            mads:authoritativeLabel "Intaglio prints--1970-1980" ;
            mads:componentList ( [ a mads:GenreForm ;
                        mads:authoritativeLabel "Intaglio prints" ] [ a mads:Temporal ;
                        mads:authoritativeLabel "1970-1980" ] ) ;
            mads:isMemberOfMADSScheme <http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc> ] ;
    :title [ a :Title ;
            :mainTitle "Mystic meeting of the chiefs" ] .

