@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/ce4cae38-4f4a-4970-9eba-bfab7ced02cd> a :Monograph,
        :StillImage,
        :Work ;
    bflc:aap "Genassini. [Untitled with abstract design]" ;
    bflc:aap-normalized "genassini[untitledwithabstractdesign]" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:00.903787+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23902252> ;
            :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. 1645" ;
            :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 "Genassini" ;
                    bflc:marcKey "1001 $aGenassini,$eartist." ] ;
            :role <http://id.loc.gov/vocabulary/relators/art> ] ;
    :genreForm <http://id.loc.gov/vocabulary/marcgt/gra> ;
    :hasInstance <https://dev.bcld.info/instances/8b390775-74bd-4c3c-a941-0ad3e0f73853> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/ceaebef2-2832-4cb3-bfc0-209cc1b2d7b6> ;
            :relationship <http://id.loc.gov/vocabulary/relationship/partof> ] ;
    :subject [ a :Topic,
                mads:ComplexSubject ;
            rdfs:label "Intaglio prints--1980-1990" ;
            bflc:aap-normalized "intaglioprints19801990" ;
            :source <http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc> ;
            mads:authoritativeLabel "Intaglio prints--1980-1990" ;
            mads:componentList ( [ a mads:GenreForm ;
                        mads:authoritativeLabel "Intaglio prints" ] [ a mads:Temporal ;
                        mads:authoritativeLabel "1980-1990" ] ) ;
            mads:isMemberOfMADSScheme <http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc> ] ;
    :title [ a :Title ;
            :mainTitle "[Untitled with abstract design]" ] .

