@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/19063/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'Orfeo, SV 318" ;
    ns1:baritone <http://data.carnegiehall.org/names/46244>,
        <http://data.carnegiehall.org/names/9084> ;
    ns1:bass <http://data.carnegiehall.org/names/22865>,
        <http://data.carnegiehall.org/names/55682> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/24296> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/1412>,
        <http://data.carnegiehall.org/names/38882> ;
    ns1:soprano <http://data.carnegiehall.org/names/31880>,
        <http://data.carnegiehall.org/names/49787>,
        <http://data.carnegiehall.org/names/58336> ;
    ns1:tenor <http://data.carnegiehall.org/names/14429>,
        <http://data.carnegiehall.org/names/20949>,
        <http://data.carnegiehall.org/names/43923> ;
    ns2:performer <http://data.carnegiehall.org/names/1412>,
        <http://data.carnegiehall.org/names/14429>,
        <http://data.carnegiehall.org/names/20949>,
        <http://data.carnegiehall.org/names/22865>,
        <http://data.carnegiehall.org/names/24296>,
        <http://data.carnegiehall.org/names/31880>,
        <http://data.carnegiehall.org/names/38882>,
        <http://data.carnegiehall.org/names/43923>,
        <http://data.carnegiehall.org/names/46244>,
        <http://data.carnegiehall.org/names/49787>,
        <http://data.carnegiehall.org/names/55682>,
        <http://data.carnegiehall.org/names/58336>,
        <http://data.carnegiehall.org/names/9084> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/8638> .

