@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/75153/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Magnificat in G Minor, RV 610" ;
    ns1:baritone <http://data.carnegiehall.org/names/94525> ;
    ns1:choir <http://data.carnegiehall.org/names/108894>,
        <http://data.carnegiehall.org/names/117778>,
        <http://data.carnegiehall.org/names/131107>,
        <http://data.carnegiehall.org/names/134790>,
        <http://data.carnegiehall.org/names/134791>,
        <http://data.carnegiehall.org/names/134792> ;
    ns1:conductor <http://data.carnegiehall.org/names/128119> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/90990> ;
    ns1:soprano <http://data.carnegiehall.org/names/134786> ;
    ns1:tenor <http://data.carnegiehall.org/names/108785> ;
    ns2:performer <http://data.carnegiehall.org/names/108785>,
        <http://data.carnegiehall.org/names/108894>,
        <http://data.carnegiehall.org/names/117778>,
        <http://data.carnegiehall.org/names/128119>,
        <http://data.carnegiehall.org/names/131107>,
        <http://data.carnegiehall.org/names/134786>,
        <http://data.carnegiehall.org/names/134790>,
        <http://data.carnegiehall.org/names/134791>,
        <http://data.carnegiehall.org/names/134792>,
        <http://data.carnegiehall.org/names/90990>,
        <http://data.carnegiehall.org/names/94525> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/25797> .

