@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/12078> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "8 Etudes-tableaux, Op. 33" ;
    dcterms:creator <http://data.carnegiehall.org/names/52002> ;
    ns1:dateCreated "1911" ;
    skos:exactMatch <http://dbpedia.org/resource/%C3%89tudes-Tableaux,_Op._33>,
        <http://www.wikidata.org/entity/Q51237378>,
        <https://id.loc.gov/authorities/names/no96027746>,
        <https://musicbrainz.org/work/b54c2649-c9a3-4b09-8505-c07bd7552b28> .

