@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/31978/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "What Now My Love" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/114979> ;
    ns1:flute <http://data.carnegiehall.org/names/114980> ;
    ns1:guitar <http://data.carnegiehall.org/names/114976>,
        <http://data.carnegiehall.org/names/114977>,
        <http://data.carnegiehall.org/names/114978> ;
    ns1:percussion <http://data.carnegiehall.org/names/114975> ;
    ns1:piano <http://data.carnegiehall.org/names/114974> ;
    ns1:saxophone <http://data.carnegiehall.org/names/114980> ;
    ns1:trombone <http://data.carnegiehall.org/names/114982> ;
    ns1:trumpet <http://data.carnegiehall.org/names/114981> ;
    ns1:vocalist <http://data.carnegiehall.org/names/4942> ;
    ns2:performer <http://data.carnegiehall.org/names/114974>,
        <http://data.carnegiehall.org/names/114975>,
        <http://data.carnegiehall.org/names/114976>,
        <http://data.carnegiehall.org/names/114977>,
        <http://data.carnegiehall.org/names/114978>,
        <http://data.carnegiehall.org/names/114979>,
        <http://data.carnegiehall.org/names/114980>,
        <http://data.carnegiehall.org/names/114981>,
        <http://data.carnegiehall.org/names/114982>,
        <http://data.carnegiehall.org/names/4942> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/116721> .

