@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/70210/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Tuning Meditation" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/127456> ;
    ns1:electronics <http://data.carnegiehall.org/names/127455> ;
    ns1:flute <http://data.carnegiehall.org/names/87411> ;
    ns1:percussion <http://data.carnegiehall.org/names/43335>,
        <http://data.carnegiehall.org/names/95291> ;
    ns1:prepared_piano <http://data.carnegiehall.org/names/84860> ;
    ns1:vocalist <http://data.carnegiehall.org/names/127454> ;
    ns2:performer <http://data.carnegiehall.org/names/127454>,
        <http://data.carnegiehall.org/names/127455>,
        <http://data.carnegiehall.org/names/127456>,
        <http://data.carnegiehall.org/names/43335>,
        <http://data.carnegiehall.org/names/84860>,
        <http://data.carnegiehall.org/names/87411>,
        <http://data.carnegiehall.org/names/95291> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/112655> .

