@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/12697/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Introduction et allegro" ;
    ns1:cello <http://data.carnegiehall.org/names/22754> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/129388> ;
    ns1:clarinet <http://data.carnegiehall.org/names/48972> ;
    ns1:flute <http://data.carnegiehall.org/names/32271> ;
    ns1:harp <http://data.carnegiehall.org/names/37187> ;
    ns1:viola <http://data.carnegiehall.org/names/31411> ;
    ns1:violin <http://data.carnegiehall.org/names/31454>,
        <http://data.carnegiehall.org/names/48478> ;
    ns2:performer <http://data.carnegiehall.org/names/129388>,
        <http://data.carnegiehall.org/names/22754>,
        <http://data.carnegiehall.org/names/31411>,
        <http://data.carnegiehall.org/names/31454>,
        <http://data.carnegiehall.org/names/32271>,
        <http://data.carnegiehall.org/names/37187>,
        <http://data.carnegiehall.org/names/48478>,
        <http://data.carnegiehall.org/names/48972> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47859> .

