@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/50143/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:cello <http://data.carnegiehall.org/names/91515> ;
    ns3:drums <http://data.carnegiehall.org/names/91521> ;
    ns3:guitar <http://data.carnegiehall.org/names/91517> ;
    ns3:harp <http://data.carnegiehall.org/names/2883> ;
    ns3:keyboard <http://data.carnegiehall.org/names/2883> ;
    ns3:mandolin <http://data.carnegiehall.org/names/91516> ;
    ns3:orchestra <http://data.carnegiehall.org/names/91511> ;
    ns3:piano <http://data.carnegiehall.org/names/91518> ;
    ns3:viola <http://data.carnegiehall.org/names/91513> ;
    ns3:violin <http://data.carnegiehall.org/names/91514>,
        <http://data.carnegiehall.org/names/91516> ;
    ns3:vocalist <http://data.carnegiehall.org/names/91514>,
        <http://data.carnegiehall.org/names/91519>,
        <http://data.carnegiehall.org/names/91520> ;
    ns2:performer <http://data.carnegiehall.org/names/2883>,
        <http://data.carnegiehall.org/names/91511>,
        <http://data.carnegiehall.org/names/91513>,
        <http://data.carnegiehall.org/names/91514>,
        <http://data.carnegiehall.org/names/91515>,
        <http://data.carnegiehall.org/names/91516>,
        <http://data.carnegiehall.org/names/91517>,
        <http://data.carnegiehall.org/names/91518>,
        <http://data.carnegiehall.org/names/91519>,
        <http://data.carnegiehall.org/names/91520>,
        <http://data.carnegiehall.org/names/91521> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/104450> .

