@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/8d02dd37-8f97-4f57-a13e-7f4407993cb5> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Walthausen, Abby. A swale a sort of swaddle" ;
    bflc:aap-normalized "walthausenabbyaswaleasortofswaddle" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-20T22:01:56.994874+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24015411> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-20" ;
            :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/> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Walthausen, Abby" ;
                    bflc:marcKey "1001 $aWalthausen, Abby,$eauthor." ] ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://dev.bcld.info/instances/53b167d0-ed50-4150-8c6e-4ff81ad792d4> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :summary [ a :Summary ;
            rdfs:label "\"The speakers of Abby Walthausen's A Swale a Sort of Swaddle contemplate motherhood, religion, domesticity, displacement, and the natural world with dark humor and sonic virtuosity. These poems expose the \"gruesome\" \"touch tank\" world as at once holy and absurd. It's a borderland place of wonder and doom where Walthausen's linguistic brilliance becomes a new form of cherishing\"-- Provided by publisher." ] ;
    :title [ a :Title ;
            bflc:nonSortNum "2" ;
            :mainTitle "A swale a sort of swaddle" ] .

