@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/f2d15b3b-7adf-4e37-bc6c-3ce3d657aa6b> a :Work ;
    rdfs:label "Sowder, Nicolette. Wilder child" ;
    :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.781541+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23660402> ;
            :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" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Sowder, Nicolette" ;
                    bflc:marcKey "1001 $aSowder, Nicolette,$eauthor." ] ;
            :role [ a :Role ;
                    rdfs:label "author" ] ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Yim, Myo" ;
                    bflc:marcKey "7001 $aYim, Myo,$eillustrator." ] ;
            :role [ a :Role ;
                    rdfs:label "illustrator" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/4dfd6b03-3d3f-4f3a-a5ce-894b4651bb7d> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Wilder child" ] .

