@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/48375/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ophelia-Lieder, WoO 22 Posth." ;
    ns1:cello <http://data.carnegiehall.org/names/83114> ;
    ns1:clarinet <http://data.carnegiehall.org/names/66513>,
        <http://data.carnegiehall.org/names/73284> ;
    ns1:double_bass <http://data.carnegiehall.org/names/82575> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/84574> ;
    ns1:viola <http://data.carnegiehall.org/names/35610> ;
    ns3:performer <http://data.carnegiehall.org/names/35610>,
        <http://data.carnegiehall.org/names/66513>,
        <http://data.carnegiehall.org/names/73284>,
        <http://data.carnegiehall.org/names/82575>,
        <http://data.carnegiehall.org/names/83114>,
        <http://data.carnegiehall.org/names/84574> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/81436> .

