@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/6ae92328-1fcf-4fa3-963e-0d326194f96f> 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:43:54.499945+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23716137> ;
            :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 "25 cm" ;
    :extent [ a :Extent ;
            rdfs:label "175 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "illustrations (black and white, and color), color map" ] ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "paperback" ;
            rdf:value "9788181716248" ],
        [ a :Lccn ;
            rdf:value "  2024356054" ],
        [ a :LcOverseasAcq ;
            rdf:value "I-E-2024356054; 40-92" ] ;
    :instanceOf <https://dev.bcld.info/works/decaae33-ff80-4a45-9376-fc7cb31da90f> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/biblio> ;
            rdfs:label "Includes bibliographical references (pages 158-160)." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Zoological Survey of India" ;
            bflc:simpleDate "December, 2023" ;
            bflc:simplePlace "Kolkata" ;
            :date "2023-12"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/ii> ] ;
    :publicationStatement "Kolkata: Zoological Survey of India, December, 2023" ;
    :responsibilityStatement "Santanu Mitra, Vinotsole Khamo" ;
    :title [ a :Title ;
            :mainTitle "Taxonomic revision of potamid freshwater crabs of India" ] .

