@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/ce101c1d-d7ac-4bd4-9cf5-5355488af933> a :Instance ;
    bflc:projectedProvisionDate "1111" ;
    :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:32.706785+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23531781> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :extent [ a :Extent ;
            rdfs:label "pages cm." ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "ebook" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9781943208807" ],
        [ a :Lccn ;
            rdf:value "  2024931296" ],
        [ a :Isbn ;
            :qualifier "paperback" ;
            rdf:value "9781943208791" ] ;
    :instanceOf <https://dev.bcld.info/works/51bd8410-d482-42fe-aade-894d09e87ebb> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Amherst College Press" ;
            bflc:simpleDate "2024" ;
            bflc:simplePlace "Amherst" ;
            :date "2024"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/mau> ] ;
    :publicationStatement "Amherst: Amherst College Press, 2024" ;
    :responsibilityStatement "Jiří Karásek ze Lvovic ; translated from the Czech and annotated by Carleton Bulkin ; with an introduction by Carleton Bulkin and Brian James Baer.." ;
    :title [ a :Title ;
            :mainTitle "Manfred MacMillan" ;
            :subtitle "book one of the three magicians trilogy" ] .

