@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/28199/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Palestrina: Vision: Apparition of the Deceased Renaissance Composers" ;
    ns2:baritone <http://data.carnegiehall.org/names/38887>,
        <http://data.carnegiehall.org/names/49209>,
        <http://data.carnegiehall.org/names/96108> ;
    ns2:bass <http://data.carnegiehall.org/names/13379>,
        <http://data.carnegiehall.org/names/22865>,
        <http://data.carnegiehall.org/names/96113> ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/14996> ;
    ns2:tenor <http://data.carnegiehall.org/names/27502>,
        <http://data.carnegiehall.org/names/36251>,
        <http://data.carnegiehall.org/names/47009>,
        <http://data.carnegiehall.org/names/96112> ;
    ns1:performer <http://data.carnegiehall.org/names/13379>,
        <http://data.carnegiehall.org/names/14996>,
        <http://data.carnegiehall.org/names/22865>,
        <http://data.carnegiehall.org/names/27502>,
        <http://data.carnegiehall.org/names/36251>,
        <http://data.carnegiehall.org/names/38887>,
        <http://data.carnegiehall.org/names/47009>,
        <http://data.carnegiehall.org/names/49209>,
        <http://data.carnegiehall.org/names/96108>,
        <http://data.carnegiehall.org/names/96112>,
        <http://data.carnegiehall.org/names/96113> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/89317> .

