@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/4426/work_20> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:baritone <http://data.carnegiehall.org/names/32091> ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/76884> ;
    ns1:drums <http://data.carnegiehall.org/names/76882> ;
    ns1:keyboard <http://data.carnegiehall.org/names/76878> ;
    ns1:percussion <http://data.carnegiehall.org/names/65082> ;
    ns1:soprano <http://data.carnegiehall.org/names/76879>,
        <http://data.carnegiehall.org/names/76880> ;
    ns1:synthesizer <http://data.carnegiehall.org/names/30913>,
        <http://data.carnegiehall.org/names/51905>,
        <http://data.carnegiehall.org/names/76876>,
        <http://data.carnegiehall.org/names/76877> ;
    ns1:tenor <http://data.carnegiehall.org/names/76881> ;
    ns2:performer <http://data.carnegiehall.org/names/30913>,
        <http://data.carnegiehall.org/names/32091>,
        <http://data.carnegiehall.org/names/51905>,
        <http://data.carnegiehall.org/names/65082>,
        <http://data.carnegiehall.org/names/76876>,
        <http://data.carnegiehall.org/names/76877>,
        <http://data.carnegiehall.org/names/76878>,
        <http://data.carnegiehall.org/names/76879>,
        <http://data.carnegiehall.org/names/76880>,
        <http://data.carnegiehall.org/names/76881>,
        <http://data.carnegiehall.org/names/76882>,
        <http://data.carnegiehall.org/names/76884> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

