@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@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/works/85917427-c467-4390-bf1f-d4e432d8fe0c> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Sowder, Nicolette. Wilder child" ;
    bflc:aap-normalized "sowdernicolettewilderchild" ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-20" ;
            :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-20T22:01:28.759387+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23659103> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "811/.6" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20240425" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "PS3619.O9625" ;
            :itemPortion "W55 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 ;
            :agent <http://id.loc.gov/rwo/agents/n2024023116> ;
            :role <http://id.loc.gov/vocabulary/relators/ill> ],
        [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/n2024023107> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014026481>,
        <http://id.loc.gov/authorities/genreForms/gf2016026096> ;
    :hasInstance <https://dev.bcld.info/instances/c7f1c158-2c97-4452-aab5-e4e6be53c067> ;
    :intendedAudience [ a :IntendedAudience ;
            rdfs:label "Ages 4-8." ;
            :source [ a :Source ;
                    rdfs:label "Random House Studio." ] ],
        <http://id.loc.gov/vocabulary/maudience/pri> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/f2d15b3b-7adf-4e37-bc6c-3ce3d657aa6b> ;
            :relationship <http://id.loc.gov/entities/relationships/onlineversion>,
                <http://id.loc.gov/vocabulary/relationship/otherphysicalformat> ] ;
    :subject [ a :Topic,
                mads:ComplexSubject ;
            rdfs:label "Play--Poetry" ;
            bflc:aap-normalized "playpoetry" ;
            :source <http://id.loc.gov/authorities/childrensSubjects> ;
            mads:authoritativeLabel "Play--Poetry" ;
            mads:componentList ( <http://id.loc.gov/authorities/childrensSubjects/sj96006292> [ a mads:GenreForm ;
                        mads:authoritativeLabel "Poetry" ] ) ;
            mads:isMemberOfMADSScheme <http://id.loc.gov/authorities/childrensSubjects> ],
        [ a :Topic,
                mads:ComplexSubject ;
            rdfs:label "Nature--Poetry" ;
            bflc:aap-normalized "naturepoetry" ;
            :source <http://id.loc.gov/authorities/childrensSubjects> ;
            mads:authoritativeLabel "Nature--Poetry" ;
            mads:componentList ( <http://id.loc.gov/authorities/childrensSubjects/sj2021050120> [ a mads:GenreForm ;
                        mads:authoritativeLabel "Poetry" ] ) ;
            mads:isMemberOfMADSScheme <http://id.loc.gov/authorities/childrensSubjects> ],
        <http://id.loc.gov/authorities/childrensSubjects/sj2021050025>,
        <http://id.loc.gov/authorities/subjects/sh85023723> ;
    :summary [ a :Summary ;
            rdfs:label "Based on the author's poem, follows a group of children as they playfully explore the natural world." ] ;
    :title [ a :Title ;
            :mainTitle "Wilder child" ] .

