@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/works/a606c707-9de9-498a-af1b-3080c4cc26e4> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Harrison, Nick. KJV devotional from the Psalms" ;
    bflc:aap-normalized "harrisonnickkjvdevotionalfromthepsalms" ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-20T22:02:45.858181+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23414011> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "BS1430.54" ;
            :itemPortion ".H374 2024" ;
            :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/n96031164> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://dev.bcld.info/instances/1f81f066-96cc-4771-9c91-894f906f8556> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource [ a bflc:Uncontrolled,
                        :Series ;
                    :status <http://id.loc.gov/vocabulary/mstatus/t> ;
                    :title [ a :Title ;
                            :mainTitle "Kjv devotional" ] ] ;
            :relationship <http://id.loc.gov/vocabulary/relationship/series> ] ;
    :subject [ a :Topic,
                mads:ComplexSubject ;
            bflc:aap-normalized "biblepsalmsdevotionalliterature" ;
            :source <http://id.loc.gov/authorities/subjects> ;
            mads:authoritativeLabel "Bible. Psalms--Devotional literature." ;
            mads:componentList ( <https://dev.bcld.info/hubs/ba081054-1ab0-4dad-bbd0-b941f7bfe2f0> [ a mads:GenreForm ;
                        mads:authoritativeLabel "Devotional literature" ] ) ;
            mads:isMemberOfMADSScheme <http://id.loc.gov/authorities/subjects> ],
        <http://id.loc.gov/authorities/subjects/sh85037395> ;
    :summary [ a :Summary ;
            rdfs:label "\"Readers will welcome the beloved language and familiarity of the King James Version in its translation of the Psalms. Each devotion includes Scripture, a thought, a prayer, and a key takeaway\"-- Provided by publisher." ] ;
    :title [ a :Title ;
            :mainTitle "KJV devotional from the Psalms" ] .

