@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/9c0f4ee1-6e3a-4eed-b147-9a96e0e27a83> a :Work ;
    rdfs:label "Crisis management, destination recovery and sustainability" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:42.568167+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/22816865> ;
            :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/> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "G155.A1" ;
            :itemPortion "C739 2023" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "910.68" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng20221206" ] ] ;
    :contribution [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Kennell, James" ;
                    bflc:marcKey "7001 $aKennell, James,$eeditor." ] ;
            :role [ a :Role ;
                    rdfs:label "editor" ] ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Mohanty, Priyakrushna" ;
                    bflc:marcKey "7001 $aMohanty, Priyakrushna,$eeditor." ] ;
            :role [ a :Role ;
                    rdfs:label "editor" ] ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Hassan, Azizul" ;
                    bflc:marcKey "7001 $aHassan, Azizul,$eeditor." ] ;
            :role [ a :Role ;
                    rdfs:label "editor" ] ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Sharma, Anukrati, 1981-" ;
                    bflc:marcKey "7001 $aSharma, Anukrati,$d1981-$eeditor." ] ;
            :role [ a :Role ;
                    rdfs:label "editor" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/0e47c58e-c1d6-4ecf-92cc-bd5d40ca29b5> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Crisis management, destination recovery and sustainability" ] .

