@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/27576/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Magnificat" ;
    ns1:choir <http://data.carnegiehall.org/names/52470>,
        <http://data.carnegiehall.org/names/54066>,
        <http://data.carnegiehall.org/names/63292>,
        <http://data.carnegiehall.org/names/64734>,
        <http://data.carnegiehall.org/names/64735>,
        <http://data.carnegiehall.org/names/68350>,
        <http://data.carnegiehall.org/names/68351>,
        <http://data.carnegiehall.org/names/74049>,
        <http://data.carnegiehall.org/names/89119>,
        <http://data.carnegiehall.org/names/89120>,
        <http://data.carnegiehall.org/names/89121>,
        <http://data.carnegiehall.org/names/89122> ;
    ns1:conductor <http://data.carnegiehall.org/names/3000> ;
    ns1:soprano <http://data.carnegiehall.org/names/3766> ;
    ns2:performer <http://data.carnegiehall.org/names/3000>,
        <http://data.carnegiehall.org/names/3766>,
        <http://data.carnegiehall.org/names/52470>,
        <http://data.carnegiehall.org/names/54066>,
        <http://data.carnegiehall.org/names/63292>,
        <http://data.carnegiehall.org/names/64734>,
        <http://data.carnegiehall.org/names/64735>,
        <http://data.carnegiehall.org/names/68350>,
        <http://data.carnegiehall.org/names/68351>,
        <http://data.carnegiehall.org/names/74049>,
        <http://data.carnegiehall.org/names/89119>,
        <http://data.carnegiehall.org/names/89120>,
        <http://data.carnegiehall.org/names/89121>,
        <http://data.carnegiehall.org/names/89122> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17352> .

