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

<http://data.carnegiehall.org/events/35793/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Les Récréations de la Campagne" ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/9762> ;
    ns1:clavichord <http://data.carnegiehall.org/names/38319> ;
    ns1:double_bass <http://data.carnegiehall.org/names/14504> ;
    ns1:quinton <http://data.carnegiehall.org/names/41723> ;
    ns3:amore <http://data.carnegiehall.org/names/48117> ;
    ns1:viola_da_gamba <http://data.carnegiehall.org/names/8342> ;
    ns4:performer <http://data.carnegiehall.org/names/14504>,
        <http://data.carnegiehall.org/names/38319>,
        <http://data.carnegiehall.org/names/41723>,
        <http://data.carnegiehall.org/names/48117>,
        <http://data.carnegiehall.org/names/8342>,
        <http://data.carnegiehall.org/names/9762> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/27090> .

