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

<https://dev.bcld.info/instances/b5339a4e-eae3-4b56-a619-039a71e756c2> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783319601489" ],
        [ a :Lccn ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "  2017954931" ] ;
    :instanceOf <https://dev.bcld.info/works/951ca28b-7470-4ba3-b2ac-99674fc6e6b5> ;
    :title [ a :Title ;
            :mainTitle "Macroeconomic theory" ] .

