@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/33271/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Souvenir de Florence, Op. 70" ;
    ns2:cello <http://data.carnegiehall.org/names/52473>,
        <http://data.carnegiehall.org/names/57872> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/19792> ;
    ns2:viola <http://data.carnegiehall.org/names/30342>,
        <http://data.carnegiehall.org/names/59832> ;
    ns2:violin <http://data.carnegiehall.org/names/24468>,
        <http://data.carnegiehall.org/names/48632> ;
    ns1:performer <http://data.carnegiehall.org/names/19792>,
        <http://data.carnegiehall.org/names/24468>,
        <http://data.carnegiehall.org/names/30342>,
        <http://data.carnegiehall.org/names/48632>,
        <http://data.carnegiehall.org/names/52473>,
        <http://data.carnegiehall.org/names/57872>,
        <http://data.carnegiehall.org/names/59832> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/85271> .

