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

<https://dev.bcld.info/instances/a07e8f66-2673-4ee4-8313-4b7ef7c01ab0> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783319297798" ] ;
    :instanceOf <https://dev.bcld.info/works/aea2c45c-fc83-4b85-a5ef-a978ba1a24e9> ;
    :title [ a :Title ;
            :mainTitle "Languages and Compilers for Parallel Computing : 28th International Workshop, LCPC 2015, Raleigh, NC, USA, September 9-11, 2015, Revised Selected Papers" ] .

