@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/76920/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Irish folk songs (unspecified)" ;
    ns1:alto <http://data.carnegiehall.org/names/137297> ;
    ns1:bass <http://data.carnegiehall.org/names/137298>,
        <http://data.carnegiehall.org/names/137299> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/116254> ;
    ns1:soprano <http://data.carnegiehall.org/names/137294>,
        <http://data.carnegiehall.org/names/137295> ;
    ns1:tenor <http://data.carnegiehall.org/names/108209>,
        <http://data.carnegiehall.org/names/112201>,
        <http://data.carnegiehall.org/names/137296> ;
    ns2:performer <http://data.carnegiehall.org/names/108209>,
        <http://data.carnegiehall.org/names/112201>,
        <http://data.carnegiehall.org/names/116254>,
        <http://data.carnegiehall.org/names/137294>,
        <http://data.carnegiehall.org/names/137295>,
        <http://data.carnegiehall.org/names/137296>,
        <http://data.carnegiehall.org/names/137297>,
        <http://data.carnegiehall.org/names/137298>,
        <http://data.carnegiehall.org/names/137299> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/109398> .

