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

<https://dev.bcld.info/instances/20ff720f-817f-41c3-8220-3c6bd1be7ea2> a :Instance ;
    :identifiedBy [ a :Lccn ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "sn 85026406" ],
        [ a :Identifier ;
            :assigner [ a :Agent ;
                    :code "OCoLC" ] ;
            rdf:value "12206623" ] ;
    :instanceOf <https://dev.bcld.info/works/4e93c3f1-7e20-4000-b0fd-b8e84e95bc7d> ;
    :title [ a :Title ;
            :mainTitle "Daily Ohio State Democrat" ] .

