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

<http://data.carnegiehall.org/events/5370/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messe de Nostre Dame" ;
    ns2:bassoon <http://data.carnegiehall.org/names/40833> ;
    ns2:choir <http://data.carnegiehall.org/names/60070> ;
    ns2:crumhorn <http://data.carnegiehall.org/names/18800> ;
    ns2:recorder <http://data.carnegiehall.org/names/18800> ;
    ns2:soprano <http://data.carnegiehall.org/names/5540> ;
    ns2:tenor <http://data.carnegiehall.org/names/48100> ;
    ns2:tenor_shawm <http://data.carnegiehall.org/names/40833> ;
    ns2:viola_da_gamba <http://data.carnegiehall.org/names/60432> ;
    ns1:performer <http://data.carnegiehall.org/names/18800>,
        <http://data.carnegiehall.org/names/40833>,
        <http://data.carnegiehall.org/names/48100>,
        <http://data.carnegiehall.org/names/5540>,
        <http://data.carnegiehall.org/names/60070>,
        <http://data.carnegiehall.org/names/60432> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/54907> .

