@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/49444/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in D Minor, H.XXII:11, \"Nelson Mass\"" ;
    ns1:baritone <http://data.carnegiehall.org/names/87171> ;
    ns1:choir <http://data.carnegiehall.org/names/78067>,
        <http://data.carnegiehall.org/names/90258>,
        <http://data.carnegiehall.org/names/90259>,
        <http://data.carnegiehall.org/names/90260>,
        <http://data.carnegiehall.org/names/90261> ;
    ns1:conductor <http://data.carnegiehall.org/names/65512> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/80319> ;
    ns1:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns1:soprano <http://data.carnegiehall.org/names/73318> ;
    ns1:tenor <http://data.carnegiehall.org/names/90257> ;
    ns2:performer <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/65512>,
        <http://data.carnegiehall.org/names/73318>,
        <http://data.carnegiehall.org/names/78067>,
        <http://data.carnegiehall.org/names/80319>,
        <http://data.carnegiehall.org/names/87171>,
        <http://data.carnegiehall.org/names/90257>,
        <http://data.carnegiehall.org/names/90258>,
        <http://data.carnegiehall.org/names/90259>,
        <http://data.carnegiehall.org/names/90260>,
        <http://data.carnegiehall.org/names/90261> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/5238> .

