@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/22996/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Trio Sonata in G Major, BWV 1039" ;
    ns1:flute <http://data.carnegiehall.org/names/38226> ;
    ns1:oboe <http://data.carnegiehall.org/names/29702> ;
    ns1:piano <http://data.carnegiehall.org/names/32610> ;
    ns1:trio <http://data.carnegiehall.org/names/25223> ;
    ns2:performer <http://data.carnegiehall.org/names/25223>,
        <http://data.carnegiehall.org/names/29702>,
        <http://data.carnegiehall.org/names/32610>,
        <http://data.carnegiehall.org/names/38226> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51412> .

