@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/2531/work_23> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sonata for Recorder and Continuo in F Major, Op. 1, No. 11: Allegro" ;
    ns1:cello <http://data.carnegiehall.org/names/14476> ;
    ns1:viola <http://data.carnegiehall.org/names/57591> ;
    ns1:violin <http://data.carnegiehall.org/names/10392>,
        <http://data.carnegiehall.org/names/48556> ;
    ns2:performer <http://data.carnegiehall.org/names/10392>,
        <http://data.carnegiehall.org/names/14476>,
        <http://data.carnegiehall.org/names/48556>,
        <http://data.carnegiehall.org/names/57591> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/41835> .

