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

<http://data.carnegiehall.org/events/10351/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La Périchole" ;
    ns3:baritone <http://data.carnegiehall.org/names/27615>,
        <http://data.carnegiehall.org/names/54506> ;
    ns3:choir <http://data.carnegiehall.org/names/18980> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/11831>,
        <http://data.carnegiehall.org/names/328>,
        <http://data.carnegiehall.org/names/59050>,
        <http://data.carnegiehall.org/names/60685> ;
    ns3:narrator <http://data.carnegiehall.org/names/22300> ;
    ns3:soprano <http://data.carnegiehall.org/names/61037> ;
    ns3:tenor <http://data.carnegiehall.org/names/17649>,
        <http://data.carnegiehall.org/names/22298>,
        <http://data.carnegiehall.org/names/33912>,
        <http://data.carnegiehall.org/names/43187>,
        <http://data.carnegiehall.org/names/8453> ;
    ns1:performer <http://data.carnegiehall.org/names/11831>,
        <http://data.carnegiehall.org/names/17649>,
        <http://data.carnegiehall.org/names/18980>,
        <http://data.carnegiehall.org/names/22298>,
        <http://data.carnegiehall.org/names/22300>,
        <http://data.carnegiehall.org/names/27615>,
        <http://data.carnegiehall.org/names/328>,
        <http://data.carnegiehall.org/names/33912>,
        <http://data.carnegiehall.org/names/43187>,
        <http://data.carnegiehall.org/names/54506>,
        <http://data.carnegiehall.org/names/59050>,
        <http://data.carnegiehall.org/names/60685>,
        <http://data.carnegiehall.org/names/61037>,
        <http://data.carnegiehall.org/names/8453> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/50658> .

