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

<http://data.carnegiehall.org/events/40523/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Flute, Oboe d'amore, Viola d'amore and Strings in E Major" ;
    ns4:chamber_ensemble <http://data.carnegiehall.org/names/53300> ;
    ns4:flute <http://data.carnegiehall.org/names/40791> ;
    ns2:amore <http://data.carnegiehall.org/names/5264> ;
    ns3:amore <http://data.carnegiehall.org/names/26793> ;
    ns1:performer <http://data.carnegiehall.org/names/26793>,
        <http://data.carnegiehall.org/names/40791>,
        <http://data.carnegiehall.org/names/5264>,
        <http://data.carnegiehall.org/names/53300> ;
    ns5:workPerformed <http://data.carnegiehall.org/works/61357> .

