@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/19327/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tarantella" ;
    ns1:conductor <http://data.carnegiehall.org/names/29042> ;
    ns1:piano <http://data.carnegiehall.org/names/14671>,
        <http://data.carnegiehall.org/names/22187>,
        <http://data.carnegiehall.org/names/25093>,
        <http://data.carnegiehall.org/names/25903>,
        <http://data.carnegiehall.org/names/30795>,
        <http://data.carnegiehall.org/names/32955>,
        <http://data.carnegiehall.org/names/3470>,
        <http://data.carnegiehall.org/names/38773>,
        <http://data.carnegiehall.org/names/40927>,
        <http://data.carnegiehall.org/names/41286>,
        <http://data.carnegiehall.org/names/41287>,
        <http://data.carnegiehall.org/names/42976>,
        <http://data.carnegiehall.org/names/65863>,
        <http://data.carnegiehall.org/names/65864> ;
    ns2:performer <http://data.carnegiehall.org/names/14671>,
        <http://data.carnegiehall.org/names/22187>,
        <http://data.carnegiehall.org/names/25093>,
        <http://data.carnegiehall.org/names/25903>,
        <http://data.carnegiehall.org/names/29042>,
        <http://data.carnegiehall.org/names/30795>,
        <http://data.carnegiehall.org/names/32955>,
        <http://data.carnegiehall.org/names/3470>,
        <http://data.carnegiehall.org/names/38773>,
        <http://data.carnegiehall.org/names/40927>,
        <http://data.carnegiehall.org/names/41286>,
        <http://data.carnegiehall.org/names/41287>,
        <http://data.carnegiehall.org/names/42976>,
        <http://data.carnegiehall.org/names/65863>,
        <http://data.carnegiehall.org/names/65864> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/5274> .

