@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/51660/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "I Might Be" ;
    ns1:drums <http://data.carnegiehall.org/names/93882> ;
    ns1:piano <http://data.carnegiehall.org/names/78786>,
        <http://data.carnegiehall.org/names/93880>,
        <http://data.carnegiehall.org/names/93883> ;
    ns1:saxophone <http://data.carnegiehall.org/names/93881> ;
    ns1:trumpet <http://data.carnegiehall.org/names/93878>,
        <http://data.carnegiehall.org/names/93879> ;
    ns1:tuba <http://data.carnegiehall.org/names/80744> ;
    ns1:vocalist <http://data.carnegiehall.org/names/78786> ;
    ns2:performer <http://data.carnegiehall.org/names/78786>,
        <http://data.carnegiehall.org/names/80744>,
        <http://data.carnegiehall.org/names/93878>,
        <http://data.carnegiehall.org/names/93879>,
        <http://data.carnegiehall.org/names/93880>,
        <http://data.carnegiehall.org/names/93881>,
        <http://data.carnegiehall.org/names/93882>,
        <http://data.carnegiehall.org/names/93883> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/86833> .

