@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/77757/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Magnificat in G Minor, RV 610" ;
    ns1:baritone <http://data.carnegiehall.org/names/134679> ;
    ns1:choir <http://data.carnegiehall.org/names/138317>,
        <http://data.carnegiehall.org/names/138318>,
        <http://data.carnegiehall.org/names/138319>,
        <http://data.carnegiehall.org/names/138320>,
        <http://data.carnegiehall.org/names/64735> ;
    ns1:conductor <http://data.carnegiehall.org/names/138313> ;
    ns1:contralto <http://data.carnegiehall.org/names/138309> ;
    ns1:organ <http://data.carnegiehall.org/names/138312> ;
    ns1:soprano <http://data.carnegiehall.org/names/121809> ;
    ns1:tenor <http://data.carnegiehall.org/names/138310> ;
    ns2:performer <http://data.carnegiehall.org/names/121809>,
        <http://data.carnegiehall.org/names/134679>,
        <http://data.carnegiehall.org/names/138309>,
        <http://data.carnegiehall.org/names/138310>,
        <http://data.carnegiehall.org/names/138312>,
        <http://data.carnegiehall.org/names/138313>,
        <http://data.carnegiehall.org/names/138317>,
        <http://data.carnegiehall.org/names/138318>,
        <http://data.carnegiehall.org/names/138319>,
        <http://data.carnegiehall.org/names/138320>,
        <http://data.carnegiehall.org/names/64735> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/25797> .

