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

<https://dev.bcld.info/instances/c36b21a2-34d9-49d8-974a-4f5b1693809c> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783319475790" ] ;
    :instanceOf <https://dev.bcld.info/works/ec14f1d1-bbb2-4421-938e-357290aef65c> ;
    :title [ a :Title ;
            :mainTitle "Outlier Analysis" ] .

