@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/46926/work_30> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Stille Nacht (Silent Night)" ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/71697> ;
    ns1:choir <http://data.carnegiehall.org/names/79588> ;
    ns1:harp <http://data.carnegiehall.org/names/83042> ;
    ns1:soprano <http://data.carnegiehall.org/names/83041> ;
    ns1:tenor <http://data.carnegiehall.org/names/83039> ;
    ns1:violin <http://data.carnegiehall.org/names/83040> ;
    ns1:vocalist <http://data.carnegiehall.org/names/83042> ;
    ns2:performer <http://data.carnegiehall.org/names/71697>,
        <http://data.carnegiehall.org/names/79588>,
        <http://data.carnegiehall.org/names/83039>,
        <http://data.carnegiehall.org/names/83040>,
        <http://data.carnegiehall.org/names/83041>,
        <http://data.carnegiehall.org/names/83042> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/8566> .

