@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/9f81daf1-531d-4ae7-b5b0-77bf1f5ff9de> 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:41.720659+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/21917391> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :copyrightDate "2021"^^<http://id.loc.gov/datatypes/edtf> ;
    :dimensions "28 cm" ;
    :editionStatement "First edition" ;
    :extent [ a :Extent ;
            rdfs:label "33 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "color illustrations, color map" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2021933909" ],
        [ a :Isbn ;
            :qualifier "hardcover" ;
            rdf:value "9781536200935" ],
        [ a :Isbn ;
            :qualifier "hardcover" ;
            rdf:value "153620093X" ],
        [ a :OclcNumber ;
            rdf:value "on1178641733" ] ;
    :instanceOf <https://dev.bcld.info/works/f7376f22-4329-475b-9db7-bf0915bec4d1> ;
    :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 "Includes bibliographical references (page 31) and index." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Candlewick Press" ;
            bflc:simpleDate "2021" ;
            bflc:simplePlace "Somerville, Massachusetts" ;
            :date "2021"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/mau> ] ;
    :publicationStatement "Somerville, Massachusetts: Candlewick Press, 2021" ;
    :responsibilityStatement "Richard Haynes ; illustrated by Stephanie Laberis" ;
    :title [ a :Title ;
            :mainTitle "Orangutan hats and other tools animals use" ] .

