@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/64295/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Anita di Laguna: Linee" ;
    ns1:cello <http://data.carnegiehall.org/names/122182> ;
    ns1:double_bass <http://data.carnegiehall.org/names/23075> ;
    ns1:piano <http://data.carnegiehall.org/names/120789> ;
    ns1:soprano <http://data.carnegiehall.org/names/122179> ;
    ns1:string_quintet <http://data.carnegiehall.org/names/122180> ;
    ns1:viola <http://data.carnegiehall.org/names/122181> ;
    ns1:violin <http://data.carnegiehall.org/names/68162>,
        <http://data.carnegiehall.org/names/86410> ;
    ns2:performer <http://data.carnegiehall.org/names/120789>,
        <http://data.carnegiehall.org/names/122179>,
        <http://data.carnegiehall.org/names/122180>,
        <http://data.carnegiehall.org/names/122181>,
        <http://data.carnegiehall.org/names/122182>,
        <http://data.carnegiehall.org/names/23075>,
        <http://data.carnegiehall.org/names/68162>,
        <http://data.carnegiehall.org/names/86410> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/108342> .

