@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/49969/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Christmas Carol Sing-Along" ;
    ns1:choir <http://data.carnegiehall.org/names/91055> ;
    ns1:conductor <http://data.carnegiehall.org/names/91052>,
        <http://data.carnegiehall.org/names/91060>,
        <http://data.carnegiehall.org/names/91061>,
        <http://data.carnegiehall.org/names/91062>,
        <http://data.carnegiehall.org/names/91063>,
        <http://data.carnegiehall.org/names/91064>,
        <http://data.carnegiehall.org/names/91065> ;
    ns1:vocalist <http://data.carnegiehall.org/names/91053> ;
    ns2:performer <http://data.carnegiehall.org/names/91052>,
        <http://data.carnegiehall.org/names/91053>,
        <http://data.carnegiehall.org/names/91055>,
        <http://data.carnegiehall.org/names/91060>,
        <http://data.carnegiehall.org/names/91061>,
        <http://data.carnegiehall.org/names/91062>,
        <http://data.carnegiehall.org/names/91063>,
        <http://data.carnegiehall.org/names/91064>,
        <http://data.carnegiehall.org/names/91065> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/84447> .

