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

<https://dev.bcld.info/instances/db50b808-50cb-4ade-af39-2c063a8e2cae> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783662586006" ] ;
    :instanceOf <https://dev.bcld.info/works/68ccfb00-7b89-4d48-8f91-e3fb8b00b6bb> ;
    :title [ a :Title ;
            :mainTitle "World Internet Development Report 2017 : Translated by Peng Ping" ] .

