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

<http://data.carnegiehall.org/events/14044/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Chanson du cœur brisé (The Song of Songs)" ;
    ns2:banjo <http://data.carnegiehall.org/names/63805> ;
    ns2:clarinet <http://data.carnegiehall.org/names/63804> ;
    ns2:cornet <http://data.carnegiehall.org/names/955> ;
    ns2:double_bass <http://data.carnegiehall.org/names/63807> ;
    ns2:drums <http://data.carnegiehall.org/names/63808> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/18618> ;
    ns2:piano <http://data.carnegiehall.org/names/63806> ;
    ns2:trombone <http://data.carnegiehall.org/names/39257> ;
    ns1:performer <http://data.carnegiehall.org/names/18618>,
        <http://data.carnegiehall.org/names/39257>,
        <http://data.carnegiehall.org/names/63804>,
        <http://data.carnegiehall.org/names/63805>,
        <http://data.carnegiehall.org/names/63806>,
        <http://data.carnegiehall.org/names/63807>,
        <http://data.carnegiehall.org/names/63808>,
        <http://data.carnegiehall.org/names/955> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/56963> .

