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

<https://dev.bcld.info/instances/7472cab6-d9a8-4147-bc38-701a9e1e57f6> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783319601489" ] ;
    :instanceOf <https://dev.bcld.info/works/e554d996-cf39-4c04-bb89-51ca0cf6a5d0> ;
    :title [ a :Title ;
            :mainTitle "Macroeconomic Theory" ] .

