@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/46504> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "3 Études, Op. 65: 3. Étude in G Major. Molto vivace" ;
    dcterms:creator <http://data.carnegiehall.org/names/50808> ;
    ns1:dateCreated "1911-1912" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2008000237>,
        <http://musicbrainz.org/work/b8957cb0-ba5f-423e-a30f-024b0568a44a> .

