@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://bluecore-dev.stanford.edu/works/0ffb8409-efcf-4dbf-b621-d63747af7dfa> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Lumbatis, Nathan. Daniel and the trees of Eden" ;
    bflc:aap-normalized "lumbatisnathandanielandthetreesofeden" ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-09-14" ;
            :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/cbc> ;
            :date "2026-09-14T21:38:59.211205+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24137134> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Lumbatis, Nathan" ;
                    bflc:marcKey "1001 $aLumbatis, Nathan,$eauthor." ] ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014026339> ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/94468444-0ca3-48dc-8836-c0379136a97d> ;
    :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 "Sons and daughters" ] ] ;
            :relationship <http://id.loc.gov/vocabulary/relationship/series> ;
            :seriesEnumeration "book 4" ] ;
    :title [ a :Title ;
            :mainTitle "Daniel and the trees of Eden" ] .

