@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/40602> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Trio in G Minor, Op. 17" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010839> ;
    ns1:dateCreated "1846" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Trio_(Clara_Schumann)>,
        <http://id.loc.gov/authorities/names/no96047060>,
        <http://musicbrainz.org/work/d866c709-fc3a-4e7d-a3af-3f27145937cd>,
        <http://www.wikidata.org/entity/Q18663732> .

