@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/26329/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Art of the Fugue, BWV 1080: Contrapunctus IX: Fuga a 4 voci, alla duodecima" ;
    ns1:french_horn <http://data.carnegiehall.org/names/20702>,
        <http://data.carnegiehall.org/names/29456> ;
    ns1:trombone <http://data.carnegiehall.org/names/33558>,
        <http://data.carnegiehall.org/names/35787>,
        <http://data.carnegiehall.org/names/45387> ;
    ns1:trumpet <http://data.carnegiehall.org/names/27595>,
        <http://data.carnegiehall.org/names/57812> ;
    ns1:tuba <http://data.carnegiehall.org/names/9930> ;
    ns2:performer <http://data.carnegiehall.org/names/20702>,
        <http://data.carnegiehall.org/names/27595>,
        <http://data.carnegiehall.org/names/29456>,
        <http://data.carnegiehall.org/names/33558>,
        <http://data.carnegiehall.org/names/35787>,
        <http://data.carnegiehall.org/names/45387>,
        <http://data.carnegiehall.org/names/57812>,
        <http://data.carnegiehall.org/names/9930> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/4423> .

