@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/14456> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "6 Impromptus, Op. 7: 4. Impromptu in A Major. Allegro" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008775> ;
    ns1:dateCreated "1820" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2005017641>,
        <https://musicbrainz.org/work/7ea9cac9-106e-4d10-876c-9f12a4b371a4> .

