@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/42167/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Joyous Procession and a Solemn Procession: 1. A Joyous Procession" ;
    ns1:alto <http://data.carnegiehall.org/names/10309>,
        <http://data.carnegiehall.org/names/71452>,
        <http://data.carnegiehall.org/names/71453> ;
    ns1:bass <http://data.carnegiehall.org/names/71457>,
        <http://data.carnegiehall.org/names/71458> ;
    ns1:percussion <http://data.carnegiehall.org/names/15302>,
        <http://data.carnegiehall.org/names/20212>,
        <http://data.carnegiehall.org/names/25205>,
        <http://data.carnegiehall.org/names/39769>,
        <http://data.carnegiehall.org/names/55014> ;
    ns1:soprano <http://data.carnegiehall.org/names/71450>,
        <http://data.carnegiehall.org/names/71451> ;
    ns1:tenor <http://data.carnegiehall.org/names/36901>,
        <http://data.carnegiehall.org/names/71454>,
        <http://data.carnegiehall.org/names/71455>,
        <http://data.carnegiehall.org/names/71456> ;
    ns1:trombone <http://data.carnegiehall.org/names/55010>,
        <http://data.carnegiehall.org/names/71459> ;
    ns2:performer <http://data.carnegiehall.org/names/10309>,
        <http://data.carnegiehall.org/names/15302>,
        <http://data.carnegiehall.org/names/20212>,
        <http://data.carnegiehall.org/names/25205>,
        <http://data.carnegiehall.org/names/36901>,
        <http://data.carnegiehall.org/names/39769>,
        <http://data.carnegiehall.org/names/55010>,
        <http://data.carnegiehall.org/names/55014>,
        <http://data.carnegiehall.org/names/71450>,
        <http://data.carnegiehall.org/names/71451>,
        <http://data.carnegiehall.org/names/71452>,
        <http://data.carnegiehall.org/names/71453>,
        <http://data.carnegiehall.org/names/71454>,
        <http://data.carnegiehall.org/names/71455>,
        <http://data.carnegiehall.org/names/71456>,
        <http://data.carnegiehall.org/names/71457>,
        <http://data.carnegiehall.org/names/71458>,
        <http://data.carnegiehall.org/names/71459> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/68004> .

