@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/100162> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "25 Études mélodiques, Op. 45: 18. Impatience. Allegro" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003300> ;
    ns1:dateCreated "1844" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2004110494>,
        <https://musicbrainz.org/work/95b19d13-9a28-4d59-814c-3a34f0e08ccf> .

