@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://dev.bcld.info/instances/eb2348e3-6b47-4748-9ec5-325a894495c3> a :Instance ;
    :identifiedBy [ a :Lccn ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "sn 84028638" ],
        [ a :Identifier ;
            :assigner [ a :Agent ;
                    :code "OCoLC" ] ;
            rdf:value "11281443" ] ;
    :instanceOf <https://dev.bcld.info/works/7e1b5970-b445-4f52-b500-75df7529346c> ;
    :title [ a :Title ;
            :mainTitle "Semi-weekly Ohio statesman (Columbus, Ohio : 1844)" ] .

