@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/45425/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Les noces" ;
    ns2:bass <http://data.carnegiehall.org/names/17758> ;
    ns2:choir <http://data.carnegiehall.org/names/44060> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/79526> ;
    ns2:percussion <http://data.carnegiehall.org/names/79528>,
        <http://data.carnegiehall.org/names/79529>,
        <http://data.carnegiehall.org/names/79530>,
        <http://data.carnegiehall.org/names/79531>,
        <http://data.carnegiehall.org/names/79532>,
        <http://data.carnegiehall.org/names/79533> ;
    ns2:piano <http://data.carnegiehall.org/names/79534>,
        <http://data.carnegiehall.org/names/79535>,
        <http://data.carnegiehall.org/names/79536>,
        <http://data.carnegiehall.org/names/79538> ;
    ns2:soprano <http://data.carnegiehall.org/names/79525> ;
    ns2:tenor <http://data.carnegiehall.org/names/79527> ;
    ns1:performer <http://data.carnegiehall.org/names/17758>,
        <http://data.carnegiehall.org/names/44060>,
        <http://data.carnegiehall.org/names/79525>,
        <http://data.carnegiehall.org/names/79526>,
        <http://data.carnegiehall.org/names/79527>,
        <http://data.carnegiehall.org/names/79528>,
        <http://data.carnegiehall.org/names/79529>,
        <http://data.carnegiehall.org/names/79530>,
        <http://data.carnegiehall.org/names/79531>,
        <http://data.carnegiehall.org/names/79532>,
        <http://data.carnegiehall.org/names/79533>,
        <http://data.carnegiehall.org/names/79534>,
        <http://data.carnegiehall.org/names/79535>,
        <http://data.carnegiehall.org/names/79536>,
        <http://data.carnegiehall.org/names/79538> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/36032> .

