@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/37989/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Perpetuum for six players" ;
    ns2:cello <http://data.carnegiehall.org/names/56849> ;
    ns2:clarinet <http://data.carnegiehall.org/names/62683> ;
    ns2:conductor <http://data.carnegiehall.org/names/62750> ;
    ns2:flute <http://data.carnegiehall.org/names/38422> ;
    ns2:harp <http://data.carnegiehall.org/names/62747> ;
    ns2:percussion <http://data.carnegiehall.org/names/388> ;
    ns2:violin <http://data.carnegiehall.org/names/62749> ;
    ns1:performer <http://data.carnegiehall.org/names/38422>,
        <http://data.carnegiehall.org/names/388>,
        <http://data.carnegiehall.org/names/56849>,
        <http://data.carnegiehall.org/names/62683>,
        <http://data.carnegiehall.org/names/62747>,
        <http://data.carnegiehall.org/names/62749>,
        <http://data.carnegiehall.org/names/62750> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/60536> .

