@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/78635/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade No. 3" ;
    ns1:clarinet <http://data.carnegiehall.org/names/135608> ;
    ns1:conductor <http://data.carnegiehall.org/names/135607> ;
    ns1:flute <http://data.carnegiehall.org/names/20868> ;
    ns1:piano <http://data.carnegiehall.org/names/8915> ;
    ns1:violin <http://data.carnegiehall.org/names/750> ;
    ns2:performer <http://data.carnegiehall.org/names/135607>,
        <http://data.carnegiehall.org/names/135608>,
        <http://data.carnegiehall.org/names/20868>,
        <http://data.carnegiehall.org/names/750>,
        <http://data.carnegiehall.org/names/8915> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102431> .

