@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/77832/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Missa in tempore belli, H.XXII:9" ;
    ns3:alto <http://data.carnegiehall.org/names/53619> ;
    ns3:bass <http://data.carnegiehall.org/names/98370> ;
    ns3:choir <http://data.carnegiehall.org/names/121995>,
        <http://data.carnegiehall.org/names/127013>,
        <http://data.carnegiehall.org/names/138507>,
        <http://data.carnegiehall.org/names/138517>,
        <http://data.carnegiehall.org/names/138518> ;
    ns3:conductor <http://data.carnegiehall.org/names/98272> ;
    ns3:orchestra <http://data.carnegiehall.org/names/127013> ;
    ns3:organ <http://data.carnegiehall.org/names/137672> ;
    ns3:soprano <http://data.carnegiehall.org/names/138502> ;
    ns3:tenor <http://data.carnegiehall.org/names/138503> ;
    ns1:performer <http://data.carnegiehall.org/names/121995>,
        <http://data.carnegiehall.org/names/127013>,
        <http://data.carnegiehall.org/names/137672>,
        <http://data.carnegiehall.org/names/138502>,
        <http://data.carnegiehall.org/names/138503>,
        <http://data.carnegiehall.org/names/138507>,
        <http://data.carnegiehall.org/names/138517>,
        <http://data.carnegiehall.org/names/138518>,
        <http://data.carnegiehall.org/names/53619>,
        <http://data.carnegiehall.org/names/98272>,
        <http://data.carnegiehall.org/names/98370> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/12333> .

