@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/24836> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "2 Pieces from Kuolema, Op. 44: 1. Valse triste. Lento" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001010> ;
    ns1:dateCreated "1903-1904" ;
    skos:exactMatch <http://dbpedia.org/resource/Valse_triste_(Sibelius)>,
        <http://www.wikidata.org/entity/Q952481>,
        <https://id.loc.gov/authorities/n82001461>,
        <https://musicbrainz.org/work/176827c6-c37d-3e24-81e8-8b1a4ba09b61> .

