@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/6366/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "String Quartet in F Major: 4. Vif et agite" ;
    ns3:cello <http://data.carnegiehall.org/names/5536> ;
    ns3:string_quartet <http://data.carnegiehall.org/names/45219> ;
    ns3:viola <http://data.carnegiehall.org/names/15817> ;
    ns3:violin <http://data.carnegiehall.org/names/22544>,
        <http://data.carnegiehall.org/names/36248> ;
    ns2:performer <http://data.carnegiehall.org/names/15817>,
        <http://data.carnegiehall.org/names/22544>,
        <http://data.carnegiehall.org/names/36248>,
        <http://data.carnegiehall.org/names/45219>,
        <http://data.carnegiehall.org/names/5536> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/9670> .

