@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/53010/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Wozzeck, Op. 7" ;
    ns1:baritone <http://data.carnegiehall.org/names/3072>,
        <http://data.carnegiehall.org/names/54354> ;
    ns1:bass <http://data.carnegiehall.org/names/362>,
        <http://data.carnegiehall.org/names/58111> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/96139> ;
    ns1:choir <http://data.carnegiehall.org/names/49462> ;
    ns1:contralto <http://data.carnegiehall.org/names/47576> ;
    ns1:soprano <http://data.carnegiehall.org/names/48514>,
        <http://data.carnegiehall.org/names/55714> ;
    ns1:tenor <http://data.carnegiehall.org/names/11953>,
        <http://data.carnegiehall.org/names/13875>,
        <http://data.carnegiehall.org/names/27860> ;
    ns2:performer <http://data.carnegiehall.org/names/11953>,
        <http://data.carnegiehall.org/names/13875>,
        <http://data.carnegiehall.org/names/27860>,
        <http://data.carnegiehall.org/names/3072>,
        <http://data.carnegiehall.org/names/362>,
        <http://data.carnegiehall.org/names/47576>,
        <http://data.carnegiehall.org/names/48514>,
        <http://data.carnegiehall.org/names/49462>,
        <http://data.carnegiehall.org/names/54354>,
        <http://data.carnegiehall.org/names/55714>,
        <http://data.carnegiehall.org/names/58111>,
        <http://data.carnegiehall.org/names/96139> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/6834> .

