@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/0ec69880-095c-4166-92d8-ba96dbfaa5ed> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Shaw, Randy, 1956-. Reclaiming America" ;
    bflc:aap-normalized "shawrandy1956reclaimingamerica" ;
    bflc:governmentPubType <http://id.loc.gov/vocabulary/mgovtpubtype/s> ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-20T21:59:31.341991+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23976783> ;
            :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/> ] ;
    :classification [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "361.2" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "21" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "HN65" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/n95062697> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :geographicCoverage <http://id.loc.gov/vocabulary/geographicAreas/n-us> ;
    :hasInstance <https://dev.bcld.info/instances/a29de5b8-ca63-45fb-9ddf-cdbfd91be433> ;
    :illustrativeContent <http://id.loc.gov/vocabulary/millus/ill> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/3f1b5e85-c823-488c-9a30-2985917c575e> ;
            :relationship [ a :Relationship ;
                    rdfs:label "Print Version" ],
                <http://id.loc.gov/vocabulary/relationship/otherphysicalformat> ] ;
    :subject <http://id.loc.gov/authorities/subjects/sh2008100501>,
        <http://id.loc.gov/authorities/subjects/sh2008109399>,
        <http://id.loc.gov/authorities/subjects/sh2008111776> ;
    :supplementaryContent <http://id.loc.gov/vocabulary/msupplcont/bibliography>,
        <http://id.loc.gov/vocabulary/msupplcont/index> ;
    :title [ a :Title ;
            :mainTitle "Reclaiming America" ] .

