@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/works/9a669567-a294-4783-8ebc-23615a1c3bd6> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Weeks, Sarah. Peek in my pocket" ;
    bflc:aap-normalized "weekssarahpeekinmypocket" ;
    :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:44:49.169043+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/14474301> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "[E]" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "22" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "PZ8.3.W4125" ;
            :itemPortion "Pek 2007" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/n92078131> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ],
        [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/n85299096> ;
            :role [ a :Role ;
                    rdfs:label "ill." ] ] ;
    :genreForm [ a :GenreForm ;
            rdfs:label "Specimens" ;
            :source <http://id.loc.gov/authorities/genreForms> ],
        <https://id.loc.gov/authorities/genreForms/gf2014026339> ;
    :hasInstance <https://dev.bcld.info/instances/15074c6c-140e-407d-8eaa-176301b09c5f> ;
    :illustrativeContent <http://id.loc.gov/vocabulary/millus/ill> ;
    :intendedAudience [ a :IntendedAudience ;
            rdfs:label "Ages 0 to 3 years." ;
            :note [ a :Note ;
                    rdfs:label "interest age level" ] ],
        <http://id.loc.gov/vocabulary/maudience/pre> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :subject <http://id.loc.gov/authorities/childrensSubjects/sj2021050009>,
        <http://id.loc.gov/authorities/childrensSubjects/sj2021050017>,
        <http://id.loc.gov/authorities/childrensSubjects/sj2021050629>,
        <http://id.loc.gov/authorities/childrensSubjects/sj2021051099>,
        <http://id.loc.gov/authorities/childrensSubjects/sj2021055163>,
        <http://id.loc.gov/authorities/childrensSubjects/sj2024050495>,
        <http://id.loc.gov/authorities/subjects/sh2005006917>,
        <http://id.loc.gov/authorities/subjects/sh2005006919> ;
    :summary [ a :Summary ;
            rdfs:label "Animal children find surprises of all kinds in their parents' pockets, the biggest being a new baby in a kangaroo's pocket. Features pop-up, lift-the-flap, and textured illustrations." ] ;
    :title [ a :Title ;
            :mainTitle "Peek in my pocket" ] .

