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

<http://data.carnegiehall.org/events/37440/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Iphigenia in Brooklyn, S. 52, 162" ;
    ns2:comedian <http://data.carnegiehall.org/names/57125> ;
    ns2:countertenor <http://data.carnegiehall.org/names/3925> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/32292> ;
    ns2:trumpet <http://data.carnegiehall.org/names/33213> ;
    ns2:woodwinds <http://data.carnegiehall.org/names/24295>,
        <http://data.carnegiehall.org/names/63387>,
        <http://data.carnegiehall.org/names/63388> ;
    ns1:performer <http://data.carnegiehall.org/names/24295>,
        <http://data.carnegiehall.org/names/32292>,
        <http://data.carnegiehall.org/names/33213>,
        <http://data.carnegiehall.org/names/3925>,
        <http://data.carnegiehall.org/names/57125>,
        <http://data.carnegiehall.org/names/63387>,
        <http://data.carnegiehall.org/names/63388> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38725> .

