@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/1826/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "New York Notes" ;
    ns1:cello <http://data.carnegiehall.org/names/60825> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/22620> ;
    ns1:clarinet <http://data.carnegiehall.org/names/40005> ;
    ns1:conductor <http://data.carnegiehall.org/names/7138> ;
    ns1:flute <http://data.carnegiehall.org/names/73680> ;
    ns1:piano <http://data.carnegiehall.org/names/11736> ;
    ns1:timpani <http://data.carnegiehall.org/names/48968> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/8676> ;
    ns1:violin <http://data.carnegiehall.org/names/16222> ;
    ns2:performer <http://data.carnegiehall.org/names/11736>,
        <http://data.carnegiehall.org/names/16222>,
        <http://data.carnegiehall.org/names/22620>,
        <http://data.carnegiehall.org/names/40005>,
        <http://data.carnegiehall.org/names/48968>,
        <http://data.carnegiehall.org/names/60825>,
        <http://data.carnegiehall.org/names/7138>,
        <http://data.carnegiehall.org/names/73680>,
        <http://data.carnegiehall.org/names/8676> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/52455> .

