@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/979b3563-3e80-4c03-aa12-fecf450f1f7f> a :Work ;
    rdfs:label "Hunter, Denise, 1968-. Before we were us" ;
    :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:56.885126+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23639925> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ] ;
    :classification [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "813/.6" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20240412" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "PS3608.U5925" ;
            :itemPortion "B44 2024" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/n2003029421> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/30f7e9ac-68f7-44d8-a3b0-758cb1d7dd13> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Before we were us" ] .

