@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/26244/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Jonas" ;
    ns2:bass <http://data.carnegiehall.org/names/3857>,
        <http://data.carnegiehall.org/names/50663> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/24296> ;
    ns2:countertenor <http://data.carnegiehall.org/names/46901> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/36234> ;
    ns2:soprano <http://data.carnegiehall.org/names/8011> ;
    ns2:tenor <http://data.carnegiehall.org/names/27441>,
        <http://data.carnegiehall.org/names/45213>,
        <http://data.carnegiehall.org/names/50662> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/62103> ;
    ns1:performer <http://data.carnegiehall.org/names/24296>,
        <http://data.carnegiehall.org/names/27441>,
        <http://data.carnegiehall.org/names/36234>,
        <http://data.carnegiehall.org/names/3857>,
        <http://data.carnegiehall.org/names/45213>,
        <http://data.carnegiehall.org/names/46901>,
        <http://data.carnegiehall.org/names/50662>,
        <http://data.carnegiehall.org/names/50663>,
        <http://data.carnegiehall.org/names/62103>,
        <http://data.carnegiehall.org/names/8011> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/10539> .

