@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/52683/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Peter Grimes, Op. 33" ;
    ns2:actor <http://data.carnegiehall.org/names/96460> ;
    ns2:baritone <http://data.carnegiehall.org/names/87149>,
        <http://data.carnegiehall.org/names/96454>,
        <http://data.carnegiehall.org/names/96455>,
        <http://data.carnegiehall.org/names/96459> ;
    ns2:bass <http://data.carnegiehall.org/names/2475>,
        <http://data.carnegiehall.org/names/96457> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/54404>,
        <http://data.carnegiehall.org/names/66825>,
        <http://data.carnegiehall.org/names/8914> ;
    ns2:choir <http://data.carnegiehall.org/names/23087> ;
    ns2:contralto <http://data.carnegiehall.org/names/83419> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/11111>,
        <http://data.carnegiehall.org/names/96453> ;
    ns2:soprano <http://data.carnegiehall.org/names/67114>,
        <http://data.carnegiehall.org/names/96449>,
        <http://data.carnegiehall.org/names/96450>,
        <http://data.carnegiehall.org/names/96452> ;
    ns2:tenor <http://data.carnegiehall.org/names/61755>,
        <http://data.carnegiehall.org/names/76289>,
        <http://data.carnegiehall.org/names/96451>,
        <http://data.carnegiehall.org/names/96456>,
        <http://data.carnegiehall.org/names/96458> ;
    ns1:performer <http://data.carnegiehall.org/names/11111>,
        <http://data.carnegiehall.org/names/23087>,
        <http://data.carnegiehall.org/names/2475>,
        <http://data.carnegiehall.org/names/54404>,
        <http://data.carnegiehall.org/names/61755>,
        <http://data.carnegiehall.org/names/66825>,
        <http://data.carnegiehall.org/names/67114>,
        <http://data.carnegiehall.org/names/76289>,
        <http://data.carnegiehall.org/names/83419>,
        <http://data.carnegiehall.org/names/87149>,
        <http://data.carnegiehall.org/names/8914>,
        <http://data.carnegiehall.org/names/96449>,
        <http://data.carnegiehall.org/names/96450>,
        <http://data.carnegiehall.org/names/96451>,
        <http://data.carnegiehall.org/names/96452>,
        <http://data.carnegiehall.org/names/96453>,
        <http://data.carnegiehall.org/names/96454>,
        <http://data.carnegiehall.org/names/96455>,
        <http://data.carnegiehall.org/names/96456>,
        <http://data.carnegiehall.org/names/96457>,
        <http://data.carnegiehall.org/names/96458>,
        <http://data.carnegiehall.org/names/96459>,
        <http://data.carnegiehall.org/names/96460> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/89649> .

