@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/48092/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Lucia di Lammermoor: Act I. Verranno a te sull'aure i miei sospiri ardenti" ;
    ns1:conductor <http://data.carnegiehall.org/names/54125> ;
    ns1:soprano <http://data.carnegiehall.org/names/86204> ;
    ns1:tenor <http://data.carnegiehall.org/names/86205> ;
    ns2:performer <http://data.carnegiehall.org/names/54125>,
        <http://data.carnegiehall.org/names/86204>,
        <http://data.carnegiehall.org/names/86205> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/77655> .

