@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/54032/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Guillaume Tell" ;
    ns2:baritone <http://data.carnegiehall.org/names/107427>,
        <http://data.carnegiehall.org/names/98727> ;
    ns2:bass <http://data.carnegiehall.org/names/107438>,
        <http://data.carnegiehall.org/names/98729>,
        <http://data.carnegiehall.org/names/98730>,
        <http://data.carnegiehall.org/names/98733>,
        <http://data.carnegiehall.org/names/98736> ;
    ns2:choir <http://data.carnegiehall.org/names/98737> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/98732> ;
    ns2:soprano <http://data.carnegiehall.org/names/77133>,
        <http://data.carnegiehall.org/names/98731> ;
    ns2:tenor <http://data.carnegiehall.org/names/98728>,
        <http://data.carnegiehall.org/names/98734>,
        <http://data.carnegiehall.org/names/98735> ;
    ns1:performer <http://data.carnegiehall.org/names/107427>,
        <http://data.carnegiehall.org/names/107438>,
        <http://data.carnegiehall.org/names/77133>,
        <http://data.carnegiehall.org/names/98727>,
        <http://data.carnegiehall.org/names/98728>,
        <http://data.carnegiehall.org/names/98729>,
        <http://data.carnegiehall.org/names/98730>,
        <http://data.carnegiehall.org/names/98731>,
        <http://data.carnegiehall.org/names/98732>,
        <http://data.carnegiehall.org/names/98733>,
        <http://data.carnegiehall.org/names/98734>,
        <http://data.carnegiehall.org/names/98735>,
        <http://data.carnegiehall.org/names/98736>,
        <http://data.carnegiehall.org/names/98737> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/44048> .

