@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/d1001b85-badf-4a77-b079-1d5f73a5f7bb> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Gould, Courtney. What the woods took" ;
    bflc:aap-normalized "gouldcourtneywhatthewoodstook" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:34.437294+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23813851> ;
            :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/> ] ;
    :classification [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "[Fic]" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "PZ7.1.G686334" ;
            :itemPortion "Wg 2024" ;
            :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/n2021009794> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014026339>,
        <http://id.loc.gov/authorities/genreForms/gf2014026373>,
        <http://id.loc.gov/authorities/genreForms/gf2014026469>,
        <http://id.loc.gov/authorities/genreForms/gf2015026020> ;
    :hasInstance <https://dev.bcld.info/instances/f7f72bf3-141b-4f81-8f46-7f8e33e7cb01> ;
    :intendedAudience [ a :IntendedAudience ;
            rdfs:label "Ages 13-18." ;
            :source [ a :Source ;
                    rdfs:label "Wednesday Books." ] ],
        <http://id.loc.gov/authorities/demographicTerms/dg2015060011>,
        <http://id.loc.gov/vocabulary/maudience/ado> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :subject <http://id.loc.gov/authorities/childrensSubjects/sj2021050219>,
        <http://id.loc.gov/authorities/childrensSubjects/sj2021050358>,
        <http://id.loc.gov/authorities/childrensSubjects/sj2021050371>,
        <http://id.loc.gov/authorities/childrensSubjects/sj2021051879>,
        <http://id.loc.gov/authorities/childrensSubjects/sj2021061553>,
        <http://id.loc.gov/authorities/childrensSubjects/sj2022050051>,
        <http://id.loc.gov/authorities/childrensSubjects/sj96005695> ;
    :summary [ a :Summary ;
            rdfs:label "After being enrolled in an experimental wilderness therapy program without their consent, a group of troubled teens must work together to escape the woods and survive the shapeshifting monsters lurking among them." ] ;
    :title [ a :Title ;
            :mainTitle "What the woods took" ] .

