@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/38d158f3-d0ac-4ae9-9371-b7d5c9721dda> a :Work ;
    rdfs:label "Human security and empowerment in Asia" ;
    :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-20T21:58:07.975015+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23241240> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "JC599.A78" ;
            :itemPortion "H87 2024" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "353.5095" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20230728" ] ] ;
    :contribution [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Anthony, Mely Caballero" ;
                    bflc:marcKey "7001 $aAnthony, Mely Caballero,$eeditor." ] ;
            :role [ a :Role ;
                    rdfs:label "editor" ] ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Mine, Yōichi, 1961-" ;
                    bflc:marcKey "7001 $aMine, Yōichi,$d1961-$eeditor." ] ;
            :role [ a :Role ;
                    rdfs:label "editor" ] ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Ishikawa, Sachiko, 1958-" ;
                    bflc:marcKey "7001 $aIshikawa, Sachiko,$d1958-$eeditor." ] ;
            :role [ a :Role ;
                    rdfs:label "editor" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/dfbc30fb-1e67-4fea-a4e2-e2f1cddcb20a> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Human security and empowerment in Asia" ] .

