@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/983040a7-c03a-4567-84e2-2b1cbab9bfaf> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:12.083979+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/559409> ;
            :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 "28 cm" ;
    :extent [ a :Extent ;
            rdfs:label "54 p." ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "ill." ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "   88621978 " ] ;
    :instanceOf <https://dev.bcld.info/works/2eb009d4-29d8-4775-a27f-b3e27b278383> ;
    :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 "Bibliography: p. 51-54." ],
        [ a :Note ;
            rdfs:label "\"November 1987.\"" ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "University of Wisconsin-Madison" ;
            bflc:simpleDate "[1987]" ;
            bflc:simplePlace "[Madison]" ;
            :date "1987"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/wiu> ] ;
    :publicationStatement "[Madison]: University of Wisconsin-Madison, [1987]" ;
    :responsibilityStatement "Martin David, John Fitzgerald" ;
    :title [ a :Title ;
            :mainTitle "Measuring poverty and crises" ;
            :subtitle "a comparison of annual and subannual accounting periods using the survey of income and program participation" ] .

