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

<https://dev.bcld.info/instances/9f94c37a-4c00-4926-9f0c-15cd4141f67d> a :Instance ;
    :identifiedBy [ a :Identifier ;
            :assigner [ a :Agent ;
                    :code "OCoLC" ] ;
            rdf:value "34053686" ],
        [ a :Lccn ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "sn 96047080" ] ;
    :instanceOf <https://dev.bcld.info/works/9e5f15dc-ef51-46e8-9108-76a085a30c11> ;
    :title [ a :Title ;
            :mainTitle "Computer Spezial" ] .

