@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/49295/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Otello" ;
    ns3:baritone <http://data.carnegiehall.org/names/42491> ;
    ns3:bass <http://data.carnegiehall.org/names/89765>,
        <http://data.carnegiehall.org/names/89766> ;
    ns3:bass_baritone <http://data.carnegiehall.org/names/53556> ;
    ns3:childrens_chorus <http://data.carnegiehall.org/names/61400> ;
    ns3:choir <http://data.carnegiehall.org/names/10066> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/89762> ;
    ns3:soprano <http://data.carnegiehall.org/names/57363> ;
    ns3:tenor <http://data.carnegiehall.org/names/89761>,
        <http://data.carnegiehall.org/names/89763>,
        <http://data.carnegiehall.org/names/89764> ;
    ns1:performer <http://data.carnegiehall.org/names/10066>,
        <http://data.carnegiehall.org/names/42491>,
        <http://data.carnegiehall.org/names/53556>,
        <http://data.carnegiehall.org/names/57363>,
        <http://data.carnegiehall.org/names/61400>,
        <http://data.carnegiehall.org/names/89761>,
        <http://data.carnegiehall.org/names/89762>,
        <http://data.carnegiehall.org/names/89763>,
        <http://data.carnegiehall.org/names/89764>,
        <http://data.carnegiehall.org/names/89765>,
        <http://data.carnegiehall.org/names/89766> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/59376> .

