@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/18450/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "String Quartet No. 4 in C Minor, Op. 18, No. 4: 1. Allegro ma non tanto" ;
    ns1:cello <http://data.carnegiehall.org/names/57628> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/53056> ;
    ns1:viola <http://data.carnegiehall.org/names/805> ;
    ns1:violin <http://data.carnegiehall.org/names/28421>,
        <http://data.carnegiehall.org/names/57627> ;
    ns2:performer <http://data.carnegiehall.org/names/28421>,
        <http://data.carnegiehall.org/names/53056>,
        <http://data.carnegiehall.org/names/57627>,
        <http://data.carnegiehall.org/names/57628>,
        <http://data.carnegiehall.org/names/805> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/12111> .

