@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/27641/work_22> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Frühling: Zephyr, Op. 57, No. 4" ;
    ns1:dance_group <http://data.carnegiehall.org/names/51130> ;
    ns1:dancer <http://data.carnegiehall.org/names/19934>,
        <http://data.carnegiehall.org/names/26513>,
        <http://data.carnegiehall.org/names/36591>,
        <http://data.carnegiehall.org/names/88275>,
        <http://data.carnegiehall.org/names/88276>,
        <http://data.carnegiehall.org/names/88277>,
        <http://data.carnegiehall.org/names/88278> ;
    ns1:piano <http://data.carnegiehall.org/names/61197> ;
    ns2:performer <http://data.carnegiehall.org/names/19934>,
        <http://data.carnegiehall.org/names/26513>,
        <http://data.carnegiehall.org/names/36591>,
        <http://data.carnegiehall.org/names/51130>,
        <http://data.carnegiehall.org/names/61197>,
        <http://data.carnegiehall.org/names/88275>,
        <http://data.carnegiehall.org/names/88276>,
        <http://data.carnegiehall.org/names/88277>,
        <http://data.carnegiehall.org/names/88278> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/13108> .

