@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/54486/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:baritone <http://data.carnegiehall.org/names/70690> ;
    ns2:bass <http://data.carnegiehall.org/names/99126> ;
    ns2:cello <http://data.carnegiehall.org/names/19333> ;
    ns2:clarinet <http://data.carnegiehall.org/names/81598>,
        <http://data.carnegiehall.org/names/97215>,
        <http://data.carnegiehall.org/names/99127> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/99124> ;
    ns2:piano <http://data.carnegiehall.org/names/80928> ;
    ns2:soprano <http://data.carnegiehall.org/names/80028> ;
    ns2:tenor <http://data.carnegiehall.org/names/99125> ;
    ns2:violin <http://data.carnegiehall.org/names/94155> ;
    ns1:performer <http://data.carnegiehall.org/names/19333>,
        <http://data.carnegiehall.org/names/70690>,
        <http://data.carnegiehall.org/names/80028>,
        <http://data.carnegiehall.org/names/80928>,
        <http://data.carnegiehall.org/names/81598>,
        <http://data.carnegiehall.org/names/94155>,
        <http://data.carnegiehall.org/names/97215>,
        <http://data.carnegiehall.org/names/99124>,
        <http://data.carnegiehall.org/names/99125>,
        <http://data.carnegiehall.org/names/99126>,
        <http://data.carnegiehall.org/names/99127> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

