@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/a79e616f-2c8a-415c-a840-b1cd380e43b3> a :Instance ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-20T22:01:21.333534+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23868204> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "21 cm" ;
    :extent [ a :Extent ;
            rdfs:label "223 pages" ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2024036806" ],
        [ a :Isbn ;
            :qualifier "electronic" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9781684751891" ],
        [ a :Isbn ;
            :qualifier "alk. paper",
                "hardback" ;
            rdf:value "9781684751884" ] ;
    :instanceOf <https://dev.bcld.info/works/fbbc575d-697d-4aa9-80a9-8dd21a3e55d0> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Down East Books" ;
            bflc:simpleDate "[2024]" ;
            bflc:simplePlace "Camden, Maine" ;
            :date "2024"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/meu> ] ;
    :publicationStatement "Camden, Maine: Down East Books, [2024]" ;
    :responsibilityStatement "Franklin Burroughs" ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The view from here" ;
            :subtitle "reflections on the deep north, the wild east" ] .

