@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/53642/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sonata for Flute, Viola, and Harp: 2. Interlude. Tempo di minuetto" ;
    ns1:flute <http://data.carnegiehall.org/names/79703> ;
    ns1:harp <http://data.carnegiehall.org/names/95235> ;
    ns1:viola <http://data.carnegiehall.org/names/97550> ;
    ns2:performer <http://data.carnegiehall.org/names/79703>,
        <http://data.carnegiehall.org/names/95235>,
        <http://data.carnegiehall.org/names/97550> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/3398> .

