@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/15893> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Rhapsody on a Theme of Paganini, Op. 43" ;
    dcterms:creator <http://data.carnegiehall.org/names/52002> ;
    ns1:dateCreated "1934" ;
    skos:exactMatch <http://dbpedia.org/resource/Rhapsody_on_a_Theme_of_Paganini>,
        <http://id.loc.gov/authorities/names/n82011029>,
        <http://www.wikidata.org/entity/Q1330443>,
        <https://musicbrainz.org/work/17eea09b-0497-370c-a0a2-4f7f2d49300f> .

