@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/134d3cfa-d1fb-4b72-a206-415bef941659> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Brett, Jan, 1949-. Alice in a winter wonderland" ;
    bflc:aap-normalized "brettjan1949aliceinawinterwonderland" ;
    :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:56.181668+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23019919> ;
            :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 "23" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "PZ7.B7559" ;
            :itemPortion "Aj 2024" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/sti>,
        <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/n77008752> ;
            :role <http://id.loc.gov/vocabulary/relators/aut>,
                <http://id.loc.gov/vocabulary/relators/ill> ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2016026096>,
        <https://id.loc.gov/authorities/genreForms/gf2014026339> ;
    :geographicCoverage <http://id.loc.gov/vocabulary/geographicAreas/n-us-ak> ;
    :hasInstance <https://dev.bcld.info/instances/aa926e76-b781-444f-a315-b51738f580e7> ;
    :intendedAudience [ a :IntendedAudience ;
            rdfs:label "Ages 5-8 years." ;
            :source [ a :Source ;
                    rdfs:label "G.P. Putnam's Sons." ] ],
        <http://id.loc.gov/vocabulary/maudience/pri> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/ed4a79fa-52c0-4cb2-b18a-02bbcddea5c0> ;
            :relationship <http://id.loc.gov/entities/relationships/onlineversion>,
                <http://id.loc.gov/vocabulary/relationship/otherphysicalformat> ],
        [ a :Relation ;
            :associatedResource <https://dev.bcld.info/hubs/99fd1662-18e1-4e6a-bebb-7da0a56fc5a7> ;
            :relationship <http://id.loc.gov/vocabulary/relationship/part> ] ;
    :subject <http://id.loc.gov/authorities/childrensSubjects/sj2001010209>,
        <http://id.loc.gov/authorities/childrensSubjects/sj96006380>,
        <http://id.loc.gov/rwo/agents/n79018447> ;
    :summary [ a :Summary ;
            rdfs:label "Alice follows a white rabbit down a glacier crevasse and goes on a fantastical Alaskan adventure full of absurd people and animals." ] ;
    :title [ a :Title ;
            :mainTitle "Alice in a winter wonderland" ] .

