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

<https://dev.bcld.info/instances/04f9711c-7515-4f0e-a3d3-d042bd7e9d32> a :Instance ;
    :identifiedBy [ a :Lccn ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "  2018948713" ],
        [ a :Isbn ;
            rdf:value "9783319958422" ] ;
    :instanceOf <https://dev.bcld.info/works/5ead02ed-648c-474a-a2a3-3dbd4e8d76fa> ;
    :title [ a :Title ;
            :mainTitle "Computational methods to study the structure and dynamics of biomolecules and biomolecular processes" ] .

