@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/30436> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Trio élégiaque No. 2, Op. 9" ;
    dcterms:creator <http://data.carnegiehall.org/names/52002> ;
    ns1:dateCreated "1893" ;
    skos:exactMatch <http://dbpedia.org/resource/Trio_%C3%A9l%C3%A9giaque_No._2_(Rachmaninoff)>,
        <http://id.loc.gov/authorities/names/n86138061>,
        <http://www.wikidata.org/entity/Q3539410>,
        <https://musicbrainz.org/work/0a2929f8-4589-4cb6-9913-676f74843dba> .

