@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/32601/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Noonward Race" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/78265> ;
    ns1:drums <http://data.carnegiehall.org/names/36696> ;
    ns1:guitar <http://data.carnegiehall.org/names/34392> ;
    ns1:jazz_quintet <http://data.carnegiehall.org/names/17836> ;
    ns1:keyboard <http://data.carnegiehall.org/names/78264> ;
    ns1:violin <http://data.carnegiehall.org/names/78263> ;
    ns2:performer <http://data.carnegiehall.org/names/17836>,
        <http://data.carnegiehall.org/names/34392>,
        <http://data.carnegiehall.org/names/36696>,
        <http://data.carnegiehall.org/names/78263>,
        <http://data.carnegiehall.org/names/78264>,
        <http://data.carnegiehall.org/names/78265> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/105215> .

