@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/27843/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'Orfeo, SV 318" ;
    ns2:baritone <http://data.carnegiehall.org/names/46244>,
        <http://data.carnegiehall.org/names/9084> ;
    ns2:bass <http://data.carnegiehall.org/names/13379>,
        <http://data.carnegiehall.org/names/22865>,
        <http://data.carnegiehall.org/names/7381> ;
    ns2:choir <http://data.carnegiehall.org/names/58449> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/1412>,
        <http://data.carnegiehall.org/names/17616> ;
    ns2:soprano <http://data.carnegiehall.org/names/31880>,
        <http://data.carnegiehall.org/names/54335>,
        <http://data.carnegiehall.org/names/58336> ;
    ns2:tenor <http://data.carnegiehall.org/names/1105>,
        <http://data.carnegiehall.org/names/14429>,
        <http://data.carnegiehall.org/names/43923>,
        <http://data.carnegiehall.org/names/53020> ;
    ns1:performer <http://data.carnegiehall.org/names/1105>,
        <http://data.carnegiehall.org/names/13379>,
        <http://data.carnegiehall.org/names/1412>,
        <http://data.carnegiehall.org/names/14429>,
        <http://data.carnegiehall.org/names/17616>,
        <http://data.carnegiehall.org/names/22865>,
        <http://data.carnegiehall.org/names/31880>,
        <http://data.carnegiehall.org/names/43923>,
        <http://data.carnegiehall.org/names/46244>,
        <http://data.carnegiehall.org/names/53020>,
        <http://data.carnegiehall.org/names/54335>,
        <http://data.carnegiehall.org/names/58336>,
        <http://data.carnegiehall.org/names/58449>,
        <http://data.carnegiehall.org/names/7381>,
        <http://data.carnegiehall.org/names/9084> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/8638> .

