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

<http://data.carnegiehall.org/events/44824/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "There Is No Greater Love" ;
    ns2:double_bass <http://data.carnegiehall.org/names/57163> ;
    ns2:drums <http://data.carnegiehall.org/names/78219> ;
    ns2:jazz_quartet <http://data.carnegiehall.org/names/78252> ;
    ns2:piano <http://data.carnegiehall.org/names/12245> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/3849> ;
    ns3:performer <http://data.carnegiehall.org/names/12245>,
        <http://data.carnegiehall.org/names/3849>,
        <http://data.carnegiehall.org/names/57163>,
        <http://data.carnegiehall.org/names/78219>,
        <http://data.carnegiehall.org/names/78252> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/66776> .

