@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/64197/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fantasia for Saxophone and Chamber Orchestra" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/89880> ;
    ns2:cello <http://data.carnegiehall.org/names/114383> ;
    ns2:double_bass <http://data.carnegiehall.org/names/120139> ;
    ns2:french_horn <http://data.carnegiehall.org/names/110854>,
        <http://data.carnegiehall.org/names/111123>,
        <http://data.carnegiehall.org/names/121120> ;
    ns2:viola <http://data.carnegiehall.org/names/112639> ;
    ns2:violin <http://data.carnegiehall.org/names/121940>,
        <http://data.carnegiehall.org/names/64899> ;
    ns1:performer <http://data.carnegiehall.org/names/110854>,
        <http://data.carnegiehall.org/names/111123>,
        <http://data.carnegiehall.org/names/112639>,
        <http://data.carnegiehall.org/names/114383>,
        <http://data.carnegiehall.org/names/120139>,
        <http://data.carnegiehall.org/names/121120>,
        <http://data.carnegiehall.org/names/121940>,
        <http://data.carnegiehall.org/names/64899>,
        <http://data.carnegiehall.org/names/89880> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/20744> .

