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

<http://data.carnegiehall.org/events/23184/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sonata for Flute and Harpsichord in G Minor, BWV 1020" ;
    ns3:cello <http://data.carnegiehall.org/names/14907> ;
    ns3:flute <http://data.carnegiehall.org/names/12499> ;
    ns3:harpsichord <http://data.carnegiehall.org/names/56644> ;
    ns2:performer <http://data.carnegiehall.org/names/12499>,
        <http://data.carnegiehall.org/names/14907>,
        <http://data.carnegiehall.org/names/56644> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/25566> .

