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

<http://data.carnegiehall.org/events/41275/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade in G Major, K. 525, \"Eine kleine Nachtmusik\": 1. Allegro" ;
    ns3:cello <http://data.carnegiehall.org/names/46230> ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/69129> ;
    ns3:double_bass <http://data.carnegiehall.org/names/69453> ;
    ns3:piano <http://data.carnegiehall.org/names/28105> ;
    ns3:viola <http://data.carnegiehall.org/names/31227> ;
    ns3:violin <http://data.carnegiehall.org/names/22083>,
        <http://data.carnegiehall.org/names/63960> ;
    ns1:performer <http://data.carnegiehall.org/names/22083>,
        <http://data.carnegiehall.org/names/28105>,
        <http://data.carnegiehall.org/names/31227>,
        <http://data.carnegiehall.org/names/46230>,
        <http://data.carnegiehall.org/names/63960>,
        <http://data.carnegiehall.org/names/69129>,
        <http://data.carnegiehall.org/names/69453> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/30286> .

