@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/7cae4d72-dd63-4f0d-ab69-7bca5f5d1cb4> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Engineering research and application" ;
    bflc:aap-normalized "engineeringresearchandapplication" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-14T21:38:46.121940+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-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/> ] ;
    :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://bluecore-dev.stanford.edu/instances/5942965c-2539-44d3-8c33-666c804b7ab6> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Engineering research and application" ] .

