@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/21be5e58-2aff-4434-9189-1a7a5f0d9980> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Wegener, Josef. Fatima" ;
    bflc:aap-normalized "wegenerjoseffatima" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:44.845023+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/6012949> ;
            :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/> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "BT660.F3" ;
            :itemPortion "W4" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Wegener, Josef" ;
                    bflc:marcKey "1001 $aWegener, Josef." ] ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://dev.bcld.info/instances/7e18d1f2-dc90-4ced-a78b-5ba5a7d4c677> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :subject <http://id.loc.gov/authorities/subjects/sh85047469> ;
    :title [ a :Title ;
            :mainTitle "Fatima" ] .

