@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#> .

<https://dev.bcld.info/works/b3884efb-a08b-47f2-abb9-60cd3ca0fca9> a :Work ;
    bflc:aap "Akhmatova, Anna Andreevna, 1889-1966. Selections. 1989" ;
    bflc:aap-normalized "akhmatovaannaandreevna18891966selections1989" ;
    :contribution [ a :PrimaryContribution ;
            :agent [ a :Agent ;
                    rdfs:label "Akhmatova, Anna Andreevna, 1889-1966" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/3eb4d2c0-9eaa-469f-a9c9-17958ec5eb12> ;
    :title [ a :Title ;
            :mainTitle "Selections. 1989." ] .

