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

<http://data.carnegiehall.org/events/36501/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mazeppa" ;
    ns1:baritone <http://data.carnegiehall.org/names/43469>,
        <http://data.carnegiehall.org/names/46894> ;
    ns1:bass <http://data.carnegiehall.org/names/9072> ;
    ns1:dancer <http://data.carnegiehall.org/names/12643>,
        <http://data.carnegiehall.org/names/13957>,
        <http://data.carnegiehall.org/names/20933>,
        <http://data.carnegiehall.org/names/21817>,
        <http://data.carnegiehall.org/names/30811>,
        <http://data.carnegiehall.org/names/32400>,
        <http://data.carnegiehall.org/names/36232>,
        <http://data.carnegiehall.org/names/4107>,
        <http://data.carnegiehall.org/names/4283>,
        <http://data.carnegiehall.org/names/4284>,
        <http://data.carnegiehall.org/names/43702>,
        <http://data.carnegiehall.org/names/51305>,
        <http://data.carnegiehall.org/names/57235> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/31124> ;
    ns1:soprano <http://data.carnegiehall.org/names/15426> ;
    ns1:tenor <http://data.carnegiehall.org/names/11525>,
        <http://data.carnegiehall.org/names/48209> ;
    ns2:performer <http://data.carnegiehall.org/names/11525>,
        <http://data.carnegiehall.org/names/12643>,
        <http://data.carnegiehall.org/names/13957>,
        <http://data.carnegiehall.org/names/15426>,
        <http://data.carnegiehall.org/names/20933>,
        <http://data.carnegiehall.org/names/21817>,
        <http://data.carnegiehall.org/names/30811>,
        <http://data.carnegiehall.org/names/31124>,
        <http://data.carnegiehall.org/names/32400>,
        <http://data.carnegiehall.org/names/36232>,
        <http://data.carnegiehall.org/names/4107>,
        <http://data.carnegiehall.org/names/4283>,
        <http://data.carnegiehall.org/names/4284>,
        <http://data.carnegiehall.org/names/43469>,
        <http://data.carnegiehall.org/names/43702>,
        <http://data.carnegiehall.org/names/46894>,
        <http://data.carnegiehall.org/names/48209>,
        <http://data.carnegiehall.org/names/51305>,
        <http://data.carnegiehall.org/names/57235>,
        <http://data.carnegiehall.org/names/9072> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34527> .

