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

<http://data.carnegiehall.org/events/6843/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Courante" ;
    ns1:ensemble <http://data.carnegiehall.org/names/49972> ;
    ns1:harp <http://data.carnegiehall.org/names/15695>,
        <http://data.carnegiehall.org/names/27008>,
        <http://data.carnegiehall.org/names/28513>,
        <http://data.carnegiehall.org/names/54503>,
        <http://data.carnegiehall.org/names/55349>,
        <http://data.carnegiehall.org/names/57962>,
        <http://data.carnegiehall.org/names/9811> ;
    ns2:performer <http://data.carnegiehall.org/names/15695>,
        <http://data.carnegiehall.org/names/27008>,
        <http://data.carnegiehall.org/names/28513>,
        <http://data.carnegiehall.org/names/49972>,
        <http://data.carnegiehall.org/names/54503>,
        <http://data.carnegiehall.org/names/55349>,
        <http://data.carnegiehall.org/names/57962>,
        <http://data.carnegiehall.org/names/9811> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47934> .

