@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/works/8c7b0b60-44b0-4a01-a8f7-512fbec80ebd> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Turner, John Evan. The revelation of Deity" ;
    bflc:aap-normalized "turnerjohnevantherevelationofdeity" ;
    :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-20T21:57:49.226220+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/7346986> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "231.74" ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "BT127" ;
            :itemPortion ".T8" ;
            :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/no2007036946> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://dev.bcld.info/instances/0c4ca7fb-19c7-454b-86ed-322af51b251d> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/3c1e4f98-b10b-456b-85a2-15e64123b80d> ;
            :relationship <http://id.loc.gov/vocabulary/relationship/relatedwork> ] ;
    :subject [ a :Topic,
                mads:Topic ;
            rdfs:label "Philosophy and revelation" ;
            bflc:aap-normalized "philosophyandrevelation" ;
            :source <http://id.loc.gov/authorities/subjects> ;
            mads:authoritativeLabel "Philosophy and revelation" ;
            mads:isMemberOfMADSScheme <http://id.loc.gov/authorities/subjects> ],
        <http://id.loc.gov/authorities/subjects/sh2006004316>,
        <http://id.loc.gov/authorities/subjects/sh2008110764> ;
    :tableOfContents [ a :TableOfContents ;
            rdfs:label "\"The substance of chapter III has appeared in The personalist, vol. XII.\"--Pref." ] ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The revelation of Deity" ] .

