@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/49746> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Fantasia and Fugue on the Theme B-A-C-H, S. 529 (R. 22)" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001205> ;
    ns1:dateCreated "1870" ;
    skos:exactMatch <http://dbpedia.org/resource/Fantasy_and_Fugue_on_the_Theme_B-A-C-H>,
        <http://id.loc.gov/authorities/names/n87120581>,
        <http://www.wikidata.org/entity/Q754371>,
        <https://musicbrainz.org/work/c988ee09-0849-454d-bd27-9ef7a222538d> .

