@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/60843/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Le bourgeois gentilhomme: Minuet" ;
    ns2:dancer <http://data.carnegiehall.org/names/113768>,
        <http://data.carnegiehall.org/names/113769>,
        <http://data.carnegiehall.org/names/113770>,
        <http://data.carnegiehall.org/names/113771>,
        <http://data.carnegiehall.org/names/113773> ;
    ns2:harp <http://data.carnegiehall.org/names/113772> ;
    ns2:piano <http://data.carnegiehall.org/names/113774> ;
    ns2:storyteller <http://data.carnegiehall.org/names/113775> ;
    ns2:vocalist <http://data.carnegiehall.org/names/113776> ;
    ns1:performer <http://data.carnegiehall.org/names/113768>,
        <http://data.carnegiehall.org/names/113769>,
        <http://data.carnegiehall.org/names/113770>,
        <http://data.carnegiehall.org/names/113771>,
        <http://data.carnegiehall.org/names/113772>,
        <http://data.carnegiehall.org/names/113773>,
        <http://data.carnegiehall.org/names/113774>,
        <http://data.carnegiehall.org/names/113775>,
        <http://data.carnegiehall.org/names/113776> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/5564> .

