@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/14728/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ständchen, D. 920" ;
    ns1:alto <http://data.carnegiehall.org/names/53974>,
        <http://data.carnegiehall.org/names/9473> ;
    ns1:piano <http://data.carnegiehall.org/names/2441> ;
    ns1:soprano <http://data.carnegiehall.org/names/28851>,
        <http://data.carnegiehall.org/names/48035> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/22937> ;
    ns2:performer <http://data.carnegiehall.org/names/22937>,
        <http://data.carnegiehall.org/names/2441>,
        <http://data.carnegiehall.org/names/28851>,
        <http://data.carnegiehall.org/names/48035>,
        <http://data.carnegiehall.org/names/53974>,
        <http://data.carnegiehall.org/names/9473> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/30828> .

