@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/43890/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selection (unspecified)" ;
    ns2:accordion <http://data.carnegiehall.org/names/75798> ;
    ns2:choir <http://data.carnegiehall.org/names/75795> ;
    ns2:conductor <http://data.carnegiehall.org/names/75800> ;
    ns2:director <http://data.carnegiehall.org/names/75796> ;
    ns2:piano <http://data.carnegiehall.org/names/42141> ;
    ns2:soprano <http://data.carnegiehall.org/names/75797> ;
    ns2:steel_drums <http://data.carnegiehall.org/names/75799> ;
    ns1:performer <http://data.carnegiehall.org/names/42141>,
        <http://data.carnegiehall.org/names/75795>,
        <http://data.carnegiehall.org/names/75796>,
        <http://data.carnegiehall.org/names/75797>,
        <http://data.carnegiehall.org/names/75798>,
        <http://data.carnegiehall.org/names/75799>,
        <http://data.carnegiehall.org/names/75800> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15727> .

