@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/44461/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Japanese Flower Arrangement" ;
    ns3:dancer <http://data.carnegiehall.org/names/6691>,
        <http://data.carnegiehall.org/names/77269>,
        <http://data.carnegiehall.org/names/77272>,
        <http://data.carnegiehall.org/names/77273>,
        <http://data.carnegiehall.org/names/77274>,
        <http://data.carnegiehall.org/names/77275> ;
    ns1:performer <http://data.carnegiehall.org/names/6691>,
        <http://data.carnegiehall.org/names/77269>,
        <http://data.carnegiehall.org/names/77272>,
        <http://data.carnegiehall.org/names/77273>,
        <http://data.carnegiehall.org/names/77274>,
        <http://data.carnegiehall.org/names/77275> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/73396> .

