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

<http://data.carnegiehall.org/events/2703/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dance" ;
    ns3:dance_group <http://data.carnegiehall.org/names/46124> ;
    ns3:dancer <http://data.carnegiehall.org/names/13018>,
        <http://data.carnegiehall.org/names/15597>,
        <http://data.carnegiehall.org/names/21542>,
        <http://data.carnegiehall.org/names/26675>,
        <http://data.carnegiehall.org/names/28530>,
        <http://data.carnegiehall.org/names/32861>,
        <http://data.carnegiehall.org/names/3764>,
        <http://data.carnegiehall.org/names/40351>,
        <http://data.carnegiehall.org/names/41592>,
        <http://data.carnegiehall.org/names/45453>,
        <http://data.carnegiehall.org/names/6042> ;
    ns3:piano <http://data.carnegiehall.org/names/49358> ;
    ns2:performer <http://data.carnegiehall.org/names/13018>,
        <http://data.carnegiehall.org/names/15597>,
        <http://data.carnegiehall.org/names/21542>,
        <http://data.carnegiehall.org/names/26675>,
        <http://data.carnegiehall.org/names/28530>,
        <http://data.carnegiehall.org/names/32861>,
        <http://data.carnegiehall.org/names/3764>,
        <http://data.carnegiehall.org/names/40351>,
        <http://data.carnegiehall.org/names/41592>,
        <http://data.carnegiehall.org/names/45453>,
        <http://data.carnegiehall.org/names/46124>,
        <http://data.carnegiehall.org/names/49358>,
        <http://data.carnegiehall.org/names/6042> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/27536> .

