@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/23927> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Variations, interlude et finale sur un thème de Rameau" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002664> ;
    ns1:dateCreated "c. 1899-1902" ;
    skos:exactMatch <http://dbpedia.org/resource/Variations,_Interlude_and_Finale_on_a_Theme_by_Rameau>,
        <http://id.loc.gov/authorities/names/n86867809>,
        <http://www.wikidata.org/entity/Q3554772>,
        <https://musicbrainz.org/work/11967944-3acb-4c4c-9cb5-4310488f8430> .

