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

<http://data.carnegiehall.org/events/53648/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The River is Blue: The River is So Blue" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/95222>,
        <http://data.carnegiehall.org/names/95225> ;
    ns1:cello <http://data.carnegiehall.org/names/97585> ;
    ns1:double_bass <http://data.carnegiehall.org/names/95218> ;
    ns1:drums <http://data.carnegiehall.org/names/95219> ;
    ns1:piano <http://data.carnegiehall.org/names/95221>,
        <http://data.carnegiehall.org/names/95223> ;
    ns1:soprano <http://data.carnegiehall.org/names/95220> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/97587> ;
    ns1:trombone <http://data.carnegiehall.org/names/97586> ;
    ns1:viola <http://data.carnegiehall.org/names/97584> ;
    ns1:violin <http://data.carnegiehall.org/names/97582>,
        <http://data.carnegiehall.org/names/97583> ;
    ns3:performer <http://data.carnegiehall.org/names/95218>,
        <http://data.carnegiehall.org/names/95219>,
        <http://data.carnegiehall.org/names/95220>,
        <http://data.carnegiehall.org/names/95221>,
        <http://data.carnegiehall.org/names/95222>,
        <http://data.carnegiehall.org/names/95223>,
        <http://data.carnegiehall.org/names/95225>,
        <http://data.carnegiehall.org/names/97582>,
        <http://data.carnegiehall.org/names/97583>,
        <http://data.carnegiehall.org/names/97584>,
        <http://data.carnegiehall.org/names/97585>,
        <http://data.carnegiehall.org/names/97586>,
        <http://data.carnegiehall.org/names/97587> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/90816> .

