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

<https://dev.bcld.info/instances/469c5b3a-1004-4d80-a06a-291e09c4d186> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9780137564668" ] ;
    :instanceOf <https://dev.bcld.info/works/842281db-194f-4968-9d7c-707131b189a5> ;
    :title [ a :Title ;
            :mainTitle "Microsoft Azure Compute : the definitive guide" ] .

