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

<http://data.carnegiehall.org/events/68971/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Abide with Me" ;
    ns3:cello <http://data.carnegiehall.org/names/31848>,
        <http://data.carnegiehall.org/names/34738>,
        <http://data.carnegiehall.org/names/63703>,
        <http://data.carnegiehall.org/names/9182> ;
    ns3:double_bass <http://data.carnegiehall.org/names/127514> ;
    ns3:drums <http://data.carnegiehall.org/names/78144> ;
    ns3:jazz_ensemble <http://data.carnegiehall.org/names/127513> ;
    ns3:piano <http://data.carnegiehall.org/names/127511> ;
    ns3:piccolo_bass <http://data.carnegiehall.org/names/53653> ;
    ns1:performer <http://data.carnegiehall.org/names/127511>,
        <http://data.carnegiehall.org/names/127513>,
        <http://data.carnegiehall.org/names/127514>,
        <http://data.carnegiehall.org/names/31848>,
        <http://data.carnegiehall.org/names/34738>,
        <http://data.carnegiehall.org/names/53653>,
        <http://data.carnegiehall.org/names/63703>,
        <http://data.carnegiehall.org/names/78144>,
        <http://data.carnegiehall.org/names/9182> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/19819> .

