@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@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/instances/5efc2d0e-9434-4252-ac45-1efb067e1aad> a :Instance ;
    :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.403745+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/802232> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "22 cm" ;
    :extent [ a :Extent ;
            rdfs:label "9, 185 p." ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "   75147675 " ],
        [ a :Isbn ;
            rdf:value "9780824004323" ],
        [ a :Isbn ;
            rdf:value "0824004329" ] ;
    :instanceOf <https://dev.bcld.info/works/00d43e47-64ad-42de-9a46-a4536a0e86bf> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Reprint of the 1938 ed." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Garland Pub" ;
            bflc:simpleDate "1972" ;
            bflc:simplePlace "New York" ;
            :date "1972"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/nyu> ] ;
    :publicationStatement "New York: Garland Pub, 1972" ;
    :responsibilityStatement "by Charles E. Raven. With a new introduction for the Garland ed. by Franklin H. Littell" ;
    :title [ a :Title ;
            :mainTitle "War and the Christian" ] .

