@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/49193> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quartet in D Minor, Op. 56, \"Voces intimae\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001010> ;
    ns1:dateCreated "1909" ;
    skos:exactMatch <http://dbpedia.org/resource/Voces_intimae_(Sibelius)>,
        <http://id.loc.gov/authorities/names/n82047905>,
        <http://www.wikidata.org/entity/Q15849433>,
        <https://musicbrainz.org/work/f8c7787c-7120-4180-8ef2-0f544fdfb6a4> .

