@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/00d43e47-64ad-42de-9a46-a4536a0e86bf> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Raven, Charles, E. (Charles Earle), 1885-1964. War and the Christian" ;
    bflc:aap-normalized "ravencharlese(charlesearle)18851964warandthechristian" ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:37.396794+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/802232> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "261.8/73" ;
            :edition "full" ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "BT736.2" ;
            :itemPortion ".R38 1972" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Raven, Charles, E. (Charles Earle), 1885-1964" ;
                    bflc:marcKey "1001 $aRaven, Charles, E.$q(Charles Earle),$d1885-1964." ] ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://dev.bcld.info/instances/5efc2d0e-9434-4252-ac45-1efb067e1aad> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :originDate "1938"^^<http://id.loc.gov/datatypes/edtf> ;
    :relation [ a :Relation ;
            :associatedResource [ a bflc:Uncontrolled,
                        :Series ;
                    :status <http://id.loc.gov/vocabulary/mstatus/t> ;
                    :title [ a :Title ;
                            :mainTitle "The Garland library of war and peace" ] ] ;
            :relationship <http://id.loc.gov/vocabulary/relationship/series> ] ;
    :subject [ a :Agent,
                :Meeting ;
            rdfs:label "World Conference on Church, Community and State (1937 : Oxford, England)" ;
            bflc:aap-normalized "worldconferenceonchurchcommunityandstate(1937:oxfordengland)" ;
            bflc:marcKey "61120$aWorld Conference on Church, Community and State$d(1937 :$cOxford, England)" ;
            :source <http://id.loc.gov/authorities/subjects> ],
        <http://id.loc.gov/authorities/subjects/sh85145131> ;
    :supplementaryContent <http://id.loc.gov/vocabulary/msupplcont/index> ;
    :title [ a :Title ;
            :mainTitle "War and the Christian" ] .

