@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/16439> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Isle of the Dead, Op. 29" ;
    dcterms:creator <http://data.carnegiehall.org/names/52002> ;
    ns1:dateCreated "1909" ;
    skos:exactMatch <http://dbpedia.org/resource/Isle_of_the_Dead_(Rachmaninoff)>,
        <http://id.loc.gov/authorities/names/n80137553>,
        <http://www.wikidata.org/entity/Q629711>,
        <https://musicbrainz.org/work/ab65bc19-0079-31a9-9521-5f6ea4c1c637> .

