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

<http://data.carnegiehall.org/events/46000/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Romeo and Juliet, Op. 64: Suite for Viola and Piano" ;
    ns3:duo <http://data.carnegiehall.org/names/80785> ;
    ns3:piano <http://data.carnegiehall.org/names/80787> ;
    ns3:viola <http://data.carnegiehall.org/names/80786> ;
    ns1:performer <http://data.carnegiehall.org/names/80785>,
        <http://data.carnegiehall.org/names/80786>,
        <http://data.carnegiehall.org/names/80787> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/76790> .

