@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/32232/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selva morale e spirituale, SV 252-288: Magnificat, SV 281" ;
    ns1:bass <http://data.carnegiehall.org/names/46244>,
        <http://data.carnegiehall.org/names/7813> ;
    ns1:soprano <http://data.carnegiehall.org/names/27861>,
        <http://data.carnegiehall.org/names/316> ;
    ns1:tenor <http://data.carnegiehall.org/names/22966>,
        <http://data.carnegiehall.org/names/53147> ;
    ns2:performer <http://data.carnegiehall.org/names/22966>,
        <http://data.carnegiehall.org/names/27861>,
        <http://data.carnegiehall.org/names/316>,
        <http://data.carnegiehall.org/names/46244>,
        <http://data.carnegiehall.org/names/53147>,
        <http://data.carnegiehall.org/names/7813> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32258> .

