@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/4de528db-6bc9-4ab7-af51-d4a0c513f21e> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Engineering research and application" ;
    bflc:aap-normalized "engineeringresearchandapplication" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:02.775389+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23989113> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Ju, Xiaolei" ;
                    bflc:marcKey "7001 $aJu, Xiaolei,$eeditor." ] ;
            :role <http://id.loc.gov/vocabulary/relators/edt> ] ;
    :hasInstance <https://dev.bcld.info/instances/fd4b6929-2b97-462d-ad3b-fb0b4d404f0b> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Engineering research and application" ] .

