@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/23516/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Song (unspecified)" ;
    ns2:bass <http://data.carnegiehall.org/names/21914>,
        <http://data.carnegiehall.org/names/27768>,
        <http://data.carnegiehall.org/names/30790>,
        <http://data.carnegiehall.org/names/39761> ;
    ns2:tenor <http://data.carnegiehall.org/names/12868>,
        <http://data.carnegiehall.org/names/39283>,
        <http://data.carnegiehall.org/names/43824>,
        <http://data.carnegiehall.org/names/59928> ;
    ns1:performer <http://data.carnegiehall.org/names/12868>,
        <http://data.carnegiehall.org/names/21914>,
        <http://data.carnegiehall.org/names/27768>,
        <http://data.carnegiehall.org/names/30790>,
        <http://data.carnegiehall.org/names/39283>,
        <http://data.carnegiehall.org/names/39761>,
        <http://data.carnegiehall.org/names/43824>,
        <http://data.carnegiehall.org/names/59928> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7039> .

