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

<http://data.carnegiehall.org/events/48076/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Imbrications" ;
    ns3:cello <http://data.carnegiehall.org/names/86196> ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/66500> ;
    ns3:clarinet <http://data.carnegiehall.org/names/78877> ;
    ns3:conductor <http://data.carnegiehall.org/names/66501> ;
    ns3:flute <http://data.carnegiehall.org/names/68153> ;
    ns3:percussion <http://data.carnegiehall.org/names/51672> ;
    ns3:piano <http://data.carnegiehall.org/names/58366> ;
    ns3:violin <http://data.carnegiehall.org/names/36834> ;
    ns1:performer <http://data.carnegiehall.org/names/36834>,
        <http://data.carnegiehall.org/names/51672>,
        <http://data.carnegiehall.org/names/58366>,
        <http://data.carnegiehall.org/names/66500>,
        <http://data.carnegiehall.org/names/66501>,
        <http://data.carnegiehall.org/names/68153>,
        <http://data.carnegiehall.org/names/78877>,
        <http://data.carnegiehall.org/names/86196> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/80797> .

