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

<http://data.carnegiehall.org/events/74824/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "You're All I Need to Get By" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/133813> ;
    ns2:choir <http://data.carnegiehall.org/names/113091> ;
    ns2:conductor <http://data.carnegiehall.org/names/113071> ;
    ns2:drums <http://data.carnegiehall.org/names/117392> ;
    ns2:piano <http://data.carnegiehall.org/names/130448> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/133817> ;
    ns2:trombone <http://data.carnegiehall.org/names/111565>,
        <http://data.carnegiehall.org/names/133816> ;
    ns2:trumpet <http://data.carnegiehall.org/names/133814>,
        <http://data.carnegiehall.org/names/133815> ;
    ns1:performer <http://data.carnegiehall.org/names/111565>,
        <http://data.carnegiehall.org/names/113071>,
        <http://data.carnegiehall.org/names/113091>,
        <http://data.carnegiehall.org/names/117392>,
        <http://data.carnegiehall.org/names/130448>,
        <http://data.carnegiehall.org/names/133813>,
        <http://data.carnegiehall.org/names/133814>,
        <http://data.carnegiehall.org/names/133815>,
        <http://data.carnegiehall.org/names/133816>,
        <http://data.carnegiehall.org/names/133817> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102214> .

