@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/5432e2f7-5985-425f-9972-d0e781fb3d0c> a :Instance ;
    :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:28.779295+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/11767518> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "28 cm" ;
    :editionStatement "1st Perigee ed." ;
    :extent [ a :Extent ;
            rdfs:label "190 p." ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "ill." ] ] ;
    :identifiedBy [ a :Local ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "   99040792" ],
        [ a :Isbn ;
            :qualifier "tp" ;
            rdf:value "039952584X" ],
        [ a :Lccn ;
            rdf:value "   99040792 " ] ;
    :instanceOf <https://dev.bcld.info/works/70057081-27d4-4b84-a305-d90ed5da2dec> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Perigee" ;
            bflc:simpleDate "2000" ;
            bflc:simplePlace "New York" ;
            :date "2000"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/nyu> ] ;
    :publicationStatement "New York: Perigee, 2000" ;
    :responsibilityStatement "Janet & Greta Podleski; cartoons by Ted Martin" ;
    :title [ a :Title ;
            :mainTitle "Crazy plates" ;
            :subtitle "low-fat food so good, you'll swear it's bad for you!" ] .

