@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/57967/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Eleanor Rigby" ;
    ns1:cello <http://data.carnegiehall.org/names/108064> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/108061> ;
    ns1:double_bass <http://data.carnegiehall.org/names/93829> ;
    ns1:guitar <http://data.carnegiehall.org/names/108060> ;
    ns1:mandola <http://data.carnegiehall.org/names/108060> ;
    ns1:viola <http://data.carnegiehall.org/names/108062> ;
    ns1:violin <http://data.carnegiehall.org/names/108060>,
        <http://data.carnegiehall.org/names/108062> ;
    ns3:performer <http://data.carnegiehall.org/names/108060>,
        <http://data.carnegiehall.org/names/108061>,
        <http://data.carnegiehall.org/names/108062>,
        <http://data.carnegiehall.org/names/108064>,
        <http://data.carnegiehall.org/names/93829> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/98538> .

