@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/7553/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Queen of Spades, Op. 68" ;
    ns2:baritone <http://data.carnegiehall.org/names/11516>,
        <http://data.carnegiehall.org/names/55006>,
        <http://data.carnegiehall.org/names/6046> ;
    ns2:bass <http://data.carnegiehall.org/names/18465> ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/40030> ;
    ns2:choir <http://data.carnegiehall.org/names/45100> ;
    ns2:contralto <http://data.carnegiehall.org/names/15487> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/11452>,
        <http://data.carnegiehall.org/names/12911>,
        <http://data.carnegiehall.org/names/15342>,
        <http://data.carnegiehall.org/names/34488>,
        <http://data.carnegiehall.org/names/40790>,
        <http://data.carnegiehall.org/names/4332> ;
    ns2:soprano <http://data.carnegiehall.org/names/23088>,
        <http://data.carnegiehall.org/names/23768>,
        <http://data.carnegiehall.org/names/29261>,
        <http://data.carnegiehall.org/names/37836>,
        <http://data.carnegiehall.org/names/53860>,
        <http://data.carnegiehall.org/names/662> ;
    ns2:speaker <http://data.carnegiehall.org/names/12912> ;
    ns2:tenor <http://data.carnegiehall.org/names/15343>,
        <http://data.carnegiehall.org/names/2465>,
        <http://data.carnegiehall.org/names/30994>,
        <http://data.carnegiehall.org/names/60080> ;
    ns1:performer <http://data.carnegiehall.org/names/11452>,
        <http://data.carnegiehall.org/names/11516>,
        <http://data.carnegiehall.org/names/12911>,
        <http://data.carnegiehall.org/names/12912>,
        <http://data.carnegiehall.org/names/15342>,
        <http://data.carnegiehall.org/names/15343>,
        <http://data.carnegiehall.org/names/15487>,
        <http://data.carnegiehall.org/names/18465>,
        <http://data.carnegiehall.org/names/23088>,
        <http://data.carnegiehall.org/names/23768>,
        <http://data.carnegiehall.org/names/2465>,
        <http://data.carnegiehall.org/names/29261>,
        <http://data.carnegiehall.org/names/30994>,
        <http://data.carnegiehall.org/names/34488>,
        <http://data.carnegiehall.org/names/37836>,
        <http://data.carnegiehall.org/names/40030>,
        <http://data.carnegiehall.org/names/40790>,
        <http://data.carnegiehall.org/names/4332>,
        <http://data.carnegiehall.org/names/45100>,
        <http://data.carnegiehall.org/names/53860>,
        <http://data.carnegiehall.org/names/55006>,
        <http://data.carnegiehall.org/names/60080>,
        <http://data.carnegiehall.org/names/6046>,
        <http://data.carnegiehall.org/names/662> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/39806> .

