@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/83608464-8e6c-4d42-8239-d5ee6636b6ca> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:51.589327+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23680597> ;
            :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> ;
    :dimensions "21 cm" ;
    :extent [ a :Extent ;
            rdfs:label "163 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "color illustrations" ] ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "trade paperback" ;
            rdf:value "9780593695807" ],
        [ a :Local ;
            rdf:value "23680597" ],
        [ a :Isbn ;
            :qualifier "kindle edition" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9780593695791" ],
        [ a :Lccn ;
            rdf:value "  2024018331" ],
        [ a :Isbn ;
            :qualifier "hardcover" ;
            rdf:value "9780593695784" ],
        [ a :Isbn ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9780593695821" ],
        [ a :Isbn ;
            :qualifier "nook edition" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9780593695814" ] ;
    :instanceOf <https://dev.bcld.info/works/9cf2eeb5-0431-453f-b0a9-3390f649abcb> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "G.P. Putnam's Sons" ;
            bflc:simpleDate "2025" ;
            bflc:simplePlace "New York, New York" ;
            :date "2025"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/nyu> ] ;
    :publicationStatement "New York, New York: G.P. Putnam's Sons, 2025" ;
    :responsibilityStatement "Michele Assarasakorn ; Nathan Fairbairn" ;
    :title [ a :Title ;
            :mainTitle "Hazel has her hands full" ] .

