@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/71787/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "How Can I Keep From Singing" ;
    ns1:choir <http://data.carnegiehall.org/names/117266>,
        <http://data.carnegiehall.org/names/118588>,
        <http://data.carnegiehall.org/names/131179>,
        <http://data.carnegiehall.org/names/131181>,
        <http://data.carnegiehall.org/names/131182>,
        <http://data.carnegiehall.org/names/131183>,
        <http://data.carnegiehall.org/names/131184>,
        <http://data.carnegiehall.org/names/131185>,
        <http://data.carnegiehall.org/names/131186>,
        <http://data.carnegiehall.org/names/74653> ;
    ns1:conductor <http://data.carnegiehall.org/names/85105> ;
    ns1:piano <http://data.carnegiehall.org/names/108629> ;
    ns1:vocalist <http://data.carnegiehall.org/names/131180> ;
    ns2:performer <http://data.carnegiehall.org/names/108629>,
        <http://data.carnegiehall.org/names/117266>,
        <http://data.carnegiehall.org/names/118588>,
        <http://data.carnegiehall.org/names/131179>,
        <http://data.carnegiehall.org/names/131180>,
        <http://data.carnegiehall.org/names/131181>,
        <http://data.carnegiehall.org/names/131182>,
        <http://data.carnegiehall.org/names/131183>,
        <http://data.carnegiehall.org/names/131184>,
        <http://data.carnegiehall.org/names/131185>,
        <http://data.carnegiehall.org/names/131186>,
        <http://data.carnegiehall.org/names/74653>,
        <http://data.carnegiehall.org/names/85105> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/88156> .

