@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/77dd7666-bbaf-4c49-a20d-bf0a777854fc> 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:45.154109+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/24023421> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :editionStatement "Second edition" ;
    :extent [ a :Extent ;
            rdfs:label "pages cm" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "paperback" ;
            rdf:value "9781493070589" ],
        [ a :Lccn ;
            rdf:value "  2024061264" ] ;
    :instanceOf <https://dev.bcld.info/works/5d0d145d-b8a1-4284-8d5b-e9801fb2ae64> ;
    :publicationStatement "Essex, Connecticut: Globe Pequot, [2025]" ;
    :title [ a :Title ;
            :mainTitle "Trees of New England" ;
            :subtitle "a natural history" ] .

