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

<https://dev.bcld.info/instances/e2ed2131-d6a7-4628-8b2a-36549470734b> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783319120324" ] ;
    :instanceOf <https://dev.bcld.info/works/fa8fff4a-7443-400d-bb6b-629a023e8677> ;
    :title [ a :Title ;
            :mainTitle "Pain, Emotion and Cognition : A Complex Nexus" ] .

