@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/75231/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "O admirabile commercium" ;
    ns2:choir <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/118401>,
        <http://data.carnegiehall.org/names/134939>,
        <http://data.carnegiehall.org/names/134941>,
        <http://data.carnegiehall.org/names/134943>,
        <http://data.carnegiehall.org/names/74805> ;
    ns2:conductor <http://data.carnegiehall.org/names/134935> ;
    ns2:piano <http://data.carnegiehall.org/names/109872> ;
    ns2:womens_chorus <http://data.carnegiehall.org/names/134940> ;
    ns1:performer <http://data.carnegiehall.org/names/109872>,
        <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/118401>,
        <http://data.carnegiehall.org/names/134935>,
        <http://data.carnegiehall.org/names/134939>,
        <http://data.carnegiehall.org/names/134940>,
        <http://data.carnegiehall.org/names/134941>,
        <http://data.carnegiehall.org/names/134943>,
        <http://data.carnegiehall.org/names/74805> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/18608> .

