@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/9220/work_28> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dance" ;
    ns2:dancer <http://data.carnegiehall.org/names/13018>,
        <http://data.carnegiehall.org/names/1576>,
        <http://data.carnegiehall.org/names/17986>,
        <http://data.carnegiehall.org/names/26214>,
        <http://data.carnegiehall.org/names/26671>,
        <http://data.carnegiehall.org/names/26676>,
        <http://data.carnegiehall.org/names/28809>,
        <http://data.carnegiehall.org/names/32492>,
        <http://data.carnegiehall.org/names/32861>,
        <http://data.carnegiehall.org/names/3398>,
        <http://data.carnegiehall.org/names/39516>,
        <http://data.carnegiehall.org/names/40351>,
        <http://data.carnegiehall.org/names/41592>,
        <http://data.carnegiehall.org/names/42768>,
        <http://data.carnegiehall.org/names/45453>,
        <http://data.carnegiehall.org/names/4764>,
        <http://data.carnegiehall.org/names/6042>,
        <http://data.carnegiehall.org/names/84510> ;
    ns1:performer <http://data.carnegiehall.org/names/13018>,
        <http://data.carnegiehall.org/names/1576>,
        <http://data.carnegiehall.org/names/17986>,
        <http://data.carnegiehall.org/names/26214>,
        <http://data.carnegiehall.org/names/26671>,
        <http://data.carnegiehall.org/names/26676>,
        <http://data.carnegiehall.org/names/28809>,
        <http://data.carnegiehall.org/names/32492>,
        <http://data.carnegiehall.org/names/32861>,
        <http://data.carnegiehall.org/names/3398>,
        <http://data.carnegiehall.org/names/39516>,
        <http://data.carnegiehall.org/names/40351>,
        <http://data.carnegiehall.org/names/41592>,
        <http://data.carnegiehall.org/names/42768>,
        <http://data.carnegiehall.org/names/45453>,
        <http://data.carnegiehall.org/names/4764>,
        <http://data.carnegiehall.org/names/6042>,
        <http://data.carnegiehall.org/names/84510> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27536> .

