@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/66561/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Wozzeck, Op. 7" ;
    ns2:baritone <http://data.carnegiehall.org/names/59097>,
        <http://data.carnegiehall.org/names/66709> ;
    ns2:bass <http://data.carnegiehall.org/names/9308> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/83472> ;
    ns2:boy_soprano <http://data.carnegiehall.org/names/126758> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/78948> ;
    ns2:soprano <http://data.carnegiehall.org/names/15709> ;
    ns2:tenor <http://data.carnegiehall.org/names/125292>,
        <http://data.carnegiehall.org/names/125293>,
        <http://data.carnegiehall.org/names/126541>,
        <http://data.carnegiehall.org/names/71721> ;
    ns1:performer <http://data.carnegiehall.org/names/125292>,
        <http://data.carnegiehall.org/names/125293>,
        <http://data.carnegiehall.org/names/126541>,
        <http://data.carnegiehall.org/names/126758>,
        <http://data.carnegiehall.org/names/15709>,
        <http://data.carnegiehall.org/names/59097>,
        <http://data.carnegiehall.org/names/66709>,
        <http://data.carnegiehall.org/names/71721>,
        <http://data.carnegiehall.org/names/78948>,
        <http://data.carnegiehall.org/names/83472>,
        <http://data.carnegiehall.org/names/9308> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/6834> .

