@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/90752> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Grand Duo Concertant in E-flat Major, Op. 48: 3. Rondo. Allegro" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004864> ;
    ns1:dateCreated "1815-1816" ;
    skos:exactMatch <https://musicbrainz.org/work/e65f4008-31c8-3707-8a6c-b17d5bca1385> .

