@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/14881/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Was mir behagt, ist nur die muntre Jagd!, BWV 208: 1. Recitative: Was mir behagt, ist nur die muntre Jagd!" ;
    ns2:french_horn <http://data.carnegiehall.org/names/19887>,
        <http://data.carnegiehall.org/names/29758> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/24480> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/39328> ;
    ns1:performer <http://data.carnegiehall.org/names/19887>,
        <http://data.carnegiehall.org/names/24480>,
        <http://data.carnegiehall.org/names/29758>,
        <http://data.carnegiehall.org/names/39328> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7624> .

