@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/62761/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Missa Cellensis, H.XXII:8, \"Mariazellermesse\"" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/69416> ;
    ns1:choir <http://data.carnegiehall.org/names/117776>,
        <http://data.carnegiehall.org/names/117777>,
        <http://data.carnegiehall.org/names/117778>,
        <http://data.carnegiehall.org/names/117779>,
        <http://data.carnegiehall.org/names/117780>,
        <http://data.carnegiehall.org/names/117781> ;
    ns1:conductor <http://data.carnegiehall.org/names/102966> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/117771> ;
    ns1:soprano <http://data.carnegiehall.org/names/117770> ;
    ns1:tenor <http://data.carnegiehall.org/names/117772> ;
    ns2:performer <http://data.carnegiehall.org/names/102966>,
        <http://data.carnegiehall.org/names/117770>,
        <http://data.carnegiehall.org/names/117771>,
        <http://data.carnegiehall.org/names/117772>,
        <http://data.carnegiehall.org/names/117776>,
        <http://data.carnegiehall.org/names/117777>,
        <http://data.carnegiehall.org/names/117778>,
        <http://data.carnegiehall.org/names/117779>,
        <http://data.carnegiehall.org/names/117780>,
        <http://data.carnegiehall.org/names/117781>,
        <http://data.carnegiehall.org/names/69416> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/5540> .

