@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/68884/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "My Fair Lady: Wouldn’t It Be Loverly" ;
    ns2:choir <http://data.carnegiehall.org/names/88770> ;
    ns2:vocalist <http://data.carnegiehall.org/names/106582>,
        <http://data.carnegiehall.org/names/129138>,
        <http://data.carnegiehall.org/names/129139>,
        <http://data.carnegiehall.org/names/129140>,
        <http://data.carnegiehall.org/names/129141> ;
    ns1:performer <http://data.carnegiehall.org/names/106582>,
        <http://data.carnegiehall.org/names/129138>,
        <http://data.carnegiehall.org/names/129139>,
        <http://data.carnegiehall.org/names/129140>,
        <http://data.carnegiehall.org/names/129141>,
        <http://data.carnegiehall.org/names/88770> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/97761> .

