@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/39024/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade in C Major, Op. 48" ;
    ns1:cello <http://data.carnegiehall.org/names/64868>,
        <http://data.carnegiehall.org/names/64873>,
        <http://data.carnegiehall.org/names/64877>,
        <http://data.carnegiehall.org/names/64882> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/64864>,
        <http://data.carnegiehall.org/names/64869>,
        <http://data.carnegiehall.org/names/64874>,
        <http://data.carnegiehall.org/names/64878> ;
    ns1:viola <http://data.carnegiehall.org/names/64867>,
        <http://data.carnegiehall.org/names/64872>,
        <http://data.carnegiehall.org/names/64876>,
        <http://data.carnegiehall.org/names/64881> ;
    ns1:violin <http://data.carnegiehall.org/names/64865>,
        <http://data.carnegiehall.org/names/64866>,
        <http://data.carnegiehall.org/names/64870>,
        <http://data.carnegiehall.org/names/64871>,
        <http://data.carnegiehall.org/names/64875>,
        <http://data.carnegiehall.org/names/64879>,
        <http://data.carnegiehall.org/names/64880>,
        <http://data.carnegiehall.org/names/68817> ;
    ns2:performer <http://data.carnegiehall.org/names/64864>,
        <http://data.carnegiehall.org/names/64865>,
        <http://data.carnegiehall.org/names/64866>,
        <http://data.carnegiehall.org/names/64867>,
        <http://data.carnegiehall.org/names/64868>,
        <http://data.carnegiehall.org/names/64869>,
        <http://data.carnegiehall.org/names/64870>,
        <http://data.carnegiehall.org/names/64871>,
        <http://data.carnegiehall.org/names/64872>,
        <http://data.carnegiehall.org/names/64873>,
        <http://data.carnegiehall.org/names/64874>,
        <http://data.carnegiehall.org/names/64875>,
        <http://data.carnegiehall.org/names/64876>,
        <http://data.carnegiehall.org/names/64877>,
        <http://data.carnegiehall.org/names/64878>,
        <http://data.carnegiehall.org/names/64879>,
        <http://data.carnegiehall.org/names/64880>,
        <http://data.carnegiehall.org/names/64881>,
        <http://data.carnegiehall.org/names/64882>,
        <http://data.carnegiehall.org/names/68817> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/21811> .

