@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/24216/work_23> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "I'se the B'y (Newfoundland)" ;
    ns1:choir <http://data.carnegiehall.org/names/48210>,
        <http://data.carnegiehall.org/names/58938>,
        <http://data.carnegiehall.org/names/58940> ;
    ns1:conductor <http://data.carnegiehall.org/names/53445> ;
    ns1:piano <http://data.carnegiehall.org/names/37310> ;
    ns2:performer <http://data.carnegiehall.org/names/37310>,
        <http://data.carnegiehall.org/names/48210>,
        <http://data.carnegiehall.org/names/53445>,
        <http://data.carnegiehall.org/names/58938>,
        <http://data.carnegiehall.org/names/58940> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/21792> .

