@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/2841/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Mother of us All" ;
    ns1:baritone <http://data.carnegiehall.org/names/18021>,
        <http://data.carnegiehall.org/names/39394>,
        <http://data.carnegiehall.org/names/41158>,
        <http://data.carnegiehall.org/names/53809> ;
    ns1:bass <http://data.carnegiehall.org/names/37943>,
        <http://data.carnegiehall.org/names/45480>,
        <http://data.carnegiehall.org/names/6964> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/11506>,
        <http://data.carnegiehall.org/names/45807>,
        <http://data.carnegiehall.org/names/51314> ;
    ns1:contralto <http://data.carnegiehall.org/names/19478>,
        <http://data.carnegiehall.org/names/58513>,
        <http://data.carnegiehall.org/names/61221> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/23769>,
        <http://data.carnegiehall.org/names/54564> ;
    ns1:soprano <http://data.carnegiehall.org/names/12176>,
        <http://data.carnegiehall.org/names/16999>,
        <http://data.carnegiehall.org/names/30645>,
        <http://data.carnegiehall.org/names/31680>,
        <http://data.carnegiehall.org/names/48099> ;
    ns1:tenor <http://data.carnegiehall.org/names/11502>,
        <http://data.carnegiehall.org/names/15931>,
        <http://data.carnegiehall.org/names/7861>,
        <http://data.carnegiehall.org/names/9595> ;
    ns2:performer <http://data.carnegiehall.org/names/11502>,
        <http://data.carnegiehall.org/names/11506>,
        <http://data.carnegiehall.org/names/12176>,
        <http://data.carnegiehall.org/names/15931>,
        <http://data.carnegiehall.org/names/16999>,
        <http://data.carnegiehall.org/names/18021>,
        <http://data.carnegiehall.org/names/19478>,
        <http://data.carnegiehall.org/names/23769>,
        <http://data.carnegiehall.org/names/30645>,
        <http://data.carnegiehall.org/names/31680>,
        <http://data.carnegiehall.org/names/37943>,
        <http://data.carnegiehall.org/names/39394>,
        <http://data.carnegiehall.org/names/41158>,
        <http://data.carnegiehall.org/names/45480>,
        <http://data.carnegiehall.org/names/45807>,
        <http://data.carnegiehall.org/names/48099>,
        <http://data.carnegiehall.org/names/51314>,
        <http://data.carnegiehall.org/names/53809>,
        <http://data.carnegiehall.org/names/54564>,
        <http://data.carnegiehall.org/names/58513>,
        <http://data.carnegiehall.org/names/61221>,
        <http://data.carnegiehall.org/names/6964>,
        <http://data.carnegiehall.org/names/7861>,
        <http://data.carnegiehall.org/names/9595> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/68702> .

