@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/77171/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Einstein on the Beach: Knee Play 5" ;
    ns2:actor <http://data.carnegiehall.org/names/141682> ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/141690> ;
    ns2:electronic_keyboard <http://data.carnegiehall.org/names/141685>,
        <http://data.carnegiehall.org/names/141686> ;
    ns2:flute <http://data.carnegiehall.org/names/137571>,
        <http://data.carnegiehall.org/names/141457> ;
    ns2:percussion <http://data.carnegiehall.org/names/141687> ;
    ns2:soprano <http://data.carnegiehall.org/names/104216>,
        <http://data.carnegiehall.org/names/141678>,
        <http://data.carnegiehall.org/names/141679> ;
    ns2:viola <http://data.carnegiehall.org/names/141689> ;
    ns2:violin <http://data.carnegiehall.org/names/141688> ;
    ns1:performer <http://data.carnegiehall.org/names/104216>,
        <http://data.carnegiehall.org/names/137571>,
        <http://data.carnegiehall.org/names/141457>,
        <http://data.carnegiehall.org/names/141678>,
        <http://data.carnegiehall.org/names/141679>,
        <http://data.carnegiehall.org/names/141682>,
        <http://data.carnegiehall.org/names/141685>,
        <http://data.carnegiehall.org/names/141686>,
        <http://data.carnegiehall.org/names/141687>,
        <http://data.carnegiehall.org/names/141688>,
        <http://data.carnegiehall.org/names/141689>,
        <http://data.carnegiehall.org/names/141690> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/125118> .

