@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/32926/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Magnificat super Ecce Maria et Sydus ex claro" ;
    ns1:alto <http://data.carnegiehall.org/names/37858> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/57330> ;
    ns1:soprano <http://data.carnegiehall.org/names/10441>,
        <http://data.carnegiehall.org/names/1505>,
        <http://data.carnegiehall.org/names/32421>,
        <http://data.carnegiehall.org/names/36956> ;
    ns1:soprano_recorder <http://data.carnegiehall.org/names/56174> ;
    ns2:performer <http://data.carnegiehall.org/names/10441>,
        <http://data.carnegiehall.org/names/1505>,
        <http://data.carnegiehall.org/names/32421>,
        <http://data.carnegiehall.org/names/36956>,
        <http://data.carnegiehall.org/names/37858>,
        <http://data.carnegiehall.org/names/56174>,
        <http://data.carnegiehall.org/names/57330> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/35379> .

