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

<https://dev.bcld.info/instances/1ba0c837-bf41-45bc-a43f-73a77f352f3d> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783319297774" ] ;
    :instanceOf <https://dev.bcld.info/works/122a7e3d-4540-4701-b0b0-5441a2c32f29> ;
    :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" ] .

