@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/32711/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mefistofele" ;
    ns2:bass <http://data.carnegiehall.org/names/29092> ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/8985>,
        <http://data.carnegiehall.org/names/9351> ;
    ns2:contralto <http://data.carnegiehall.org/names/17861> ;
    ns2:organ <http://data.carnegiehall.org/names/42199> ;
    ns2:soprano <http://data.carnegiehall.org/names/42995> ;
    ns2:tenor <http://data.carnegiehall.org/names/1090>,
        <http://data.carnegiehall.org/names/319>,
        <http://data.carnegiehall.org/names/7294> ;
    ns1:performer <http://data.carnegiehall.org/names/1090>,
        <http://data.carnegiehall.org/names/17861>,
        <http://data.carnegiehall.org/names/29092>,
        <http://data.carnegiehall.org/names/319>,
        <http://data.carnegiehall.org/names/42199>,
        <http://data.carnegiehall.org/names/42995>,
        <http://data.carnegiehall.org/names/7294>,
        <http://data.carnegiehall.org/names/8985>,
        <http://data.carnegiehall.org/names/9351> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11487> .

