@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/77285/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade in C Major, Op. 48" ;
    ns1:cello <http://data.carnegiehall.org/names/114947>,
        <http://data.carnegiehall.org/names/121409>,
        <http://data.carnegiehall.org/names/138071> ;
    ns1:double_bass <http://data.carnegiehall.org/names/136433> ;
    ns1:viola <http://data.carnegiehall.org/names/17679>,
        <http://data.carnegiehall.org/names/50643>,
        <http://data.carnegiehall.org/names/60940> ;
    ns1:violin <http://data.carnegiehall.org/names/100770>,
        <http://data.carnegiehall.org/names/130648>,
        <http://data.carnegiehall.org/names/130897>,
        <http://data.carnegiehall.org/names/140956>,
        <http://data.carnegiehall.org/names/60838>,
        <http://data.carnegiehall.org/names/96204> ;
    ns2:performer <http://data.carnegiehall.org/names/100770>,
        <http://data.carnegiehall.org/names/114947>,
        <http://data.carnegiehall.org/names/121409>,
        <http://data.carnegiehall.org/names/130648>,
        <http://data.carnegiehall.org/names/130897>,
        <http://data.carnegiehall.org/names/136433>,
        <http://data.carnegiehall.org/names/138071>,
        <http://data.carnegiehall.org/names/140956>,
        <http://data.carnegiehall.org/names/17679>,
        <http://data.carnegiehall.org/names/50643>,
        <http://data.carnegiehall.org/names/60838>,
        <http://data.carnegiehall.org/names/60940>,
        <http://data.carnegiehall.org/names/96204> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/21811> .

