@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/3581/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Piano Trio No. 1 in D Minor, Op. 29: 2. Andante con molto tranquillo" ;
    ns1:cello <http://data.carnegiehall.org/names/2771> ;
    ns1:piano <http://data.carnegiehall.org/names/42203> ;
    ns1:piano_trio <http://data.carnegiehall.org/names/42857> ;
    ns1:violin <http://data.carnegiehall.org/names/17163> ;
    ns2:performer <http://data.carnegiehall.org/names/17163>,
        <http://data.carnegiehall.org/names/2771>,
        <http://data.carnegiehall.org/names/42203>,
        <http://data.carnegiehall.org/names/42857> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34364> .

