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

<http://data.carnegiehall.org/events/45348/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Quartet for Guitar, Violin, Viola, and Cello No. 15 in A Major" ;
    ns3:cello <http://data.carnegiehall.org/names/66635> ;
    ns3:guitar <http://data.carnegiehall.org/names/59820> ;
    ns3:viola <http://data.carnegiehall.org/names/2663> ;
    ns3:violin <http://data.carnegiehall.org/names/22394> ;
    ns2:performer <http://data.carnegiehall.org/names/22394>,
        <http://data.carnegiehall.org/names/2663>,
        <http://data.carnegiehall.org/names/59820>,
        <http://data.carnegiehall.org/names/66635> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/75530> .

