@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/46020/work_04> 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/53238>,
        <http://data.carnegiehall.org/names/63035> ;
    ns1:double_bass <http://data.carnegiehall.org/names/17739> ;
    ns1:viola <http://data.carnegiehall.org/names/13378>,
        <http://data.carnegiehall.org/names/54730>,
        <http://data.carnegiehall.org/names/76752> ;
    ns1:violin <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/31340>,
        <http://data.carnegiehall.org/names/35778>,
        <http://data.carnegiehall.org/names/51439>,
        <http://data.carnegiehall.org/names/55375>,
        <http://data.carnegiehall.org/names/58650>,
        <http://data.carnegiehall.org/names/60962>,
        <http://data.carnegiehall.org/names/72358>,
        <http://data.carnegiehall.org/names/72360>,
        <http://data.carnegiehall.org/names/75550> ;
    ns2:performer <http://data.carnegiehall.org/names/13378>,
        <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/17739>,
        <http://data.carnegiehall.org/names/31340>,
        <http://data.carnegiehall.org/names/35778>,
        <http://data.carnegiehall.org/names/51439>,
        <http://data.carnegiehall.org/names/53238>,
        <http://data.carnegiehall.org/names/54730>,
        <http://data.carnegiehall.org/names/55375>,
        <http://data.carnegiehall.org/names/58650>,
        <http://data.carnegiehall.org/names/60962>,
        <http://data.carnegiehall.org/names/63035>,
        <http://data.carnegiehall.org/names/72358>,
        <http://data.carnegiehall.org/names/72360>,
        <http://data.carnegiehall.org/names/75550>,
        <http://data.carnegiehall.org/names/76752> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/37953> .

