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

<https://dev.bcld.info/instances/f1a18d3b-8146-4e1b-9e37-c439fec6148d> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783319601502" ] ;
    :instanceOf <https://dev.bcld.info/works/e34bb952-0d28-45a8-b001-0a7be5f4c6ac> ;
    :title [ a :Title ;
            :mainTitle "Macroeconomic Theory" ] .

