@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/40717/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Rain, Keep on Falling" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/68194> ;
    ns2:piano <http://data.carnegiehall.org/names/68193> ;
    ns2:trombone <http://data.carnegiehall.org/names/68197> ;
    ns2:violin <http://data.carnegiehall.org/names/68190>,
        <http://data.carnegiehall.org/names/68191> ;
    ns1:performer <http://data.carnegiehall.org/names/68190>,
        <http://data.carnegiehall.org/names/68191>,
        <http://data.carnegiehall.org/names/68193>,
        <http://data.carnegiehall.org/names/68194>,
        <http://data.carnegiehall.org/names/68197> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/64965> .

