@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/48924/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Lieder eines fahrenden Gesellen" ;
    ns2:cello <http://data.carnegiehall.org/names/88853> ;
    ns2:clarinet <http://data.carnegiehall.org/names/71080> ;
    ns2:double_bass <http://data.carnegiehall.org/names/88857> ;
    ns2:flute <http://data.carnegiehall.org/names/88858> ;
    ns2:harmonium <http://data.carnegiehall.org/names/42777> ;
    ns2:percussion <http://data.carnegiehall.org/names/88859> ;
    ns2:piano <http://data.carnegiehall.org/names/33593> ;
    ns2:soprano <http://data.carnegiehall.org/names/57538> ;
    ns2:viola <http://data.carnegiehall.org/names/88856> ;
    ns2:violin <http://data.carnegiehall.org/names/88854>,
        <http://data.carnegiehall.org/names/88855> ;
    ns1:performer <http://data.carnegiehall.org/names/33593>,
        <http://data.carnegiehall.org/names/42777>,
        <http://data.carnegiehall.org/names/57538>,
        <http://data.carnegiehall.org/names/71080>,
        <http://data.carnegiehall.org/names/88853>,
        <http://data.carnegiehall.org/names/88854>,
        <http://data.carnegiehall.org/names/88855>,
        <http://data.carnegiehall.org/names/88856>,
        <http://data.carnegiehall.org/names/88857>,
        <http://data.carnegiehall.org/names/88858>,
        <http://data.carnegiehall.org/names/88859> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/82393> .

