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

<https://dev.bcld.info/instances/e7ff9b3a-adc2-476c-87e2-14efeb608756> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783319408910" ],
        [ a :Lccn ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "  2016947721" ] ;
    :instanceOf <https://dev.bcld.info/works/f57883ef-1fc5-46cf-b0c9-cabf7ff1983a> ;
    :title [ a :Title ;
            :mainTitle "Metadata : shaping knowledge from antiquity to the semantic web" ] .

