@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/60391/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Willy Wonka and The Chocolate Factory: Pure Imagination" ;
    ns1:choir <http://data.carnegiehall.org/names/104036>,
        <http://data.carnegiehall.org/names/112770>,
        <http://data.carnegiehall.org/names/112771>,
        <http://data.carnegiehall.org/names/67780>,
        <http://data.carnegiehall.org/names/72723>,
        <http://data.carnegiehall.org/names/76738>,
        <http://data.carnegiehall.org/names/87367>,
        <http://data.carnegiehall.org/names/95066> ;
    ns1:conductor <http://data.carnegiehall.org/names/104007> ;
    ns1:piano <http://data.carnegiehall.org/names/67781> ;
    ns2:performer <http://data.carnegiehall.org/names/104007>,
        <http://data.carnegiehall.org/names/104036>,
        <http://data.carnegiehall.org/names/112770>,
        <http://data.carnegiehall.org/names/112771>,
        <http://data.carnegiehall.org/names/67780>,
        <http://data.carnegiehall.org/names/67781>,
        <http://data.carnegiehall.org/names/72723>,
        <http://data.carnegiehall.org/names/76738>,
        <http://data.carnegiehall.org/names/87367>,
        <http://data.carnegiehall.org/names/95066> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/93869> .

