@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/deb024a6-41e0-4287-ab0e-e4e7ef3f4a31> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Yu, Xian, jin shi 1538. Huang ming jin shi deng ke kao" ;
    bflc:aap-normalized "yuxianjinshi1538huangmingjinshidengkekao" ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:43.681842+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/17807409> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/no2008011524> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://dev.bcld.info/instances/270a3d6f-c842-4355-b335-ebb235a2bf7a>,
        <https://dev.bcld.info/instances/ee00bf63-571e-47e7-96f8-8a33edb35653> ;
    :language <http://id.loc.gov/vocabulary/languages/chi> ;
    :summary [ a :Summary ;
            rdfs:label "Originally compiled in 1549; chapter 1 records imperial orders regarding the examination system between the years 1367 and 1505, with chapters 2-13 covering 1371 to 1565." ] ;
    :title [ a :VariantTitle,
                <http://id.loc.gov/vocabulary/vartitletype/run> ;
            :mainTitle "Deng ke kao",
                "登科考"@zh-hani ],
        [ a :Title ;
            :mainTitle "Huang ming jin shi deng ke kao",
                "皇明進士登科考"@zh-hani ],
        [ a :VariantTitle ;
            :mainTitle "Huang ming deng ke jin shi kao",
                "皇明登科進士考"@zh-hani ;
            :note [ a :Note ;
                    rdfs:label "Title on spine of case"@zh-hani ],
                [ a :Note ;
                    rdfs:label "Title on spine of case" ] ] .

