@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/69329/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Regina coeli in C Major, K. 276" ;
    ns1:baritone <http://data.carnegiehall.org/names/54451> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/105153> ;
    ns1:choir <http://data.carnegiehall.org/names/128206> ;
    ns1:conductor <http://data.carnegiehall.org/names/128198> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/128201> ;
    ns1:organ <http://data.carnegiehall.org/names/128202> ;
    ns1:soprano <http://data.carnegiehall.org/names/74822> ;
    ns1:tenor <http://data.carnegiehall.org/names/116076> ;
    ns2:performer <http://data.carnegiehall.org/names/105153>,
        <http://data.carnegiehall.org/names/116076>,
        <http://data.carnegiehall.org/names/128198>,
        <http://data.carnegiehall.org/names/128201>,
        <http://data.carnegiehall.org/names/128202>,
        <http://data.carnegiehall.org/names/128206>,
        <http://data.carnegiehall.org/names/54451>,
        <http://data.carnegiehall.org/names/74822> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/55300> .

