@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/53301/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sonata for Two Violins in A Minor" ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/96918> ;
    ns1:viola <http://data.carnegiehall.org/names/78766> ;
    ns1:violin <http://data.carnegiehall.org/names/62448>,
        <http://data.carnegiehall.org/names/81193> ;
    ns2:performer <http://data.carnegiehall.org/names/62448>,
        <http://data.carnegiehall.org/names/78766>,
        <http://data.carnegiehall.org/names/81193>,
        <http://data.carnegiehall.org/names/96918> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/90229> .

