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

<https://dev.bcld.info/instances/65b7ae86-52c4-4f0a-a7eb-89d8676ee9f0> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783662575239" ] ;
    :instanceOf <https://dev.bcld.info/works/3c02fc22-374a-43ba-b714-64dacf705289> ;
    :title [ a :Title ;
            :mainTitle "World Internet Development Report 2017 : Translated by Peng Ping" ] .

