@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/3338/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Chants d'Auvergne: Selection (unspecified)" ;
    ns1:clarinet <http://data.carnegiehall.org/names/2790> ;
    ns1:flute <http://data.carnegiehall.org/names/99047> ;
    ns1:oboe <http://data.carnegiehall.org/names/42091> ;
    ns1:piano <http://data.carnegiehall.org/names/1332> ;
    ns1:soprano <http://data.carnegiehall.org/names/19477> ;
    ns2:performer <http://data.carnegiehall.org/names/1332>,
        <http://data.carnegiehall.org/names/19477>,
        <http://data.carnegiehall.org/names/2790>,
        <http://data.carnegiehall.org/names/42091>,
        <http://data.carnegiehall.org/names/99047> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/21072> .

