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

<http://data.carnegiehall.org/events/7821/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Süßer Trost, mein Jesus kömmt, BWV 151: 1. Aria: Süßer Trost, mein Jesus kömmt" ;
    ns2:cello <http://data.carnegiehall.org/names/52473> ;
    ns2:flute <http://data.carnegiehall.org/names/55779> ;
    ns4:amore <http://data.carnegiehall.org/names/35978> ;
    ns2:soprano <http://data.carnegiehall.org/names/46280> ;
    ns1:performer <http://data.carnegiehall.org/names/35978>,
        <http://data.carnegiehall.org/names/46280>,
        <http://data.carnegiehall.org/names/52473>,
        <http://data.carnegiehall.org/names/55779> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47628> .

