@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/74771/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade in E Major, Op. 22" ;
    ns1:cello <http://data.carnegiehall.org/names/136081>,
        <http://data.carnegiehall.org/names/44858>,
        <http://data.carnegiehall.org/names/63035> ;
    ns1:conductor <http://data.carnegiehall.org/names/93577> ;
    ns1:double_bass <http://data.carnegiehall.org/names/126466>,
        <http://data.carnegiehall.org/names/26662> ;
    ns1:viola <http://data.carnegiehall.org/names/128956>,
        <http://data.carnegiehall.org/names/54891>,
        <http://data.carnegiehall.org/names/62441>,
        <http://data.carnegiehall.org/names/76752> ;
    ns1:violin <http://data.carnegiehall.org/names/126460>,
        <http://data.carnegiehall.org/names/129101>,
        <http://data.carnegiehall.org/names/136268>,
        <http://data.carnegiehall.org/names/33532>,
        <http://data.carnegiehall.org/names/60962>,
        <http://data.carnegiehall.org/names/71148>,
        <http://data.carnegiehall.org/names/72357>,
        <http://data.carnegiehall.org/names/72358>,
        <http://data.carnegiehall.org/names/72359>,
        <http://data.carnegiehall.org/names/90759>,
        <http://data.carnegiehall.org/names/99510> ;
    ns2:performer <http://data.carnegiehall.org/names/126460>,
        <http://data.carnegiehall.org/names/126466>,
        <http://data.carnegiehall.org/names/128956>,
        <http://data.carnegiehall.org/names/129101>,
        <http://data.carnegiehall.org/names/136081>,
        <http://data.carnegiehall.org/names/136268>,
        <http://data.carnegiehall.org/names/26662>,
        <http://data.carnegiehall.org/names/33532>,
        <http://data.carnegiehall.org/names/44858>,
        <http://data.carnegiehall.org/names/54891>,
        <http://data.carnegiehall.org/names/60962>,
        <http://data.carnegiehall.org/names/62441>,
        <http://data.carnegiehall.org/names/63035>,
        <http://data.carnegiehall.org/names/71148>,
        <http://data.carnegiehall.org/names/72357>,
        <http://data.carnegiehall.org/names/72358>,
        <http://data.carnegiehall.org/names/72359>,
        <http://data.carnegiehall.org/names/76752>,
        <http://data.carnegiehall.org/names/90759>,
        <http://data.carnegiehall.org/names/93577>,
        <http://data.carnegiehall.org/names/99510> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/10933> .

