@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/74573/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "4 Motets sur des thèmes grégoriens, Op. 10: 1. Ubi caritas" ;
    ns1:bass <http://data.carnegiehall.org/names/131127> ;
    ns1:choir <http://data.carnegiehall.org/names/133644> ;
    ns1:conductor <http://data.carnegiehall.org/names/133646>,
        <http://data.carnegiehall.org/names/133647> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/133658> ;
    ns1:soprano <http://data.carnegiehall.org/names/133657> ;
    ns1:tenor <http://data.carnegiehall.org/names/133654> ;
    ns2:performer <http://data.carnegiehall.org/names/131127>,
        <http://data.carnegiehall.org/names/133644>,
        <http://data.carnegiehall.org/names/133646>,
        <http://data.carnegiehall.org/names/133647>,
        <http://data.carnegiehall.org/names/133654>,
        <http://data.carnegiehall.org/names/133657>,
        <http://data.carnegiehall.org/names/133658> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/25943> .

