@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/29501/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bass <http://data.carnegiehall.org/names/51803> ;
    ns1:organ <http://data.carnegiehall.org/names/22245> ;
    ns1:piano <http://data.carnegiehall.org/names/17055>,
        <http://data.carnegiehall.org/names/93240> ;
    ns1:tenor <http://data.carnegiehall.org/names/1752> ;
    ns1:unspecified_instrument <http://data.carnegiehall.org/names/93237>,
        <http://data.carnegiehall.org/names/93238>,
        <http://data.carnegiehall.org/names/93239> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/39012> ;
    ns2:performer <http://data.carnegiehall.org/names/17055>,
        <http://data.carnegiehall.org/names/1752>,
        <http://data.carnegiehall.org/names/22245>,
        <http://data.carnegiehall.org/names/39012>,
        <http://data.carnegiehall.org/names/51803>,
        <http://data.carnegiehall.org/names/93237>,
        <http://data.carnegiehall.org/names/93238>,
        <http://data.carnegiehall.org/names/93239>,
        <http://data.carnegiehall.org/names/93240> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

