@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/37921/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "For Franz Kline" ;
    ns1:cello <http://data.carnegiehall.org/names/9383> ;
    ns1:french_horn <http://data.carnegiehall.org/names/18303> ;
    ns1:percussion <http://data.carnegiehall.org/names/46813> ;
    ns1:piano <http://data.carnegiehall.org/names/8420> ;
    ns1:soprano <http://data.carnegiehall.org/names/31864> ;
    ns1:violin <http://data.carnegiehall.org/names/45475> ;
    ns2:performer <http://data.carnegiehall.org/names/18303>,
        <http://data.carnegiehall.org/names/31864>,
        <http://data.carnegiehall.org/names/45475>,
        <http://data.carnegiehall.org/names/46813>,
        <http://data.carnegiehall.org/names/8420>,
        <http://data.carnegiehall.org/names/9383> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/60386> .

