@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/16405/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Nutcracker Suite, Op. 71a: Danse des Mirlitons" ;
    ns2:accordion <http://data.carnegiehall.org/names/17296>,
        <http://data.carnegiehall.org/names/18750>,
        <http://data.carnegiehall.org/names/27593>,
        <http://data.carnegiehall.org/names/58780> ;
    ns2:accordion_band <http://data.carnegiehall.org/names/54431> ;
    ns2:double_bass <http://data.carnegiehall.org/names/52424> ;
    ns1:performer <http://data.carnegiehall.org/names/17296>,
        <http://data.carnegiehall.org/names/18750>,
        <http://data.carnegiehall.org/names/27593>,
        <http://data.carnegiehall.org/names/52424>,
        <http://data.carnegiehall.org/names/54431>,
        <http://data.carnegiehall.org/names/58780> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27720> .

