@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/27483/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Magnificat" ;
    ns2:bass <http://data.carnegiehall.org/names/6733> ;
    ns2:choir <http://data.carnegiehall.org/names/25154>,
        <http://data.carnegiehall.org/names/26347>,
        <http://data.carnegiehall.org/names/34825>,
        <http://data.carnegiehall.org/names/43153>,
        <http://data.carnegiehall.org/names/49631>,
        <http://data.carnegiehall.org/names/56763>,
        <http://data.carnegiehall.org/names/9523>,
        <http://data.carnegiehall.org/names/9524> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/16135> ;
    ns2:organ <http://data.carnegiehall.org/names/8795> ;
    ns2:soprano <http://data.carnegiehall.org/names/55331> ;
    ns2:tenor <http://data.carnegiehall.org/names/3780> ;
    ns1:performer <http://data.carnegiehall.org/names/16135>,
        <http://data.carnegiehall.org/names/25154>,
        <http://data.carnegiehall.org/names/26347>,
        <http://data.carnegiehall.org/names/34825>,
        <http://data.carnegiehall.org/names/3780>,
        <http://data.carnegiehall.org/names/43153>,
        <http://data.carnegiehall.org/names/49631>,
        <http://data.carnegiehall.org/names/55331>,
        <http://data.carnegiehall.org/names/56763>,
        <http://data.carnegiehall.org/names/6733>,
        <http://data.carnegiehall.org/names/8795>,
        <http://data.carnegiehall.org/names/9523>,
        <http://data.carnegiehall.org/names/9524> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17352> .

