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

<https://dev.bcld.info/instances/76c75c4b-6aae-40e8-ac31-f19487985d52> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9789811083266" ],
        [ a :Lccn ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "  2018931456" ] ;
    :instanceOf <https://dev.bcld.info/works/324cc3e9-26b0-4000-8c5e-12d86a8edc65> ;
    :title [ a :Title ;
            :mainTitle "Fire retardancy behavior of polymer/clay nanocomposites" ] .

