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

<https://dev.bcld.info/instances/fd39d34b-9c53-4d76-8b5f-5a2c9f6c4b49> a :Instance ;
    :identifiedBy [ a :Identifier ;
            :assigner [ a :Agent ;
                    :code "OCoLC" ] ;
            rdf:value "11284766" ],
        [ a :Lccn ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "sn 84028647" ] ;
    :instanceOf <https://dev.bcld.info/works/4beb2625-7d2c-4ded-afeb-3519c6b4de09> ;
    :title [ a :Title ;
            :mainTitle "Semi-weekly Ohio statesman (Columbus, Ohio : 1852)" ] .

