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

<http://data.carnegiehall.org/events/11789/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La sultane" ;
    ns3:bassoon <http://data.carnegiehall.org/names/23148> ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/50375> ;
    ns3:flute <http://data.carnegiehall.org/names/57148> ;
    ns3:harpsichord <http://data.carnegiehall.org/names/32292> ;
    ns3:viola_da_gamba <http://data.carnegiehall.org/names/11246> ;
    ns3:violin <http://data.carnegiehall.org/names/9503> ;
    ns2:performer <http://data.carnegiehall.org/names/11246>,
        <http://data.carnegiehall.org/names/23148>,
        <http://data.carnegiehall.org/names/32292>,
        <http://data.carnegiehall.org/names/50375>,
        <http://data.carnegiehall.org/names/57148>,
        <http://data.carnegiehall.org/names/9503> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/60371> .

