@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/instances/32e74115-e858-49ef-b019-375c6f629025> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-21T02:44:16.069817+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23854482> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-21" ;
            :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/> ] ;
    :extent [ a :Extent ;
            rdfs:label "xiv, 278 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "illustrations" ] ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "hardback" ;
            rdf:value "9781032835136" ],
        [ a :Lccn ;
            rdf:value "  2024031791" ],
        [ a :Isbn ;
            :qualifier "paperback" ;
            rdf:value "9781032835150" ] ;
    :instanceOf <https://dev.bcld.info/works/59c09e35-c010-41ff-90a1-f03f5eeeb3bb> ;
    :publicationStatement "London; New York: Routledge, 2025" ;
    :title [ a :Title ;
            :mainTitle "India and Central Asia in the post-Cold War Era" ;
            :subtitle "Security, Economic and Socio-Cultural Dimensions" ] .

