@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/a5da6054-5c1b-42d3-a8ce-be0bb088b3a5> a :Instance ;
    bflc:projectedProvisionDate "2512" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:48.559139+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/24148701> ;
            :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> ;
    :editionStatement "First edition" ;
    :extent [ a :Extent ;
            rdfs:label "pages cm" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "paperback" ;
            rdf:value "9781339022499" ],
        [ a :Local ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "24148701" ],
        [ a :Isbn ;
            :qualifier "ebook" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9781546111252" ],
        [ a :Lccn ;
            rdf:value "  2024055648" ],
        [ a :Isbn ;
            :qualifier "library binding" ;
            rdf:value "9781546111245" ] ;
    :instanceOf <https://dev.bcld.info/works/9e4b58db-0712-4071-bd08-9c49f9913ecc> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Scholastic Inc" ;
            bflc:simpleDate "2025" ;
            bflc:simplePlace "New York, NY" ;
            :date "2025"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/nyu> ] ;
    :publicationStatement "New York, NY: Scholastic Inc, 2025" ;
    :responsibilityStatement "by Tracey West ; illustrated by Graham Howells" ;
    :title [ a :Title ;
            :mainTitle "Vortex of the Chaos Dragon" ] .

