@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/61997/work_39> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "How Can I Keep from Singing" ;
    ns1:choir <http://data.carnegiehall.org/names/116259>,
        <http://data.carnegiehall.org/names/116262>,
        <http://data.carnegiehall.org/names/116264>,
        <http://data.carnegiehall.org/names/116266>,
        <http://data.carnegiehall.org/names/116268>,
        <http://data.carnegiehall.org/names/88035>,
        <http://data.carnegiehall.org/names/99607>,
        <http://data.carnegiehall.org/names/99609> ;
    ns1:reader <http://data.carnegiehall.org/names/92692> ;
    ns2:performer <http://data.carnegiehall.org/names/116259>,
        <http://data.carnegiehall.org/names/116262>,
        <http://data.carnegiehall.org/names/116264>,
        <http://data.carnegiehall.org/names/116266>,
        <http://data.carnegiehall.org/names/116268>,
        <http://data.carnegiehall.org/names/88035>,
        <http://data.carnegiehall.org/names/92692>,
        <http://data.carnegiehall.org/names/99607>,
        <http://data.carnegiehall.org/names/99609> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/70581> .

