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

<http://data.carnegiehall.org/events/44553/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Si Paré" ;
    ns3:banjo <http://data.carnegiehall.org/names/77552> ;
    ns3:clarinet <http://data.carnegiehall.org/names/77557>,
        <http://data.carnegiehall.org/names/77558> ;
    ns3:double_bass <http://data.carnegiehall.org/names/75008> ;
    ns3:drums <http://data.carnegiehall.org/names/77554> ;
    ns3:guitar <http://data.carnegiehall.org/names/77552> ;
    ns3:jazz_ensemble <http://data.carnegiehall.org/names/77551> ;
    ns3:piano <http://data.carnegiehall.org/names/77553> ;
    ns3:saxophone <http://data.carnegiehall.org/names/77557>,
        <http://data.carnegiehall.org/names/77558> ;
    ns3:trumpet <http://data.carnegiehall.org/names/77555>,
        <http://data.carnegiehall.org/names/77556> ;
    ns3:vocalist <http://data.carnegiehall.org/names/77552> ;
    ns2:performer <http://data.carnegiehall.org/names/75008>,
        <http://data.carnegiehall.org/names/77551>,
        <http://data.carnegiehall.org/names/77552>,
        <http://data.carnegiehall.org/names/77553>,
        <http://data.carnegiehall.org/names/77554>,
        <http://data.carnegiehall.org/names/77555>,
        <http://data.carnegiehall.org/names/77556>,
        <http://data.carnegiehall.org/names/77557>,
        <http://data.carnegiehall.org/names/77558> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/73638> .

