@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/73617> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Quartet in E-flat Major, Op. 87: 1. Allegro con fuoco" ;
    dcterms:creator <http://data.carnegiehall.org/names/10716> ;
    ns1:dateCreated "1889" ;
    skos:exactMatch <https://musicbrainz.org/work/ce9b86b7-d7fb-4eee-a791-ec585a79693c> .

