@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/17514> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quintet No. 2 in B-flat Major, Op. 87" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010675> ;
    ns1:dateCreated "1845" ;
    skos:exactMatch <http://dbpedia.org/resource/String_Quintet_No._2_(Mendelssohn)>,
        <http://id.loc.gov/authorities/names/no95023638>,
        <https://musicbrainz.org/work/8c33088a-9f66-4173-8f3a-b8969e344d6d> .

