@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/62960/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Turn The World Around" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/118345> ;
    ns2:choir <http://data.carnegiehall.org/names/104040>,
        <http://data.carnegiehall.org/names/118355>,
        <http://data.carnegiehall.org/names/118356>,
        <http://data.carnegiehall.org/names/118357>,
        <http://data.carnegiehall.org/names/118358>,
        <http://data.carnegiehall.org/names/118359>,
        <http://data.carnegiehall.org/names/72718> ;
    ns2:conductor <http://data.carnegiehall.org/names/84380> ;
    ns2:drums <http://data.carnegiehall.org/names/63367> ;
    ns2:guitar <http://data.carnegiehall.org/names/118346> ;
    ns2:piano <http://data.carnegiehall.org/names/23379> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/118344> ;
    ns2:trombone <http://data.carnegiehall.org/names/17392> ;
    ns2:trumpet <http://data.carnegiehall.org/names/75017>,
        <http://data.carnegiehall.org/names/86606> ;
    ns1:performer <http://data.carnegiehall.org/names/104040>,
        <http://data.carnegiehall.org/names/118344>,
        <http://data.carnegiehall.org/names/118345>,
        <http://data.carnegiehall.org/names/118346>,
        <http://data.carnegiehall.org/names/118355>,
        <http://data.carnegiehall.org/names/118356>,
        <http://data.carnegiehall.org/names/118357>,
        <http://data.carnegiehall.org/names/118358>,
        <http://data.carnegiehall.org/names/118359>,
        <http://data.carnegiehall.org/names/17392>,
        <http://data.carnegiehall.org/names/23379>,
        <http://data.carnegiehall.org/names/63367>,
        <http://data.carnegiehall.org/names/72718>,
        <http://data.carnegiehall.org/names/75017>,
        <http://data.carnegiehall.org/names/84380>,
        <http://data.carnegiehall.org/names/86606> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/106437> .

