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

<http://data.carnegiehall.org/events/30610/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gesang der Geister über den Wassern, D. 714" ;
    ns1:cello <http://data.carnegiehall.org/names/11771>,
        <http://data.carnegiehall.org/names/16406>,
        <http://data.carnegiehall.org/names/18702>,
        <http://data.carnegiehall.org/names/37889>,
        <http://data.carnegiehall.org/names/39546>,
        <http://data.carnegiehall.org/names/45531> ;
    ns1:double_bass <http://data.carnegiehall.org/names/2983>,
        <http://data.carnegiehall.org/names/35832>,
        <http://data.carnegiehall.org/names/42875> ;
    ns1:viola <http://data.carnegiehall.org/names/23766>,
        <http://data.carnegiehall.org/names/24399>,
        <http://data.carnegiehall.org/names/34796>,
        <http://data.carnegiehall.org/names/38205>,
        <http://data.carnegiehall.org/names/39304>,
        <http://data.carnegiehall.org/names/4400> ;
    ns2:performer <http://data.carnegiehall.org/names/11771>,
        <http://data.carnegiehall.org/names/16406>,
        <http://data.carnegiehall.org/names/18702>,
        <http://data.carnegiehall.org/names/23766>,
        <http://data.carnegiehall.org/names/24399>,
        <http://data.carnegiehall.org/names/2983>,
        <http://data.carnegiehall.org/names/34796>,
        <http://data.carnegiehall.org/names/35832>,
        <http://data.carnegiehall.org/names/37889>,
        <http://data.carnegiehall.org/names/38205>,
        <http://data.carnegiehall.org/names/39304>,
        <http://data.carnegiehall.org/names/39546>,
        <http://data.carnegiehall.org/names/42875>,
        <http://data.carnegiehall.org/names/4400>,
        <http://data.carnegiehall.org/names/45531> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/22985> .

