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

<https://dev.bcld.info/instances/d4f57aea-a271-4c6d-8326-d31c02dbf224> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9789811028144" ],
        [ a :Lccn ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "  2016954013" ] ;
    :instanceOf <https://dev.bcld.info/works/87a78b43-5f12-4dca-93f2-2a1c7cb8397a> ;
    :title [ a :Title ;
            :mainTitle "Sustainable development goals in the Asian context" ] .

