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

<https://dev.bcld.info/instances/61866850-d455-4396-8a73-ace7b24418ee> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9783319475776" ] ;
    :instanceOf <https://dev.bcld.info/works/497bf0bb-c873-40ee-97f4-ad4240398838> ;
    :title [ a :Title ;
            :mainTitle "Outlier Analysis" ] .

