@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/4c8af9e7-30d1-4d85-b7bd-9a4f6ac0aa97> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Riordan, Matt. While the getting is good" ;
    bflc:aap-normalized "riordanmattwhilethegettingisgood" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:41.469728+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24024449> ;
            :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/> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/n2023061731> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://dev.bcld.info/instances/1605600a-297d-4389-9e23-4c7911bbddee> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :summary [ a :Summary ;
            rdfs:label "\"When a simple Lake Huron fisherman starts running whiskey for bootleggers, the Prohibition-era promise of easy money reveals its dark underbelly. As his wife and mistress together flee the violence he brought to their doorsteps, a found family is formed-and then splintered in brutal and unexpected ways\"-- Provided by publisher." ] ;
    :title [ a :Title ;
            :mainTitle "While the getting is good" ] .

