@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/e3c9104b-2a60-4134-8e15-2a0c2b59c38d> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Fellores, Sherry. This is the crew that builds our school" ;
    bflc:aap-normalized "felloressherrythisisthecrewthatbuildsourschool" ;
    :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:26.517022+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23927477> ;
            :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 "PZ8.3.F3647" ;
            :itemPortion "Th 2025" ;
            :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/no2008019054> ;
            :role <http://id.loc.gov/vocabulary/relators/ill> ],
        [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/n2020008200> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014026339>,
        <http://id.loc.gov/authorities/genreForms/gf2014026559>,
        <http://id.loc.gov/authorities/genreForms/gf2016026096>,
        <http://id.loc.gov/authorities/genreForms/gf2017026034> ;
    :hasInstance <https://dev.bcld.info/instances/49d11895-b618-438f-9c2e-829a31a0694b> ;
    :intendedAudience [ a :IntendedAudience ;
            rdfs:label "Ages 4-8." ;
            :source [ a :Source ;
                    rdfs:label "Sleeping Bear Press." ] ],
        <http://id.loc.gov/authorities/demographicTerms/dg2015060010>,
        <http://id.loc.gov/vocabulary/maudience/pri> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :subject <http://id.loc.gov/authorities/childrensSubjects/sj2021050017>,
        <http://id.loc.gov/authorities/childrensSubjects/sj2021050450>,
        <http://id.loc.gov/authorities/childrensSubjects/sj2021052463>,
        <http://id.loc.gov/authorities/childrensSubjects/sj96006089> ;
    :summary [ a :Summary ;
            rdfs:label "Rhyming text follows construction workers and tradespeople, from bricklayers to painters, as they build a new school." ] ;
    :title [ a :Title ;
            :mainTitle "This is the crew that builds our school" ] .

