@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/b8e5061e-7174-404a-9b5f-ee7a8bf6c40c> a :Work ;
    rdfs:label "Rosenberg, Shoshana. Zipporah, queen of the desert" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-14T21:38:43.088267+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23702856> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ],
        [ 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/> ] ;
    :classification [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "306.76/6089924094" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20240521" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "HQ76.3.A8" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Rosenberg, Shoshana" ;
                    bflc:marcKey "1001 $aRosenberg, Shoshana,$eauthor." ] ;
            :role [ a :Role ;
                    rdfs:label "author" ] ] ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/e26102cf-5346-45f4-b631-5913f1debea5> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Zipporah, queen of the desert" ] .

