@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/22097/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Wiehe des Liedes, Op. 14" ;
    ns1:baritone <http://data.carnegiehall.org/names/32026>,
        <http://data.carnegiehall.org/names/39562>,
        <http://data.carnegiehall.org/names/8158> ;
    ns1:choir <http://data.carnegiehall.org/names/13779> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/8337> ;
    ns2:performer <http://data.carnegiehall.org/names/13779>,
        <http://data.carnegiehall.org/names/32026>,
        <http://data.carnegiehall.org/names/39562>,
        <http://data.carnegiehall.org/names/8158>,
        <http://data.carnegiehall.org/names/8337> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/39856> .

