@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@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" ;
    ns3:cello <http://data.carnegiehall.org/names/88853> ;
    ns3:clarinet <http://data.carnegiehall.org/names/71080> ;
    ns3:double_bass <http://data.carnegiehall.org/names/88857> ;
    ns3:flute <http://data.carnegiehall.org/names/88858> ;
    ns3:harmonium <http://data.carnegiehall.org/names/42777> ;
    ns3:percussion <http://data.carnegiehall.org/names/88859> ;
    ns3:piano <http://data.carnegiehall.org/names/33593> ;
    ns3:soprano <http://data.carnegiehall.org/names/57538> ;
    ns3:viola <http://data.carnegiehall.org/names/88856> ;
    ns3: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> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/82393> .

