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

<http://data.carnegiehall.org/events/30043/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Art of the Fugue, BWV 1080: Contrapunctus IX: Fuga a 4 voci, alla duodecima" ;
    ns2:brass_quintet <http://data.carnegiehall.org/names/46167> ;
    ns2:french_horn <http://data.carnegiehall.org/names/34684> ;
    ns2:trombone <http://data.carnegiehall.org/names/34685> ;
    ns2:trumpet <http://data.carnegiehall.org/names/23365>,
        <http://data.carnegiehall.org/names/26684> ;
    ns2:tuba <http://data.carnegiehall.org/names/2011> ;
    ns1:performer <http://data.carnegiehall.org/names/2011>,
        <http://data.carnegiehall.org/names/23365>,
        <http://data.carnegiehall.org/names/26684>,
        <http://data.carnegiehall.org/names/34684>,
        <http://data.carnegiehall.org/names/34685>,
        <http://data.carnegiehall.org/names/46167> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/4423> .

