@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/79600/work_21> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Let All the World In Every Corner Sing" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/141086> ;
    ns2:choir <http://data.carnegiehall.org/names/134154>,
        <http://data.carnegiehall.org/names/141089>,
        <http://data.carnegiehall.org/names/141092>,
        <http://data.carnegiehall.org/names/141093>,
        <http://data.carnegiehall.org/names/141094>,
        <http://data.carnegiehall.org/names/67734> ;
    ns2:conductor <http://data.carnegiehall.org/names/141090> ;
    ns2:drums <http://data.carnegiehall.org/names/103142> ;
    ns2:percussion <http://data.carnegiehall.org/names/103142> ;
    ns2:piano <http://data.carnegiehall.org/names/141091>,
        <http://data.carnegiehall.org/names/67781> ;
    ns1:performer <http://data.carnegiehall.org/names/103142>,
        <http://data.carnegiehall.org/names/134154>,
        <http://data.carnegiehall.org/names/141086>,
        <http://data.carnegiehall.org/names/141089>,
        <http://data.carnegiehall.org/names/141090>,
        <http://data.carnegiehall.org/names/141091>,
        <http://data.carnegiehall.org/names/141092>,
        <http://data.carnegiehall.org/names/141093>,
        <http://data.carnegiehall.org/names/141094>,
        <http://data.carnegiehall.org/names/67734>,
        <http://data.carnegiehall.org/names/67781> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/118445> .

