@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/60111/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "String Quartet in A Major, K. 464" ;
    ns1:cello <http://data.carnegiehall.org/names/112009> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/111334> ;
    ns1:viola <http://data.carnegiehall.org/names/112008> ;
    ns1:violin <http://data.carnegiehall.org/names/112308>,
        <http://data.carnegiehall.org/names/89456> ;
    ns2:performer <http://data.carnegiehall.org/names/111334>,
        <http://data.carnegiehall.org/names/112008>,
        <http://data.carnegiehall.org/names/112009>,
        <http://data.carnegiehall.org/names/112308>,
        <http://data.carnegiehall.org/names/89456> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/3840> .

