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

<https://dev.bcld.info/instances/198d18b3-0acd-4e0e-b1ce-ccd83d853273> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9789811341243" ] ;
    :instanceOf <https://dev.bcld.info/works/b6de1c83-feb7-4ea2-9e92-78e1fbaed62e> ;
    :title [ a :Title ;
            :mainTitle "Fire Retardancy Behavior of Polymer/Clay Nanocomposites" ] .

