@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/1769/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade in G Major, K. 525, \"Eine kleine Nachtmusik\"" ;
    ns1:cello <http://data.carnegiehall.org/names/37503> ;
    ns1:double_bass <http://data.carnegiehall.org/names/62699> ;
    ns1:viola <http://data.carnegiehall.org/names/52961>,
        <http://data.carnegiehall.org/names/71972> ;
    ns1:violin <http://data.carnegiehall.org/names/13249>,
        <http://data.carnegiehall.org/names/42553>,
        <http://data.carnegiehall.org/names/63701>,
        <http://data.carnegiehall.org/names/71969>,
        <http://data.carnegiehall.org/names/71970>,
        <http://data.carnegiehall.org/names/71971> ;
    ns2:performer <http://data.carnegiehall.org/names/13249>,
        <http://data.carnegiehall.org/names/37503>,
        <http://data.carnegiehall.org/names/42553>,
        <http://data.carnegiehall.org/names/52961>,
        <http://data.carnegiehall.org/names/62699>,
        <http://data.carnegiehall.org/names/63701>,
        <http://data.carnegiehall.org/names/71969>,
        <http://data.carnegiehall.org/names/71970>,
        <http://data.carnegiehall.org/names/71971>,
        <http://data.carnegiehall.org/names/71972> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/37953> .

