@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/27d87f4b-8f8a-4d90-b115-2661656e13bf> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "Library of Congress -- New Delhi Overseas Office" ] ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:39.799120+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23583356> ;
            :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/> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "23 cm" ;
    :extent [ a :Extent ;
            rdfs:label "179 pages" ] ;
    :identifiedBy [ a :LcOverseasAcq ;
            rdf:value "I-Pan-2023-347636; 09" ],
        [ a :Isbn ;
            :qualifier "hardback" ;
            rdf:value "9788119370160" ],
        [ a :Local ;
            rdf:value "23583356" ],
        [ a :Lccn ;
            rdf:value "  2023347636" ] ;
    :instanceOf <https://dev.bcld.info/works/eb932831-1e73-4bab-9628-dc4d21198f5e> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Novel." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Saparishī Pabalikeshana" ;
            bflc:simpleDate "2023" ;
            bflc:simplePlace "Caṇḍīgaṛha" ;
            :date "2023"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/ii> ] ;
    :publicationStatement "Caṇḍīgaṛha: Saparishī Pabalikeshana, 2023" ;
    :responsibilityStatement "Ḍā. Gurabīra Siṅgha = Balde raah : novel / by Dr. Gurbir Singh." ;
    :title [ a :Title ;
            :mainTitle "Baḷade rāha" ] .

