@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/15074c6c-140e-407d-8eaa-176301b09c5f> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:49.177999+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/14474301> ;
            :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 "27 cm" ;
    :editionStatement "1st ed." ;
    :extent [ a :Extent ;
            rdfs:label "1 v. (unpaged)" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "col. ill." ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2006022930" ],
        [ a :Isbn ;
            rdf:value "9780152058074" ] ;
    :instanceOf <https://dev.bcld.info/works/9a669567-a294-4783-8ebc-23615a1c3bd6> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Cover title." ],
        [ a :Note ;
            rdfs:label "\"Red Wagon books\"--P. [4] of cover." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Harcourt" ;
            bflc:simpleDate "[2007]" ;
            bflc:simplePlace "San Diego, CA" ;
            :date "2007"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/cau> ] ;
    :publicationStatement "San Diego, CA: Harcourt, [2007]" ;
    :responsibilityStatement "by David A. Carter ; [written by Sarah Weeks ; illustrations and paper engineering by David A. Carter]" ;
    :title [ a :Title ;
            :mainTitle "Peek in my pocket" ;
            :subtitle "a lift-the-flap pop-up book" ] .

