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

<https://dev.bcld.info/instances/42dce7d1-3fe0-474d-a3d2-97e381540f80> a :Instance ;
    :identifiedBy [ a :Lccn ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "  2015940751" ],
        [ a :Isbn ;
            rdf:value "9783319149820" ] ;
    :instanceOf <https://dev.bcld.info/works/12ffd75d-2737-446a-87bc-d03a02301fe1> ;
    :title [ a :Title ;
            :mainTitle "Green roof ecosystems" ] .

