@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/54376/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Wiegenlied, Op. 49, No. 4" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/95222> ;
    ns2:cello <http://data.carnegiehall.org/names/100462> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/100467> ;
    ns2:double_bass <http://data.carnegiehall.org/names/95218> ;
    ns2:piano <http://data.carnegiehall.org/names/87226> ;
    ns2:soprano <http://data.carnegiehall.org/names/100461> ;
    ns2:trombone <http://data.carnegiehall.org/names/97586> ;
    ns2:viola <http://data.carnegiehall.org/names/89709> ;
    ns2:violin <http://data.carnegiehall.org/names/91362> ;
    ns1:performer <http://data.carnegiehall.org/names/100461>,
        <http://data.carnegiehall.org/names/100462>,
        <http://data.carnegiehall.org/names/100467>,
        <http://data.carnegiehall.org/names/87226>,
        <http://data.carnegiehall.org/names/89709>,
        <http://data.carnegiehall.org/names/91362>,
        <http://data.carnegiehall.org/names/95218>,
        <http://data.carnegiehall.org/names/95222>,
        <http://data.carnegiehall.org/names/97586> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/93691> .

