@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/49412/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Cassation" ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/90123> ;
    ns2:flute <http://data.carnegiehall.org/names/65572>,
        <http://data.carnegiehall.org/names/66469>,
        <http://data.carnegiehall.org/names/90124>,
        <http://data.carnegiehall.org/names/90125>,
        <http://data.carnegiehall.org/names/90126>,
        <http://data.carnegiehall.org/names/90127>,
        <http://data.carnegiehall.org/names/90128>,
        <http://data.carnegiehall.org/names/90129>,
        <http://data.carnegiehall.org/names/90130>,
        <http://data.carnegiehall.org/names/90131>,
        <http://data.carnegiehall.org/names/90132> ;
    ns1:performer <http://data.carnegiehall.org/names/65572>,
        <http://data.carnegiehall.org/names/66469>,
        <http://data.carnegiehall.org/names/90123>,
        <http://data.carnegiehall.org/names/90124>,
        <http://data.carnegiehall.org/names/90125>,
        <http://data.carnegiehall.org/names/90126>,
        <http://data.carnegiehall.org/names/90127>,
        <http://data.carnegiehall.org/names/90128>,
        <http://data.carnegiehall.org/names/90129>,
        <http://data.carnegiehall.org/names/90130>,
        <http://data.carnegiehall.org/names/90131>,
        <http://data.carnegiehall.org/names/90132> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/83685> .

