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

<https://dev.bcld.info/instances/03b63e80-c60f-4b17-91ed-ca51abf77541> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783662575253" ] ;
    :instanceOf <https://dev.bcld.info/works/03468c68-40b1-4c62-b996-55d31f0adaf0> ;
    :title [ a :Title ;
            :mainTitle "World Internet Development Report 2017 : Translated by Peng Ping" ] .

