@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/25712/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Martha: Good Night Quartet (Dormi pur, ma il mio riposo)" ;
    ns2:baritone <http://data.carnegiehall.org/names/13215> ;
    ns2:bass <http://data.carnegiehall.org/names/47360> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/4637> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/13216> ;
    ns2:piano <http://data.carnegiehall.org/names/22369> ;
    ns2:soprano <http://data.carnegiehall.org/names/15727>,
        <http://data.carnegiehall.org/names/17873>,
        <http://data.carnegiehall.org/names/27786>,
        <http://data.carnegiehall.org/names/3766>,
        <http://data.carnegiehall.org/names/45542> ;
    ns1:performer <http://data.carnegiehall.org/names/13215>,
        <http://data.carnegiehall.org/names/13216>,
        <http://data.carnegiehall.org/names/15727>,
        <http://data.carnegiehall.org/names/17873>,
        <http://data.carnegiehall.org/names/22369>,
        <http://data.carnegiehall.org/names/27786>,
        <http://data.carnegiehall.org/names/3766>,
        <http://data.carnegiehall.org/names/45542>,
        <http://data.carnegiehall.org/names/4637>,
        <http://data.carnegiehall.org/names/47360> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/82916> .

