@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/70831/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "How Can I Cry" ;
    ns1:choir <http://data.carnegiehall.org/names/100478>,
        <http://data.carnegiehall.org/names/100479>,
        <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/130421>,
        <http://data.carnegiehall.org/names/130422>,
        <http://data.carnegiehall.org/names/130423>,
        <http://data.carnegiehall.org/names/130424>,
        <http://data.carnegiehall.org/names/130425>,
        <http://data.carnegiehall.org/names/130426> ;
    ns1:conductor <http://data.carnegiehall.org/names/74054> ;
    ns1:dancer <http://data.carnegiehall.org/names/130416> ;
    ns1:double_bass <http://data.carnegiehall.org/names/130417> ;
    ns1:piano <http://data.carnegiehall.org/names/121984> ;
    ns2:performer <http://data.carnegiehall.org/names/100478>,
        <http://data.carnegiehall.org/names/100479>,
        <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/121984>,
        <http://data.carnegiehall.org/names/130416>,
        <http://data.carnegiehall.org/names/130417>,
        <http://data.carnegiehall.org/names/130421>,
        <http://data.carnegiehall.org/names/130422>,
        <http://data.carnegiehall.org/names/130423>,
        <http://data.carnegiehall.org/names/130424>,
        <http://data.carnegiehall.org/names/130425>,
        <http://data.carnegiehall.org/names/130426>,
        <http://data.carnegiehall.org/names/74054> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/114971> .

