@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/23473> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "8 Études, Op. 42: 3. Étude in F-sharp Major. Prestissimo" ;
    dcterms:creator <http://data.carnegiehall.org/names/50808> ;
    ns1:dateCreated "1903" ;
    skos:exactMatch <http://musicbrainz.org/work/f27630ea-40e5-4241-b822-2376c8ec1ed4>,
        <https://id.loc.gov/authorities/names/n2014067800> .

