@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/53324/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:dancer <http://data.carnegiehall.org/names/96969> ;
    ns1:double_bass <http://data.carnegiehall.org/names/80501>,
        <http://data.carnegiehall.org/names/96968> ;
    ns1:guitar <http://data.carnegiehall.org/names/96966>,
        <http://data.carnegiehall.org/names/96971> ;
    ns1:host <http://data.carnegiehall.org/names/93743> ;
    ns1:percussion <http://data.carnegiehall.org/names/96965>,
        <http://data.carnegiehall.org/names/96967>,
        <http://data.carnegiehall.org/names/96969>,
        <http://data.carnegiehall.org/names/96972> ;
    ns1:piano <http://data.carnegiehall.org/names/66097> ;
    ns1:soprano <http://data.carnegiehall.org/names/96974> ;
    ns1:violin <http://data.carnegiehall.org/names/96973> ;
    ns1:vocalist <http://data.carnegiehall.org/names/96965>,
        <http://data.carnegiehall.org/names/96970>,
        <http://data.carnegiehall.org/names/96975> ;
    ns2:performer <http://data.carnegiehall.org/names/66097>,
        <http://data.carnegiehall.org/names/80501>,
        <http://data.carnegiehall.org/names/93743>,
        <http://data.carnegiehall.org/names/96965>,
        <http://data.carnegiehall.org/names/96966>,
        <http://data.carnegiehall.org/names/96967>,
        <http://data.carnegiehall.org/names/96968>,
        <http://data.carnegiehall.org/names/96969>,
        <http://data.carnegiehall.org/names/96970>,
        <http://data.carnegiehall.org/names/96971>,
        <http://data.carnegiehall.org/names/96972>,
        <http://data.carnegiehall.org/names/96973>,
        <http://data.carnegiehall.org/names/96974>,
        <http://data.carnegiehall.org/names/96975> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

