@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/53238/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Turnaround" ;
    ns1:alto <http://data.carnegiehall.org/names/96763> ;
    ns1:baritone <http://data.carnegiehall.org/names/96764>,
        <http://data.carnegiehall.org/names/96765> ;
    ns1:choir <http://data.carnegiehall.org/names/82699> ;
    ns1:double_bass <http://data.carnegiehall.org/names/96722> ;
    ns1:drums <http://data.carnegiehall.org/names/65699> ;
    ns1:oboe <http://data.carnegiehall.org/names/95306> ;
    ns1:piano <http://data.carnegiehall.org/names/96761> ;
    ns1:soprano <http://data.carnegiehall.org/names/96762> ;
    ns2:performer <http://data.carnegiehall.org/names/65699>,
        <http://data.carnegiehall.org/names/82699>,
        <http://data.carnegiehall.org/names/95306>,
        <http://data.carnegiehall.org/names/96722>,
        <http://data.carnegiehall.org/names/96761>,
        <http://data.carnegiehall.org/names/96762>,
        <http://data.carnegiehall.org/names/96763>,
        <http://data.carnegiehall.org/names/96764>,
        <http://data.carnegiehall.org/names/96765> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/89990> .

