@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/1738/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "String Quintet in C Major, D. 956" ;
    ns3:cello <http://data.carnegiehall.org/names/39161>,
        <http://data.carnegiehall.org/names/43135> ;
    ns3:string_quartet <http://data.carnegiehall.org/names/31926> ;
    ns3:viola <http://data.carnegiehall.org/names/16662> ;
    ns3:violin <http://data.carnegiehall.org/names/12041>,
        <http://data.carnegiehall.org/names/43206> ;
    ns2:performer <http://data.carnegiehall.org/names/12041>,
        <http://data.carnegiehall.org/names/16662>,
        <http://data.carnegiehall.org/names/31926>,
        <http://data.carnegiehall.org/names/39161>,
        <http://data.carnegiehall.org/names/43135>,
        <http://data.carnegiehall.org/names/43206> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/4748> .

