@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/8adafe43-1cb6-4987-a929-deb55097dc19> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:28.900120+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23975929> ;
            :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/cr> ;
    :copyrightDate "2011" ;
    :extent [ a :Extent ;
            rdfs:label "1 online resource (viii, 247 pages)" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "hardcover : alk. paper" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9780815704980" ],
        [ a :Isbn ;
            :qualifier "ebook" ;
            rdf:value "9780815705017" ],
        [ a :Lccn ;
            rdf:value "  2024724687" ] ;
    :instanceOf <https://dev.bcld.info/works/a90e3f34-dfd3-48da-ad11-c88b4785abe3> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/c> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/biblio> ;
            rdfs:label "Includes bibliographical references and index." ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Description based on print version record; resource not viewed." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Brookings Institution Press" ;
            bflc:simpleDate "[2011]" ;
            bflc:simplePlace "Washington, D.C." ;
            :date "2011"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/dcu> ] ;
    :publicationStatement "Washington, D.C.: Brookings Institution Press, [2011]" ;
    :responsibilityStatement "William J. Congdon, Jeffrey R. Kling, and Sendhil Mullainathan" ;
    :title [ a :Title ;
            :mainTitle "Policy and choice" ;
            :subtitle "public finance through the lens of behavioral economics" ] .

