@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/58609/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Rinaldo, HWV 7" ;
    ns3:bass_baritone <http://data.carnegiehall.org/names/79494> ;
    ns3:countertenor <http://data.carnegiehall.org/names/100647>,
        <http://data.carnegiehall.org/names/107788>,
        <http://data.carnegiehall.org/names/91409> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/69779> ;
    ns3:soprano <http://data.carnegiehall.org/names/109171>,
        <http://data.carnegiehall.org/names/87911> ;
    ns3:tenor <http://data.carnegiehall.org/names/106313> ;
    ns1:performer <http://data.carnegiehall.org/names/100647>,
        <http://data.carnegiehall.org/names/106313>,
        <http://data.carnegiehall.org/names/107788>,
        <http://data.carnegiehall.org/names/109171>,
        <http://data.carnegiehall.org/names/69779>,
        <http://data.carnegiehall.org/names/79494>,
        <http://data.carnegiehall.org/names/87911>,
        <http://data.carnegiehall.org/names/91409> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/18202> .

