@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/108998> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "12 Etudes in the Minor Keys, Op. 39: 12. Le Festin d'Ésope" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002861> ;
    ns1:dateCreated "1857" ;
    skos:exactMatch <http://dbpedia.org/resource/Le_festin_d'%C3%89sope>,
        <http://www.wikidata.org/entity/Q6508017>,
        <https://id.loc.gov/authorities/names/n85106042>,
        <https://musicbrainz.org/work/48e6ff6e-03bc-33fd-82a3-c95b2aad1a29> .

