@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/44680/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "String Quartet in F Major, Hess 34 (after Piano Sonata in E Major, Op. 14, No. 1)" ;
    ns1:cello <http://data.carnegiehall.org/names/75813> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/75809> ;
    ns1:viola <http://data.carnegiehall.org/names/75812> ;
    ns1:violin <http://data.carnegiehall.org/names/75810>,
        <http://data.carnegiehall.org/names/75811> ;
    ns2:performer <http://data.carnegiehall.org/names/75809>,
        <http://data.carnegiehall.org/names/75810>,
        <http://data.carnegiehall.org/names/75811>,
        <http://data.carnegiehall.org/names/75812>,
        <http://data.carnegiehall.org/names/75813> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/73851> .

