@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/50264/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:cello <http://data.carnegiehall.org/names/91870> ;
    ns1:piano <http://data.carnegiehall.org/names/91871> ;
    ns1:viola <http://data.carnegiehall.org/names/91869> ;
    ns1:violin <http://data.carnegiehall.org/names/66599>,
        <http://data.carnegiehall.org/names/80786>,
        <http://data.carnegiehall.org/names/91867> ;
    ns2:performer <http://data.carnegiehall.org/names/66599>,
        <http://data.carnegiehall.org/names/80786>,
        <http://data.carnegiehall.org/names/91867>,
        <http://data.carnegiehall.org/names/91869>,
        <http://data.carnegiehall.org/names/91870>,
        <http://data.carnegiehall.org/names/91871> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

