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

<https://dev.bcld.info/instances/d264be18-e10f-4c3a-a746-79f7bc3082c2> a :Instance ;
    :identifiedBy [ a :Lccn ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "  2010233004" ],
        [ a :Identifier ;
            :assigner [ a :Agent ;
                    :code "OCoLC" ] ;
            rdf:value "60627093" ] ;
    :instanceOf <https://dev.bcld.info/works/d89851e7-62c2-4db2-8b8e-6a83ee2fbef2> ;
    :title [ a :Title ;
            :mainTitle "Foreign policy bulletin (Washington, D.C. : Online)" ] .

