@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/35398/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Was mir behagt, ist nur die muntre Jagd!, BWV 208: 9. Aria: Schafe können sicher weiden" ;
    ns1:brass_quintet <http://data.carnegiehall.org/names/16003> ;
    ns1:french_horn <http://data.carnegiehall.org/names/37517> ;
    ns1:trombone <http://data.carnegiehall.org/names/34674> ;
    ns1:trumpet <http://data.carnegiehall.org/names/4256>,
        <http://data.carnegiehall.org/names/5185> ;
    ns1:tuba <http://data.carnegiehall.org/names/29748> ;
    ns2:performer <http://data.carnegiehall.org/names/16003>,
        <http://data.carnegiehall.org/names/29748>,
        <http://data.carnegiehall.org/names/34674>,
        <http://data.carnegiehall.org/names/37517>,
        <http://data.carnegiehall.org/names/4256>,
        <http://data.carnegiehall.org/names/5185> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/24404> .

