@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/77304/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Jesu, Joy of Man's Desiring" ;
    ns3:bass_guitar <http://data.carnegiehall.org/names/134150> ;
    ns3:cello <http://data.carnegiehall.org/names/59299> ;
    ns3:choir <http://data.carnegiehall.org/names/130312>,
        <http://data.carnegiehall.org/names/137379>,
        <http://data.carnegiehall.org/names/137380>,
        <http://data.carnegiehall.org/names/137381>,
        <http://data.carnegiehall.org/names/137382>,
        <http://data.carnegiehall.org/names/137383>,
        <http://data.carnegiehall.org/names/92412> ;
    ns3:conductor <http://data.carnegiehall.org/names/103952> ;
    ns3:drums <http://data.carnegiehall.org/names/103142> ;
    ns3:oboe <http://data.carnegiehall.org/names/68285> ;
    ns3:piano <http://data.carnegiehall.org/names/23379>,
        <http://data.carnegiehall.org/names/67781> ;
    ns3:viola <http://data.carnegiehall.org/names/46530> ;
    ns3:violin <http://data.carnegiehall.org/names/103327>,
        <http://data.carnegiehall.org/names/79131> ;
    ns2:performer <http://data.carnegiehall.org/names/103142>,
        <http://data.carnegiehall.org/names/103327>,
        <http://data.carnegiehall.org/names/103952>,
        <http://data.carnegiehall.org/names/130312>,
        <http://data.carnegiehall.org/names/134150>,
        <http://data.carnegiehall.org/names/137379>,
        <http://data.carnegiehall.org/names/137380>,
        <http://data.carnegiehall.org/names/137381>,
        <http://data.carnegiehall.org/names/137382>,
        <http://data.carnegiehall.org/names/137383>,
        <http://data.carnegiehall.org/names/23379>,
        <http://data.carnegiehall.org/names/46530>,
        <http://data.carnegiehall.org/names/59299>,
        <http://data.carnegiehall.org/names/67781>,
        <http://data.carnegiehall.org/names/68285>,
        <http://data.carnegiehall.org/names/79131>,
        <http://data.carnegiehall.org/names/92412> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/121292> .

