@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/40e80795-5848-4aee-a020-e22285096d05> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:06.659593+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/24001376> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :copyrightDate "1996" ;
    :dimensions "21 cm" ;
    :editionStatement "Ballantine Books trade paperback edition" ;
    :extent [ a :Extent ;
            rdfs:label "xiv, 583 pages" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "acid-free paper" ;
            rdf:value "9780593973288" ],
        [ a :OclcNumber ;
            rdf:value "on1425464805" ],
        [ a :Lccn ;
            rdf:value "  2024440463" ],
        [ a :Isbn ;
            rdf:value "0593973283" ] ;
    :instanceOf <https://dev.bcld.info/works/0a6ada03-f42d-4f2d-b90e-92eb922037b2> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Reprint. Originally published: New York : Random House, 1996." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Ballantine Books" ;
            bflc:simpleDate "2024" ;
            bflc:simplePlace "New York" ;
            :date "2024"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/nyu> ] ;
    :publicationStatement "New York: Ballantine Books, 2024" ;
    :responsibilityStatement "Peter Straub ; foreword by Paul Tremblay" ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The Hellfire Club" ;
            :subtitle "a novel" ] .

