@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/b6f75ff1-fb68-4a8f-96ab-b3eb26ff9396> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Richter, Sandra, L. Deborah" ;
    bflc:aap-normalized "richtersandraldeborah" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:42:48.655784+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23929154> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Richter, Sandra, L." ;
                    bflc:marcKey "1001 $aRichter, Sandra, L.$eauthor." ] ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://dev.bcld.info/instances/9383e77b-3b52-433f-a1cf-12c910c22a83> ;
    :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 "The Epic of Eden Eight-Session Bible Study Guide" ] ] ;
            :relationship <http://id.loc.gov/vocabulary/relationship/series> ] ;
    :title [ a :Title ;
            :mainTitle "Deborah" ] .

