@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/6841/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Godchild" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/46724> ;
    ns3:baritone_saxophone <http://data.carnegiehall.org/names/13471> ;
    ns3:clarinet <http://data.carnegiehall.org/names/35205> ;
    ns3:double_bass <http://data.carnegiehall.org/names/35596> ;
    ns3:drums <http://data.carnegiehall.org/names/15404> ;
    ns3:french_horn <http://data.carnegiehall.org/names/11155> ;
    ns3:piano <http://data.carnegiehall.org/names/49668> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/35205> ;
    ns3:trumpet <http://data.carnegiehall.org/names/2846>,
        <http://data.carnegiehall.org/names/5618> ;
    ns3:valve_trombone <http://data.carnegiehall.org/names/37686> ;
    ns1:performer <http://data.carnegiehall.org/names/11155>,
        <http://data.carnegiehall.org/names/13471>,
        <http://data.carnegiehall.org/names/15404>,
        <http://data.carnegiehall.org/names/2846>,
        <http://data.carnegiehall.org/names/35205>,
        <http://data.carnegiehall.org/names/35596>,
        <http://data.carnegiehall.org/names/37686>,
        <http://data.carnegiehall.org/names/46724>,
        <http://data.carnegiehall.org/names/49668>,
        <http://data.carnegiehall.org/names/5618> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/108157> .

