@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/48092/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Magnificat" ;
    ns1:choir <http://data.carnegiehall.org/names/14172>,
        <http://data.carnegiehall.org/names/43153>,
        <http://data.carnegiehall.org/names/77296>,
        <http://data.carnegiehall.org/names/86206>,
        <http://data.carnegiehall.org/names/86207>,
        <http://data.carnegiehall.org/names/86208>,
        <http://data.carnegiehall.org/names/86209>,
        <http://data.carnegiehall.org/names/9523> ;
    ns1:conductor <http://data.carnegiehall.org/names/3000> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/62850> ;
    ns2:performer <http://data.carnegiehall.org/names/14172>,
        <http://data.carnegiehall.org/names/3000>,
        <http://data.carnegiehall.org/names/43153>,
        <http://data.carnegiehall.org/names/62850>,
        <http://data.carnegiehall.org/names/77296>,
        <http://data.carnegiehall.org/names/86206>,
        <http://data.carnegiehall.org/names/86207>,
        <http://data.carnegiehall.org/names/86208>,
        <http://data.carnegiehall.org/names/86209>,
        <http://data.carnegiehall.org/names/9523> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17352> .

