@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/2926/work_01> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "In convertendo Dominus" ;
    ns1:baritone <http://data.carnegiehall.org/names/53336> ;
    ns1:choir <http://data.carnegiehall.org/names/39568> ;
    ns1:conductor <http://data.carnegiehall.org/names/39256> ;
    ns1:contralto <http://data.carnegiehall.org/names/25286> ;
    ns1:soprano <http://data.carnegiehall.org/names/54847> ;
    ns2:performer <http://data.carnegiehall.org/names/25286>,
        <http://data.carnegiehall.org/names/39256>,
        <http://data.carnegiehall.org/names/39568>,
        <http://data.carnegiehall.org/names/53336>,
        <http://data.carnegiehall.org/names/54847> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/21036> ;
    rdfs:comment "New York premiere" .

