@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/eae431fe-cd6a-4a82-a00d-ef8c9053d554> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:17.044585+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/22415664> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "23 cm" ;
    :extent [ a :Extent ;
            rdfs:label "59 pages" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "trade paperback" ;
            rdf:value "9781733657419" ],
        [ a :Lccn ;
            rdf:value "  2022932470" ] ;
    :instanceOf <https://dev.bcld.info/works/8858b315-6305-4fec-b7c3-cc5ea40287d7> ;
    :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." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Pond Road Press" ;
            bflc:simpleDate "[2022]" ;
            bflc:simplePlace "Washington, D.C." ;
            :date "2022"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/dcu> ] ;
    :publicationStatement "Washington, D.C.: Pond Road Press, [2022]" ;
    :responsibilityStatement "poems by Linda Blaskey & Jim Bourey" ;
    :title [ a :Title ;
            :mainTitle "Season of harvest" ] .

