@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/232/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Iolanta, Op. 69" ;
    ns2:baritone <http://data.carnegiehall.org/names/54507>,
        <http://data.carnegiehall.org/names/55423> ;
    ns2:bass <http://data.carnegiehall.org/names/17758>,
        <http://data.carnegiehall.org/names/27715> ;
    ns2:choir <http://data.carnegiehall.org/names/44060> ;
    ns2:contralto <http://data.carnegiehall.org/names/50333> ;
    ns2:soprano <http://data.carnegiehall.org/names/21442>,
        <http://data.carnegiehall.org/names/31491>,
        <http://data.carnegiehall.org/names/60580> ;
    ns2:tenor <http://data.carnegiehall.org/names/10502>,
        <http://data.carnegiehall.org/names/34554> ;
    ns1:performer <http://data.carnegiehall.org/names/10502>,
        <http://data.carnegiehall.org/names/17758>,
        <http://data.carnegiehall.org/names/21442>,
        <http://data.carnegiehall.org/names/27715>,
        <http://data.carnegiehall.org/names/31491>,
        <http://data.carnegiehall.org/names/34554>,
        <http://data.carnegiehall.org/names/44060>,
        <http://data.carnegiehall.org/names/50333>,
        <http://data.carnegiehall.org/names/54507>,
        <http://data.carnegiehall.org/names/55423>,
        <http://data.carnegiehall.org/names/60580> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/12118> .

