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

<https://dev.bcld.info/instances/b373c80a-8e67-4665-b039-f641a34c4475> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783319354439" ] ;
    :instanceOf <https://dev.bcld.info/works/fbdc84c8-115a-4deb-aed3-52cb41d7ed8f> ;
    :title [ a :Title ;
            :mainTitle "Green Roof Ecosystems" ] .

