@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/5f3109f7-32a9-4601-a028-4bf6e2d8ca67> a :Instance ;
    bflc:projectedProvisionDate "2307" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-29T14:54:55.096704+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23050753> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-29" ;
            :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/cr> ;
    :editionStatement "First Aladdin paperback edition" ;
    :extent [ a :Extent ;
            rdfs:label "1 online resource" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "ebook" ;
            rdf:value "9781665925600" ],
        [ a :Isbn ;
            :qualifier "hardcover" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9781665925594" ],
        [ a :Lccn ;
            rdf:value "  2023005826" ],
        [ a :Isbn ;
            :qualifier "paperback" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9781665925587" ] ;
    :instanceOf <https://dev.bcld.info/works/38e45010-a22f-4424-99a9-82c4eb3dbb20> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/c> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Description based on print version record and CIP data provided by publisher; resource not viewed." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Aladdin" ;
            bflc:simpleDate "2023" ;
            bflc:simplePlace "New York" ;
            :date "2023"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/nyu> ] ;
    :publicationStatement "New York: Aladdin, 2023" ;
    :responsibilityStatement "by Hannah Shaw ; illustrated by Bev Johnson" ;
    :title [ a :Title ;
            :mainTitle "Snowpea the puppy queen" ] .

