@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/78029/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Les élémens (The Elements)" ;
    ns1:chamber_orchestra <http://data.carnegiehall.org/names/89655> ;
    ns1:dancer <http://data.carnegiehall.org/names/141662>,
        <http://data.carnegiehall.org/names/141663>,
        <http://data.carnegiehall.org/names/141664>,
        <http://data.carnegiehall.org/names/141665>,
        <http://data.carnegiehall.org/names/141666>,
        <http://data.carnegiehall.org/names/141667>,
        <http://data.carnegiehall.org/names/141668> ;
    ns1:violin <http://data.carnegiehall.org/names/141661> ;
    ns2:performer <http://data.carnegiehall.org/names/141661>,
        <http://data.carnegiehall.org/names/141662>,
        <http://data.carnegiehall.org/names/141663>,
        <http://data.carnegiehall.org/names/141664>,
        <http://data.carnegiehall.org/names/141665>,
        <http://data.carnegiehall.org/names/141666>,
        <http://data.carnegiehall.org/names/141667>,
        <http://data.carnegiehall.org/names/141668>,
        <http://data.carnegiehall.org/names/89655> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/125094> .

