@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/7862/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mother Night" ;
    ns2:clarinet <http://data.carnegiehall.org/names/12451> ;
    ns2:double_bass <http://data.carnegiehall.org/names/23669> ;
    ns2:flute <http://data.carnegiehall.org/names/12452> ;
    ns2:narrator <http://data.carnegiehall.org/names/40210> ;
    ns2:synthesizer <http://data.carnegiehall.org/names/49523> ;
    ns2:viola <http://data.carnegiehall.org/names/16510> ;
    ns1:performer <http://data.carnegiehall.org/names/12451>,
        <http://data.carnegiehall.org/names/12452>,
        <http://data.carnegiehall.org/names/16510>,
        <http://data.carnegiehall.org/names/23669>,
        <http://data.carnegiehall.org/names/40210>,
        <http://data.carnegiehall.org/names/49523> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/28634> .

