@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/53518> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Trio in E-flat Major, Op. 70, No. 2" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1808" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no97055061>,
        <http://www.wikidata.org/entity/Q15975830>,
        <https://musicbrainz.org/work/89684875-11ca-45a1-b91e-4aac5bed6747> .

