@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/instances/0e62ccea-93f5-4825-b334-271d7f4f7cf5> a :Instance ;
    bflc:projectedProvisionDate "2507" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-21T03:32:44.310753+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23965230> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/cr> ;
    :extent [ a :Extent ;
            rdfs:label "1 online resource" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "epub" ;
            rdf:value "9781400250592" ],
        [ a :Lccn ;
            rdf:value "  2024050351" ],
        [ a :Isbn ;
            :qualifier "hardcover" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9781400250523" ] ;
    :instanceOf <https://dev.bcld.info/works/c7bb8111-5434-4d1b-99f0-25a56285eadc> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/c> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Description based on print version record and CIP data provided by publisher; resource not viewed." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Tommy Nelson/Thomas Nelson" ;
            bflc:simpleDate "2025" ;
            bflc:simplePlace "Nashville, Tennessee" ;
            :date "2025"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/tnu> ] ;
    :publicationStatement "Nashville, Tennessee: Tommy Nelson/Thomas Nelson, 2025" ;
    :responsibilityStatement "Melissa Ferguson and her children ; illustrated by Gretchen Ellen Powers" ;
    :title [ a :Title ;
            :mainTitle "Our friendly farmhouse" ] .

