@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/45302/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Licht und Liebe, D. 352" ;
    ns1:piano <http://data.carnegiehall.org/names/1117> ;
    ns1:soprano <http://data.carnegiehall.org/names/43492> ;
    ns1:tenor <http://data.carnegiehall.org/names/7061> ;
    ns2:performer <http://data.carnegiehall.org/names/1117>,
        <http://data.carnegiehall.org/names/43492>,
        <http://data.carnegiehall.org/names/7061> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/25716> .

