@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/c29de70a-b6ec-4579-bb5b-0e340b2a94b6> 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:43:13.673397+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23854078> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "19 cm" ;
    :extent [ a :Extent ;
            rdfs:label "1 volume (unpaged)" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "color illustrations" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2024035461" ],
        [ a :Isbn ;
            :qualifier "board" ;
            rdf:value "9780593886687" ] ;
    :instanceOf <https://dev.bcld.info/works/1a7a9e84-d50a-4488-ba91-61dc4bcc0b84> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Cover title." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "World of Eric Carle" ;
            bflc:simpleDate "2024" ;
            bflc:simplePlace "New York" ;
            :date "2024"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/nyu> ] ;
    :publicationStatement "New York: World of Eric Carle, 2024" ;
    :responsibilityStatement "Eric Carle" ;
    :title [ a :Title ;
            :mainTitle "You're my hungry little caterpillar" ] .

