@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/works/87354> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quintet No. 2 in G Major, Op. 111: 2. Adagio" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004316> ;
    ns1:dateCreated "1890" ;
    skos:exactMatch <https://musicbrainz.org/work/fce6a71e-6de1-35d7-a2fc-06ff4795ac48> .

