@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/19583> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quintet No. 2 in G Major, Op. 111" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004316> ;
    ns1:dateCreated "1890" ;
    skos:exactMatch <http://dbpedia.org/resource/String_Quintet_No._2_(Brahms)>,
        <http://id.loc.gov/authorities/names/no97082961>,
        <http://www.wikidata.org/entity/Q3414637>,
        <https://musicbrainz.org/work/bf160ab8-c4e1-4cc8-a650-f8b3dfd568cf> .

