@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/18491/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'Orfeo, SV 318" ;
    ns3:baritone <http://data.carnegiehall.org/names/46244>,
        <http://data.carnegiehall.org/names/9084> ;
    ns3:bass <http://data.carnegiehall.org/names/22865>,
        <http://data.carnegiehall.org/names/27302> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/1412>,
        <http://data.carnegiehall.org/names/43663> ;
    ns3:soprano <http://data.carnegiehall.org/names/16214>,
        <http://data.carnegiehall.org/names/21458>,
        <http://data.carnegiehall.org/names/49787> ;
    ns3:tenor <http://data.carnegiehall.org/names/20949>,
        <http://data.carnegiehall.org/names/53020>,
        <http://data.carnegiehall.org/names/54631> ;
    ns1:performer <http://data.carnegiehall.org/names/1412>,
        <http://data.carnegiehall.org/names/16214>,
        <http://data.carnegiehall.org/names/20949>,
        <http://data.carnegiehall.org/names/21458>,
        <http://data.carnegiehall.org/names/22865>,
        <http://data.carnegiehall.org/names/27302>,
        <http://data.carnegiehall.org/names/43663>,
        <http://data.carnegiehall.org/names/46244>,
        <http://data.carnegiehall.org/names/49787>,
        <http://data.carnegiehall.org/names/53020>,
        <http://data.carnegiehall.org/names/54631>,
        <http://data.carnegiehall.org/names/9084> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/8638> .

