@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/ae08dd69-975f-4a6b-80a9-4d01734afca1> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-08" ;
            :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-08T06:04:26.515434+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23934270> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :editionStatement "Second edition" ;
    :extent [ a :Extent ;
            rdfs:label "xvi, 444 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "illustrations, maps" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2024056932" ],
        [ a :Isbn ;
            :qualifier "hardcover" ;
            rdf:value "9781646427147" ],
        [ a :Isbn ;
            :qualifier "paperback" ;
            rdf:value "9781646427154" ] ;
    :instanceOf <https://dev.bcld.info/works/97295291-0899-42fd-a930-9ee582929502> ;
    :publicationStatement "Denver, Colorado: University Press of Colorado, [2025]" ;
    :title [ a :Title ;
            :mainTitle "Bats of the Rocky Mountain West" ;
            :subtitle "natural history, ecology, and conservation" ] .

