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

<http://data.carnegiehall.org/events/20892/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "No No Nanette: Tea for Two" ;
    ns3:double_bass <http://data.carnegiehall.org/names/5485> ;
    ns3:drums <http://data.carnegiehall.org/names/42289> ;
    ns3:guitar <http://data.carnegiehall.org/names/52517> ;
    ns3:host <http://data.carnegiehall.org/names/51829> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/56711> ;
    ns3:trombone <http://data.carnegiehall.org/names/28262> ;
    ns1:performer <http://data.carnegiehall.org/names/28262>,
        <http://data.carnegiehall.org/names/42289>,
        <http://data.carnegiehall.org/names/51829>,
        <http://data.carnegiehall.org/names/52517>,
        <http://data.carnegiehall.org/names/5485>,
        <http://data.carnegiehall.org/names/56711> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/56254> .

