@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/38190/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Last Round" ;
    ns1:cello <http://data.carnegiehall.org/names/21426>,
        <http://data.carnegiehall.org/names/63201> ;
    ns1:double_bass <http://data.carnegiehall.org/names/63202> ;
    ns1:viola <http://data.carnegiehall.org/names/61776>,
        <http://data.carnegiehall.org/names/63200> ;
    ns1:violin <http://data.carnegiehall.org/names/33245>,
        <http://data.carnegiehall.org/names/61775>,
        <http://data.carnegiehall.org/names/63198>,
        <http://data.carnegiehall.org/names/63199> ;
    ns3:performer <http://data.carnegiehall.org/names/21426>,
        <http://data.carnegiehall.org/names/33245>,
        <http://data.carnegiehall.org/names/61775>,
        <http://data.carnegiehall.org/names/61776>,
        <http://data.carnegiehall.org/names/63198>,
        <http://data.carnegiehall.org/names/63199>,
        <http://data.carnegiehall.org/names/63200>,
        <http://data.carnegiehall.org/names/63201>,
        <http://data.carnegiehall.org/names/63202> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/54004> .

