@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/41775/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Introduction et allegro" ;
    ns1:cello <http://data.carnegiehall.org/names/63242> ;
    ns1:clarinet <http://data.carnegiehall.org/names/63350> ;
    ns1:flute <http://data.carnegiehall.org/names/35248> ;
    ns1:harp <http://data.carnegiehall.org/names/62599> ;
    ns1:viola <http://data.carnegiehall.org/names/70575> ;
    ns1:violin <http://data.carnegiehall.org/names/70573>,
        <http://data.carnegiehall.org/names/70574> ;
    ns2:performer <http://data.carnegiehall.org/names/35248>,
        <http://data.carnegiehall.org/names/62599>,
        <http://data.carnegiehall.org/names/63242>,
        <http://data.carnegiehall.org/names/63350>,
        <http://data.carnegiehall.org/names/70573>,
        <http://data.carnegiehall.org/names/70574>,
        <http://data.carnegiehall.org/names/70575> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47859> .

