@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/74629/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Psychedelics" ;
    ns1:baritone <http://data.carnegiehall.org/names/111280> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/83211> ;
    ns1:soprano <http://data.carnegiehall.org/names/101210>,
        <http://data.carnegiehall.org/names/66642> ;
    ns1:tenor <http://data.carnegiehall.org/names/136711> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/108528> ;
    ns1:vocalist <http://data.carnegiehall.org/names/131034>,
        <http://data.carnegiehall.org/names/136710> ;
    ns2:performer <http://data.carnegiehall.org/names/101210>,
        <http://data.carnegiehall.org/names/108528>,
        <http://data.carnegiehall.org/names/111280>,
        <http://data.carnegiehall.org/names/131034>,
        <http://data.carnegiehall.org/names/136710>,
        <http://data.carnegiehall.org/names/136711>,
        <http://data.carnegiehall.org/names/66642>,
        <http://data.carnegiehall.org/names/83211> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/120535> .

