@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/61867/work_28> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Cantique de Noël (O Holy Night)" ;
    ns1:choir <http://data.carnegiehall.org/names/115750>,
        <http://data.carnegiehall.org/names/96807> ;
    ns1:fiddle <http://data.carnegiehall.org/names/72513> ;
    ns1:flute <http://data.carnegiehall.org/names/115749> ;
    ns1:flute_choir <http://data.carnegiehall.org/names/107406> ;
    ns1:vocalist <http://data.carnegiehall.org/names/102537>,
        <http://data.carnegiehall.org/names/115744>,
        <http://data.carnegiehall.org/names/115745>,
        <http://data.carnegiehall.org/names/115746>,
        <http://data.carnegiehall.org/names/115747>,
        <http://data.carnegiehall.org/names/115748>,
        <http://data.carnegiehall.org/names/88840>,
        <http://data.carnegiehall.org/names/96053>,
        <http://data.carnegiehall.org/names/99416> ;
    ns2:performer <http://data.carnegiehall.org/names/102537>,
        <http://data.carnegiehall.org/names/107406>,
        <http://data.carnegiehall.org/names/115744>,
        <http://data.carnegiehall.org/names/115745>,
        <http://data.carnegiehall.org/names/115746>,
        <http://data.carnegiehall.org/names/115747>,
        <http://data.carnegiehall.org/names/115748>,
        <http://data.carnegiehall.org/names/115749>,
        <http://data.carnegiehall.org/names/115750>,
        <http://data.carnegiehall.org/names/72513>,
        <http://data.carnegiehall.org/names/88840>,
        <http://data.carnegiehall.org/names/96053>,
        <http://data.carnegiehall.org/names/96807>,
        <http://data.carnegiehall.org/names/99416> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/42435> .

