@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/69143/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Regina coeli in C Major, K. 276" ;
    ns3:baritone <http://data.carnegiehall.org/names/54451> ;
    ns3:choir <http://data.carnegiehall.org/names/113444>,
        <http://data.carnegiehall.org/names/33453>,
        <http://data.carnegiehall.org/names/79391> ;
    ns3:conductor <http://data.carnegiehall.org/names/127762> ;
    ns3:keyboard <http://data.carnegiehall.org/names/108630> ;
    ns3:mens_chorus <http://data.carnegiehall.org/names/127767> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/127757> ;
    ns3:soprano <http://data.carnegiehall.org/names/74822> ;
    ns3:tenor <http://data.carnegiehall.org/names/127758> ;
    ns1:performer <http://data.carnegiehall.org/names/108630>,
        <http://data.carnegiehall.org/names/113444>,
        <http://data.carnegiehall.org/names/127757>,
        <http://data.carnegiehall.org/names/127758>,
        <http://data.carnegiehall.org/names/127762>,
        <http://data.carnegiehall.org/names/127767>,
        <http://data.carnegiehall.org/names/33453>,
        <http://data.carnegiehall.org/names/54451>,
        <http://data.carnegiehall.org/names/74822>,
        <http://data.carnegiehall.org/names/79391> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/55300> .

