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

<http://data.carnegiehall.org/events/3475/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Trio Sonata in D Major, HWV 397 (Op. 5, No. 2)" ;
    ns1:cello <http://data.carnegiehall.org/names/36515> ;
    ns1:flute <http://data.carnegiehall.org/names/28804> ;
    ns1:piano <http://data.carnegiehall.org/names/15771>,
        <http://data.carnegiehall.org/names/3604> ;
    ns1:violin <http://data.carnegiehall.org/names/22995> ;
    ns3:performer <http://data.carnegiehall.org/names/15771>,
        <http://data.carnegiehall.org/names/22995>,
        <http://data.carnegiehall.org/names/28804>,
        <http://data.carnegiehall.org/names/3604>,
        <http://data.carnegiehall.org/names/36515> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/23719> .

