@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/5350/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ariodante, HWV 33" ;
    ns2:bass <http://data.carnegiehall.org/names/15434> ;
    ns2:choir <http://data.carnegiehall.org/names/18980> ;
    ns2:countertenor <http://data.carnegiehall.org/names/43201> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/5269> ;
    ns2:soprano <http://data.carnegiehall.org/names/22436>,
        <http://data.carnegiehall.org/names/379> ;
    ns2:tenor <http://data.carnegiehall.org/names/33912>,
        <http://data.carnegiehall.org/names/42106> ;
    ns1:performer <http://data.carnegiehall.org/names/15434>,
        <http://data.carnegiehall.org/names/18980>,
        <http://data.carnegiehall.org/names/22436>,
        <http://data.carnegiehall.org/names/33912>,
        <http://data.carnegiehall.org/names/379>,
        <http://data.carnegiehall.org/names/42106>,
        <http://data.carnegiehall.org/names/43201>,
        <http://data.carnegiehall.org/names/5269> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53473> .

