@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/19822/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Primitive Rhythms" ;
    ns2:dance_group <http://data.carnegiehall.org/names/18093> ;
    ns2:dancer <http://data.carnegiehall.org/names/22079>,
        <http://data.carnegiehall.org/names/28104>,
        <http://data.carnegiehall.org/names/36153>,
        <http://data.carnegiehall.org/names/38928>,
        <http://data.carnegiehall.org/names/40023>,
        <http://data.carnegiehall.org/names/94740>,
        <http://data.carnegiehall.org/names/94741>,
        <http://data.carnegiehall.org/names/94742>,
        <http://data.carnegiehall.org/names/94743> ;
    ns2:piano <http://data.carnegiehall.org/names/18095> ;
    ns1:performer <http://data.carnegiehall.org/names/18093>,
        <http://data.carnegiehall.org/names/18095>,
        <http://data.carnegiehall.org/names/22079>,
        <http://data.carnegiehall.org/names/28104>,
        <http://data.carnegiehall.org/names/36153>,
        <http://data.carnegiehall.org/names/38928>,
        <http://data.carnegiehall.org/names/40023>,
        <http://data.carnegiehall.org/names/94740>,
        <http://data.carnegiehall.org/names/94741>,
        <http://data.carnegiehall.org/names/94742>,
        <http://data.carnegiehall.org/names/94743> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/87683> .

