@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://bluecore-dev.stanford.edu/works/a83c9cb9-26d7-4869-8702-bbb89e919dac> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Turner, John Evan. The revelation of Deity" ;
    bflc:aap-normalized "turnerjohnevantherevelationofdeity" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-14T21:38:55.838292+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/7346986> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-09-14" ;
            :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 "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://bluecore-dev.stanford.edu/instances/0fd8ab2e-ce49-4d5c-85a3-871e20043275> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource [ a bflc:Uncontrolled,
                        :Work ;
                    bflc:aap "Deity, The revelation of" ;
                    bflc:aap-normalized "deitytherevelationof" ;
                    :title [ a :Title ;
                            bflc:nonSortNum "0" ;
                            :mainTitle "Deity, The revelation of" ] ] ;
            :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" ] .

