@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/ed21f410-6018-4622-bd20-7b2f5444e82c> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:16.812981+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/11281749> ;
            :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/> ] ;
    :extent [ a :Extent ;
            rdfs:label "1 volume" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "illustrations (chiefly advertisements)" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "sn 84028644 " ],
        [ a :OclcNumber ;
            rdf:value "ocm11284666 " ] ;
    :instanceOf <https://dev.bcld.info/works/f2bd5aaa-c9fa-4b5d-b8a7-6b37648b5378> ;
    :publicationStatement "Columbus, Ohio: Franklin Print. Co., 1854-1855" ;
    :title [ a :Title ;
            :mainTitle "Daily Ohio statesman and Democrat" ] .

