@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/18943/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Martha: Good Night Quartet (Dormi pur, ma il mio riposo)" ;
    ns1:baritone <http://data.carnegiehall.org/names/365>,
        <http://data.carnegiehall.org/names/57204> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/42560> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/17196>,
        <http://data.carnegiehall.org/names/57135> ;
    ns1:piano <http://data.carnegiehall.org/names/40704> ;
    ns1:soprano <http://data.carnegiehall.org/names/7154>,
        <http://data.carnegiehall.org/names/9431> ;
    ns1:tenor <http://data.carnegiehall.org/names/8878> ;
    ns2:performer <http://data.carnegiehall.org/names/17196>,
        <http://data.carnegiehall.org/names/365>,
        <http://data.carnegiehall.org/names/40704>,
        <http://data.carnegiehall.org/names/42560>,
        <http://data.carnegiehall.org/names/57135>,
        <http://data.carnegiehall.org/names/57204>,
        <http://data.carnegiehall.org/names/7154>,
        <http://data.carnegiehall.org/names/8878>,
        <http://data.carnegiehall.org/names/9431> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/82916> .

