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

<https://dev.bcld.info/instances/b77d38ee-5041-48c5-a23a-af89f9480dd1> a :Instance ;
    :identifiedBy [ a :Lccn ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "cn2005300101" ],
        [ a :Identifier ;
            :assigner [ a :Agent ;
                    :code "OCoLC" ] ;
            rdf:value "57518542" ] ;
    :instanceOf <https://dev.bcld.info/works/6e328f11-87c7-4e8d-bafa-eed5a24d974e> ;
    :title [ a :Title ;
            :mainTitle "Allergy, asthma, and clinical immunology" ] .

