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

<http://data.carnegiehall.org/events/21974/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La Juive" ;
    ns1:baritone <http://data.carnegiehall.org/names/10817>,
        <http://data.carnegiehall.org/names/22240>,
        <http://data.carnegiehall.org/names/24905> ;
    ns1:bass <http://data.carnegiehall.org/names/15542>,
        <http://data.carnegiehall.org/names/52147> ;
    ns1:choir <http://data.carnegiehall.org/names/53524> ;
    ns1:soprano <http://data.carnegiehall.org/names/11357>,
        <http://data.carnegiehall.org/names/30674> ;
    ns1:tenor <http://data.carnegiehall.org/names/28066>,
        <http://data.carnegiehall.org/names/6835> ;
    ns3:performer <http://data.carnegiehall.org/names/10817>,
        <http://data.carnegiehall.org/names/11357>,
        <http://data.carnegiehall.org/names/15542>,
        <http://data.carnegiehall.org/names/22240>,
        <http://data.carnegiehall.org/names/24905>,
        <http://data.carnegiehall.org/names/28066>,
        <http://data.carnegiehall.org/names/30674>,
        <http://data.carnegiehall.org/names/52147>,
        <http://data.carnegiehall.org/names/53524>,
        <http://data.carnegiehall.org/names/6835> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/42031> .

