@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/31897/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Well-Tempered Clavier, Book I: Prelude and Fugue No. 3 in C-sharp Major, BWV 848" ;
    ns1:double_bass <http://data.carnegiehall.org/names/43700> ;
    ns1:drums <http://data.carnegiehall.org/names/9017> ;
    ns1:jazz_trio <http://data.carnegiehall.org/names/38082> ;
    ns1:piano <http://data.carnegiehall.org/names/14012> ;
    ns2:performer <http://data.carnegiehall.org/names/14012>,
        <http://data.carnegiehall.org/names/38082>,
        <http://data.carnegiehall.org/names/43700>,
        <http://data.carnegiehall.org/names/9017> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/73740> .

