@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/20862/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Magnificat" ;
    ns1:flute <http://data.carnegiehall.org/names/20391>,
        <http://data.carnegiehall.org/names/42027> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/29049> ;
    ns1:womens_chorus <http://data.carnegiehall.org/names/115289>,
        <http://data.carnegiehall.org/names/126642>,
        <http://data.carnegiehall.org/names/126643>,
        <http://data.carnegiehall.org/names/126644>,
        <http://data.carnegiehall.org/names/126645>,
        <http://data.carnegiehall.org/names/51949>,
        <http://data.carnegiehall.org/names/57807> ;
    ns2:performer <http://data.carnegiehall.org/names/115289>,
        <http://data.carnegiehall.org/names/126642>,
        <http://data.carnegiehall.org/names/126643>,
        <http://data.carnegiehall.org/names/126644>,
        <http://data.carnegiehall.org/names/126645>,
        <http://data.carnegiehall.org/names/20391>,
        <http://data.carnegiehall.org/names/29049>,
        <http://data.carnegiehall.org/names/42027>,
        <http://data.carnegiehall.org/names/51949>,
        <http://data.carnegiehall.org/names/57807> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/30224> .

