@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/5aada557-395c-477e-beb0-b82776dfe47d> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Peabody, Dana. This is why you barf" ;
    bflc:aap-normalized "peabodydanathisiswhyyoubarf" ;
    :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:43:55.898508+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23957586> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/no2026022282> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://dev.bcld.info/instances/aa73a8ad-5930-4f25-aa5c-a1ef97107609> ;
    :illustrativeContent <http://id.loc.gov/vocabulary/millus/ill> ;
    :intendedAudience [ a :IntendedAudience ;
            rdfs:label "Grades K-1" ;
            :source [ a :Source ;
                    rdfs:label "Sequoia Kids Media" ] ],
        [ a :IntendedAudience ;
            rdfs:label "Ages 5-7" ;
            :source [ a :Source ;
                    rdfs:label "Sequoia Kids Media" ] ],
        <http://id.loc.gov/vocabulary/maudience/juv> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource [ a bflc:Uncontrolled,
                        :Series ;
                    :status <http://id.loc.gov/vocabulary/mstatus/t> ;
                    :title [ a :Title ;
                            :mainTitle "Active minds explorers: this is why..." ] ] ;
            :relationship <http://id.loc.gov/vocabulary/relationship/series> ] ;
    :summary [ a :Summary ;
            rdfs:label "\"From smelling a funk to eating some junk, there are so many reasons to barf! Why do you do it, and what happens when you do? Find out what makes you gag and fill a barf bag in this close look at one of the body's super systems\"-- Provided by publisher." ] ;
    :title [ a :Title ;
            :mainTitle "This is why you barf" ] .

