@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/d3d08ce2-6e31-445a-ae01-6c1ef9a94af4> 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-20T21:57:56.563970+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23968944> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :colorContent <http://id.loc.gov/vocabulary/mcolor/blw> ;
    :dimensions "20 cm" ;
    :editionStatement "Revised edition" ;
    :extent [ a :Extent ;
            rdfs:label "144 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "illustrations (black and white)" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2024366450" ],
        [ a :LcOverseasAcq ;
            rdf:value "I-E-2024366450" ] ;
    :instanceOf <https://dev.bcld.info/works/2c923b40-7a9f-40d2-8490-acd802954daa> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Vedmata Gayatri Trust" ;
            bflc:simpleDate "2018" ;
            bflc:simplePlace "Haridwar" ;
            :date "2023"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/ii> ] ;
    :publicationStatement "Haridwar: Vedmata Gayatri Trust, 2018" ;
    :responsibilityStatement "by Pt. Shriram Sharma Acharya." ;
    :title [ a :Title ;
            :mainTitle "Religion and science" ;
            :subtitle "complementary not contradictory : translation of the HIndi book Dharma aur vigyāna paraspara virodhī nahī, pūraka" ] .

