@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/21503> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Trio No. 1, Op. 35" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005415> ;
    ns1:dateCreated "1926" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q3539347>,
        <https://id.loc.gov/authorities/names/no95014190>,
        <https://musicbrainz.org/work/7151c4e1-ff50-4a2a-8d5d-712cdefa79ce> .

