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

<https://dev.bcld.info/instances/bb0a2b43-a750-4bf5-a169-7071b912c9c8> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783662575239" ],
        [ a :Lccn ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "  2018950206" ] ;
    :instanceOf <https://dev.bcld.info/works/5ce3e4ae-2aca-4479-b585-e38f10b01896> ;
    :title [ a :Title ;
            :mainTitle "World internet development report" ] .

