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

<https://dev.bcld.info/instances/3edc4e11-0e5e-41c0-ba01-243fe4bd8d07> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783319120348" ] ;
    :instanceOf <https://dev.bcld.info/works/1f14a18f-548b-48da-ba24-f81d68c8d12a> ;
    :title [ a :Title ;
            :mainTitle "Pain, Emotion and Cognition : A Complex Nexus" ] .

