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

<https://dev.bcld.info/instances/c89b2ea8-e1e3-42dc-932b-367f4b390016> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783319837727" ] ;
    :instanceOf <https://dev.bcld.info/works/9527aeee-0b25-4037-99d4-13e4d6513727> ;
    :title [ a :Title ;
            :mainTitle "Outlier Analysis" ] .

