@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/22323> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "3 Morceaux, Op. 48: 3. Étude héroïque" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001811> ;
    ns1:dateCreated "1909" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/nr2007008327>,
        <https://musicbrainz.org/work/ebd6d685-1f97-4f78-89f1-f3d4363c25a2> .

