@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/40554/work_26> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Song (unspecified)" ;
    ns2:choir <http://data.carnegiehall.org/names/50348>,
        <http://data.carnegiehall.org/names/67744>,
        <http://data.carnegiehall.org/names/67745>,
        <http://data.carnegiehall.org/names/67746>,
        <http://data.carnegiehall.org/names/67747>,
        <http://data.carnegiehall.org/names/67748>,
        <http://data.carnegiehall.org/names/67749>,
        <http://data.carnegiehall.org/names/67750>,
        <http://data.carnegiehall.org/names/67751> ;
    ns2:conductor <http://data.carnegiehall.org/names/38554> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/12277> ;
    ns1:performer <http://data.carnegiehall.org/names/12277>,
        <http://data.carnegiehall.org/names/38554>,
        <http://data.carnegiehall.org/names/50348>,
        <http://data.carnegiehall.org/names/67744>,
        <http://data.carnegiehall.org/names/67745>,
        <http://data.carnegiehall.org/names/67746>,
        <http://data.carnegiehall.org/names/67747>,
        <http://data.carnegiehall.org/names/67748>,
        <http://data.carnegiehall.org/names/67749>,
        <http://data.carnegiehall.org/names/67750>,
        <http://data.carnegiehall.org/names/67751> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/30700> .

