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

<http://data.carnegiehall.org/events/38424/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Flute, Oboe d'amore, Viola d'amore and Strings in E Major" ;
    ns1:flute <http://data.carnegiehall.org/names/35248> ;
    ns2:amore <http://data.carnegiehall.org/names/22537> ;
    ns3:amore <http://data.carnegiehall.org/names/24032> ;
    ns5:performer <http://data.carnegiehall.org/names/22537>,
        <http://data.carnegiehall.org/names/24032>,
        <http://data.carnegiehall.org/names/35248> ;
    ns4:workPerformed <http://data.carnegiehall.org/works/61357> .

