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

<http://data.carnegiehall.org/events/58736/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Il trovatore: Act II. Vedi! Le fosche notturne spoglie (Anvil Chorus)" ;
    ns1:conductor <http://data.carnegiehall.org/names/4718> ;
    ns1:mens_chorus <http://data.carnegiehall.org/names/9166> ;
    ns1:piano <http://data.carnegiehall.org/names/36429>,
        <http://data.carnegiehall.org/names/79740> ;
    ns1:soprano <http://data.carnegiehall.org/names/97075> ;
    ns1:tenor <http://data.carnegiehall.org/names/109355> ;
    ns1:womens_chorus <http://data.carnegiehall.org/names/58191> ;
    ns2:performer <http://data.carnegiehall.org/names/109355>,
        <http://data.carnegiehall.org/names/36429>,
        <http://data.carnegiehall.org/names/4718>,
        <http://data.carnegiehall.org/names/58191>,
        <http://data.carnegiehall.org/names/79740>,
        <http://data.carnegiehall.org/names/9166>,
        <http://data.carnegiehall.org/names/97075> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/50088> .

