@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/71748/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Magnificat in G Minor, RV 610" ;
    ns1:baritone <http://data.carnegiehall.org/names/115539> ;
    ns1:choir <http://data.carnegiehall.org/names/109123>,
        <http://data.carnegiehall.org/names/131117>,
        <http://data.carnegiehall.org/names/131118>,
        <http://data.carnegiehall.org/names/53337>,
        <http://data.carnegiehall.org/names/69719> ;
    ns1:conductor <http://data.carnegiehall.org/names/131114> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/90247> ;
    ns1:soprano <http://data.carnegiehall.org/names/131112> ;
    ns1:tenor <http://data.carnegiehall.org/names/131113> ;
    ns2:performer <http://data.carnegiehall.org/names/109123>,
        <http://data.carnegiehall.org/names/115539>,
        <http://data.carnegiehall.org/names/131112>,
        <http://data.carnegiehall.org/names/131113>,
        <http://data.carnegiehall.org/names/131114>,
        <http://data.carnegiehall.org/names/131117>,
        <http://data.carnegiehall.org/names/131118>,
        <http://data.carnegiehall.org/names/53337>,
        <http://data.carnegiehall.org/names/69719>,
        <http://data.carnegiehall.org/names/90247> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/25797> .

