@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/58864/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Missa in tempore belli, H.XXII:9" ;
    ns1:bass <http://data.carnegiehall.org/names/100420> ;
    ns1:chamber_orchestra <http://data.carnegiehall.org/names/61706> ;
    ns1:choir <http://data.carnegiehall.org/names/100705>,
        <http://data.carnegiehall.org/names/109668>,
        <http://data.carnegiehall.org/names/109669>,
        <http://data.carnegiehall.org/names/109670>,
        <http://data.carnegiehall.org/names/54466>,
        <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/97178> ;
    ns1:conductor <http://data.carnegiehall.org/names/46306> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/63625> ;
    ns1:soprano <http://data.carnegiehall.org/names/104388> ;
    ns1:tenor <http://data.carnegiehall.org/names/86571> ;
    ns2:performer <http://data.carnegiehall.org/names/100420>,
        <http://data.carnegiehall.org/names/100705>,
        <http://data.carnegiehall.org/names/104388>,
        <http://data.carnegiehall.org/names/109668>,
        <http://data.carnegiehall.org/names/109669>,
        <http://data.carnegiehall.org/names/109670>,
        <http://data.carnegiehall.org/names/46306>,
        <http://data.carnegiehall.org/names/54466>,
        <http://data.carnegiehall.org/names/61706>,
        <http://data.carnegiehall.org/names/63625>,
        <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/86571>,
        <http://data.carnegiehall.org/names/97178> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/12333> .

