@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/ea00776c-91d0-4c51-9599-c720c7350afc> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-20T22:03:47.815369+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/17378447> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-20" ;
            :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 "16 cm" ;
    :extent [ a :Extent ;
            rdfs:label "1 v. (unpaged)" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "col. ill." ] ] ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9780873588508" ],
        [ a :Lccn ;
            rdf:value "  2003066896" ] ;
    :instanceOf <https://dev.bcld.info/works/af91ff83-6863-4fbf-9047-6838153f3128> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Rising Moon" ;
            bflc:simpleDate "c2004" ;
            bflc:simplePlace "Flagstaff, Ariz" ;
            :date "2004"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/azu> ] ;
    :publicationStatement "Flagstaff, Ariz: Rising Moon, c2004" ;
    :responsibilityStatement "by Neecy Twinem" ;
    :title [ a :Title ;
            :mainTitle "Baby Snake's shapes" ] .

