@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/c7bb8111-5434-4d1b-99f0-25a56285eadc> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Ferguson, Melissa, 1985-. Our friendly farmhouse" ;
    bflc:aap-normalized "fergusonmelissa1985ourfriendlyfarmhouse" ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-21" ;
            :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-21T03:32:44.268174+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23965230> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "BV4526.3" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "248.4" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20241228" ] ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/n2020024921> ;
            :role <http://id.loc.gov/vocabulary/relators/ill> ],
        [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/no2020022302> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :genreForm [ a :GenreForm ;
            rdfs:label "Juvenile literature" ],
        <https://id.loc.gov/authorities/genreForms/gf2014026415> ;
    :hasInstance <https://dev.bcld.info/instances/0e62ccea-93f5-4825-b334-271d7f4f7cf5> ;
    :intendedAudience [ a :IntendedAudience ;
            rdfs:label "Ages 4-8" ;
            :source [ a :Source ;
                    rdfs:label "Thomas Nelson" ] ],
        <http://id.loc.gov/authorities/demographicTerms/dg2015060010>,
        <http://id.loc.gov/vocabulary/maudience/juv> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/50300212-619c-4662-b7a7-5dd63b85f111> ;
            :relationship <http://id.loc.gov/entities/relationships/printversion>,
                <http://id.loc.gov/vocabulary/relationship/otherphysicalformat> ] ;
    :subject <http://id.loc.gov/authorities/subjects/sh2008103498>,
        <http://id.loc.gov/authorities/subjects/sh2009126487>,
        <http://id.loc.gov/authorities/subjects/sh85047294> ;
    :summary [ a :Summary ;
            rdfs:label "\"Breathe in fresh country air and dream of a slower, simpler life in this poetic story about building a homestead with heart from bestselling novelist Melissa Ferguson. Our Friendly Farmhouse will inspire families to dream together and set out on their own adventures in intentional, country living\"-- Provided by publisher." ] ;
    :title [ a :Title ;
            :mainTitle "Our friendly farmhouse" ] .

