@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/4f69e533-0d63-40c0-8969-193d6b2b5002> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "Library of Congress -- Islamabad Overseas Office" ] ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:24.622188+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/24089177> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :dimensions "25 cm" ;
    :extent [ a :Extent ;
            rdfs:label "xvi, 228 pages" ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2025342021" ] ;
    :instanceOf <https://dev.bcld.info/works/a98518e1-6ab4-4473-b9ae-b0f78b6ee37b> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "\"Revised and enlarged\"" ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/biblio> ;
            rdfs:label "Includes bibliographical references." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Islamabad Law Book House" ;
            bflc:simpleDate "[2024]" ;
            bflc:simplePlace "Islamabad" ;
            :date "2024"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/pk> ] ;
    :publicationStatement "Islamabad: Islamabad Law Book House, [2024]" ;
    :responsibilityStatement "Muhammad Jamshed Khan" ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The constitution of the Islamic Republic of Pakistan, 1973 (Bare Text)" ;
            :subtitle "as amended up to 26th Amendment 2024" ] .

