@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/53989/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Rigoletto: Act III. Un dì, si ben rammentomi" ;
    ns3:baritone <http://data.carnegiehall.org/names/97374> ;
    ns3:conductor <http://data.carnegiehall.org/names/99260> ;
    ns3:contralto <http://data.carnegiehall.org/names/99274> ;
    ns3:soprano <http://data.carnegiehall.org/names/77994> ;
    ns3:tenor <http://data.carnegiehall.org/names/99273> ;
    ns1:performer <http://data.carnegiehall.org/names/77994>,
        <http://data.carnegiehall.org/names/97374>,
        <http://data.carnegiehall.org/names/99260>,
        <http://data.carnegiehall.org/names/99273>,
        <http://data.carnegiehall.org/names/99274> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/59155> .

