@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/34289> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quartet in B Minor, Op. 11" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005021> ;
    ns1:dateCreated "1936" ;
    skos:exactMatch <http://dbpedia.org/resource/String_Quartet_(Barber)>,
        <http://www.wikidata.org/entity/Q7623908>,
        <https://id.loc.gov/authorities/names/no97075357>,
        <https://musicbrainz.org/work/d2904a5a-68a9-4b80-85cb-2ad1c75c52fb> .

