@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/e49c8cf0-21a0-4d91-b4f6-592258adf5ac> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Howell, Hamilton Grady, 1947-. \"conquered provinces\"" ;
    bflc:aap-normalized "howellhamiltongrady1947\"conqueredprovinces\"" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:24.705416+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23714056> ;
            :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 [ a :Agent,
                        :Person ;
                    rdfs:label "Howell, Hamilton Grady, 1947-" ;
                    bflc:marcKey "1001 $aHowell, Hamilton Grady,$d1947-$eauthor." ] ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://dev.bcld.info/instances/80294e55-7bc3-4eb4-aacd-93ffc2c3fcac> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :summary [ a :Summary ;
            rdfs:label "\"This book is a nonfiction history of Mississippi during and after the Civil War. It also contains a calendar of events during the war and a complete listing of all-known Mississippi Confederate military units that served during it\"-- Provided by publisher." ] ;
    :title [ a :Title ;
            :mainTitle "\"conquered provinces\"" ] .

