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

<https://dev.bcld.info/instances/afcb802a-b6b6-43f0-b9d3-dcda2a0424dd> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783319149844" ] ;
    :instanceOf <https://dev.bcld.info/works/dd349af5-4a44-486d-a4e5-4975cb709d83> ;
    :title [ a :Title ;
            :mainTitle "Green Roof Ecosystems" ] .

