@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/34609/work_21> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Waltzes (unspecified)" ;
    ns1:dancer <http://data.carnegiehall.org/names/41584>,
        <http://data.carnegiehall.org/names/6664>,
        <http://data.carnegiehall.org/names/67776>,
        <http://data.carnegiehall.org/names/85462>,
        <http://data.carnegiehall.org/names/85562>,
        <http://data.carnegiehall.org/names/85570>,
        <http://data.carnegiehall.org/names/85572>,
        <http://data.carnegiehall.org/names/85574>,
        <http://data.carnegiehall.org/names/85590>,
        <http://data.carnegiehall.org/names/85592> ;
    ns2:performer <http://data.carnegiehall.org/names/41584>,
        <http://data.carnegiehall.org/names/6664>,
        <http://data.carnegiehall.org/names/67776>,
        <http://data.carnegiehall.org/names/85462>,
        <http://data.carnegiehall.org/names/85562>,
        <http://data.carnegiehall.org/names/85570>,
        <http://data.carnegiehall.org/names/85572>,
        <http://data.carnegiehall.org/names/85574>,
        <http://data.carnegiehall.org/names/85590>,
        <http://data.carnegiehall.org/names/85592> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/118002> .

