@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/32968/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Piano, Clarinet and String Quartet, Op. 2" ;
    ns1:cello <http://data.carnegiehall.org/names/33072> ;
    ns1:clarinet <http://data.carnegiehall.org/names/35995> ;
    ns1:piano <http://data.carnegiehall.org/names/15134> ;
    ns1:viola <http://data.carnegiehall.org/names/15351> ;
    ns1:violin <http://data.carnegiehall.org/names/34272>,
        <http://data.carnegiehall.org/names/42254> ;
    ns2:performer <http://data.carnegiehall.org/names/15134>,
        <http://data.carnegiehall.org/names/15351>,
        <http://data.carnegiehall.org/names/33072>,
        <http://data.carnegiehall.org/names/34272>,
        <http://data.carnegiehall.org/names/35995>,
        <http://data.carnegiehall.org/names/42254> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/45174> .

