@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/3744/work_08> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Sinfonia No. 9, \"The Glass Bead Game: Magister Ludi\"" ;
    ns2:conductor <http://data.carnegiehall.org/names/52326> ;
    ns2:contralto <http://data.carnegiehall.org/names/57207> ;
    ns2:drums <http://data.carnegiehall.org/names/40281> ;
    ns2:narrator <http://data.carnegiehall.org/names/21393> ;
    ns2:organ <http://data.carnegiehall.org/names/53460> ;
    ns2:percussion <http://data.carnegiehall.org/names/20393> ;
    ns2:tenor <http://data.carnegiehall.org/names/15931> ;
    ns2:timpani <http://data.carnegiehall.org/names/18569> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/21581> ;
    ns2:xylophone <http://data.carnegiehall.org/names/43341> ;
    ns1:performer <http://data.carnegiehall.org/names/15931>,
        <http://data.carnegiehall.org/names/18569>,
        <http://data.carnegiehall.org/names/20393>,
        <http://data.carnegiehall.org/names/21393>,
        <http://data.carnegiehall.org/names/21581>,
        <http://data.carnegiehall.org/names/40281>,
        <http://data.carnegiehall.org/names/43341>,
        <http://data.carnegiehall.org/names/52326>,
        <http://data.carnegiehall.org/names/53460>,
        <http://data.carnegiehall.org/names/57207> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/2032> ;
    rdfs:comment "world premiere" .

