@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/56726/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'incoronazione di Poppea, SV 308" ;
    ns2:baritone <http://data.carnegiehall.org/names/103454> ;
    ns2:bass <http://data.carnegiehall.org/names/103447> ;
    ns2:contralto <http://data.carnegiehall.org/names/33272> ;
    ns2:countertenor <http://data.carnegiehall.org/names/103449> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/103444> ;
    ns2:soprano <http://data.carnegiehall.org/names/103446>,
        <http://data.carnegiehall.org/names/103448>,
        <http://data.carnegiehall.org/names/103450>,
        <http://data.carnegiehall.org/names/103451>,
        <http://data.carnegiehall.org/names/72593> ;
    ns2:tenor <http://data.carnegiehall.org/names/103445>,
        <http://data.carnegiehall.org/names/103452>,
        <http://data.carnegiehall.org/names/103453> ;
    ns1:performer <http://data.carnegiehall.org/names/103444>,
        <http://data.carnegiehall.org/names/103445>,
        <http://data.carnegiehall.org/names/103446>,
        <http://data.carnegiehall.org/names/103447>,
        <http://data.carnegiehall.org/names/103448>,
        <http://data.carnegiehall.org/names/103449>,
        <http://data.carnegiehall.org/names/103450>,
        <http://data.carnegiehall.org/names/103451>,
        <http://data.carnegiehall.org/names/103452>,
        <http://data.carnegiehall.org/names/103453>,
        <http://data.carnegiehall.org/names/103454>,
        <http://data.carnegiehall.org/names/33272>,
        <http://data.carnegiehall.org/names/72593> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/95755> .

