@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/46436/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Die Stücke der Windrose: 1. Osten" ;
    ns1:cello <http://data.carnegiehall.org/names/73286> ;
    ns1:clarinet <http://data.carnegiehall.org/names/78877> ;
    ns1:conductor <http://data.carnegiehall.org/names/19637> ;
    ns1:double_bass <http://data.carnegiehall.org/names/76340> ;
    ns1:harmonium <http://data.carnegiehall.org/names/72850> ;
    ns1:percussion <http://data.carnegiehall.org/names/76338> ;
    ns1:piano <http://data.carnegiehall.org/names/72370> ;
    ns1:viola <http://data.carnegiehall.org/names/79333> ;
    ns1:violin <http://data.carnegiehall.org/names/22083>,
        <http://data.carnegiehall.org/names/78878> ;
    ns2:performer <http://data.carnegiehall.org/names/19637>,
        <http://data.carnegiehall.org/names/22083>,
        <http://data.carnegiehall.org/names/72370>,
        <http://data.carnegiehall.org/names/72850>,
        <http://data.carnegiehall.org/names/73286>,
        <http://data.carnegiehall.org/names/76338>,
        <http://data.carnegiehall.org/names/76340>,
        <http://data.carnegiehall.org/names/78877>,
        <http://data.carnegiehall.org/names/78878>,
        <http://data.carnegiehall.org/names/79333> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/77678> .

