@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/50ab64c8-49c5-4486-984d-2fdc163db4dd> a :Instance ;
    bflc:projectedProvisionDate "2509" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:57.311050+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/24026027> ;
            :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 "2025 Random House children's book edition" ;
    :extent [ a :Extent ;
            rdfs:label "pages cm" ] ;
    :identifiedBy [ a :Local ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "24026027" ],
        [ a :Isbn ;
            :qualifier "Lib. bdg." ;
            rdf:value "9798217031924" ],
        [ a :Lccn ;
            rdf:value "  2025001999" ],
        [ a :Isbn ;
            :qualifier "ebook" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9780593126479" ],
        [ a :Isbn ;
            :qualifier "trade" ;
            rdf:value "9780375822780" ] ;
    :instanceOf <https://dev.bcld.info/works/a57a8ab6-988b-4889-b88f-ee5a45ac8886> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Includes index." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Random House" ;
            bflc:simpleDate "2025" ;
            bflc:simplePlace "New York" ;
            :date "2025"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/nyu> ] ;
    :publicationStatement "New York: Random House, 2025" ;
    :responsibilityStatement "by Tish Rabe ; illustrated by Aristides Ruiz and Joe Mathieu" ;
    :title [ a :Title ;
            :mainTitle "Oh, the pets you can get!" ;
            :subtitle "all about our animal friends" ] .

