@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/45668> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Chromatic Fantasia and Fugue in D Minor, BWV 903" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns1:dateCreated "c. 1720" ;
    skos:exactMatch <http://dbpedia.org/resource/Chromatic_Fantasia_and_Fugue>,
        <http://id.loc.gov/authorities/names/n81104088>,
        <http://www.wikidata.org/entity/Q1087598>,
        <https://musicbrainz.org/work/7031bd90-b425-421f-b41d-211a76e56359> .

