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

<http://data.carnegiehall.org/events/592/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade in G Major, K. 525, \"Eine kleine Nachtmusik\": 4. Rondo" ;
    ns2:lute <http://data.carnegiehall.org/names/94717>,
        <http://data.carnegiehall.org/names/94718>,
        <http://data.carnegiehall.org/names/94719>,
        <http://data.carnegiehall.org/names/94720> ;
    ns2:quartet <http://data.carnegiehall.org/names/10421> ;
    ns1:performer <http://data.carnegiehall.org/names/10421>,
        <http://data.carnegiehall.org/names/94717>,
        <http://data.carnegiehall.org/names/94718>,
        <http://data.carnegiehall.org/names/94719>,
        <http://data.carnegiehall.org/names/94720> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/22000> .

