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

<https://dev.bcld.info/instances/e7271c94-8a7b-45ed-8b74-6d4331053fee> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783319149820" ] ;
    :instanceOf <https://dev.bcld.info/works/1711a631-4152-4cb0-ba5f-1a09b43e152c> ;
    :title [ a :Title ;
            :mainTitle "Green Roof Ecosystems" ] .

