@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/7051/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Les noces" ;
    ns2:baritone <http://data.carnegiehall.org/names/58880> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/30627> ;
    ns2:percussion <http://data.carnegiehall.org/names/19371>,
        <http://data.carnegiehall.org/names/30431>,
        <http://data.carnegiehall.org/names/33696>,
        <http://data.carnegiehall.org/names/47959>,
        <http://data.carnegiehall.org/names/57203> ;
    ns2:piano <http://data.carnegiehall.org/names/137524>,
        <http://data.carnegiehall.org/names/34391>,
        <http://data.carnegiehall.org/names/44892>,
        <http://data.carnegiehall.org/names/60745> ;
    ns2:soprano <http://data.carnegiehall.org/names/33106> ;
    ns2:tenor <http://data.carnegiehall.org/names/28142> ;
    ns2:timpani <http://data.carnegiehall.org/names/60312> ;
    ns1:performer <http://data.carnegiehall.org/names/137524>,
        <http://data.carnegiehall.org/names/19371>,
        <http://data.carnegiehall.org/names/28142>,
        <http://data.carnegiehall.org/names/30431>,
        <http://data.carnegiehall.org/names/30627>,
        <http://data.carnegiehall.org/names/33106>,
        <http://data.carnegiehall.org/names/33696>,
        <http://data.carnegiehall.org/names/34391>,
        <http://data.carnegiehall.org/names/44892>,
        <http://data.carnegiehall.org/names/47959>,
        <http://data.carnegiehall.org/names/57203>,
        <http://data.carnegiehall.org/names/58880>,
        <http://data.carnegiehall.org/names/60312>,
        <http://data.carnegiehall.org/names/60745> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/36032> .

