@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/77565/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Magnificat in G Minor, RV 610" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/138023> ;
    ns1:choir <http://data.carnegiehall.org/names/138024>,
        <http://data.carnegiehall.org/names/138025>,
        <http://data.carnegiehall.org/names/138026>,
        <http://data.carnegiehall.org/names/138027>,
        <http://data.carnegiehall.org/names/138028>,
        <http://data.carnegiehall.org/names/138029> ;
    ns1:conductor <http://data.carnegiehall.org/names/138019> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/95252> ;
    ns1:organ <http://data.carnegiehall.org/names/129841> ;
    ns1:soprano <http://data.carnegiehall.org/names/134674> ;
    ns1:tenor <http://data.carnegiehall.org/names/138022> ;
    ns2:performer <http://data.carnegiehall.org/names/129841>,
        <http://data.carnegiehall.org/names/134674>,
        <http://data.carnegiehall.org/names/138019>,
        <http://data.carnegiehall.org/names/138022>,
        <http://data.carnegiehall.org/names/138023>,
        <http://data.carnegiehall.org/names/138024>,
        <http://data.carnegiehall.org/names/138025>,
        <http://data.carnegiehall.org/names/138026>,
        <http://data.carnegiehall.org/names/138027>,
        <http://data.carnegiehall.org/names/138028>,
        <http://data.carnegiehall.org/names/138029>,
        <http://data.carnegiehall.org/names/95252> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/25797> .

