@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/52773/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Passio" ;
    ns2:alto <http://data.carnegiehall.org/names/97190> ;
    ns2:baritone <http://data.carnegiehall.org/names/92598> ;
    ns2:bass <http://data.carnegiehall.org/names/70690> ;
    ns2:bassoon <http://data.carnegiehall.org/names/89190> ;
    ns2:cello <http://data.carnegiehall.org/names/83114> ;
    ns2:conductor <http://data.carnegiehall.org/names/93095> ;
    ns2:oboe <http://data.carnegiehall.org/names/89226> ;
    ns2:organ <http://data.carnegiehall.org/names/97188> ;
    ns2:soprano <http://data.carnegiehall.org/names/72041> ;
    ns2:tenor <http://data.carnegiehall.org/names/77586>,
        <http://data.carnegiehall.org/names/86571> ;
    ns2:violin <http://data.carnegiehall.org/names/88531> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/97189> ;
    ns1:performer <http://data.carnegiehall.org/names/70690>,
        <http://data.carnegiehall.org/names/72041>,
        <http://data.carnegiehall.org/names/77586>,
        <http://data.carnegiehall.org/names/83114>,
        <http://data.carnegiehall.org/names/86571>,
        <http://data.carnegiehall.org/names/88531>,
        <http://data.carnegiehall.org/names/89190>,
        <http://data.carnegiehall.org/names/89226>,
        <http://data.carnegiehall.org/names/92598>,
        <http://data.carnegiehall.org/names/93095>,
        <http://data.carnegiehall.org/names/97188>,
        <http://data.carnegiehall.org/names/97189>,
        <http://data.carnegiehall.org/names/97190> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/90414> .

