@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/19411> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quintet No. 1 in F Major, Op. 88" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004316> ;
    ns1:dateCreated "1882" ;
    skos:exactMatch <http://dbpedia.org/resource/String_Quintet_No._1_(Brahms)>,
        <http://id.loc.gov/authorities/names/no97028527>,
        <http://www.wikidata.org/entity/Q3414636>,
        <https://musicbrainz.org/work/d5e55ad1-fe65-4a9b-abc8-1e93701c1db7> .

