@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/96eab921-0b51-4d9b-888d-2a0901b1de03> a :Work ;
    rdfs:label "Murray, Julie, 1969-. King Tut's tomb" ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-20" ;
            :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/bcld> ;
            :date "2026-07-20T22:02:23.657151+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/22059117> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "DT87.5" ;
            :itemPortion ".M94 2022" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Murray, Julie, 1969-" ;
                    bflc:marcKey "1001 $aMurray, Julie,$d1969-$eauthor." ] ;
            :role [ a :Role ;
                    rdfs:label "author" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/66b9822f-5a86-4edd-b99b-46e58fc588e3> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "King Tut's tomb" ] .

