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

<https://dev.bcld.info/instances/a148e6f1-2084-478b-b12e-b04cfb930160> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783319900407" ],
        [ a :Lccn ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "  2018941248" ] ;
    :instanceOf <https://dev.bcld.info/works/6096c240-dd6e-4744-ac16-014df392bf1b> ;
    :title [ a :Title ;
            :mainTitle "Characterizing space plasmas" ] .

