@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/instances/66b9822f-5a86-4edd-b99b-46e58fc588e3> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-20T22:02:23.681972+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/22059117> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :extent [ a :Extent ;
            rdfs:label "24 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "illustrations (chiefly color), color maps" ] ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "lib. bdg." ;
            rdf:value "9781098226640" ],
        [ a :Lccn ;
            rdf:value "  2021940210" ],
        [ a :Isbn ;
            :qualifier "pbk" ;
            rdf:value "9781644946374" ] ;
    :instanceOf <https://dev.bcld.info/works/96eab921-0b51-4d9b-888d-2a0901b1de03> ;
    :publicationStatement "Minneapolis, Minnesota: Dash! Leveled Readers, an imprint of Abdo Zoom, [2022]" ;
    :title [ a :Title ;
            :mainTitle "King Tut's tomb" ] .

