@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/31209/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "4 Gesänge, Op. 17" ;
    ns1:piano <http://data.carnegiehall.org/names/59159> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/19414>,
        <http://data.carnegiehall.org/names/27862>,
        <http://data.carnegiehall.org/names/34269>,
        <http://data.carnegiehall.org/names/41988>,
        <http://data.carnegiehall.org/names/44020>,
        <http://data.carnegiehall.org/names/44987>,
        <http://data.carnegiehall.org/names/55862> ;
    ns1:violin <http://data.carnegiehall.org/names/47750> ;
    ns2:performer <http://data.carnegiehall.org/names/19414>,
        <http://data.carnegiehall.org/names/27862>,
        <http://data.carnegiehall.org/names/34269>,
        <http://data.carnegiehall.org/names/41988>,
        <http://data.carnegiehall.org/names/44020>,
        <http://data.carnegiehall.org/names/44987>,
        <http://data.carnegiehall.org/names/47750>,
        <http://data.carnegiehall.org/names/55862>,
        <http://data.carnegiehall.org/names/59159> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7486> .

